Enum pokemon_go_data::PokeType [] [src]

pub enum PokeType {
    Normal,
    Fighting,
    Flying,
    Poison,
    Ground,
    Rock,
    Bug,
    Ghost,
    Steel,
    Fire,
    Water,
    Grass,
    Electric,
    Psychic,
    Ice,
    Dragon,
    Dark,
    Fairy,
}

Variants

Methods

impl PokeType
[src]

Trait Implementations

impl Clone for PokeType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for PokeType
[src]

impl PartialEq for PokeType
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for PokeType
[src]

impl Debug for PokeType
[src]

[src]

Formats the value using the given formatter.

impl Hash for PokeType
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl FromStr for PokeType
[src]

The associated error which can be returned from parsing.

[src]

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