Enum f1_api::nineteen::Flag[][src]

pub enum Flag {
    Invalid,
    None,
    Green,
    Blue,
    Yellow,
    Red,
}
Expand description

Flags shown in F1 2019.

Flags are an essential tool to communicate the status of a race to the drivers on track. A green flag signals the race start or restart, while a yellow flag warns of hazards on track. The red flag aborts a race or session. The blue flag signals that a faster car is approaching from behind.

Variants

Invalid
None
Green
Blue
Yellow
Red

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.