pub enum SyncCommand {
Data,
Dent,
Done,
Fail,
List,
Okay,
Quit,
Recv,
Send,
Stat,
}Variants§
Implementations§
Trait Implementations§
Source§impl Debug for SyncCommand
impl Debug for SyncCommand
Source§impl PartialEq for SyncCommand
impl PartialEq for SyncCommand
Source§fn eq(&self, other: &SyncCommand) -> bool
fn eq(&self, other: &SyncCommand) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SyncCommand
Auto Trait Implementations§
impl Freeze for SyncCommand
impl RefUnwindSafe for SyncCommand
impl Send for SyncCommand
impl Sync for SyncCommand
impl Unpin for SyncCommand
impl UnsafeUnpin for SyncCommand
impl UnwindSafe for SyncCommand
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