Struct derbyjson::Rosters [] [src]

pub struct Rosters {
    pub version: Option<String>,
    pub metadata: Option<Map<String, Value>>,
    pub objecttype: ObjectType,
    pub teams: HashMap<String, Team>,
    pub uuid: Vec<String>,
    pub notes: Vec<Note>,
    pub leagues: Vec<League>,
}

A subset of the general DerbyJSON object, just storing information on team/league rosters.

Fields

Methods

impl Rosters
[src]