Struct utils::date::InvalidDayError
source · pub struct InvalidDayError;
Expand description
Error type returned when trying to convert an invalid value to a Day
.
Trait Implementations§
source§impl Debug for InvalidDayError
impl Debug for InvalidDayError
source§impl Display for InvalidDayError
impl Display for InvalidDayError
source§impl Error for InvalidDayError
impl Error for InvalidDayError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns 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()
Auto Trait Implementations§
impl Freeze for InvalidDayError
impl RefUnwindSafe for InvalidDayError
impl Send for InvalidDayError
impl Sync for InvalidDayError
impl Unpin for InvalidDayError
impl UnwindSafe for InvalidDayError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more