Enum pokemon_go_protobuf::POGOProtos_Networking_Responses::FortRecallPokemonResponse_Result [] [src]

pub enum FortRecallPokemonResponse_Result {
    NO_RESULT_SET,
    SUCCESS,
    ERROR_NOT_IN_RANGE,
    ERROR_POKEMON_NOT_ON_FORT,
    ERROR_NO_PLAYER,
}

Variants

Trait Implementations

impl Clone for FortRecallPokemonResponse_Result
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for FortRecallPokemonResponse_Result
[src]

Formats the value using the given formatter.

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

impl Copy for FortRecallPokemonResponse_Result
[src]