Struct google_games1::LeaderboardScoreRank [] [src]

pub struct LeaderboardScoreRank {
    pub num_scores: Option<String>,
    pub kind: Option<String>,
    pub formatted_rank: Option<String>,
    pub rank: Option<String>,
    pub formatted_num_scores: Option<String>,
}

This is a JSON template for a score rank in a leaderboard.

This type is not used in any activity, and only used as part of another schema.

Fields

The number of scores in the leaderboard.

Uniquely identifies the type of this resource. Value is always the fixed string games#leaderboardScoreRank.

The rank in the leaderboard as a string.

The rank in the leaderboard.

The number of scores in the leaderboard as a string.

Trait Implementations

impl Debug for LeaderboardScoreRank
[src]

Formats the value using the given formatter.

impl Clone for LeaderboardScoreRank
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for LeaderboardScoreRank
[src]

Returns the "default value" for a type. Read more

impl Part for LeaderboardScoreRank
[src]