Struct imap_types::message::NaiveDate
source · pub struct NaiveDate(_);Trait Implementations§
source§impl PartialEq<NaiveDate> for NaiveDate
impl PartialEq<NaiveDate> for NaiveDate
impl Eq for NaiveDate
impl StructuralEq for NaiveDate
impl StructuralPartialEq for NaiveDate
Auto Trait Implementations§
impl RefUnwindSafe for NaiveDate
impl Send for NaiveDate
impl Sync for NaiveDate
impl Unpin for NaiveDate
impl UnwindSafe for NaiveDate
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