Enum ffxiv_types::races::Race[][src]

pub enum Race {
    AuRa,
    Elezen,
    Hyur,
    Lalafell,
    Miqote,
    Roegadyn,
}

The playable races in the game.

Variants

Methods

impl Race
[src]

ALL: [Race; 6] = [Race::AuRa, Race::Elezen, Race::Hyur, Race::Lalafell, Race::Miqote,
 Race::Roegadyn]

Returns the string variant of this world.

Trait Implementations

impl Debug for Race
[src]

Formats the value using the given formatter. Read more

impl Clone for Race
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Race
[src]

impl FromStr for Race
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type.

This is case-insensitive.

impl Display for Race
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Race

impl Sync for Race