Enum screeps_api::endpoints::leaderboard::LeaderboardType [] [src]

pub enum LeaderboardType {
    GlobalControl,
    PowerProcessed,
    // some variants omitted
}

Type of leaderboards that are available for each season.

Variants

Global control point leaderboard.

Power processed leaderboard

Methods

impl LeaderboardType
[src]

[src]

Gets the representation of this leaderbaord type in the raw API calls.

Mostly for internal use, but if you can find a reason to call this, feel free.

Trait Implementations

impl Copy for LeaderboardType
[src]

impl Clone for LeaderboardType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for LeaderboardType
[src]

impl PartialEq for LeaderboardType
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Hash for LeaderboardType
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for LeaderboardType
[src]

[src]

Formats the value using the given formatter.