Enum pokemon_go_protobuf::POGOProtos_Networking_Responses::FortDeployPokemonResponse_Result [] [src]

pub enum FortDeployPokemonResponse_Result {
    NO_RESULT_SET,
    SUCCESS,
    ERROR_ALREADY_HAS_POKEMON_ON_FORT,
    ERROR_OPPOSING_TEAM_OWNS_FORT,
    ERROR_FORT_IS_FULL,
    ERROR_NOT_IN_RANGE,
    ERROR_PLAYER_HAS_NO_TEAM,
    ERROR_POKEMON_NOT_FULL_HP,
    ERROR_PLAYER_BELOW_MINIMUM_LEVEL,
    ERROR_POKEMON_IS_BUDDY,
}

Variants

Trait Implementations

impl Clone for FortDeployPokemonResponse_Result
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for FortDeployPokemonResponse_Result
[src]

Formats the value using the given formatter.

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

impl Copy for FortDeployPokemonResponse_Result
[src]