Struct chrono::ParseMonthError [−][src]
pub struct ParseMonthError { /* fields omitted */ }
Expand description
An error resulting from reading <Month>
value with FromStr
.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ParseMonthError
impl Send for ParseMonthError
impl Sync for ParseMonthError
impl Unpin for ParseMonthError
impl UnwindSafe for ParseMonthError
Blanket Implementations
Mutably borrows from an owned value. Read more