Enum memcached_protocal::StoreResponse [] [src]

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

Variants

Trait Implementations

impl Debug for StoreResponse
[src]

Formats the value using the given formatter.

impl Response for StoreResponse
[src]