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

pub enum ParsingError {
    BadIdentifier(String),
}

Variants

BadIdentifier

Trait Implementations

impl Display for ParsingError

fn fmt(&self, f: &mut Formatter) -> Result

impl Error for ParsingError

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

Derived Implementations

impl Clone for ParsingError

fn clone(&self) -> ParsingError

fn clone_from(&mut self, source: &Self)

impl Debug for ParsingError

fn fmt(&self, __arg_0: &mut Formatter) -> Result