Enum pokemon_go_protobuf::POGOProtos_Data_Battle::BattleActionType [] [src]

pub enum BattleActionType {
    ACTION_UNSET,
    ACTION_ATTACK,
    ACTION_DODGE,
    ACTION_SPECIAL_ATTACK,
    ACTION_SWAP_POKEMON,
    ACTION_FAINT,
    ACTION_PLAYER_JOIN,
    ACTION_PLAYER_QUIT,
    ACTION_VICTORY,
    ACTION_DEFEAT,
    ACTION_TIMED_OUT,
}

Variants

Trait Implementations

impl Clone for BattleActionType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for BattleActionType
[src]

Formats the value using the given formatter.

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

impl Copy for BattleActionType
[src]