Struct derbyjson::Jam [] [src]

pub struct Jam {
    pub number: u16,
    pub timestamp: Option<Timestamp>,
    pub duration: Option<u16>,
    pub events: Vec<JamEvent>,
    pub notes: Vec<Note>,
}

Periods are broken into Jams, which are the basic unit of play for roller derby.

Fields