Struct synthpop::borders::MapBorders [−][src]
pub struct MapBorders {
pub incoming_walking: Vec<MapBorder>,
pub incoming_driving: Vec<MapBorder>,
pub incoming_biking: Vec<MapBorder>,
pub outgoing_walking: Vec<MapBorder>,
pub outgoing_driving: Vec<MapBorder>,
pub outgoing_biking: Vec<MapBorder>,
}
Expand description
Lists all border intersections of the map, broken down by mode and whether they support incoming or outgoing traffic.
Fields
incoming_walking: Vec<MapBorder>
incoming_driving: Vec<MapBorder>
incoming_biking: Vec<MapBorder>
outgoing_walking: Vec<MapBorder>
outgoing_driving: Vec<MapBorder>
outgoing_biking: Vec<MapBorder>
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MapBorders
impl Send for MapBorders
impl Sync for MapBorders
impl Unpin for MapBorders
impl UnwindSafe for MapBorders
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