pub struct UnwrapKey {
pub mechanism: Mechanism,
pub wrapping_key: KeyId,
pub wrapped_key: Message,
pub associated_data: Message,
pub nonce: ShortData,
pub attributes: StorageAttributes,
}
Available on crate feature
crypto-client
only.Fields§
§mechanism: Mechanism
§wrapping_key: KeyId
§wrapped_key: Message
§associated_data: Message
§nonce: ShortData
§attributes: StorageAttributes
Trait Implementations§
impl Eq for UnwrapKey
impl StructuralPartialEq for UnwrapKey
Auto Trait Implementations§
impl Freeze for UnwrapKey
impl RefUnwindSafe for UnwrapKey
impl Send for UnwrapKey
impl Sync for UnwrapKey
impl Unpin for UnwrapKey
impl UnwindSafe for UnwrapKey
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