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

pub struct ParseError(_);

An error from the parse function.

Trait Implementations

impl Display for ParseError
[src]

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

impl Error for ParseError
[src]

fn description(&self) -> &str

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

Derived Implementations

impl Copy for ParseError
[src]

impl PartialEq for ParseError
[src]

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

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

impl Clone for ParseError
[src]

fn clone(&self) -> ParseError

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

impl Debug for ParseError
[src]

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