pub struct SessionV2InfoTime {
pub archived: Option<f64>,
pub created: f64,
pub updated: f64,
}Fields§
§archived: Option<f64>§created: f64§updated: f64Trait Implementations§
Source§impl Clone for SessionV2InfoTime
impl Clone for SessionV2InfoTime
Source§fn clone(&self) -> SessionV2InfoTime
fn clone(&self) -> SessionV2InfoTime
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SessionV2InfoTime
impl Debug for SessionV2InfoTime
Source§impl<'de> Deserialize<'de> for SessionV2InfoTime
impl<'de> Deserialize<'de> for SessionV2InfoTime
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 SessionV2InfoTime
impl PartialEq for SessionV2InfoTime
Source§impl Serialize for SessionV2InfoTime
impl Serialize for SessionV2InfoTime
impl StructuralPartialEq for SessionV2InfoTime
Auto Trait Implementations§
impl Freeze for SessionV2InfoTime
impl RefUnwindSafe for SessionV2InfoTime
impl Send for SessionV2InfoTime
impl Sync for SessionV2InfoTime
impl Unpin for SessionV2InfoTime
impl UnsafeUnpin for SessionV2InfoTime
impl UnwindSafe for SessionV2InfoTime
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