Enum redis_client::errors::ParsingError [] [src]

pub enum ParsingError {
    BadIdentifier(String),
}

Variants

Trait Implementations

impl Debug for ParsingError
[src]

Formats the value using the given formatter.

impl Clone for ParsingError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for ParsingError
[src]

Formats the value using the given formatter. Read more

impl Error for ParsingError
[src]

A short description of the error. Read more

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