Enum pokemon_go_protobuf::POGOProtos_Networking_Responses::IncenseEncounterResponse_Result [] [src]

pub enum IncenseEncounterResponse_Result {
    INCENSE_ENCOUNTER_UNKNOWN,
    INCENSE_ENCOUNTER_SUCCESS,
    INCENSE_ENCOUNTER_NOT_AVAILABLE,
    POKEMON_INVENTORY_FULL,
}

Variants

Trait Implementations

impl Clone for IncenseEncounterResponse_Result
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for IncenseEncounterResponse_Result
[src]

Formats the value using the given formatter.

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

impl Copy for IncenseEncounterResponse_Result
[src]