Enum pokemon_go_protobuf::POGOProtos_Data_Battle::BattleState [] [src]

pub enum BattleState {
    STATE_UNSET,
    ACTIVE,
    VICTORY,
    DEFEATED,
    TIMED_OUT,
}

Variants

Trait Implementations

impl Clone for BattleState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for BattleState
[src]

Formats the value using the given formatter.

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

impl Copy for BattleState
[src]