pub enum BinMsgType {
Show 43 variants
Get,
Set,
Add,
Replace,
Delete,
Incr,
Decr,
Quit,
GetQ,
Noop,
Version,
GetK,
GetKQ,
Append,
Prepend,
Stat,
SetQ,
AddQ,
ReplaceQ,
DeleteQ,
IncrementQ,
DecrementQ,
QuitQ,
FlushQ,
AppendQ,
PrependQ,
Verbosity,
Touch,
GAT,
GATQ,
RGet,
RSet,
RSetQ,
RAppend,
RAppendQ,
RPrepend,
RPrependQ,
RDelete,
RDeleteQ,
RIncr,
RIncrQ,
RDecr,
RDecrQ,
}Variants
Get
Set
Add
Replace
Delete
Incr
Decr
Quit
GetQ
Noop
Version
GetK
GetKQ
Append
Prepend
Stat
SetQ
AddQ
ReplaceQ
DeleteQ
IncrementQ
DecrementQ
QuitQ
FlushQ
AppendQ
PrependQ
Verbosity
Touch
GAT
GATQ
RGet
RSet
RSetQ
RAppend
RAppendQ
RPrepend
RPrependQ
RDelete
RDeleteQ
RIncr
RIncrQ
RDecr
RDecrQ
Trait Implementations
sourceimpl Clone for BinMsgType
impl Clone for BinMsgType
sourcefn clone(&self) -> BinMsgType
fn clone(&self) -> BinMsgType
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for BinMsgType
impl Debug for BinMsgType
sourceimpl PartialEq<BinMsgType> for BinMsgType
impl PartialEq<BinMsgType> for BinMsgType
sourcefn eq(&self, other: &BinMsgType) -> bool
fn eq(&self, other: &BinMsgType) -> bool
impl Copy for BinMsgType
impl Eq for BinMsgType
impl StructuralEq for BinMsgType
impl StructuralPartialEq for BinMsgType
Auto Trait Implementations
impl RefUnwindSafe for BinMsgType
impl Send for BinMsgType
impl Sync for BinMsgType
impl Unpin for BinMsgType
impl UnwindSafe for BinMsgType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.