Struct map_model::BusRoute [−][src]
pub struct BusRoute { pub id: BusRouteID, pub full_name: String, pub short_name: String, pub gtfs_trip_marker: Option<String>, pub osm_rel_id: RelationID, pub stops: Vec<BusStopID>, pub start: LaneID, pub end_border: Option<LaneID>, pub route_type: PathConstraints, pub spawn_times: Vec<Time>, pub orig_spawn_times: Vec<Time>, }
Fields
id: BusRouteID
full_name: String
short_name: String
gtfs_trip_marker: Option<String>
osm_rel_id: RelationID
stops: Vec<BusStopID>
start: LaneID
May be a border or not. If not, is long enough for buses to spawn fully.
end_border: Option<LaneID>
route_type: PathConstraints
spawn_times: Vec<Time>
Non-empty, times in order for one day when a vehicle should begin at start.
orig_spawn_times: Vec<Time>
Explicitly store whatever the original was, since this can’t be reconstructed without side input.
Implementations
impl BusRoute
[src]
impl BusRoute
[src]pub fn all_steps(&self, map: &Map) -> Vec<PathRequest>
[src]
pub fn plural_noun(&self) -> &'static str
[src]
Trait Implementations
impl<'de> Deserialize<'de> for BusRoute
[src]
impl<'de> Deserialize<'de> for BusRoute
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl RefUnwindSafe for BusRoute
impl Send for BusRoute
impl Sync for BusRoute
impl Unpin for BusRoute
impl UnwindSafe for BusRoute
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
pub fn vzip(self) -> V
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,