Struct lolapi::dto::Participant [] [src]

pub struct Participant {
    pub stats: ParticipantStats,
    pub participant_id: i32,
    pub runes: Vec<RuneSelection>,
    pub timeline: ParticipantTimeline,
    pub team_id: i32,
    pub spell1_id: i32,
    pub spell2_id: i32,
    pub masteries: Vec<MasterySelection>,
    pub highest_achieved_season_tier: String,
    pub champion_id: i32,
}

Fields

Trait Implementations

impl Clone for Participant
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Participant
[src]

[src]

Formats the value using the given formatter.