Struct chrono::format::ParseError [] [src]

pub struct ParseError(_);

An error from the parse function.

Trait Implementations

impl Display for ParseError

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

impl Error for ParseError

fn description(&self) -> &str

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

Derived Implementations

impl Copy for ParseError

impl PartialEq for ParseError

fn eq(&self, __arg_0: &ParseError) -> bool

fn ne(&self, __arg_0: &ParseError) -> bool

impl Clone for ParseError

fn clone(&self) -> ParseError

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

impl Debug for ParseError

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