Struct date_header::InvalidDate
source · pub struct InvalidDate;
Expand description
Error returned from parse indicating that the input text was not valid.
Trait Implementations§
source§impl Debug for InvalidDate
impl Debug for InvalidDate
source§impl PartialEq for InvalidDate
impl PartialEq for InvalidDate
source§fn eq(&self, other: &InvalidDate) -> bool
fn eq(&self, other: &InvalidDate) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for InvalidDate
impl StructuralPartialEq for InvalidDate
Auto Trait Implementations§
impl Freeze for InvalidDate
impl RefUnwindSafe for InvalidDate
impl Send for InvalidDate
impl Sync for InvalidDate
impl Unpin for InvalidDate
impl UnwindSafe for InvalidDate
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