Enum pokemon_go_protobuf::POGOProtos_Networking_Responses::SetPlayerTeamResponse_Status [] [src]

pub enum SetPlayerTeamResponse_Status {
    UNSET,
    SUCCESS,
    TEAM_ALREADY_SET,
    FAILURE,
}

Variants

Trait Implementations

impl Clone for SetPlayerTeamResponse_Status
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for SetPlayerTeamResponse_Status
[src]

Formats the value using the given formatter.

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

impl Copy for SetPlayerTeamResponse_Status
[src]