Enum pokemon_go_protobuf::POGOProtos_Networking_Responses::SetAvatarResponse_Status [] [src]

pub enum SetAvatarResponse_Status {
    UNSET,
    SUCCESS,
    AVATAR_ALREADY_SET,
    FAILURE,
}

Variants

Trait Implementations

impl Clone for SetAvatarResponse_Status
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for SetAvatarResponse_Status
[src]

Formats the value using the given formatter.

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

impl Copy for SetAvatarResponse_Status
[src]