Enum memcached_protocal::StoreResponse [] [src]

pub enum StoreResponse {
    Stored,
    NotStored,
    Exists,
    NotFound,
}

Variants

StoredNotStoredExistsNotFound

Trait Implementations

impl Debug for StoreResponse
[src]

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

Formats the value using the given formatter.