[][src]Struct iracing::session::WeekendOptions

pub struct WeekendOptions {
    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: u32starting_grid: Stringqualify_scoring: Stringcourse_cautions: Stringstanding_start: i8restarts: Stringweather_type: Stringskies: Stringwind_direction: Stringwind_speed: Stringtemperature: Stringrelative_humidity: Stringfog_level: Stringunofficial: i8commercial_mode: Stringnight_mode: Stringis_fixed_setup: i8strict_laps_checking: Stringhas_open_registration: i8hardcore_level: i8

Trait Implementations

impl Clone for WeekendOptions[src]

impl Debug for WeekendOptions[src]

impl<'de> Deserialize<'de> for WeekendOptions[src]

impl Serialize for WeekendOptions[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.