pub struct WeekendOptions {Show 20 fields
pub starters: u32,
pub starting_grid: String,
pub qualify_scoring: String,
pub course_cautions: String,
pub standing_start: i8,
pub restarts: String,
pub weather_type: String,
pub skies: String,
pub wind_direction: String,
pub wind_speed: String,
pub temperature: String,
pub relative_humidity: String,
pub fog_level: String,
pub unofficial: i8,
pub commercial_mode: String,
pub night_mode: String,
pub is_fixed_setup: i8,
pub strict_laps_checking: String,
pub has_open_registration: i8,
pub hardcore_level: i8,
}Fields§
§starters: u32§starting_grid: String§qualify_scoring: String§course_cautions: String§standing_start: i8§restarts: String§weather_type: String§skies: String§wind_direction: String§wind_speed: String§temperature: String§relative_humidity: String§fog_level: String§unofficial: i8§commercial_mode: String§night_mode: String§is_fixed_setup: i8§strict_laps_checking: String§has_open_registration: i8§hardcore_level: i8Trait Implementations§
Source§impl Clone for WeekendOptions
impl Clone for WeekendOptions
Source§fn clone(&self) -> WeekendOptions
fn clone(&self) -> WeekendOptions
Returns a duplicate of the value. Read more
1.0.0 · 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 WeekendOptions
impl Debug for WeekendOptions
Source§impl<'de> Deserialize<'de> for WeekendOptions
impl<'de> Deserialize<'de> for WeekendOptions
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 WeekendOptions
impl RefUnwindSafe for WeekendOptions
impl Send for WeekendOptions
impl Sync for WeekendOptions
impl Unpin for WeekendOptions
impl UnsafeUnpin for WeekendOptions
impl UnwindSafe for WeekendOptions
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