pub struct WrapInput(/* private fields */);Expand description
A wrapping.wrap-input: one key’s serialized material awaiting
encryption under a wrapping key. Single-use — the consuming wrap
operation takes it by value, on failure as on success.
Implementations§
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