Enum pokemon_go_protobuf::POGOProtos_Enums::TeamColor [] [src]

pub enum TeamColor {
    NEUTRAL,
    BLUE,
    RED,
    YELLOW,
}

Variants

Trait Implementations

impl Clone for TeamColor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for TeamColor
[src]

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

This method tests for !=.

impl Eq for TeamColor
[src]

impl Debug for TeamColor
[src]

Formats the value using the given formatter.

impl Hash for TeamColor
[src]

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

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

impl ProtobufEnum for TeamColor
[src]

impl Copy for TeamColor
[src]