Enum pokemon_go_protobuf::POGOProtos_Networking_Responses::StartGymBattleResponse_Result [] [src]

pub enum StartGymBattleResponse_Result {
    UNSET,
    SUCCESS,
    ERROR_GYM_NOT_FOUND,
    ERROR_GYM_NEUTRAL,
    ERROR_GYM_WRONG_TEAM,
    ERROR_GYM_EMPTY,
    ERROR_INVALID_DEFENDER,
    ERROR_TRAINING_INVALID_ATTACKER_COUNT,
    ERROR_ALL_POKEMON_FAINTED,
    ERROR_TOO_MANY_BATTLES,
    ERROR_TOO_MANY_PLAYERS,
    ERROR_GYM_BATTLE_LOCKOUT,
    ERROR_PLAYER_BELOW_MINIMUM_LEVEL,
    ERROR_NOT_IN_RANGE,
}

Variants

Trait Implementations

impl Clone for StartGymBattleResponse_Result
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for StartGymBattleResponse_Result
[src]

Formats the value using the given formatter.

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

impl Copy for StartGymBattleResponse_Result
[src]