pub struct UnwrapInput(/* private fields */);Expand description
A wrapping.unwrap-input: decrypted key material awaiting a typed
unwrap mint. Single-use, like WrapInput.
Implementations§
Source§impl UnwrapInput
impl UnwrapInput
Sourcepub fn from_raw(raw: UnwrapInput) -> Self
pub fn from_raw(raw: UnwrapInput) -> Self
Wrap a raw unwrap-input resource.
Sourcepub fn as_raw(&self) -> &UnwrapInput
pub fn as_raw(&self) -> &UnwrapInput
Borrow the raw unwrap-input resource.
Sourcepub fn into_raw(self) -> UnwrapInput
pub fn into_raw(self) -> UnwrapInput
Unwrap into the raw unwrap-input resource.
Trait Implementations§
Source§impl Debug for UnwrapInput
impl Debug for UnwrapInput
Source§impl From<UnwrapInput> for UnwrapInput
impl From<UnwrapInput> for UnwrapInput
Source§fn from(raw: UnwrapInput) -> Self
fn from(raw: UnwrapInput) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !Freeze for UnwrapInput
impl RefUnwindSafe for UnwrapInput
impl Send for UnwrapInput
impl Sync for UnwrapInput
impl Unpin for UnwrapInput
impl UnsafeUnpin for UnwrapInput
impl UnwindSafe for UnwrapInput
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