Enum steamid::Universe [] [src]

pub enum Universe {
    Invalid,
    Public,
    Beta,
    Internal,
    Dev,
}

Variants

Trait Implementations

impl Copy for Universe
[src]

impl Clone for Universe
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for Universe
[src]

Formats the value using the given formatter.