<divid="variant.Pedestrian"class="variant small-section-header"><ahref="#variant.Pedestrian"class="anchor field"></a><code>Pedestrian</code></div><divid="variant.Car"class="variant small-section-header"><ahref="#variant.Car"class="anchor field"></a><code>Car</code></div><divid="variant.Bike"class="variant small-section-header"><ahref="#variant.Bike"class="anchor field"></a><code>Bike</code></div><divid="variant.Bus"class="variant small-section-header"><ahref="#variant.Bus"class="anchor field"></a><code>Bus</code></div><divid="variant.Train"class="variant small-section-header"><ahref="#variant.Train"class="anchor field"></a><code>Train</code></div><h2id='implementations'class='small-section-header'>Implementations<ahref='#implementations'class='anchor'></a></h2><h3id='impl'class='impl'><codeclass='in-band'>impl <aclass="enum"href="../map_model/enum.PathConstraints.html"title="enum map_model::PathConstraints">PathConstraints</a></code><ahref='#impl'class='anchor'></a><aclass='srclink'href='../src/map_model/pathfind/mod.rs.html#442-503'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.all'class="method"><code>pub fn <ahref='#method.all'class='fnname'>all</a>() -><aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="enum"href="../map_model/enum.PathConstraints.html"title="enum map_model::PathConstraints">PathConstraints</a>></code><aclass='srclink'href='../src/map_model/pathfind/mod.rs.html#443-451'title='goto source code'>[src]</a></h4><h4id='method.from_lt'class="method"><code>pub fn <ahref='#method.from_lt'class='fnname'>from_lt</a>(lt: <aclass="enum"href="../map_model/enum.LaneType.html"title="enum map_model::LaneType">LaneType</a>) -><aclass="enum"href="../map_model/enum.PathConstraints.html"title="enum map_model::PathConstraints">PathConstraints</a></code><aclass='srclink'href='../src/map_model/pathfind/mod.rs.html#454-463'title='goto source code'>[src]</a></h4><divclass='docblock'><p>Not bijective, but this is the best guess of user intent</p>
</div><h4id='method.can_use'class="method"><code>pub fn <ahref='#method.can_use'class='fnname'>can_use</a>(self, l: &<aclass="struct"href="../map_model/struct.Lane.html"title="struct map_model::Lane">Lane</a>, map: &<aclass="struct"href="../map_model/struct.Map.html"title="struct map_model::Map">Map</a>) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><aclass='srclink'href='../src/map_model/pathfind/mod.rs.html#466-486'title='goto source code'>[src]</a></h4><h4id='method.filter_lanes'class="method"><code>pub(crate) fn <ahref='#method.filter_lanes'class='fnname'>filter_lanes</a>(self, choices: <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/struct.LaneID.html"title="struct map_model::LaneID">LaneID</a>>, map: &<aclass="struct"href="../map_model/struct.Map.html"title="struct map_model::Map">Map</a>) -><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/struct.LaneID.html"title="struct map_model::LaneID">LaneID</a>></code><aclass='srclink'href='../src/map_model/pathfind/mod.rs.html#489-502'title='goto source code'>[src]</a></h4><divclass='docblock'><p>Strict for bikes. If there are bike lanes, not allowed to use other lanes.</p>
</div></div><h2id='trait-implementations'class='small-section-header'>Trait Implementations<ahref='#trait-implementations'class='anchor'></a></h2><divid='trait-implementations-list'><h3id='impl-BitAnd%3CO%3E'class='impl'><codeclass='in-band'>impl<O: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><EnumSet<<aclass="enum"href="../map_model/enum.PathConstraints.html"title="enum map_model::PathConstraints">PathConstraints</a>>>><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/bit/trait.BitAnd.html"title="trait core::ops::bit::BitAnd">BitAnd</a><O> for <aclass="enum"href="../map_model/enum.PathConstraints.html"title="enum map_model::PathConstraints">PathConstraints</a></code><ahref='#impl-BitAnd%3CO%3E'class='anchor'></a><aclass='srclink'href='../src/map_model/pathfind/mod.rs.html#433'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-2'class="type"><code>type <ahref='https://doc.rust-lang.org/nightly/core/ops/bit/trait.BitAnd.html#associatedtype.Output'class="type">Output</a> = EnumSet<<aclass="enum"href="../map_model/enum.PathConstraints.html"title="enum map_model::PathConstraints">PathConstraints</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>&</code> operator.</p>
</div></div><h3id='impl-BitOr%3CO%3E'class='impl'><codeclass='in-band'>impl<O: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><EnumSet<<aclass="enum"href="../map_model/enum.PathConstraints.html"title="enum map_model::PathConstraints">PathConstraints</a>>>><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/bit/trait.BitOr.html"title="trait core::ops::bit::BitOr">BitOr</a><O> for <aclass="enum"href="../map_model/enum.PathConstraints.html"title="enum map_model::PathConstraints">PathConstraints</a></code><ahref='#impl-BitOr%3CO%3E'class='anchor'></a><aclass='srclink'href='../src/map_model/pathfind/mod.rs.html#433'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-3'class="type"><code>type <ahref='https://doc.rust-lang.org/nightly/core/ops/bit/trait.BitOr.html#associatedtype.Output'class="type">Output</a> = EnumSet<<aclass="enum"href="../map_model/enum.PathConstraints.html"title="enum map_model::PathConstraints">PathConstraints</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>|</code> operator.</p>
</div></div><h3id='impl-BitXor%3CO%3E'class='impl'><codeclass='in-band'>impl<O: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><EnumSet<<aclass="enum"href="../map_model/enum.PathConstraints.html"title="enum map_model::PathConstraints">PathConstraints</a>>>><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/bit/trait.BitXor.html"title="trait core::ops::bit::BitXor">BitXor</a><O> for <aclass="enum"href="../map_model/enum.PathConstraints.html"title="enum map_model::PathConstraints">PathConstraints</a></code><ahref='#impl-BitXor%3CO%3E'class='anchor'></a><aclass='srclink'href='../src/map_model/pathfind/mod.rs.html#433'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-4'class="type"><code>type <ahref='https://doc.rust-lang.org/nightly/core/ops/bit/trait.BitXor.html#associatedtype.Output'class="type">Output</a> = EnumSet<<aclass="enum"href="../map_model/enum.PathConstraints.html"title="enum map_model::PathConstraints">PathConstraints</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>^</code> operator.</p>
</div></div><h3id='impl-Copy'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Copy.html"title="trait core::marker::Copy">Copy</a> for <aclass="enum"href="../map_model/enum.PathConstraints.html"title="enum map_model::PathConstraints">PathConstraints</a></code><ahref='#impl-Copy'class='anchor'></a><aclass='srclink'href='../src/map_model/pathfind/mod.rs.html#433'title='goto source code'>[src]</a></h3><divclass='impl-items'></div><h3id='impl-Debug'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html"title="trait core::fmt::Debug">Debug</a> for <aclass="enum"href="../map_model/enum.PathConstraints.html"title="enum map_model::PathConstraints">PathConstraints</a></code><ahref='#impl-Debug'class='anchor'></a><aclass='srclink'href='../src/map_model/pathfind/mod.rs.html#433'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.fmt'class="method hidden"><code>fn <ahref='https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt'class='fnname'>fmt</a>(&self, f: &mut <aclass="struct"href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html"title="struct core::fmt::Formatter">Formatter</a><'_>) -><aclass="type"href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html"title="type core::fmt::Result">Result</a></code><aclass='srclink'href='../src/map_model/pathfind/mod.rs.html#433'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Formats the value using the given formatter. <ahref="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></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.117/serde/de/trait.Deserialize.html"title="trait serde::de::Deserialize">Deserialize</a><'de> for <aclass="enum"href="../map_model/enum.PathConstraints.html"title="enum map_model::PathConstraints">PathConstraints</a></code><ahref='#impl-Deserialize%3C%27de%3E'class='anchor'></a><aclass='srclink'href='../src/map_model/pathfind/mod.rs.html#433'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.117/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.117/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.117/serde/de/trait.Deserializer.html"title="trait serde::de::Deserializer">Deserializer</a><'de>, </span></code><aclass='srclink'href='../src/map_model/pathfind/mod.rs.html#433'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.117/serde/de/trait.Deserialize.html#tymethod.deserialize">Read more</a></p>
</div></div><h3id='impl-EnumSetType'class='impl'><codeclass='in-band'>impl EnumSetType for <aclass="enum"href="../map_model/enum.PathConstraints.html"title="enum map_model::PathConstraints">PathConstraints</a></code><ahref='#impl-EnumSetType'class='anchor'></a><aclass='srclink'href='../src/map_model/pathfind/mod.rs.html#433'title='goto source code'>[src]</a></h3><divclass='impl-items'></div><h3id='impl-EnumSetTypePrivate'class='impl'><codeclass='in-band'>impl EnumSetTypePrivate for <aclass="enum"href="../map_model/enum.PathConstraints.html"title="enum map_model::PathConstraints">PathConstraints</a></code><ahref='#impl-EnumSetTypePrivate'class='anchor'></a><aclass='srclink'href='../src/map_model/pathfind/mod.rs.html#433'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Repr'class="type"><code>type <ahref='#associatedtype.Repr'class="type">Repr</a> = <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></code></h4><divclass='docblock'><p>The underlying type used to store the bitset.</p>
</div><h4id='associatedconstant.ALL_BITS'class="associatedconstant hidden"><code>const <ahref='#associatedconstant.ALL_BITS'class="constant"><b>ALL_BITS</b></a>: Self::Repr</code><aclass='srclink'href='../src/map_model/pathfind/mod.rs.html#433'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>A mask of bits that are valid in the bitset.</p>
</div><h4id='method.enum_into_u32'class="method hidden"><code>fn <ahref='#method.enum_into_u32'class='fnname'>enum_into_u32</a>(self) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><aclass='srclink'href='../src/map_model/pathfind/mod.rs.html#433'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Converts an enum of this type into its bit position.</p>
</div><h4id='method.enum_from_u32'class="method hidden"><code>unsafe fn <ahref='#method.enum_from_u32'class='fnname'>enum_from_u32</a>(val: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> Self</code><aclass='srclink'href='../src/map_model/pathfind/mod.rs.html#433'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Converts a bit position into an enum value.</p>
</div><h4id='method.max'class="method hidden"><code><spanclass="docblock attributes">#[must_use]</span>fn <ahref='https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#method.max'class='fnname'>max</a>(self, other: Self) -> Self</code><spanclass='since'title='Stable since Rust version 1.21.0'>1.21.0</span><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#593-598'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Compares and returns the maximum of two values. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#method.max">Read more</a></p>
</div><h4id='method.min'class="method hidden"><code><spanclass="docblock attributes">#[must_use]</span>fn <ahref='https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#method.min'class='fnname'>min</a>(self, other: Self) -> Self</code><spanclass='since'title='Stable since Rust version 1.21.0'>1.21.0</span><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#613-618'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Compares and returns the minimum of two values. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#method.min">Read more</a></p>
</div><h4id='method.clamp'class="method hidden"><code><spanclass="docblock attributes">#[must_use]</span>fn <ahref='https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#method.clamp'class='fnname'>clamp</a>(self, min: Self, max: Self) -> Self</code><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#640-652'title='goto source code'>[src]</a></h4><divclass='stability hidden'><divclass='stab unstable'><spanclass='emoji'>🔬</span> This is a nightly-only experimental API. (<code>clamp</code>)</div></div><divclass='docblock hidden'><p>Restrict a value to a certain interval. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#method.clamp">Read more</a></p>
</div></div><h3id='impl-PartialEq%3CEnumSet%3CPathConstraints%3E%3E'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html"title="trait core::cmp::PartialEq">PartialEq</a><EnumSet<<aclass="enum"href="../map_model/enum.PathConstraints.html"title="enum map_model::PathConstraints">PathConstraints</a>>> for <aclass="enum"href="../map_model/enum.PathConstraints.html"title="enum map_model::PathConstraints">PathConstraints</a></code><ahref='#impl-PartialEq%3CEnumSet%3CPathConstraints%3E%3E'class='anchor'></a><aclass='srclink'href='../src/map_model/pathfind/mod.rs.html#433'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.eq-1'class="method hidden"><code>fn <ahref='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq'class='fnname'>eq</a>(&self, other: &EnumSet<<aclass="enum"href="../map_model/enum.PathConstraints.html"title="enum map_model::PathConstraints">PathConstraints</a>>) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><aclass='srclink'href='../src/map_model/pathfind/mod.rs.html#433'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>This method tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq">Read more</a></p>
</div></div><h3id='impl-PartialEq%3CPathConstraints%3E'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html"title="trait core::cmp::PartialEq">PartialEq</a><<aclass="enum"href="../map_model/enum.PathConstraints.html"title="enum map_model::PathConstraints">PathConstraints</a>> for <aclass="enum"href="../map_model/enum.PathConstraints.html"title="enum map_model::PathConstraints">PathConstraints</a></code><ahref='#impl-PartialEq%3CPathConstraints%3E'class='anchor'></a><aclass='srclink'href='../src/map_model/pathfind/mod.rs.html#433'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.eq'class="method hidden"><code>fn <ahref='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq'class='fnname'>eq</a>(&self, other: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Self) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><aclass='srclink'href='../src/map_model/pathfind/mod.rs.html#433'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>This method tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq">Read more</a></p>
</div><h4id='method.lt'class="method hidden"><code><spanclass="docblock attributes">#[must_use]</span>fn <ahref='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.lt'class='fnname'>lt</a>(&self, other: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Rhs) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><spanclass='since'title='Stable since Rust version 1.0.0'>1.0.0</span><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#835-837'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>This method tests less than (for <code>self</code> and <code>other</code>) and is used by the <code><</code> operator. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.lt">Read more</a></p>
</div><h4id='method.le'class="method hidden"><code><spanclass="docblock attributes">#[must_use]</span>fn <ahref='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.le'class='fnname'>le</a>(&self, other: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Rhs) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><spanclass='since'title='Stable since Rust version 1.0.0'>1.0.0</span><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#854-856'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>This method tests less than or equal to (for <code>self</code> and <code>other</code>) and is used by the <code><=</code> operator. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.le">Read more</a></p>
</div><h4id='method.gt'class="method hidden"><code><spanclass="docblock attributes">#[must_use]</span>fn <ahref='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.gt'class='fnname'>gt</a>(&self, other: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Rhs) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><spanclass='since'title='Stable since Rust version 1.0.0'>1.0.0</span><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#872-874'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>This method tests greater than (for <code>self</code> and <code>other</code>) and is used by the <code>></code> operator. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.gt">Read more</a></p>
</div><h4id='method.ge'class="method hidden"><code><spanclass="docblock attributes">#[must_use]</span>fn <ahref='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.ge'class='fnname'>ge</a>(&self, other: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Rhs) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><spanclass='since'title='Stable since Rust version 1.0.0'>1.0.0</span><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#891-893'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>This method tests greater than or equal to (for <code>self</code> and <code>other</code>) and is used by the <code>>=</code> operator. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.ge">Read more</a></p>
</div></div><h3id='impl-Serialize'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://docs.rs/serde/1.0.117/serde/ser/trait.Serialize.html"title="trait serde::ser::Serialize">Serialize</a> for <aclass="enum"href="../map_model/enum.PathConstraints.html"title="enum map_model::PathConstraints">PathConstraints</a></code><ahref='#impl-Serialize'class='anchor'></a><aclass='srclink'href='../src/map_model/pathfind/mod.rs.html#433'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.117/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.117/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.117/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.117/serde/ser/trait.Serializer.html"title="trait serde::ser::Serializer">Serializer</a>, </span></code><aclass='srclink'href='../src/map_model/pathfind/mod.rs.html#433'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.117/serde/ser/trait.Serialize.html#tymethod.serialize">Read more</a></p>
</div></div><h3id='impl-Sub%3CO%3E'class='impl'><codeclass='in-band'>impl<O: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><EnumSet<<aclass="enum"href="../map_model/enum.PathConstraints.html"title="enum map_model::PathConstraints">PathConstraints</a>>>><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html"title="trait core::ops::arith::Sub">Sub</a><O> for <aclass="enum"href="../map_model/enum.PathConstraints.html"title="enum map_model::PathConstraints">PathConstraints</a></code><ahref='#impl-Sub%3CO%3E'class='anchor'></a><aclass='srclink'href='../src/map_model/pathfind/mod.rs.html#433'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output'class="type"><code>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output'class="type">Output</a> = EnumSet<<aclass="enum"href="../map_model/enum.PathConstraints.html"title="enum map_model::PathConstraints">PathConstraints</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>-</code> operator.</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-5'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-ToOwned'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html"title="trait alloc::borrow::ToOwned">ToOwned</a> for T <spanclass="where fmt-newline">where<br> T: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html"title="trait core::clone::Clone">Clone</a>, </span></code><ahref='#impl-ToOwned'class='anchor'></a><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#80-92'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Owned'class="type"><code>type <ahref='https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#associatedtype.Owned'class="type">Owned</a> = T</code></h4><divclass='docblock'><p>The resulting type after obtaining ownership.</p>
</div><h4id='method.to_owned'class="method hidden"><code>fn <ahref='https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#tymethod.to_owned'class='fnname'>to_owned</a>(&self) -> T</code><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#85-87'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Creates owned data from borrowed data, usually by cloning. <ahref="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#tymethod.to_owned">Read more</a></p>
</div><h4id='method.clone_into'class="method hidden"><code>fn <ahref='https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#method.clone_into'class='fnname'>clone_into</a>(&self, target: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut </a>T)</code><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#89-91'title='goto source code'>[src]</a></h4><divclass='stability hidden'><divclass='stab unstable'><details><summary><spanclass='emoji'>🔬</span> This is a nightly-only experimental API. (<code>toowned_clone_into</code>)</summary><p>recently added</p>
</details></div></div><divclass='docblock hidden'><p>Uses borrowed data to replace owned data, usually by cloning. <ahref="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#method.clone_into">Read more</a></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#607-616'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>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#613-615'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#593-602'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>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#599-601'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>