pub struct WrapInput { /* private fields */ }Expand description
Serialized key material awaiting encryption under a wrapping key.
Constructed by the key resources’ to-wrap-input-* functions;
the serialization format chosen there travels with the resource,
and format-specific wrapping rules (such as aes-kw’s JWK
padding) key on it. Consumed by a wrapping key’s wrap, on
failure as on success; construct one per wrap attempt.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for WrapInput
impl RefUnwindSafe for WrapInput
impl Send for WrapInput
impl Sync for WrapInput
impl Unpin for WrapInput
impl UnsafeUnpin for WrapInput
impl UnwindSafe for WrapInput
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