Struct date_header::TooFuturistic
source · pub struct TooFuturistic;
Expand description
Error returned from format indicating that the timestamp is too far into the future.
IMF-fixdate only supports days prior to the year 10000
Trait Implementations§
source§impl Debug for TooFuturistic
impl Debug for TooFuturistic
source§impl PartialEq for TooFuturistic
impl PartialEq for TooFuturistic
source§fn eq(&self, other: &TooFuturistic) -> bool
fn eq(&self, other: &TooFuturistic) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for TooFuturistic
impl StructuralPartialEq for TooFuturistic
Auto Trait Implementations§
impl Freeze for TooFuturistic
impl RefUnwindSafe for TooFuturistic
impl Send for TooFuturistic
impl Sync for TooFuturistic
impl Unpin for TooFuturistic
impl UnwindSafe for TooFuturistic
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