Struct screeps_api::endpoints::leaderboard::season_list::LeaderboardSeason [] [src]

pub struct LeaderboardSeason {
    pub name: String,
    pub season_id: String,
    pub end_date: String,
    // some fields omitted
}

Single leaderboard season description, part of the result to a call to get all leaderboard seasons.

A leaderboard season is a completed/past saved "season", which in the server marks a past ranking of all players based off of their earned points during that season.

Fields

The display name of the season.

The season "id", usable by passing to a leaderboard list call.

The date when the leaderboard season ended, in the format like 2017-03-04T05:38:04.012Z.

Trait Implementations

impl Clone for LeaderboardSeason
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter.