Enum ecc608_linux::GenKeyConfig [−][src]
pub enum GenKeyConfig {
Valid,
Invalid,
}Variants
GenKey may not be used to write random keys into this slot.
GenKey may be used to write random keys into this slot.
Trait Implementations
impl Debug for GenKeyConfig[src]
impl Debug for GenKeyConfig[src]impl PartialEq<GenKeyConfig> for GenKeyConfig[src]
impl PartialEq<GenKeyConfig> for GenKeyConfig[src]impl Serialize for GenKeyConfig[src]
impl Serialize for GenKeyConfig[src]impl StructuralPartialEq for GenKeyConfig[src]
Auto Trait Implementations
impl RefUnwindSafe for GenKeyConfig
impl Send for GenKeyConfig
impl Sync for GenKeyConfig
impl Unpin for GenKeyConfig
impl UnwindSafe for GenKeyConfig
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
type Output = TShould always be Self