Enum bmemcached::Status []

pub enum Status {
    Success,
    KeyNotFound,
    KeyExists,
    AuthError,
    UnknownCommand,
}

Variants

Success
KeyNotFound
KeyExists
AuthError
UnknownCommand

Trait Implementations

impl FromPrimitive for Status

fn from_i64(n: i64) -> Option<Self>

fn from_u64(n: u64) -> Option<Self>

fn from_isize(n: isize) -> Option<Self>

fn from_i8(n: i8) -> Option<Self>

fn from_i16(n: i16) -> Option<Self>

fn from_i32(n: i32) -> Option<Self>

fn from_usize(n: usize) -> Option<Self>

fn from_u8(n: u8) -> Option<Self>

fn from_u16(n: u16) -> Option<Self>

fn from_u32(n: u32) -> Option<Self>

fn from_f32(n: f32) -> Option<Self>

fn from_f64(n: f64) -> Option<Self>

Derived Implementations

impl PartialEq for Status

fn eq(&self, __arg_0: &Status) -> bool

1.0.0fn ne(&self, other: &Rhs) -> bool

impl Debug for Status

fn fmt(&self, __arg_0: &mut Formatter) -> Result