pub enum CommandCode {
Interest,
RespInterest,
}Variants
Interest
RespInterest
Trait Implementations
sourceimpl Clone for CommandCode
impl Clone for CommandCode
sourcefn clone(&self) -> CommandCode
fn clone(&self) -> CommandCode
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for CommandCode
impl Debug for CommandCode
sourceimpl PartialEq<CommandCode> for CommandCode
impl PartialEq<CommandCode> for CommandCode
sourceimpl PartialOrd<CommandCode> for CommandCode
impl PartialOrd<CommandCode> for CommandCode
sourcefn partial_cmp(&self, other: &CommandCode) -> Option<Ordering>
fn partial_cmp(&self, other: &CommandCode) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
sourceimpl TryFrom<u8> for CommandCode
impl TryFrom<u8> for CommandCode
impl Copy for CommandCode
impl Eq for CommandCode
impl StructuralEq for CommandCode
impl StructuralPartialEq for CommandCode
Auto Trait Implementations
impl RefUnwindSafe for CommandCode
impl Send for CommandCode
impl Sync for CommandCode
impl Unpin for CommandCode
impl UnwindSafe for CommandCode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more