Enum pokemon_go_protobuf::POGOProtos_Networking_Responses::UpgradePokemonResponse_Result [] [src]

pub enum UpgradePokemonResponse_Result {
    UNSET,
    SUCCESS,
    ERROR_POKEMON_NOT_FOUND,
    ERROR_INSUFFICIENT_RESOURCES,
    ERROR_UPGRADE_NOT_AVAILABLE,
    ERROR_POKEMON_IS_DEPLOYED,
}

Variants

Trait Implementations

impl Clone for UpgradePokemonResponse_Result
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for UpgradePokemonResponse_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 UpgradePokemonResponse_Result
[src]

impl Debug for UpgradePokemonResponse_Result
[src]

Formats the value using the given formatter.

impl Hash for UpgradePokemonResponse_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 UpgradePokemonResponse_Result
[src]

impl Copy for UpgradePokemonResponse_Result
[src]