</div></details><h2id="fields"class="fields small-section-header">Fields<ahref="#fields"class="anchor"></a></h2><spanid="structfield.longitude"class="structfield small-section-header"><ahref="#structfield.longitude"class="anchor field"></a><code>longitude: NotNan<<aclass="primitive"href="https://doc.rust-lang.org/1.55.0/std/primitive.f64.html">f64</a>></code></span><spanid="structfield.latitude"class="structfield small-section-header"><ahref="#structfield.latitude"class="anchor field"></a><code>latitude: NotNan<<aclass="primitive"href="https://doc.rust-lang.org/1.55.0/std/primitive.f64.html">f64</a>></code></span><h2id="implementations"class="small-section-header">Implementations<ahref="#implementations"class="anchor"></a></h2><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl"class="impl has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/gps.rs.html#19-179"title="goto source code">[src]</a></div><ahref="#impl"class="anchor"></a><h3class="code-header in-band">impl <aclass="struct"href="gps/struct.LonLat.html"title="struct geom::gps::LonLat">LonLat</a></h3></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.new"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/gps.rs.html#21-26"title="goto source code">[src]</a></div><ahref="#method.new"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.new"class="fnname">new</a>(lon: <aclass="primitive"href="https://doc.rust-lang.org/1.55.0/std/primitive.f64.html">f64</a>, lat: <aclass="primitive"href="https://doc.rust-lang.org/1.55.0/std/primitive.f64.html">f64</a>) -><aclass="struct"href="gps/struct.LonLat.html"title="struct geom::gps::LonLat">LonLat</a></h4></div></summary><divclass="docblock"><p>Note the order of arguments!</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.x"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/gps.rs.html#29-31"title="goto source code">[src]</a></div><ahref="#method.x"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.x"class="fnname">x</a>(self) -><aclass="primitive"href="https://doc.rust-lang.org/1.55.0/std/primitive.f64.html">f64</a></h4></div></summary><divclass="docblock"><p>Returns the longitude of this point.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.y"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/gps.rs.html#34-36"title="goto source code">[src]</a></div><ahref="#method.y"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.y"class="fnname">y</a>(self) -><aclass="primitive"href="https://doc.rust-lang.org/1.55.0/std/primitive.f64.html">f64</a></h4></div></summary><divclass="docblock"><p>Returns the latitude of this point.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.to_pt"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/gps.rs.html#39-50"title="goto source code">[src]</a></div><ahref="#method.to_pt"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.to_pt"class="fnname">to_pt</a>(self, b: &<aclass="struct"href="bounds/struct.GPSBounds.html"title="struct geom::bounds::GPSBounds">GPSBounds</a>) -><aclass="struct"href="pt/struct.Pt2D.html"title="struct geom::pt::Pt2D">Pt2D</a></h4></div></summary><divclass="docblock"><p>Transform this to a world-space point. Can go out of bounds.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.gps_dist"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/gps.rs.html#53-67"title="goto source code">[src]</a></div><ahref="#method.gps_dist"class="anchor"></a><h4class="code-header">pub(crate) fn <ahref="#method.gps_dist"class="fnname">gps_dist</a>(self, other: <aclass="struct"href="gps/struct.LonLat.html"title="struct geom::gps::LonLat">LonLat</a>) -><aclass="struct"href="distance/struct.Distance.html"title="struct geom::distance::Distance">Distance</a></h4></div></summary><divclass="docblock"><p>Returns the Haversine distance to another point.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.fast_dist"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/gps.rs.html#70-72"title="goto source code">[src]</a></div><ahref="#method.fast_dist"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.fast_dist"class="fnname">fast_dist</a>(self, other: <aclass="struct"href="gps/struct.LonLat.html"title="struct geom::gps::LonLat">LonLat</a>) -> NotNan<<aclass="primitive"href="https://doc.rust-lang.org/1.55.0/std/primitive.f64.html">f64</a>></h4></div></summary><divclass="docblock"><p>Pretty meaningless units, for comparing distances very roughly</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.read_osmosis_polygon"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/gps.rs.html#76-94"title="goto source code">[src]</a></div><ahref="#method.read_osmosis_polygon"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.read_osmosis_polygon"class="fnname">read_osmosis_polygon</a>(path: &<aclass="primitive"href="https://doc.rust-lang.org/1.55.0/std/primitive.str.html">str</a>) -><aclass="type"href="https://docs.rs/anyhow/1.0.41/anyhow/type.Result.html"title="type anyhow::Result">Result</a><<aclass="struct"href="https://doc.rust-lang.org/1.55.0/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="struct"href="gps/struct.LonLat.html"title="struct geom::gps::LonLat">LonLat</a>>></h4></div></summary><divclass="docblock"><p>Parses a file in the https://wiki.openstreetmap.org/wiki/Osmosis/Polygon_Filter_File_Format
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.write_osmosis_polygon"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/gps.rs.html#99-109"title="goto source code">[src]</a></div><ahref="#method.write_osmosis_polygon"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.write_osmosis_polygon"class="fnname">write_osmosis_polygon</a>(path: &<aclass="primitive"href="https://doc.rust-lang.org/1.55.0/std/primitive.str.html">str</a>, pts: <aclass="primitive"href="https://doc.rust-lang.org/1.55.0/std/primitive.slice.html">&[</a><aclass="struct"href="gps/struct.LonLat.html"title="struct geom::gps::LonLat">LonLat</a><aclass="primitive"href="https://doc.rust-lang.org/1.55.0/std/primitive.slice.html">]</a>) -><aclass="type"href="https://docs.rs/anyhow/1.0.41/anyhow/type.Result.html"title="type anyhow::Result">Result</a><<aclass="primitive"href="https://doc.rust-lang.org/1.55.0/std/primitive.unit.html">()</a>></h4></div></summary><divclass="docblock"><p>Writes a set of points to a file in the
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.center"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/gps.rs.html#112-124"title="goto source code">[src]</a></div><ahref="#method.center"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.center"class="fnname">center</a>(pts: <aclass="primitive"href="https://doc.rust-lang.org/1.55.0/std/primitive.slice.html">&[</a><aclass="struct"href="gps/struct.LonLat.html"title="struct geom::gps::LonLat">LonLat</a><aclass="primitive"href="https://doc.rust-lang.org/1.55.0/std/primitive.slice.html">]</a>) -><aclass="struct"href="gps/struct.LonLat.html"title="struct geom::gps::LonLat">LonLat</a></h4></div></summary><divclass="docblock"><p>Finds the average of a set of coordinates.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.parse_wkt_linestring"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/gps.rs.html#127-150"title="goto source code">[src]</a></div><ahref="#method.parse_wkt_linestring"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.parse_wkt_linestring"class="fnname">parse_wkt_linestring</a>(raw: &<aclass="primitive"href="https://doc.rust-lang.org/1.55.0/std/primitive.str.html">str</a>) -><aclass="enum"href="https://doc.rust-lang.org/1.55.0/core/option/enum.Option.html"title="enum core::option::Option">Option</a><<aclass="struct"href="https://doc.rust-lang.org/1.55.0/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="struct"href="gps/struct.LonLat.html"title="struct geom::gps::LonLat">LonLat</a>>></h4></div></summary><divclass="docblock"><p>Parses a WKT-style line-string into a list of coordinates.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.parse_geojson_polygons"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/gps.rs.html#154-178"title="goto source code">[src]</a></div><ahref="#method.parse_geojson_polygons"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.parse_geojson_polygons"class="fnname">parse_geojson_polygons</a>(raw: <aclass="struct"href="https://doc.rust-lang.org/1.55.0/alloc/string/struct.String.html"title="struct alloc::string::String">String</a>) -><aclass="type"href="https://docs.rs/anyhow/1.0.41/anyhow/type.Result.html"title="type anyhow::Result">Result</a><<aclass="struct"href="https://doc.rust-lang.org/1.55.0/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="struct"href="https://doc.rust-lang.org/1.55.0/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="struct"href="gps/struct.LonLat.html"title="struct geom::gps::LonLat">LonLat</a>>>></h4></div></summary><divclass="docblock"><p>Extract polygons from a raw GeoJSON string. For multipolygons, only returns the first
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl-Ord"class="impl has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/gps.rs.html#13"title="goto source code">[src]</a></div><ahref="#impl-Ord"class="anchor"></a><h3class="code-header in-band">impl <aclass="trait"href="https://doc.rust-lang.org/1.55.0/core/cmp/trait.Ord.html"title="trait core::cmp::Ord">Ord</a> for <aclass="struct"href="gps/struct.LonLat.html"title="struct geom::gps::LonLat">LonLat</a></h3></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.cmp"class="method trait-impl has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/gps.rs.html#13"title="goto source code">[src]</a></div><ahref="#method.cmp"class="anchor"></a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.55.0/core/cmp/trait.Ord.html#tymethod.cmp"class="fnname">cmp</a>(&self, other: &<aclass="struct"href="gps/struct.LonLat.html"title="struct geom::gps::LonLat">LonLat</a>) -><aclass="enum"href="https://doc.rust-lang.org/1.55.0/core/cmp/enum.Ordering.html"title="enum core::cmp::Ordering">Ordering</a></h4></div></summary><divclass='docblock'><p>This method returns an <ahref="https://doc.rust-lang.org/1.55.0/core/cmp/enum.Ordering.html"title="Ordering"><code>Ordering</code></a> between <code>self</code> and <code>other</code>. <ahref="https://doc.rust-lang.org/1.55.0/core/cmp/trait.Ord.html#tymethod.cmp">Read more</a></p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.max"class="method trait-impl has-srclink"><divclass="rightside"><spanclass="since"title="Stable since Rust version 1.21.0">1.21.0</span><aclass="srclink"href="https://doc.rust-lang.org/1.55.0/src/core/cmp.rs.html#751-753"title="goto source code">[src]</a></div><ahref="#method.max"class="anchor"></a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.55.0/core/cmp/trait.Ord.html#method.max"class="fnname">max</a>(self, other: Self) -> Self</h4></div></summary><divclass='docblock'><p>Compares and returns the maximum of two values. <ahref="https://doc.rust-lang.org/1.55.0/core/cmp/trait.Ord.html#method.max">Read more</a></p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.min"class="method trait-impl has-srclink"><divclass="rightside"><spanclass="since"title="Stable since Rust version 1.21.0">1.21.0</span><aclass="srclink"href="https://doc.rust-lang.org/1.55.0/src/core/cmp.rs.html#771-773"title="goto source code">[src]</a></div><ahref="#method.min"class="anchor"></a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.55.0/core/cmp/trait.Ord.html#method.min"class="fnname">min</a>(self, other: Self) -> Self</h4></div></summary><divclass='docblock'><p>Compares and returns the minimum of two values. <ahref="https://doc.rust-lang.org/1.55.0/core/cmp/trait.Ord.html#method.min">Read more</a></p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.clamp"class="method trait-impl has-srclink"><divclass="rightside"><spanclass="since"title="Stable since Rust version 1.50.0">1.50.0</span><aclass="srclink"href="https://doc.rust-lang.org/1.55.0/src/core/cmp.rs.html#796-798"title="goto source code">[src]</a></div><ahref="#method.clamp"class="anchor"></a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.55.0/core/cmp/trait.Ord.html#method.clamp"class="fnname">clamp</a>(self, min: Self, max: Self) -> Self</h4></div></summary><divclass='docblock'><p>Restrict a value to a certain interval. <ahref="https://doc.rust-lang.org/1.55.0/core/cmp/trait.Ord.html#method.clamp">Read more</a></p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl-PartialEq%3CLonLat%3E"class="impl has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/gps.rs.html#13"title="goto source code">[src]</a></div><ahref="#impl-PartialEq%3CLonLat%3E"class="anchor"></a><h3class="code-header in-band">impl <aclass="trait"href="https://doc.rust-lang.org/1.55.0/core/cmp/trait.PartialEq.html"title="trait core::cmp::PartialEq">PartialEq</a><<aclass="struct"href="gps/struct.LonLat.html"title="struct geom::gps::LonLat">LonLat</a>> for <aclass="struct"href="gps/struct.LonLat.html"title="struct geom::gps::LonLat">LonLat</a></h3></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.eq"class="method trait-impl has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/gps.rs.html#13"title="goto source code">[src]</a></div><ahref="#method.eq"class="anchor"></a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.55.0/core/cmp/trait.PartialEq.html#tymethod.eq"class="fnname">eq</a>(&self, other: &<aclass="struct"href="gps/struct.LonLat.html"title="struct geom::gps::LonLat">LonLat</a>) -><aclass="primitive"href="https://doc.rust-lang.org/1.55.0/std/primitive.bool.html">bool</a></h4></div></summary><divclass='docblock'><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/1.55.0/core/cmp/trait.PartialEq.html#tymethod.eq">Read more</a></p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl-PartialOrd%3CLonLat%3E"class="impl has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/gps.rs.html#13"title="goto source code">[src]</a></div><ahref="#impl-PartialOrd%3CLonLat%3E"class="anchor"></a><h3class="code-header in-band">impl <aclass="trait"href="https://doc.rust-lang.org/1.55.0/core/cmp/trait.PartialOrd.html"title="trait core::cmp::PartialOrd">PartialOrd</a><<aclass="struct"href="gps/struct.LonLat.html"title="struct geom::gps::LonLat">LonLat</a>> for <aclass="struct"href="gps/struct.LonLat.html"title="struct geom::gps::LonLat">LonLat</a></h3></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.partial_cmp"class="method trait-impl has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/gps.rs.html#13"title="goto source code">[src]</a></div><ahref="#method.partial_cmp"class="anchor"></a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.55.0/core/cmp/trait.PartialOrd.html#tymethod.partial_cmp"class="fnname">partial_cmp</a>(&self, other: &<aclass="struct"href="gps/struct.LonLat.html"title="struct geom::gps::LonLat">LonLat</a>) -><aclass="enum"href="https://doc.rust-lang.org/1.55.0/core/option/enum.Option.html"title="enum core::option::Option">Option</a><<aclass="enum"href="https://doc.rust-lang.org/1.55.0/core/cmp/enum.Ordering.html"title="enum core::cmp::Ordering">Ordering</a>></h4></div></summary><divclass='docblock'><p>This method returns an ordering between <code>self</code> and <code>other</code> values if one exists. <ahref="https://doc.rust-lang.org/1.55.0/core/cmp/trait.PartialOrd.html#tymethod.partial_cmp">Read more</a></p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.lt"class="method trait-impl has-srclink"><divclass="rightside"><spanclass="since"title="Stable since Rust version 1.0.0">1.0.0</span><aclass="srclink"href="https://doc.rust-lang.org/1.55.0/src/core/cmp.rs.html#1017"title="goto source code">[src]</a></div><ahref="#method.lt"class="anchor"></a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.55.0/core/cmp/trait.PartialOrd.html#method.lt"class="fnname">lt</a>(&self, other: <aclass="primitive"href="https://doc.rust-lang.org/1.55.0/std/primitive.reference.html">&</a>Rhs) -><aclass="primitive"href="https://doc.rust-lang.org/1.55.0/std/primitive.bool.html">bool</a></h4></div></summary><divclass='docblock'><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/1.55.0/core/cmp/trait.PartialOrd.html#method.lt">Read more</a></p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.le"class="method trait-impl has-srclink"><divclass="rightside"><spanclass="since"title="Stable since Rust version 1.0.0">1.0.0</span><aclass="srclink"href="https://doc.rust-lang.org/1.55.0/src/core/cmp.rs.html#1036"title="goto source code">[src]</a></div><ahref="#method.le"class="anchor"></a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.55.0/core/cmp/trait.PartialOrd.html#method.le"class="fnname">le</a>(&self, other: <aclass="primitive"href="https://doc.rust-lang.org/1.55.0/std/primitive.reference.html">&</a>Rhs) -><aclass="primitive"href="https://doc.rust-lang.org/1.55.0/std/primitive.bool.html">bool</a></h4></div></summary><divclass='docblock'><p>This method tests less than or equal to (for <code>self</code> and <code>other</code>) and is used by the <code><=</code>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.gt"class="method trait-impl has-srclink"><divclass="rightside"><spanclass="since"title="Stable since Rust version 1.0.0">1.0.0</span><aclass="srclink"href="https://doc.rust-lang.org/1.55.0/src/core/cmp.rs.html#1058"title="goto source code">[src]</a></div><ahref="#method.gt"class="anchor"></a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.55.0/core/cmp/trait.PartialOrd.html#method.gt"class="fnname">gt</a>(&self, other: <aclass="primitive"href="https://doc.rust-lang.org/1.55.0/std/primitive.reference.html">&</a>Rhs) -><aclass="primitive"href="https://doc.rust-lang.org/1.55.0/std/primitive.bool.html">bool</a></h4></div></summary><divclass='docblock'><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/1.55.0/core/cmp/trait.PartialOrd.html#method.gt">Read more</a></p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.ge"class="method trait-impl has-srclink"><divclass="rightside"><spanclass="since"title="Stable since Rust version 1.0.0">1.0.0</span><aclass="srclink"href="https://doc.rust-lang.org/1.55.0/src/core/cmp.rs.html#1077"title="goto source code">[src]</a></div><ahref="#method.ge"class="anchor"></a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.55.0/core/cmp/trait.PartialOrd.html#method.ge"class="fnname">ge</a>(&self, other: <aclass="primitive"href="https://doc.rust-lang.org/1.55.0/std/primitive.reference.html">&</a>Rhs) -><aclass="primitive"href="https://doc.rust-lang.org/1.55.0/std/primitive.bool.html">bool</a></h4></div></summary><divclass='docblock'><p>This method tests greater than or equal to (for <code>self</code> and <code>other</code>) and is used by the <code>>=</code>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl-Into%3CU%3E"class="impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.55.0/src/core/convert/mod.rs.html#535-542"title="goto source code">[src]</a></div><ahref="#impl-Into%3CU%3E"class="anchor"></a><h3class="code-header in-band">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/1.55.0/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/1.55.0/core/convert/trait.From.html"title="trait core::convert::From">From</a><T>, </span></h3></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.into"class="method trait-impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.55.0/src/core/convert/mod.rs.html#539"title="goto source code">[src]</a></div><ahref="#method.into"class="anchor"></a><h4class="code-header">pub fn <ahref="https://doc.rust-lang.org/1.55.0/core/convert/trait.Into.html#tymethod.into"class="fnname">into</a>(self) -> U</h4></div></summary><divclass='docblock'><p>Performs the conversion.</p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl-Same%3CT%3E"class="impl has-srclink"><divclass="rightside"></div><ahref="#impl-Same%3CT%3E"class="anchor"></a><h3class="code-header in-band">impl<T> Same<T> for T</h3></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle"open><summary><divid="associatedtype.Output"class="type trait-impl has-srclink"><ahref="#associatedtype.Output"class="anchor"></a><h4class="code-header">type <ahref="#associatedtype.Output"class="type">Output</a> = T</h4></div></summary><divclass='docblock'><p>Should always be <code>Self</code></p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl-ToOwned"class="impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.55.0/src/alloc/borrow.rs.html#84-96"title="goto source code">[src]</a></div><ahref="#impl-ToOwned"class="anchor"></a><h3class="code-header in-band">impl<T><aclass="trait"href="https://doc.rust-lang.org/1.55.0/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/1.55.0/core/clone/trait.Clone.html"title="trait core::clone::Clone">Clone</a>, </span></h3></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle"open><summary><divid="associatedtype.Owned"class="type trait-impl has-srclink"><ahref="#associatedtype.Owned"class="anchor"></a><h4class="code-header">type <ahref="https://doc.rust-lang.org/1.55.0/alloc/borrow/trait.ToOwned.html#associatedtype.Owned"class="type">Owned</a> = T</h4></div></summary><divclass='docblock'><p>The resulting type after obtaining ownership.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.to_owned"class="method trait-impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.55.0/src/alloc/borrow.rs.html#89"title="goto source code">[src]</a></div><ahref="#method.to_owned"class="anchor"></a><h4class="code-header">pub fn <ahref="https://doc.rust-lang.org/1.55.0/alloc/borrow/trait.ToOwned.html#tymethod.to_owned"class="fnname">to_owned</a>(&self) -> T</h4></div></summary><divclass='docblock'><p>Creates owned data from borrowed data, usually by cloning. <ahref="https://doc.rust-lang.org/1.55.0/alloc/borrow/trait.ToOwned.html#tymethod.to_owned">Read more</a></p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.clone_into"class="method trait-impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.55.0/src/alloc/borrow.rs.html#93"title="goto source code">[src]</a></div><ahref="#method.clone_into"class="anchor"></a><h4class="code-header">pub fn <ahref="https://doc.rust-lang.org/1.55.0/alloc/borrow/trait.ToOwned.html#method.clone_into"class="fnname">clone_into</a>(&self, target: <aclass="primitive"href="https://doc.rust-lang.org/1.55.0/std/primitive.reference.html">&mut </a>T)</h4></div></summary><divclass="item-info"><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'><p>Uses borrowed data to replace owned data, usually by cloning. <ahref="https://doc.rust-lang.org/1.55.0/alloc/borrow/trait.ToOwned.html#method.clone_into">Read more</a></p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl-ToString"class="impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.55.0/src/alloc/string.rs.html#2369-2383"title="goto source code">[src]</a></div><ahref="#impl-ToString"class="anchor"></a><h3class="code-header in-band">impl<T><aclass="trait"href="https://doc.rust-lang.org/1.55.0/alloc/string/trait.ToString.html"title="trait alloc::string::ToString">ToString</a> for T <spanclass="where fmt-newline">where<br> T: <aclass="trait"href="https://doc.rust-lang.org/1.55.0/core/fmt/trait.Display.html"title="trait core::fmt::Display">Display</a> + ?<aclass="trait"href="https://doc.rust-lang.org/1.55.0/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>, </span></h3></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.to_string"class="method trait-impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.55.0/src/alloc/string.rs.html#2375"title="goto source code">[src]</a></div><ahref="#method.to_string"class="anchor"></a><h4class="code-header">pub default fn <ahref="https://doc.rust-lang.org/1.55.0/alloc/string/trait.ToString.html#tymethod.to_string"class="fnname">to_string</a>(&self) -><aclass="struct"href="https://doc.rust-lang.org/1.55.0/alloc/string/struct.String.html"title="struct alloc::string::String">String</a></h4></div></summary><divclass='docblock'><p>Converts the given value to a <code>String</code>. <ahref="https://doc.rust-lang.org/1.55.0/alloc/string/trait.ToString.html#tymethod.to_string">Read more</a></p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl-TryFrom%3CU%3E"class="impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.55.0/src/core/convert/mod.rs.html#583-592"title="goto source code">[src]</a></div><ahref="#impl-TryFrom%3CU%3E"class="anchor"></a><h3class="code-header in-band">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/1.55.0/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/1.55.0/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><T>, </span></h3></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle"open><summary><divid="associatedtype.Error"class="type trait-impl has-srclink"><ahref="#associatedtype.Error"class="anchor"></a><h4class="code-header">type <ahref="https://doc.rust-lang.org/1.55.0/core/convert/trait.TryFrom.html#associatedtype.Error"class="type">Error</a> = <aclass="enum"href="https://doc.rust-lang.org/1.55.0/core/convert/enum.Infallible.html"title="enum core::convert::Infallible">Infallible</a></h4></div></summary><divclass='docblock'><p>The type returned in the event of a conversion error.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.try_from"class="method trait-impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.55.0/src/core/convert/mod.rs.html#589"title="goto source code">[src]</a></div><ahref="#method.try_from"class="anchor"></a><h4class="code-header">pub fn <ahref="https://doc.rust-lang.org/1.55.0/core/convert/trait.TryFrom.html#tymethod.try_from"class="fnname">try_from</a>(value: U) -><aclass="enum"href="https://doc.rust-lang.org/1.55.0/core/result/enum.Result.html"title="enum core::result::Result">Result</a><T, <T as <aclass="trait"href="https://doc.rust-lang.org/1.55.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><U>>::<aclass="type"href="https://doc.rust-lang.org/1.55.0/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></h4></div></summary><divclass='docblock'><p>Performs the conversion.</p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl-TryInto%3CU%3E"class="impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.55.0/src/core/convert/mod.rs.html#569-578"title="goto source code">[src]</a></div><ahref="#impl-TryInto%3CU%3E"class="anchor"></a><h3class="code-header in-band">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/1.55.0/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/1.55.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>, </span></h3></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle"open><summary><divid="associatedtype.Error-1"class="type trait-impl has-srclink"><ahref="#associatedtype.Error-1"class="anchor"></a><h4class="code-header">type <ahref="https://doc.rust-lang.org/1.55.0/core/convert/trait.TryInto.html#associatedtype.Error"class="type">Error</a> = <U as <aclass="trait"href="https://doc.rust-lang.org/1.55.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="type"href="https://doc.rust-lang.org/1.55.0/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a></h4></div></summary><divclass='docblock'><p>The type returned in the event of a conversion error.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.try_into"class="method trait-impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.55.0/src/core/convert/mod.rs.html#575"title="goto source code">[src]</a></div><ahref="#method.try_into"class="anchor"></a><h4class="code-header">pub fn <ahref="https://doc.rust-lang.org/1.55.0/core/convert/trait.TryInto.html#tymethod.try_into"class="fnname">try_into</a>(self) -><aclass="enum"href="https://doc.rust-lang.org/1.55.0/core/result/enum.Result.html"title="enum core::result::Result">Result</a><U, <U as <aclass="trait"href="https://doc.rust-lang.org/1.55.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="type"href="https://doc.rust-lang.org/1.55.0/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></h4></div></summary><divclass='docblock'><p>Performs the conversion.</p>
</div></details></div></details><divid="impl-DeserializeOwned"class="impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://docs.rs/serde/1.0.126/src/serde/de/mod.rs.html#603"title="goto source code">[src]</a></div><ahref="#impl-DeserializeOwned"class="anchor"></a><h3class="code-header in-band">impl<T><aclass="trait"href="https://docs.rs/serde/1.0.126/serde/de/trait.DeserializeOwned.html"title="trait serde::de::DeserializeOwned">DeserializeOwned</a> for T <spanclass="where fmt-newline">where<br> T: for<'de><aclass="trait"href="https://docs.rs/serde/1.0.126/serde/de/trait.Deserialize.html"title="trait serde::de::Deserialize">Deserialize</a><'de>, </span></h3></div></div></section><sectionid="search"class="content hidden"></section><divid="rustdoc-vars"data-root-path="../"data-current-crate="geom"data-search-index-js="../search-index.js"data-search-js="../search.js"></div>