pub enum KeyWrapOperation {
Wrap,
Unwrap,
}Expand description
Key-wrap operation being attempted when a failure occurred.
Variants§
Trait Implementations§
Source§impl Clone for KeyWrapOperation
impl Clone for KeyWrapOperation
Source§fn clone(&self) -> KeyWrapOperation
fn clone(&self) -> KeyWrapOperation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for KeyWrapOperation
Source§impl Debug for KeyWrapOperation
impl Debug for KeyWrapOperation
Source§impl Display for KeyWrapOperation
impl Display for KeyWrapOperation
impl Eq for KeyWrapOperation
Source§impl PartialEq for KeyWrapOperation
impl PartialEq for KeyWrapOperation
impl StructuralPartialEq for KeyWrapOperation
Auto Trait Implementations§
impl Freeze for KeyWrapOperation
impl RefUnwindSafe for KeyWrapOperation
impl Send for KeyWrapOperation
impl Sync for KeyWrapOperation
impl Unpin for KeyWrapOperation
impl UnsafeUnpin for KeyWrapOperation
impl UnwindSafe for KeyWrapOperation
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