Enum pokemon_go_protobuf::POGOProtos_Networking_Envelopes::ResponseEnvelope_StatusCode [] [src]

pub enum ResponseEnvelope_StatusCode {
    UNKNOWN,
    OK,
    OK_RPC_URL_IN_RESPONSE,
    BAD_REQUEST,
    INVALID_REQUEST,
    INVALID_PLATFORM_REQUEST,
    REDIRECT,
    SESSION_INVALIDATED,
    INVALID_AUTH_TOKEN,
}

Variants

Trait Implementations

impl Clone for ResponseEnvelope_StatusCode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for ResponseEnvelope_StatusCode
[src]

Formats the value using the given formatter.

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

impl Copy for ResponseEnvelope_StatusCode
[src]