Struct lolapi::dto::TeamStats [] [src]

pub struct TeamStats {
    pub first_dragon: bool,
    pub first_inhibitor: bool,
    pub bans: Vec<TeamBans>,
    pub baron_kills: i32,
    pub first_rift_herald: bool,
    pub first_baron: bool,
    pub rift_herald_kills: i32,
    pub first_blood: bool,
    pub team_id: i32,
    pub first_tower: bool,
    pub vilemaw_kills: i32,
    pub inhibitor_kills: i32,
    pub tower_kills: i32,
    pub dominion_victory_score: i32,
    pub win: String,
    pub dragon_kills: i32,
}

Fields

Trait Implementations

impl Clone for TeamStats
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TeamStats
[src]

[src]

Formats the value using the given formatter.