Struct lolapi::dto::Match [] [src]

pub struct Match {
    pub season_id: i32,
    pub queue_id: i32,
    pub game_id: i64,
    pub participant_identities: Vec<ParticipantIdentity>,
    pub game_version: String,
    pub platform_id: String,
    pub game_mode: String,
    pub map_id: i32,
    pub game_type: String,
    pub teams: Vec<TeamStats>,
    pub participants: Vec<Participant>,
    pub game_duration: i64,
    pub game_creation: i64,
}

Fields

Trait Implementations

impl Clone for Match
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Match
[src]

[src]

Formats the value using the given formatter.