pub struct StopArea {
pub id: String,
pub coord: Coord,
pub name: String,
pub all_osm_tags: Tags,
pub stop_point_ids: Vec<String>,
pub station_access_ids: Vec<String>,
}
Fields§
§id: String
§coord: Coord
§name: String
§stop_point_ids: Vec<String>
§station_access_ids: Vec<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StopArea
impl RefUnwindSafe for StopArea
impl Send for StopArea
impl Sync for StopArea
impl Unpin for StopArea
impl UnwindSafe for StopArea
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