Enum ffxiv_types::guardians::Guardian[][src]

pub enum Guardian {
    Althyk,
    Azeyma,
    Byregot,
    Halone,
    Llymlaen,
    Menphina,
    NaldThal,
    Nophica,
    Nymeia,
    Oschon,
    Rhalgr,
    Thaliak,
}

The guardian deities in the game.

Variants

Methods

impl Guardian
[src]

ALL: [Guardian; 12] = [Guardian::Althyk, Guardian::Azeyma, Guardian::Byregot, Guardian::Halone,
 Guardian::Llymlaen, Guardian::Menphina, Guardian::NaldThal,
 Guardian::Nophica, Guardian::Nymeia, Guardian::Oschon, Guardian::Rhalgr,
 Guardian::Thaliak]

Returns the string variant of this world.

Trait Implementations

impl Debug for Guardian
[src]

Formats the value using the given formatter. Read more

impl Clone for Guardian
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Guardian
[src]

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Guardian

impl Sync for Guardian