pub type MatchItemList = Vec<MatchItem>;
A list of match items (used by both player and team match histories).
pub struct MatchItemList { /* private fields */ }