Struct derbyjson::GhostPoint [] [src]

pub struct GhostPoint {
    pub skater: Option<String>,
    pub ghost_point: GhostPointType,
}

Represents a "ghost point" scored by means other than passing an opponent's hips

Fields