Enum pokemon_go_protobuf::POGOProtos_Networking_Responses::SetFavoritePokemonResponse_Result [] [src]

pub enum SetFavoritePokemonResponse_Result {
    UNSET,
    SUCCESS,
    ERROR_POKEMON_NOT_FOUND,
    ERROR_POKEMON_IS_EGG,
}

Variants

Trait Implementations

impl Clone for SetFavoritePokemonResponse_Result
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for SetFavoritePokemonResponse_Result
[src]

Formats the value using the given formatter.

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

impl Copy for SetFavoritePokemonResponse_Result
[src]