Struct map_model::objects::bus_stop::BusStop [−][src]
pub struct BusStop {
pub id: BusStopID,
pub name: String,
pub driving_pos: Position,
pub sidewalk_pos: Position,
pub is_train_stop: bool,
}
Fields
id: BusStopID
name: String
driving_pos: Position
These may be on different roads entirely, like for light rail platforms.
sidewalk_pos: Position
is_train_stop: bool
If it’s both, train overrides bus
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
Auto Trait Implementations
impl RefUnwindSafe for BusStop
impl UnwindSafe for BusStop
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self