pub struct OsmTcResponse {
pub stop_points: Vec<StopPoint>,
pub station_accesses: Vec<StationAccess>,
pub stop_areas: Vec<StopArea>,
pub routes: Option<Vec<Route>>,
pub lines: Option<Vec<Line>>,
}
Fields§
§stop_points: Vec<StopPoint>
§station_accesses: Vec<StationAccess>
§stop_areas: Vec<StopArea>
§routes: Option<Vec<Route>>
§lines: Option<Vec<Line>>
Auto Trait Implementations§
impl Freeze for OsmTcResponse
impl RefUnwindSafe for OsmTcResponse
impl Send for OsmTcResponse
impl Sync for OsmTcResponse
impl Unpin for OsmTcResponse
impl UnwindSafe for OsmTcResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more