Enum pokemon_go_protobuf::POGOProtos_Networking_Responses::EncounterResponse_Status [] [src]

pub enum EncounterResponse_Status {
    ENCOUNTER_ERROR,
    ENCOUNTER_SUCCESS,
    ENCOUNTER_NOT_FOUND,
    ENCOUNTER_CLOSED,
    ENCOUNTER_POKEMON_FLED,
    ENCOUNTER_NOT_IN_RANGE,
    ENCOUNTER_ALREADY_HAPPENED,
    POKEMON_INVENTORY_FULL,
}

Variants

Trait Implementations

impl Clone for EncounterResponse_Status
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for EncounterResponse_Status
[src]

Formats the value using the given formatter.

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

impl Copy for EncounterResponse_Status
[src]