[][src]Enum raider_io::player::Race

pub enum Race {
    Human,
    Dwarf,
    Gnome,
    Draenei,
    Worgen,
    Pandaren,
    Orc,
    Undead,
    Tauren,
    Troll,
    Goblin,
    Mechagnome,
    Nightborne,
    Vulpera,
    NightElf,
    BloodElf,
    VoidElf,
    LightforgedDraenei,
    DarkIronDwarf,
    KulTiran,
    HighmountainTauren,
    MagharOrc,
    ZandalariTroll,
}

Variants

Human
Dwarf
Gnome
Draenei
Worgen
Pandaren
Orc
Undead
Tauren
Troll
Goblin
Mechagnome
Nightborne
Vulpera
NightElf
BloodElf
VoidElf
LightforgedDraenei
DarkIronDwarf
KulTiran
HighmountainTauren
MagharOrc
ZandalariTroll

Trait Implementations

impl Clone for Race[src]

impl Copy for Race[src]

impl Debug for Race[src]

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

impl Serialize for Race[src]

Auto Trait Implementations

impl RefUnwindSafe for Race

impl Send for Race

impl Sync for Race

impl Unpin for Race

impl UnwindSafe for Race

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: for<'de> 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.