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