PlayerMatchListTeam

Type Alias PlayerMatchListTeam 

Source
pub type PlayerMatchListTeam = MatchItemTeam;
Expand description

Backward-compatible alias for MatchItemTeam.

Aliased Type§

pub struct PlayerMatchListTeam {
    pub name: String,
    pub tag: String,
    pub logo_url: String,
    pub score: Option<u8>,
}

Fields§

§name: String§tag: String§logo_url: String§score: Option<u8>