pub enum WriteCommand {
Write,
DeriveKey,
GenKey,
PrivWrite,
}Variants§
Trait Implementations§
Source§impl Debug for WriteCommand
impl Debug for WriteCommand
Source§impl PartialEq for WriteCommand
impl PartialEq for WriteCommand
impl Eq for WriteCommand
impl StructuralPartialEq for WriteCommand
Auto Trait Implementations§
impl Freeze for WriteCommand
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