Enum ffxiv_types::clans::Clan[][src]

pub enum Clan {
    Raen,
    Xaela,
    Duskwight,
    Wildwood,
    Highlander,
    Midlander,
    Dunesfolk,
    Plainsfolk,
    KeeperOfTheMoon,
    SeekerOfTheSun,
    Hellsguard,
    SeaWolf,
}

The clans of the playable races in the game.

Variants

Methods

impl Clan
[src]

ALL: [Clan; 12] = [Clan::Raen, Clan::Xaela, Clan::Duskwight, Clan::Wildwood, Clan::Highlander,
 Clan::Midlander, Clan::Dunesfolk, Clan::Plainsfolk, Clan::KeeperOfTheMoon,
 Clan::SeekerOfTheSun, Clan::Hellsguard, Clan::SeaWolf]

Returns the string variant of this world.

Trait Implementations

impl Debug for Clan
[src]

Formats the value using the given formatter. Read more

impl Clone for Clan
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Clan
[src]

impl FromStr for Clan
[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 Clan
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Clan

impl Sync for Clan