Struct speedrun_api::types::Times
source · [−]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: Stringprimary_t: f64realtime: Option<String>realtime_t: f64realtime_noloads: Option<String>realtime_noloads_t: f64ingame: Option<String>ingame_t: f64Trait Implementations
sourceimpl<'de> Deserialize<'de> for Times
impl<'de> Deserialize<'de> for Times
sourcefn 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
sourceimpl PartialEq<Times> for Times
impl PartialEq<Times> for Times
impl StructuralPartialEq for Times
Auto Trait Implementations
impl RefUnwindSafe for Times
impl Send for Times
impl Sync for Times
impl Unpin for Times
impl UnwindSafe for Times
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more