Struct derbyjson::Expulsion [] [src]

pub struct Expulsion {
    pub skater: String,
    pub suspension: bool,
    pub notes: Vec<Note>,
}

Fields