Struct zip::result::DateTimeRangeError
source · pub struct DateTimeRangeError;
Expand description
Error type for time parsing
Trait Implementations§
source§impl Debug for DateTimeRangeError
impl Debug for DateTimeRangeError
source§impl Display for DateTimeRangeError
impl Display for DateTimeRangeError
source§impl Error for DateTimeRangeError
impl Error for DateTimeRangeError
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 From<TryFromIntError> for DateTimeRangeError
impl From<TryFromIntError> for DateTimeRangeError
source§fn from(_value: TryFromIntError) -> Self
fn from(_value: TryFromIntError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DateTimeRangeError
impl RefUnwindSafe for DateTimeRangeError
impl Send for DateTimeRangeError
impl Sync for DateTimeRangeError
impl Unpin for DateTimeRangeError
impl UnwindSafe for DateTimeRangeError
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