pub enum SlaveCommandKind {
Write,
Read,
}
Expand description
The command kind to the slave from the master
Variants§
Trait Implementations§
Source§impl Clone for SlaveCommandKind
impl Clone for SlaveCommandKind
Source§fn clone(&self) -> SlaveCommandKind
fn clone(&self) -> SlaveCommandKind
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SlaveCommandKind
impl Debug for SlaveCommandKind
Source§impl Format for SlaveCommandKind
impl Format for SlaveCommandKind
Source§impl PartialEq for SlaveCommandKind
impl PartialEq for SlaveCommandKind
impl Eq for SlaveCommandKind
impl StructuralPartialEq for SlaveCommandKind
Auto Trait Implementations§
impl Freeze for SlaveCommandKind
impl RefUnwindSafe for SlaveCommandKind
impl Send for SlaveCommandKind
impl Sync for SlaveCommandKind
impl Unpin for SlaveCommandKind
impl UnwindSafe for SlaveCommandKind
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