pub struct Times {
pub primary: String,
pub primary_t: f64,
pub realtime: Option<String>,
pub realtime_t: f64,
pub realtime_noloads: Option<String>,
pub realtime_noloads_t: f64,
pub ingame: Option<String>,
pub ingame_t: f64,
}Fields§
§primary: String§primary_t: f64§realtime: Option<String>§realtime_t: f64§realtime_noloads: Option<String>§realtime_noloads_t: f64§ingame: Option<String>§ingame_t: f64Trait Implementations§
Source§impl<'de> Deserialize<'de> for Times
impl<'de> Deserialize<'de> for Times
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
impl StructuralPartialEq for Times
Auto Trait Implementations§
impl Freeze for Times
impl RefUnwindSafe for Times
impl Send for Times
impl Sync for Times
impl Unpin for Times
impl UnwindSafe for Times
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