PlayerMatchListItem

Type Alias PlayerMatchListItem 

Source
pub type PlayerMatchListItem = MatchItem;
Expand description

Backward-compatible alias for MatchItem.

Aliased Type§

pub struct PlayerMatchListItem {
    pub id: u32,
    pub slug: String,
    pub league_icon: String,
    pub league_name: String,
    pub league_series_name: String,
    pub teams: Vec<MatchItemTeam>,
    pub vods: Vec<String>,
    pub match_start: Option<NaiveDateTime>,
}

Fields§

§id: u32§slug: String§league_icon: String§league_name: String§league_series_name: String§teams: Vec<MatchItemTeam>§vods: Vec<String>§match_start: Option<NaiveDateTime>