Struct raw_map::RawTransitRoute [−][src]
pub struct RawTransitRoute {
pub long_name: String,
pub short_name: String,
pub gtfs_id: String,
pub shape: PolyLine,
pub stops: Vec<String>,
pub route_type: RawTransitType,
}
Fields
long_name: String
short_name: String
gtfs_id: String
shape: PolyLine
This may begin and/or end inside or outside the map boundary.
stops: Vec<String>
Entries into transit_stops
route_type: RawTransitType
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 RawTransitRoute
impl Send for RawTransitRoute
impl Sync for RawTransitRoute
impl Unpin for RawTransitRoute
impl UnwindSafe for RawTransitRoute
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