pub struct Stint {
pub compound: String,
pub driver_number: i64,
pub lap_end: i64,
pub lap_start: i64,
pub meeting_key: i64,
pub session_key: i64,
pub stint_number: i64,
pub tyre_age_at_start: i64,
}Fields§
§compound: String§driver_number: i64§lap_end: i64§lap_start: i64§meeting_key: i64§session_key: i64§stint_number: i64§tyre_age_at_start: i64Trait Implementations§
Source§impl<'de> Deserialize<'de> for Stint
impl<'de> Deserialize<'de> for Stint
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 Freeze for Stint
impl RefUnwindSafe for Stint
impl Send for Stint
impl Sync for Stint
impl Unpin for Stint
impl UnsafeUnpin for Stint
impl UnwindSafe for Stint
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