pub enum KeyConfigType {
Ecc,
NotEcc,
}Variants§
Trait Implementations§
Source§impl Debug for KeyConfigType
impl Debug for KeyConfigType
Source§impl From<KeyConfigType> for u8
impl From<KeyConfigType> for u8
Source§fn from(v: KeyConfigType) -> Self
fn from(v: KeyConfigType) -> Self
Converts to this type from the input type.
Source§impl From<u8> for KeyConfigType
impl From<u8> for KeyConfigType
Source§impl PartialEq for KeyConfigType
impl PartialEq for KeyConfigType
Source§impl Serialize for KeyConfigType
impl Serialize for KeyConfigType
impl Eq for KeyConfigType
impl StructuralPartialEq for KeyConfigType
Auto Trait Implementations§
impl Freeze for KeyConfigType
impl RefUnwindSafe for KeyConfigType
impl Send for KeyConfigType
impl Sync for KeyConfigType
impl Unpin for KeyConfigType
impl UnwindSafe for KeyConfigType
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