Struct gds::GdsDateTimes
source · pub struct GdsDateTimes {
pub modified: NaiveDateTime,
pub accessed: NaiveDateTime,
}
Expand description
GDS modification dates and times.
Fields§
§modified: NaiveDateTime
Last modification date and time.
accessed: NaiveDateTime
Last access date and time.
Implementations§
Trait Implementations§
source§impl Clone for GdsDateTimes
impl Clone for GdsDateTimes
source§fn clone(&self) -> GdsDateTimes
fn clone(&self) -> GdsDateTimes
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 GdsDateTimes
impl Debug for GdsDateTimes
source§impl<'de> Deserialize<'de> for GdsDateTimes
impl<'de> Deserialize<'de> for GdsDateTimes
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for GdsDateTimes
impl PartialEq for GdsDateTimes
source§fn eq(&self, other: &GdsDateTimes) -> bool
fn eq(&self, other: &GdsDateTimes) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for GdsDateTimes
impl Serialize for GdsDateTimes
impl StructuralPartialEq for GdsDateTimes
Auto Trait Implementations§
impl RefUnwindSafe for GdsDateTimes
impl Send for GdsDateTimes
impl Sync for GdsDateTimes
impl Unpin for GdsDateTimes
impl UnwindSafe for GdsDateTimes
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