<linkrel="alternate icon"type="image/png"href="../favicon-32x32.png"><styletype="text/css">#crate-search{background-image:url("../down-arrow.svg");}</style></head><bodyclass="rustdoc struct"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><navclass="sidebar"><divclass="sidebar-menu">☰</div><ahref='../map_model/index.html'><divclass='logo-container rust-logo'><imgsrc='../rust-logo.png'alt='logo'></div></a><pclass="location">Struct Intersection</p><divclass="sidebar-elems"><divclass="block items"><aclass="sidebar-title"href="#fields">Fields</a><divclass="sidebar-links"><ahref="#structfield.elevation">elevation</a><ahref="#structfield.id">id</a><ahref="#structfield.incoming_lanes">incoming_lanes</a><ahref="#structfield.intersection_type">intersection_type</a><ahref="#structfield.merged">merged</a><ahref="#structfield.orig_id">orig_id</a><ahref="#structfield.outgoing_lanes">outgoing_lanes</a><ahref="#structfield.polygon">polygon</a><ahref="#structfield.roads">roads</a><ahref="#structfield.turns">turns</a></div><aclass="sidebar-title"href="#implementations">Methods</a><divclass="sidebar-links"><ahref="#method.get_incoming_lanes">get_incoming_lanes</a><ahref="#method.get_outgoing_lanes">get_outgoing_lanes</a><ahref="#method.get_rank">get_rank</a><ahref="#method.get_roads_sorted_by_incoming_angle">get_roads_sorted_by_incoming_angle</a><ahref="#method.get_zorder">get_zorder</a><ahref="#method.is_border">is_border</a><ahref="#method.is_closed">is_closed</a><ahref="#method.is_cycleway">is_cycleway</a><ahref="#method.is_footway">is_footway</a><ahref="#method.is_incoming_border">is_incoming_border</a><ahref="#method.is_light_rail">is_light_rail</a><ahref="#method.is_outgoing_border">is_outgoing_border</a><ahref="#method.is_private">is_private</a><ahref="#method.is_stop_sign">is_stop_sign</a><ahref="#method.is_traffic_signal">is_traffic_signal</a><ahref="#method.name">name</a><ahref="#method.some_incoming_road">some_incoming_road</a><ahref="#method.some_outgoing_road">some_outgoing_road</a></div><aclass="sidebar-title"href="#trait-implementations">Trait Implementations</a><divclass="sidebar-links"><ahref="#impl-Debug">Debug</a><ahref="#impl-Deserialize%3C%27de%3E">Deserialize<'de></a><ahref="#impl-Serialize">Serialize</a></div><aclass="sidebar-title"href="#synthetic-implementations">Auto Trait Implementations</a><divclass="sidebar-links"><ahref="#impl-RefUnwindSafe">RefUnwindSafe</a><ahref="#impl-Send">Send</a><ahref="#impl-Sync">Sync</a><ahref="#impl-Unpin">Unpin</a><ahref="#impl-UnwindSafe">UnwindSafe</a></div><aclass="sidebar-title"href="#blanket-implementations">Blanket Implementations</a><divclass="sidebar-links"><ahref="#impl-Any">Any</a><ahref="#impl-Borrow%3CT%3E">Borrow<T></a><ahref="#impl-BorrowMut%3CT%3E">BorrowMut<T></a><ahref="#impl-DeserializeOwned">DeserializeOwned</a><ahref="#impl-From%3CT%3E">From<T></a><ahref="#impl-Into%3CU%3E">Into<U></a><ahref="#impl-Same%3CT%3E">Same<T></a><ahref="#impl-TryFrom%3CU%3E">TryFrom<U></a><ahref="#impl-TryInto%3CU%3E">TryInto<U></a><ahref="#impl-VZip%3CV%3E">VZip<V></a></div></div><pclass="location"><ahref="index.html">map_model</a></p><script>window.sidebarCurrent={name:"Intersection",ty:"struct",relpath:""};</script><scriptdefersrc="sidebar-items.js"></script></div></nav><divclass="theme-picker"><buttonid="theme-picker"aria-label="Pick another theme!"aria-haspopup="menu"><imgsrc="../brush.svg"width="18"alt="Pick another theme!"></button><divid="theme-choices"role="menu"></div></div><scriptsrc="../theme.js"></script><navclass="sub"><formclass="search-form"><divclass="search-container"><div><selectid="crate-search"><optionvalue="All crates">All crates</option></select><inputclass="search-input"name="search"disabledautocomplete="off"spellcheck="false"placeholder="Click or press ‘S’ to search, ‘?’ for more options…"type="sear
Fields<ahref="#fields"class="anchor"></a></h2><spanid="structfield.id"class="structfield small-section-header"><ahref="#structfield.id"class="anchor field"></a><code>id: <aclass="struct"href="../map_model/objects/intersection/struct.IntersectionID.html"title="struct map_model::objects::intersection::IntersectionID">IntersectionID</a></code></span><spanid="structfield.polygon"class="structfield small-section-header"><ahref="#structfield.polygon"class="anchor field"></a><code>polygon: <aclass="struct"href="../geom/polygon/struct.Polygon.html"title="struct geom::polygon::Polygon">Polygon</a></code></span><divclass="docblock"><p>This needs to be in clockwise orientation, or later rendering of sidewalk corners breaks.</p>
</div><spanid="structfield.turns"class="structfield small-section-header"><ahref="#structfield.turns"class="anchor field"></a><code>turns: <aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/collections/btree/set/struct.BTreeSet.html"title="struct alloc::collections::btree::set::BTreeSet">BTreeSet</a><<aclass="struct"href="../map_model/objects/turn/struct.TurnID.html"title="struct map_model::objects::turn::TurnID">TurnID</a>></code></span><spanid="structfield.elevation"class="structfield small-section-header"><ahref="#structfield.elevation"class="anchor field"></a><code>elevation: <aclass="struct"href="../geom/distance/struct.Distance.html"title="struct geom::distance::Distance">Distance</a></code></span><spanid="structfield.intersection_type"class="structfield small-section-header"><ahref="#structfield.intersection_type"class="anchor field"></a><code>intersection_type: <aclass="enum"href="../map_model/objects/intersection/enum.IntersectionType.html"title="enum map_model::objects::intersection::IntersectionType">IntersectionType</a></code></span><spanid="structfield.orig_id"class="structfield small-section-header"><ahref="#structfield.orig_id"class="anchor field"></a><code>orig_id: <aclass="struct"href="../map_model/osm/struct.NodeID.html"title="struct map_model::osm::NodeID">NodeID</a></code></span><spanid="structfield.incoming_lanes"class="structfield small-section-header"><ahref="#structfield.incoming_lanes"class="anchor field"></a><code>incoming_lanes: <aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="struct"href="../map_model/objects/lane/struct.LaneID.html"title="struct map_model::objects::lane::LaneID">LaneID</a>></code></span><divclass="docblock"><p>Note that a lane may belong to both incoming_lanes and outgoing_lanes.</p>
</div><spanid="structfield.outgoing_lanes"class="structfield small-section-header"><ahref="#structfield.outgoing_lanes"class="anchor field"></a><code>outgoing_lanes: <aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="struct"href="../map_model/objects/lane/struct.LaneID.html"title="struct map_model::objects::lane::LaneID">LaneID</a>></code></span><spanid="structfield.roads"class="structfield small-section-header"><ahref="#structfield.roads"class="anchor field"></a><code>roads: <aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/collections/btree/set/struct.BTreeSet.html"title="struct alloc::collections::btree::set::BTreeSet">BTreeSet</a><<aclass="struct"href="../map_model/objects/road/struct.RoadID.html"title="struct map_model::objects::road::RoadID">RoadID</a>></code></span><spanid="structfield.merged"class="structfield small-section-header"><ahref="#structfield.merged"class="anchor field"></a><code>merged: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><divclass="docblock"><p>Was a short road adjacent to this intersection merged?</p>
</div></div><h3id="impl-Deserialize%3C%27de%3E"class="impl"><codeclass="in-band">impl<'de><aclass="trait"href="https://docs.rs/serde/1.0.123/serde/de/trait.Deserialize.html"title="trait serde::de::Deserialize">Deserialize</a><'de> for <aclass="struct"href="../map_model/objects/intersection/struct.Intersection.html"title="struct map_model::objects::intersection::Intersection">Intersection</a></code><ahref="#impl-Deserialize%3C%27de%3E"class="anchor"></a><aclass="srclink"href="../src/map_model/objects/intersection.rs.html#37"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.deserialize"class="method hidden"><code>fn <ahref="https://docs.rs/serde/1.0.123/serde/de/trait.Deserialize.html#tymethod.deserialize"class="fnname">deserialize</a><__D>(__deserializer: __D) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html"title="enum core::result::Result">Result</a><Self, __D::<aclass="type"href="https://docs.rs/serde/1.0.123/serde/de/trait.Deserializer.html#associatedtype.Error"title="type serde::de::Deserializer::Error">Error</a>><spanclass="where fmt-newline">where<br> __D: <aclass="trait"href="https://docs.rs/serde/1.0.123/serde/de/trait.Deserializer.html"title="trait serde::de::Deserializer">Deserializer</a><'de>, </span></code><aclass="srclink"href="../src/map_model/objects/intersection.rs.html#37"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Deserialize this value from the given Serde deserializer. <ahref="https://docs.rs/serde/1.0.123/serde/de/trait.Deserialize.html#tymethod.deserialize">Read more</a></p>
</div></div><h3id="impl-Serialize"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://docs.rs/serde/1.0.123/serde/ser/trait.Serialize.html"title="trait serde::ser::Serialize">Serialize</a> for <aclass="struct"href="../map_model/objects/intersection/struct.Intersection.html"title="struct map_model::objects::intersection::Intersection">Intersection</a></code><ahref="#impl-Serialize"class="anchor"></a><aclass="srclink"href="../src/map_model/objects/intersection.rs.html#37"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.serialize"class="method hidden"><code>fn <ahref="https://docs.rs/serde/1.0.123/serde/ser/trait.Serialize.html#tymethod.serialize"class="fnname">serialize</a><__S>(&self, __serializer: __S) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html"title="enum core::result::Result">Result</a><__S::<aclass="type"href="https://docs.rs/serde/1.0.123/serde/ser/trait.Serializer.html#associatedtype.Ok"title="type serde::ser::Serializer::Ok">Ok</a>, __S::<aclass="type"href="https://docs.rs/serde/1.0.123/serde/ser/trait.Serializer.html#associatedtype.Error"title="type serde::ser::Serializer::Error">Error</a>><spanclass="where fmt-newline">where<br> __S: <aclass="trait"href="https://docs.rs/serde/1.0.123/serde/ser/trait.Serializer.html"title="trait serde::ser::Serializer">Serializer</a>, </span></code><aclass="srclink"href="../src/map_model/objects/intersection.rs.html#37"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Serialize this value into the given Serde serializer. <ahref="https://docs.rs/serde/1.0.123/serde/ser/trait.Serialize.html#tymethod.serialize">Read more</a></p>
</div></div></div><h2id="synthetic-implementations"class="small-section-header">Auto Trait Implementations<ahref="#synthetic-implementations"class="anchor"></a></h2><divid="synthetic-implementations-list"><h3id="impl-RefUnwindSafe"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/std/panic/trait.RefUnwindSafe.html"title="trait std::panic::RefUnwindSafe">RefUnwindSafe</a> for <aclass="struct"href="../map_model/objects/intersection/struct.Intersection.html"title="struct map_model::objects::intersection::Intersection">Intersection</a></code><ahref="#impl-RefUnwindSafe"class="anchor"></a><aclass="srclink"href="../src/map_model/lib.rs.html#1"title="goto source code">[src]</a></h3><divclass="impl-items"></div><h3id="impl-Send"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html"title="trait core::marker::Send">Send</a> for <aclass="struct"href="../map_model/objects/intersection/struct.Intersection.html"title="struct map_model::objects::intersection::Intersection">Intersection</a></code><ahref="#impl-Send"class="anchor"></a><aclass="srclink"href="../src/map_model/lib.rs.html#1"title="goto source code">[src]</a></h3><divclass="impl-items"></div><h3id="impl-Sync"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html"title="trait core::marker::Sync">Sync</a> for <aclass="struct"href="../map_model/objects/intersection/struct.Intersection.html"title="struct map_model::objects::intersection::Intersection">Intersection</a></code><ahref="#impl-Sync"class="anchor"></a><aclass="srclink"href="../src/map_model/lib.rs.html#1"title="goto source code">[src]</a></h3><divclass="impl-items"></div><h3id="impl-Unpin"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html"title="trait core::marker::Unpin">Unpin</a> for <aclass="struct"href="../map_model/objects/intersection/struct.Intersection.html"title="struct map_model::objects::intersection::Intersection">Intersection</a></code><ahref="#impl-Unpin"class="anchor"></a><aclass="srclink"href="../src/map_model/lib.rs.html#1"title="goto source code">[src]</a></h3><divclass="impl-items"></div><h3id="impl-UnwindSafe"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/std/panic/trait.UnwindSafe.html"title="trait std::panic::UnwindSafe">UnwindSafe</a> for <aclass="struct"href="../map_model/objects/intersection/struct.Intersection.html"title="struct map_model::objects::intersection::Intersection">Intersection</a></code><ahref="#impl-UnwindSafe"class="anchor"></a><aclass="srclink"href="../src/map_model/lib.rs.html#1"title="goto source code">[src]</a></h3><divclass="impl-items"></div></div><h2id="blanket-implementations"class="small-section-header">Blanket Implementations<ahref="#blanket-implementations"class="anchor"></a></h2><divid="blanket-implementations-list"><h3id="impl-Any"class="impl"><codeclass="in-band">impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html"title="trait core::any::Any">Any</a> for T <spanclass="where fmt-newline">where<br> T: 'static + ?<aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>, </span></code><ahref="#impl-Any"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/any.rs.html#108-112"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.type_id"class="method hidden"><code>pub fn <ahref="https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id"class="fnname">type_id</a>(&self) -><aclass="struct"href="https://doc.rust-lang.org/nightly/core/any/struct.TypeId.html"title="struct core::any::TypeId">TypeId</a></code><aclass="srclink"href="https://doc.rust-lang.org/night
</div></div><h3id="impl-Into%3CU%3E"class="impl"><codeclass="in-band">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><U> for T <spanclass="where fmt-newline">where<br> U: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html"title="trait core::convert::From">From</a><T>, </span></code><ahref="#impl-Into%3CU%3E"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#541-548"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.into"class="method hidden"><code>pub fn <ahref="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into"class="fnname">into</a>(self) -> U</code><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#545-547"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id="impl-Same%3CT%3E"class="impl"><codeclass="in-band">impl<T> Same<T> for T</code><ahref="#impl-Same%3CT%3E"class="anchor"></a></h3><divclass="impl-items"><h4id="associatedtype.Output"class="type"><code>type <ahref="#associatedtype.Output"class="type">Output</a> = T</code></h4><divclass='docblock'><p>Should always be <code>Self</code></p>
</div></div><h3id="impl-TryFrom%3CU%3E"class="impl"><codeclass="in-band">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><U> for T <spanclass="where fmt-newline">where<br> U: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><T>, </span></code><ahref="#impl-TryFrom%3CU%3E"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#589-598"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="associatedtype.Error"class="type"><code>type <ahref="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error"class="type">Error</a> = <aclass="enum"href="https://doc.rust-lang.org/nightly/core/convert/enum.Infallible.html"title="enum core::convert::Infallible">Infallible</a></code></h4><divclass='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4id="method.try_from"class="method hidden"><code>pub fn <ahref="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#tymethod.try_from"class="fnname">try_from</a>(value: U) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html"title="enum core::result::Result">Result</a><T, <T as <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><U>>::<aclass="type"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></code><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#595-597"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id="impl-TryInto%3CU%3E"class="impl"><codeclass="in-band">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html"title="trait core::convert::TryInto">TryInto</a><U> for T <spanclass="where fmt-newline">where<br> U: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>, </span></code><ahref="#impl-TryInto%3CU%3E"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#575-584"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="associatedtype.Error-1"class="type"><code>type <ahref="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#associatedtype.Error"class="type">Error</a> = <U as <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="type"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a></code></h4><divclass='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4id="method.try_into"class="method hidden"><code>pub fn <ahref="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#tymethod.try_into"class="fnname">try_into</a>(self) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html"title="enum core::result::Result">Result</a><U, <U as <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="type"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></code><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#581-583"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id="impl-VZip%3CV%3E"class="impl"><codeclass="in-band">impl<V, T> VZip<V> for T <spanclass="where fmt-newline">where<br> V: MultiLane<T>, </span></code><ahref="#impl-VZip%3CV%3E"class="anchor"></a></h3><divclass="impl-items"><h4id="method.vzip"class="method hidden"><code>pub fn <ahref="#method.vzip"class="fnname">vzip</a>(self) -> V</code></h4></div></div></section><sectionid="search"class="content hidden"></section><sectionclass="footer"></section><script>window.rootPath="../";window.currentCrate="map_model";</script><scriptsrc="../main.js"></script><scriptdefersrc="../search-index.js"></script></body></html>