pub enum GenKeyConfig {
Valid,
Invalid,
}Variants§
Valid
GenKey may not be used to write random keys into this slot.
Invalid
GenKey may be used to write random keys into this slot.
Trait Implementations§
Source§impl Debug for GenKeyConfig
impl Debug for GenKeyConfig
Source§impl From<GenKeyConfig> for u8
impl From<GenKeyConfig> for u8
Source§fn from(v: GenKeyConfig) -> Self
fn from(v: GenKeyConfig) -> Self
Converts to this type from the input type.
Source§impl From<u8> for GenKeyConfig
impl From<u8> for GenKeyConfig
Source§impl PartialEq for GenKeyConfig
impl PartialEq for GenKeyConfig
Source§impl Serialize for GenKeyConfig
impl Serialize for GenKeyConfig
impl Eq for GenKeyConfig
impl StructuralPartialEq for GenKeyConfig
Auto Trait Implementations§
impl Freeze for GenKeyConfig
impl RefUnwindSafe for GenKeyConfig
impl Send for GenKeyConfig
impl Sync for GenKeyConfig
impl Unpin for GenKeyConfig
impl UnwindSafe for GenKeyConfig
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