Enum memcached_protocal::DeleteResponse [] [src]

pub enum DeleteResponse {
    Deleted,
    NotFound,
}

Variants

DeletedNotFound

Methods

impl DeleteResponse
[src]

fn to_bytes(&self) -> &'static [u8]

Trait Implementations

impl Debug for DeleteResponse
[src]

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

Formats the value using the given formatter.