Struct map_model::make::transit::Matcher [−][src]
struct Matcher { sidewalk_pts: HashMap<HashablePt2D, Position>, light_rail_pts: HashMap<HashablePt2D, Position>, }
Fields
sidewalk_pts: HashMap<HashablePt2D, Position>
light_rail_pts: HashMap<HashablePt2D, Position>
Implementations
impl Matcher
[src]
impl Matcher
[src]Auto Trait Implementations
impl RefUnwindSafe for Matcher
impl Send for Matcher
impl Sync for Matcher
impl Unpin for Matcher
impl UnwindSafe for Matcher
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>,