Struct osm_transit_extractor::StationAccess
source · [−]pub struct StationAccess {
pub id: String,
pub coord: Coord,
pub name: String,
pub code: String,
pub all_osm_tags: Tags,
}Fields
id: Stringcoord: Coordname: Stringcode: StringTrait Implementations
sourceimpl Clone for StationAccess
impl Clone for StationAccess
sourcefn clone(&self) -> StationAccess
fn clone(&self) -> StationAccess
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for StationAccess
impl Debug for StationAccess
Auto Trait Implementations
impl RefUnwindSafe for StationAccess
impl Send for StationAccess
impl Sync for StationAccess
impl Unpin for StationAccess
impl UnwindSafe for StationAccess
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more