Struct derbyjson::Team [] [src]

pub struct Team {
    pub name: String,
    pub league: Option<String>,
    pub abbreviation: Option<String>,
    pub persons: Vec<Person>,
    pub level: Option<TeamLevel>,
    pub date: Option<String>,
    pub color: Option<String>,
    pub logo: Option<Logo>,
}

Information on a team (collection of skaters or officials)

Fields

The name of the team. Required to be unique within the league. This can be the empty string for a team that is the only member of its league.

The name of the team's league.

An array of skaters (or refs) on the team.

Team's level

Date as of which this roster is current.

Team color. The DerbyJSON spec