Struct derbyjson::Timeout [] [src]

pub struct Timeout {
    pub timeout: TeamType,
    pub notes: Vec<Note>,
    pub injury: Option<String>,
    pub duration: u32,
    pub timestamp: Option<Timestamp>,
    pub review: Option<String>,
    pub resolution: Option<String>,
    pub retained: Option<bool>,
}

A stoppage of the game clock, whether for a team timeout, official review, or official timeout.

Fields