Struct lolapi::dto::LeaguePosition [] [src]

pub struct LeaguePosition {
    pub queue_type: Option<QueueType>,
    pub rank: String,
    pub hot_streak: bool,
    pub mini_series: Option<MiniSeries>,
    pub wins: i32,
    pub veteran: bool,
    pub losses: i32,
    pub fresh_blood: bool,
    pub player_or_team_name: String,
    pub inactive: bool,
    pub player_or_team_id: String,
    pub league_points: i32,
}

Fields

Trait Implementations

impl Clone for LeaguePosition
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for LeaguePosition
[src]

[src]

Formats the value using the given formatter.