pub struct GdsDateTimes {
pub modified: NaiveDateTime,
pub accessed: NaiveDateTime,
}Expand description
§Gds Modification Dates & Times
Fields§
§modified: NaiveDateTimeLast Modification Date & Time
accessed: NaiveDateTimeLast Access Date & Time
Implementations§
Trait Implementations§
Source§impl Clone for GdsDateTimes
impl Clone for GdsDateTimes
Source§fn clone(&self) -> GdsDateTimes
fn clone(&self) -> GdsDateTimes
Returns a duplicate 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 Default for GdsDateTimes
impl Default 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§impl Serialize for GdsDateTimes
impl Serialize for GdsDateTimes
impl StructuralPartialEq for GdsDateTimes
Auto Trait Implementations§
impl Freeze for GdsDateTimes
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