Struct tokio_memcache::MemcacheError [] [src]

pub struct MemcacheError { /* fields omitted */ }

Trait Implementations

impl Debug 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 Display for MemcacheError
[src]

Formats the value using the given formatter. Read more

impl From<Error> for MemcacheError
[src]

Performs the conversion.

impl From<Response> for MemcacheError
[src]

Performs the conversion.

impl From<FromUtf8Error> for MemcacheError
[src]

Performs the conversion.