Struct countrs::TimeParserError
source · pub struct TimeParserError;Trait Implementations§
source§impl Debug for TimeParserError
impl Debug for TimeParserError
source§impl Display for TimeParserError
impl Display for TimeParserError
source§impl Error for TimeParserError
impl Error for TimeParserError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl Ord for TimeParserError
impl Ord for TimeParserError
source§fn cmp(&self, other: &TimeParserError) -> Ordering
fn cmp(&self, other: &TimeParserError) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<TimeParserError> for TimeParserError
impl PartialEq<TimeParserError> for TimeParserError
source§fn eq(&self, other: &TimeParserError) -> bool
fn eq(&self, other: &TimeParserError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<TimeParserError> for TimeParserError
impl PartialOrd<TimeParserError> for TimeParserError
source§fn partial_cmp(&self, other: &TimeParserError) -> Option<Ordering>
fn partial_cmp(&self, other: &TimeParserError) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more