Struct imap_codec::message::MyNaiveDate
source · pub struct MyNaiveDate(pub NaiveDate);Tuple Fields§
§0: NaiveDateTrait Implementations§
source§impl Clone for MyNaiveDate
impl Clone for MyNaiveDate
source§fn clone(&self) -> MyNaiveDate
fn clone(&self) -> MyNaiveDate
Returns a copy 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 MyNaiveDate
impl Debug for MyNaiveDate
source§impl Encode for MyNaiveDate
impl Encode for MyNaiveDate
source§impl Hash for MyNaiveDate
impl Hash for MyNaiveDate
source§impl PartialEq<MyNaiveDate> for MyNaiveDate
impl PartialEq<MyNaiveDate> for MyNaiveDate
source§fn 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 ==.