Struct imap_types::message::MyNaiveDate
source · [−]pub struct MyNaiveDate(pub NaiveDate);Tuple Fields
0: NaiveDateTrait Implementations
sourceimpl Clone for MyNaiveDate
impl Clone for MyNaiveDate
sourcefn clone(&self) -> MyNaiveDate
fn clone(&self) -> MyNaiveDate
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for MyNaiveDate
impl Debug for MyNaiveDate
sourceimpl Hash for MyNaiveDate
impl Hash for MyNaiveDate
sourceimpl PartialEq<MyNaiveDate> for MyNaiveDate
impl PartialEq<MyNaiveDate> for MyNaiveDate
sourcefn eq(&self, other: &MyNaiveDate) -> bool
fn eq(&self, other: &MyNaiveDate) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &MyNaiveDate) -> bool
fn ne(&self, other: &MyNaiveDate) -> bool
This method tests for !=.
impl Eq for MyNaiveDate
impl StructuralEq for MyNaiveDate
impl StructuralPartialEq for MyNaiveDate
Auto Trait Implementations
impl RefUnwindSafe for MyNaiveDate
impl Send for MyNaiveDate
impl Sync for MyNaiveDate
impl Unpin for MyNaiveDate
impl UnwindSafe for MyNaiveDate
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more