Struct collisions::Collision [−][src]
Expand description
A single collision that occurred in the real world.
Fields
location: LonLat
A single point describing where the collision occurred.
time: Duration
The local time the collision occurred.
severity: Severity
The severity reported in the original data source.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more