Enum ecc608_linux::slot_config::WriteCommand
source · pub enum WriteCommand {
Write,
DeriveKey,
GenKey,
PrivWrite,
}Variants§
Trait Implementations§
source§impl Debug for WriteCommand
impl Debug for WriteCommand
source§impl PartialEq<WriteCommand> for WriteCommand
impl PartialEq<WriteCommand> for WriteCommand
source§fn eq(&self, other: &WriteCommand) -> bool
fn eq(&self, other: &WriteCommand) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for WriteCommand
impl StructuralEq for WriteCommand
impl StructuralPartialEq for WriteCommand
Auto Trait Implementations§
impl RefUnwindSafe for WriteCommand
impl Send for WriteCommand
impl Sync for WriteCommand
impl Unpin for WriteCommand
impl UnwindSafe for WriteCommand
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