pub struct ModelV2InfoTime {
pub released: f64,
}Fields§
§released: f64Trait Implementations§
Source§impl Clone for ModelV2InfoTime
impl Clone for ModelV2InfoTime
Source§fn clone(&self) -> ModelV2InfoTime
fn clone(&self) -> ModelV2InfoTime
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 ModelV2InfoTime
impl Debug for ModelV2InfoTime
Source§impl<'de> Deserialize<'de> for ModelV2InfoTime
impl<'de> Deserialize<'de> for ModelV2InfoTime
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 ModelV2InfoTime
impl PartialEq for ModelV2InfoTime
Source§impl Serialize for ModelV2InfoTime
impl Serialize for ModelV2InfoTime
impl StructuralPartialEq for ModelV2InfoTime
Auto Trait Implementations§
impl Freeze for ModelV2InfoTime
impl RefUnwindSafe for ModelV2InfoTime
impl Send for ModelV2InfoTime
impl Sync for ModelV2InfoTime
impl Unpin for ModelV2InfoTime
impl UnsafeUnpin for ModelV2InfoTime
impl UnwindSafe for ModelV2InfoTime
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