Enum ecc608_linux::key_config::KeyConfigType
source · [−]pub enum KeyConfigType {
Ecc,
NotEcc,
}Variants
Ecc
NotEcc
Trait Implementations
sourceimpl Debug for KeyConfigType
impl Debug for KeyConfigType
sourceimpl From<KeyConfigType> for u8
impl From<KeyConfigType> for u8
sourcefn from(v: KeyConfigType) -> Self
fn from(v: KeyConfigType) -> Self
Converts to this type from the input type.
sourceimpl From<u8> for KeyConfigType
impl From<u8> for KeyConfigType
sourceimpl PartialEq<KeyConfigType> for KeyConfigType
impl PartialEq<KeyConfigType> for KeyConfigType
sourceimpl Serialize for KeyConfigType
impl Serialize for KeyConfigType
impl StructuralPartialEq for KeyConfigType
Auto Trait Implementations
impl RefUnwindSafe for KeyConfigType
impl Send for KeyConfigType
impl Sync for KeyConfigType
impl Unpin for KeyConfigType
impl UnwindSafe for KeyConfigType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more