[][src]Enum f1_api::packet::participants::Driver

pub enum Driver {
    AlainForest,
    AlessioLorandi,
    AlexMurray,
    AlexanderAlbon,
    AnthoineHubert,
    AntonioFuoco,
    AntonioGiovinazzi,
    ArjunMaini,
    ArronBarnes,
    ArtemMarkelov,
    BenjaminCoppens,
    CallistoCalabresi,
    CallumIlott,
    CarlosSainz,
    CharlesLeclerc,
    DanielJones,
    DanielRicciardo,
    DaniilKvyat,
    DorianBoccolacci,
    EstoSaari,
    FlavioNieves,
    GeorgeRussell,
    GertWaldmuller,
    GuanyaZhou,
    GuilianoAlesi,
    HowardClarke,
    IgorCorreia,
    JackAitken,
    JackTremblay,
    JayLetourneau,
    JonasSchiffer,
    JordanKing,
    JuanManuelCorrea,
    JulianQuesada,
    KevinMagnussen,
    KimiRaikkonen,
    KlimekMichalski,
    LanceStroll,
    LandoNorris,
    LewisHamilton,
    LouisDeletraz,
    LucaGhiotto,
    LucasRoth,
    MahaveerRaghunathan,
    MarieLaursen,
    MartinGiles,
    MaxVerstappen,
    MaximilianGunther,
    MickSchumacher,
    NaotaIzum,
    NicholasLatifi,
    NicoHulkenburg,
    NikitaMazepin,
    NikoKari,
    NireiFukuzumi,
    NoahVisser,
    NobuharuMatsushita,
    NyckDeVries,
    PeterBelousov,
    PierreGasly,
    RalphBoschung,
    RashidNair,
    RobertKubica,
    RobertoMerhi,
    RomainGrosjean,
    RubenMeijer,
    SantiagoMoreno,
    SeanGelael,
    SebastianVettel,
    SergioPerez,
    SergioSetteCamara,
    SophieLevasseur,
    TadasukeMakino,
    TatianaCalderon,
    ValtteriBottas,
    WilheimKaufmann,
    YasarAtiyeh,
}

Drivers that appear in the F1 games

The F1 games feature a long list of drivers that appear in the games. Not every driver is available in every game, and some drivers might be in a F2 championship in one game, and in F1 in the next.

Variants

AlainForest
AlessioLorandi
AlexMurray
AlexanderAlbon
AnthoineHubert
AntonioFuoco
AntonioGiovinazzi
ArjunMaini
ArronBarnes
ArtemMarkelov
BenjaminCoppens
CallistoCalabresi
CallumIlott
CarlosSainz
CharlesLeclerc
DanielJones
DanielRicciardo
DaniilKvyat
DorianBoccolacci
EstoSaari
FlavioNieves
GeorgeRussell
GertWaldmuller
GuanyaZhou
GuilianoAlesi
HowardClarke
IgorCorreia
JackAitken
JackTremblay
JayLetourneau
JonasSchiffer
JordanKing
JuanManuelCorrea
JulianQuesada
KevinMagnussen
KimiRaikkonen
KlimekMichalski
LanceStroll
LandoNorris
LewisHamilton
LouisDeletraz
LucaGhiotto
LucasRoth
MahaveerRaghunathan
MarieLaursen
MartinGiles
MaxVerstappen
MaximilianGunther
MickSchumacher
NaotaIzum
NicholasLatifi
NicoHulkenburg
NikitaMazepin
NikoKari
NireiFukuzumi
NoahVisser
NobuharuMatsushita
NyckDeVries
PeterBelousov
PierreGasly
RalphBoschung
RashidNair
RobertKubica
RobertoMerhi
RomainGrosjean
RubenMeijer
SantiagoMoreno
SeanGelael
SebastianVettel
SergioPerez
SergioSetteCamara
SophieLevasseur
TadasukeMakino
TatianaCalderon
ValtteriBottas
WilheimKaufmann
YasarAtiyeh

Trait Implementations

impl Clone for Driver[src]

impl Copy for Driver[src]

impl Debug for Driver[src]

impl Default for Driver[src]

impl Eq for Driver[src]

impl Hash for Driver[src]

impl Ord for Driver[src]

impl PartialEq<Driver> for Driver[src]

impl PartialOrd<Driver> for Driver[src]

impl StructuralEq for Driver[src]

impl StructuralPartialEq for Driver[src]

Auto Trait Implementations

impl RefUnwindSafe for Driver

impl Send for Driver

impl Sync for Driver

impl Unpin for Driver

impl UnwindSafe for Driver

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> 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.