Struct chrono::ParseWeekdayError [−][src]
pub struct ParseWeekdayError { /* fields omitted */ }
Expand description
An error resulting from reading Weekday
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 ParseWeekdayError
impl Send for ParseWeekdayError
impl Sync for ParseWeekdayError
impl Unpin for ParseWeekdayError
impl UnwindSafe for ParseWeekdayError
Blanket Implementations
Mutably borrows from an owned value. Read more