pub enum WrapType {
Aes128,
Aes256,
}
Expand description
The type of a key wrap
Variants§
Implementations§
Trait Implementations§
Source§impl IntoEnumIterator for WrapType
impl IntoEnumIterator for WrapType
impl StructuralPartialEq for WrapType
Auto Trait Implementations§
impl Freeze for WrapType
impl RefUnwindSafe for WrapType
impl Send for WrapType
impl Sync for WrapType
impl Unpin for WrapType
impl UnwindSafe for WrapType
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