Enum pokemon_go_protobuf::POGOProtos_Networking_Responses::EvolvePokemonResponse_Result [] [src]

pub enum EvolvePokemonResponse_Result {
    UNSET,
    SUCCESS,
    FAILED_POKEMON_MISSING,
    FAILED_INSUFFICIENT_RESOURCES,
    FAILED_POKEMON_CANNOT_EVOLVE,
    FAILED_POKEMON_IS_DEPLOYED,
}

Variants

Trait Implementations

impl Clone for EvolvePokemonResponse_Result
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for EvolvePokemonResponse_Result
[src]

Formats the value using the given formatter.

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

impl Copy for EvolvePokemonResponse_Result
[src]