Enum redis_cell::error::CellError[][src]

pub enum CellError {
    Generic(GenericError),
    FromUtf8(FromUtf8Error),
    ParseInt(ParseIntError),
}

Variants

Methods

impl CellError
[src]

Trait Implementations

impl Debug for CellError
[src]

Formats the value using the given formatter. Read more

impl From<FromUtf8Error> for CellError
[src]

Performs the conversion.

impl From<ParseIntError> for CellError
[src]

Performs the conversion.

impl Display for CellError
[src]

Formats the value using the given formatter. Read more

impl Error for CellError
[src]

This method is soft-deprecated. Read more

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

Auto Trait Implementations

impl Send for CellError

impl Sync for CellError