Struct redis_protocol::types::RedisProtocolError[][src]

pub struct RedisProtocolError<'a> { /* fields omitted */ }

Methods

impl<'a> RedisProtocolError<'a>
[src]

Attempt to read the underlying data on which the encoding or decoding error occurred.

Trait Implementations

impl<'a> Clone for RedisProtocolError<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for RedisProtocolError<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Eq for RedisProtocolError<'a>
[src]

impl<'a> PartialEq for RedisProtocolError<'a>
[src]

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

This method tests for !=.

impl<'a> Display for RedisProtocolError<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Error for RedisProtocolError<'a>
[src]

This method is soft-deprecated. Read more

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

impl<'a> From<GenError> for RedisProtocolError<'a>
[src]

Performs the conversion.

impl<'a> From<NomError<&'a [u8]>> for RedisProtocolError<'a>
[src]

Performs the conversion.

Auto Trait Implementations

impl<'a> Send for RedisProtocolError<'a>

impl<'a> Sync for RedisProtocolError<'a>