Enum pokemon_go_protobuf::POGOProtos_Networking_Responses::ClaimCodenameResponse_Status [] [src]

pub enum ClaimCodenameResponse_Status {
    UNSET,
    SUCCESS,
    CODENAME_NOT_AVAILABLE,
    CODENAME_NOT_VALID,
    CURRENT_OWNER,
    CODENAME_CHANGE_NOT_ALLOWED,
}

Variants

Trait Implementations

impl Clone for ClaimCodenameResponse_Status
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for ClaimCodenameResponse_Status
[src]

Formats the value using the given formatter.

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

impl Copy for ClaimCodenameResponse_Status
[src]