Enum pokemon_go_protobuf::POGOProtos_Networking_Platform::PlatformRequestType [] [src]

pub enum PlatformRequestType {
    METHOD_UNSET,
    BUY_ITEM_POKECOINS,
    BUY_ITEM_ANDROID,
    BUY_ITEM_IOS,
    GET_STORE_ITEMS,
    SEND_ENCRYPTED_SIGNATURE,
}

Variants

Trait Implementations

impl Clone for PlatformRequestType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for PlatformRequestType
[src]

Formats the value using the given formatter.

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

impl Copy for PlatformRequestType
[src]