Struct fred::error::RedisError [] [src]

pub struct RedisError { /* fields omitted */ }

A struct representing an error from Redis.

Methods

impl RedisError
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for RedisError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for RedisError
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for RedisError
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for RedisError
[src]

impl From<()> for RedisError
[src]

[src]

Performs the conversion.

impl<T: Into<RedisError>> From<SendError<T>> for RedisError
[src]

[src]

Performs the conversion.

impl From<IoError> for RedisError
[src]

[src]

Performs the conversion.

impl From<ParseError> for RedisError
[src]

[src]

Performs the conversion.

impl From<ParseFloatError> for RedisError
[src]

[src]

Performs the conversion.

impl From<ParseIntError> for RedisError
[src]

[src]

Performs the conversion.

impl From<FromUtf8Error> for RedisError
[src]

[src]

Performs the conversion.

impl From<Error> for RedisError
[src]

[src]

Performs the conversion.

impl From<Canceled> for RedisError
[src]

[src]

Performs the conversion.

impl From<Frame> for RedisError
[src]

[src]

Performs the conversion.

impl From<TimerError> for RedisError
[src]

[src]

Performs the conversion.

impl<T: Into<RedisError>> From<TimeoutError<T>> for RedisError
[src]

[src]

Performs the conversion.

impl Display for RedisError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for RedisError
[src]

[src]

A short description of the error. Read more

[src]

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