pub struct DeriveKey {
pub mechanism: Mechanism,
pub base_key: KeyId,
pub additional_data: Option<MediumData>,
pub attributes: StorageAttributes,
}
Available on crate feature
crypto-client
only.Fields§
§mechanism: Mechanism
§base_key: KeyId
§additional_data: Option<MediumData>
§attributes: StorageAttributes
Trait Implementations§
impl Eq for DeriveKey
impl StructuralPartialEq for DeriveKey
Auto Trait Implementations§
impl Freeze for DeriveKey
impl RefUnwindSafe for DeriveKey
impl Send for DeriveKey
impl Sync for DeriveKey
impl Unpin for DeriveKey
impl UnwindSafe for DeriveKey
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