Enum pokemon_go_protobuf::POGOProtos_Data_Logs::CatchPokemonLogEntry_Result [] [src]

pub enum CatchPokemonLogEntry_Result {
    UNSET,
    POKEMON_CAPTURED,
    POKEMON_FLED,
    POKEMON_HATCHED,
}

Variants

Trait Implementations

impl Clone for CatchPokemonLogEntry_Result
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for CatchPokemonLogEntry_Result
[src]

Formats the value using the given formatter.

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

impl Copy for CatchPokemonLogEntry_Result
[src]