Struct rlstats::RankedData [] [src]

pub struct RankedData {
    pub rank_points: Option<i32>,
    pub matches_played: Option<i32>,
    pub tier: Option<i32>,
    pub division: Option<i32>,
}

Information about a season.

Fields

Trait Implementations

impl Debug for RankedData
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for RankedData

impl Sync for RankedData