Enum pokemon_go_protobuf::POGOProtos_Networking_Responses::CatchPokemonResponse_CatchStatus [] [src]

pub enum CatchPokemonResponse_CatchStatus {
    CATCH_ERROR,
    CATCH_SUCCESS,
    CATCH_ESCAPE,
    CATCH_FLEE,
    CATCH_MISSED,
}

Variants

Trait Implementations

impl Clone for CatchPokemonResponse_CatchStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for CatchPokemonResponse_CatchStatus
[src]

Formats the value using the given formatter.

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

impl Copy for CatchPokemonResponse_CatchStatus
[src]