Enum pokemon_go_protobuf::POGOProtos_Networking_Responses::UseItemPotionResponse_Result [] [src]

pub enum UseItemPotionResponse_Result {
    UNSET,
    SUCCESS,
    ERROR_NO_POKEMON,
    ERROR_CANNOT_USE,
    ERROR_DEPLOYED_TO_FORT,
}

Variants

Trait Implementations

impl Clone for UseItemPotionResponse_Result
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for UseItemPotionResponse_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 UseItemPotionResponse_Result
[src]

impl Debug for UseItemPotionResponse_Result
[src]

Formats the value using the given formatter.

impl Hash for UseItemPotionResponse_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 UseItemPotionResponse_Result
[src]

impl Copy for UseItemPotionResponse_Result
[src]