pub enum CommandFlag {
RequestAck,
CommandResend,
}Variants§
Trait Implementations§
Source§impl Clone for CommandFlag
impl Clone for CommandFlag
Source§fn clone(&self) -> CommandFlag
fn clone(&self) -> CommandFlag
Returns a duplicate 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 CommandFlag
impl Debug for CommandFlag
Source§impl PartialEq for CommandFlag
impl PartialEq for CommandFlag
impl Copy for CommandFlag
impl Eq for CommandFlag
impl StructuralPartialEq for CommandFlag
Auto Trait Implementations§
impl Freeze for CommandFlag
impl RefUnwindSafe for CommandFlag
impl Send for CommandFlag
impl Sync for CommandFlag
impl Unpin for CommandFlag
impl UnwindSafe for CommandFlag
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