Struct r6stats::types::search_data::generic_stats::Timestamps
source · pub struct Timestamps {
pub created: OffsetDateTime,
pub last_updated: OffsetDateTime,
pub unknown: HashMap<String, Value>,
}
Fields§
§created: OffsetDateTime
§last_updated: OffsetDateTime
§unknown: HashMap<String, Value>
Trait Implementations§
source§impl Debug for Timestamps
impl Debug for Timestamps
source§impl<'de> Deserialize<'de> for Timestamps
impl<'de> Deserialize<'de> for Timestamps
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
Auto Trait Implementations§
impl RefUnwindSafe for Timestamps
impl Send for Timestamps
impl Sync for Timestamps
impl Unpin for Timestamps
impl UnwindSafe for Timestamps
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