Struct imap_types::message::MyDateTime
source · [−]pub struct MyDateTime(pub DateTime<FixedOffset>);Tuple Fields
0: DateTime<FixedOffset>Trait Implementations
sourceimpl Clone for MyDateTime
impl Clone for MyDateTime
sourcefn clone(&self) -> MyDateTime
fn clone(&self) -> MyDateTime
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 MyDateTime
impl Debug for MyDateTime
sourceimpl Hash for MyDateTime
impl Hash for MyDateTime
sourceimpl PartialEq<MyDateTime> for MyDateTime
impl PartialEq<MyDateTime> for MyDateTime
sourcefn eq(&self, other: &MyDateTime) -> bool
fn eq(&self, other: &MyDateTime) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &MyDateTime) -> bool
fn ne(&self, other: &MyDateTime) -> bool
This method tests for !=.
impl Eq for MyDateTime
impl StructuralEq for MyDateTime
impl StructuralPartialEq for MyDateTime
Auto Trait Implementations
impl RefUnwindSafe for MyDateTime
impl Send for MyDateTime
impl Sync for MyDateTime
impl Unpin for MyDateTime
impl UnwindSafe for MyDateTime
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