Enum steamid::AccountType [] [src]

pub enum AccountType {
    Invalid,
    Individual,
    Multiseat,
    GameServer,
    AnonGameServer,
    Pending,
    ContentServer,
    Clan,
    Chat,
    SuperSeeder,
    AnonUser,
}

Variants

Trait Implementations

impl Copy for AccountType
[src]

impl Clone for AccountType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for AccountType
[src]

Formats the value using the given formatter.