pub struct SignaturesReplace {
pub pk: SignatureDelta,
pub kek: SignatureDeltaVec,
pub db: SignatureDeltaVec,
pub dbx: SignatureDeltaVec,
pub moklist: Option<SignatureDeltaVec>,
pub moklistx: Option<SignatureDeltaVec>,
}Expand description
Replace the underlying template signatures, optionally using Default values
from a base template. If no base template is provided, all required signature
values must be specified explicitly.
Fields§
§pk: SignatureDelta§kek: SignatureDeltaVec§db: SignatureDeltaVec§dbx: SignatureDeltaVec§moklist: Option<SignatureDeltaVec>§moklistx: Option<SignatureDeltaVec>Trait Implementations§
Source§impl Clone for SignaturesReplace
impl Clone for SignaturesReplace
Source§fn clone(&self) -> SignaturesReplace
fn clone(&self) -> SignaturesReplace
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SignaturesReplace
impl RefUnwindSafe for SignaturesReplace
impl Send for SignaturesReplace
impl Sync for SignaturesReplace
impl Unpin for SignaturesReplace
impl UnsafeUnpin for SignaturesReplace
impl UnwindSafe for SignaturesReplace
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more