Enum pokemon_go_protobuf::POGOProtos_Data_Battle::BattleType [] [src]

pub enum BattleType {
    BATTLE_TYPE_UNSET,
    BATTLE_TYPE_NORMAL,
    BATTLE_TYPE_TRAINING,
}

Variants

Trait Implementations

impl Clone for BattleType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for BattleType
[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 BattleType
[src]

impl Debug for BattleType
[src]

Formats the value using the given formatter.

impl Hash for BattleType
[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 BattleType
[src]

impl Copy for BattleType
[src]