Enum pokemon_go_protobuf::POGOProtos_Data_Logs::BuddyPokemonLogEntry_Result [] [src]

pub enum BuddyPokemonLogEntry_Result {
    UNSET,
    CANDY_FOUND,
}

Variants

Trait Implementations

impl Clone for BuddyPokemonLogEntry_Result
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for BuddyPokemonLogEntry_Result
[src]

Formats the value using the given formatter.

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

impl Copy for BuddyPokemonLogEntry_Result
[src]