pub enum KeyMethod {
None,
AES128,
SampleAES,
Other(String),
}Variants§
Trait Implementations§
impl Eq for KeyMethod
Source§impl Ord for KeyMethod
impl Ord for KeyMethod
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for KeyMethod
impl PartialOrd for KeyMethod
impl StructuralPartialEq for KeyMethod
Auto Trait Implementations§
impl Freeze for KeyMethod
impl RefUnwindSafe for KeyMethod
impl Send for KeyMethod
impl Sync for KeyMethod
impl Unpin for KeyMethod
impl UnsafeUnpin for KeyMethod
impl UnwindSafe for KeyMethod
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