Enum pokemon_go_protobuf::POGOProtos_Networking_Responses::UseItemEggIncubatorResponse_Result [] [src]

pub enum UseItemEggIncubatorResponse_Result {
    UNSET,
    SUCCESS,
    ERROR_INCUBATOR_NOT_FOUND,
    ERROR_POKEMON_EGG_NOT_FOUND,
    ERROR_POKEMON_ID_NOT_EGG,
    ERROR_INCUBATOR_ALREADY_IN_USE,
    ERROR_POKEMON_ALREADY_INCUBATING,
    ERROR_INCUBATOR_NO_USES_REMAINING,
}

Variants

Trait Implementations

impl Clone for UseItemEggIncubatorResponse_Result
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for UseItemEggIncubatorResponse_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 UseItemEggIncubatorResponse_Result
[src]

impl Debug for UseItemEggIncubatorResponse_Result
[src]

Formats the value using the given formatter.

impl Hash for UseItemEggIncubatorResponse_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 UseItemEggIncubatorResponse_Result
[src]

impl Copy for UseItemEggIncubatorResponse_Result
[src]