pub struct InvalidFormat;Expand description
The provided timestamp in the given string format is invalid and unable to be parsed.
Trait Implementations§
Source§impl Clone for InvalidFormat
impl Clone for InvalidFormat
Source§fn clone(&self) -> InvalidFormat
fn clone(&self) -> InvalidFormat
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InvalidFormat
impl Debug for InvalidFormat
Source§impl Display for InvalidFormat
impl Display for InvalidFormat
Source§impl Error for InvalidFormat
impl Error for InvalidFormat
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()
impl Copy for InvalidFormat
Auto Trait Implementations§
impl Freeze for InvalidFormat
impl RefUnwindSafe for InvalidFormat
impl Send for InvalidFormat
impl Sync for InvalidFormat
impl Unpin for InvalidFormat
impl UnwindSafe for InvalidFormat
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