Struct lolapi::dto::ChampionMastery [] [src]

pub struct ChampionMastery {
    pub chest_granted: bool,
    pub champion_level: i32,
    pub champion_points: i32,
    pub champion_id: i64,
    pub player_id: i64,
    pub champion_points_until_next_level: i64,
    pub champion_points_since_last_level: i64,
    pub last_play_time: i64,
}

Fields

Trait Implementations

impl Clone for ChampionMastery
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ChampionMastery
[src]

[src]

Formats the value using the given formatter.