Enum memcache::MemcacheError [] [src]

pub enum MemcacheError {
    Io(Error),
    Error,
    ClientError(String),
    ServerError(String),
}

Variants

Trait Implementations

impl Debug for MemcacheError
[src]

Formats the value using the given formatter.

impl Display for MemcacheError
[src]

Formats the value using the given formatter.

impl Error for MemcacheError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl From<Error> for MemcacheError
[src]

Performs the conversion.

impl From<String> for MemcacheError
[src]

Performs the conversion.