Enum pokemon_go_protobuf::POGOProtos_Networking_Responses::RecycleInventoryItemResponse_Result [] [src]

pub enum RecycleInventoryItemResponse_Result {
    UNSET,
    SUCCESS,
    ERROR_NOT_ENOUGH_COPIES,
    ERROR_CANNOT_RECYCLE_INCUBATORS,
}

Variants

Trait Implementations

impl Clone for RecycleInventoryItemResponse_Result
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for RecycleInventoryItemResponse_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 RecycleInventoryItemResponse_Result
[src]

impl Debug for RecycleInventoryItemResponse_Result
[src]

Formats the value using the given formatter.

impl Hash for RecycleInventoryItemResponse_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 RecycleInventoryItemResponse_Result
[src]

impl Copy for RecycleInventoryItemResponse_Result
[src]