<noscript><linkrel="stylesheet"href="../noscript.css"></noscript><linkrel="alternate icon"type="image/png"href="../favicon-16x16.png"><linkrel="alternate icon"type="image/png"href="../favicon-32x32.png"><linkrel="icon"type="image/svg+xml"href="../favicon.svg"><styletype="text/css">#crate-search{background-image:url("../down-arrow.svg");}</style></head><bodyclass="rustdoc struct"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><navclass="sidebar"><divclass="sidebar-menu"role="button">☰</div><ahref='../geom/index.html'><divclass='logo-container rust-logo'><imgsrc='../rust-logo.png'alt='logo'></div></a><h2class="location">Struct Line</h2><divclass="sidebar-elems"><divclass="block items"><h3class="sidebar-title"><ahref="#fields">Tuple Fields</a></h3><h3class="sidebar-title"><ahref="#implementations">Methods</a></h3><divclass="sidebar-links"><ahref="#method.angle">angle</a><ahref="#method.contains_pt">contains_pt</a><ahref="#method.crosses">crosses</a><ahref="#method.dist_along">dist_along</a><ahref="#method.dist_along_of_point">dist_along_of_point</a><ahref="#method.infinite">infinite</a><ahref="#method.intersection">intersection</a><ahref="#method.intersection_infinite">intersection_infinite</a><ahref="#method.length">length</a><ahref="#method.make_polygons">make_polygons</a><ahref="#method.middle">middle</a><ahref="#method.must_dist_along">must_dist_along</a><ahref="#method.must_new">must_new</a><ahref="#method.new">new</a><ahref="#method.percent_along">percent_along</a><ahref="#method.percent_along_of_point">percent_along_of_point</a><ahref="#method.percent_slice">percent_slice</a><ahref="#method.points">points</a><ahref="#method.pt1">pt1</a><ahref="#method.pt2">pt2</a><ahref="#method.reversed">reversed</a><ahref="#method.shift_either_direction">shift_either_direction</a><ahref="#method.shift_left">shift_left</a><ahref="#method.shift_right">shift_right</a><ahref="#method.slice">slice</a><ahref="#method.to_polyline">to_polyline</a><ahref="#method.unbounded_dist_along">unbounded_dist_along</a><ahref="#method.unbounded_percent_along">unbounded_percent_along</a></div><h3class="sidebar-title"><ahref="#trait-implementations">Trait Implementations</a></h3><divclass="sidebar-links"><ahref="#impl-Clone">Clone</a><ahref="#impl-Debug">Debug</a><ahref="#impl-Deserialize%3C%27de%3E">Deserialize<'de></a><ahref="#impl-Display">Display</a><ahref="#impl-PartialEq%3CLine%3E">PartialEq<Line></a><ahref="#impl-Serialize">Serialize</a><ahref="#impl-StructuralPartialEq">StructuralPartialEq</a></div><h3class="sidebar-title"><ahref="#synthetic-implementations">Auto Trait Implementations</a></h3><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><h3class="sidebar-title"><ahref="#blanket-implementations">Blanket Implementations</a></h3><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-ToOwned">ToOwned</a><ahref="#impl-ToString">ToString</a><ahref="#impl-TryFrom%3CU%3E">TryFrom<U></a><ahref="#impl-TryInto%3CU%3E">TryInto<U></a></div></div><h2class="location">Other items in<br><ahref="index.html">geom</a></h2><divid="sidebar-vars"data-name="Line"data-ty="struct"data-relpath=""></div><scriptdefersrc="sidebar-items.js"></script></div></nav><divclass="theme-picker"><buttonid="theme-picker"aria-label="Pick another theme!"aria-haspopup="menu"title="themes"><imgwidth="18"height="18"alt="Pick another theme!"src="../brush.svg"></button><divid="theme-choices"role="menu"></div></div><nav
</div></details><h2id="fields"class="fields small-section-header">Tuple Fields<ahref="#fields"class="anchor"></a></h2><spanid="structfield.0"class="structfield small-section-header"><ahref="#structfield.0"class="anchor field"></a><code>0: <aclass="struct"href="pt/struct.Pt2D.html"title="struct geom::pt::Pt2D">Pt2D</a></code></span><spanid="structfield.1"class="structfield small-section-header"><ahref="#structfield.1"class="anchor field"></a><code>1: <aclass="struct"href="pt/struct.Pt2D.html"title="struct geom::pt::Pt2D">Pt2D</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/line.rs.html#13-220"title="goto source code">[src]</a></div><ahref="#impl"class="anchor"></a><h3class="code-header in-band">impl <aclass="struct"href="line/struct.Line.html"title="struct geom::line::Line">Line</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/line.rs.html#15-20"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>(pt1: <aclass="struct"href="pt/struct.Pt2D.html"title="struct geom::pt::Pt2D">Pt2D</a>, pt2: <aclass="struct"href="pt/struct.Pt2D.html"title="struct geom::pt::Pt2D">Pt2D</a>) -><aclass="type"href="https://docs.rs/anyhow/1.0.41/anyhow/type.Result.html"title="type anyhow::Result">Result</a><<aclass="struct"href="line/struct.Line.html"title="struct geom::line::Line">Line</a>></h4></div></summary><divclass="docblock"><p>Creates a line segment between two points, which must not be the same</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.must_new"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/line.rs.html#24-26"title="goto source code">[src]</a></div><ahref="#method.must_new"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.must_new"class="fnname">must_new</a>(pt1: <aclass="struct"href="pt/struct.Pt2D.html"title="struct geom::pt::Pt2D">Pt2D</a>, pt2: <aclass="struct"href="pt/struct.Pt2D.html"title="struct geom::pt::Pt2D">Pt2D</a>) -><aclass="struct"href="line/struct.Line.html"title="struct geom::line::Line">Line</a></h4></div></summary><divclass="docblock"><p>Equivalent to <code>Line::new(pt1, pt2).unwrap()</code>. Use this to effectively document an assertion
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.infinite"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/line.rs.html#29-31"title="goto source code">[src]</a></div><ahref="#method.infinite"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.infinite"class="fnname">infinite</a>(&self) -><aclass="struct"href="line/struct.InfiniteLine.html"title="struct geom::line::InfiniteLine">InfiniteLine</a></h4></div></summary><divclass="docblock"><p>Returns an infinite line passing through this line’s two points.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.pt1"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/line.rs.html#34-36"title="goto source code">[src]</a></div><ahref="#method.pt1"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.pt1"class="fnname">pt1</a>(&self) -><aclass="struct"href="pt/struct.Pt2D.html"title="struct geom::pt::Pt2D">Pt2D</a></h4></div></summary><divclass="docblock"><p>Returns the first point in this line segment.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.pt2"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/line.rs.html#39-41"title="goto source code">[src]</a></div><ahref="#method.pt2"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.pt2"class="fnname">pt2</a>(&self) -><aclass="struct"href="pt/struct.Pt2D.html"title="struct geom::pt::Pt2D">Pt2D</a></h4></div></summary><divclass="docblock"><p>Returns the second point in this line segment.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.points"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/line.rs.html#44-46"title="goto source code">[src]</a></div><ahref="#method.points"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.points"class="fnname">points</a>(&self) -><aclass="struct"href="https://doc.rust-lang.org/1.58.1/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="struct"href="pt/struct.Pt2D.html"title="struct geom::pt::Pt2D">Pt2D</a>><spanclass="notable-traits"><spanclass="notable-traits-tooltip">ⓘ<divclass="notable-traits-tooltiptext"><spanclass="docblock"><divclass="notable">Notable traits for <aclass="struct"href="https://doc.rust-lang.org/1.58.1/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="primitive"href="https://doc.rust-lang.org/1.58.1/std/primitive.u8.html">u8</a>, A></div><codeclass="content"><spanclass="where fmt-newline">impl<A><aclass="trait"href="https://doc.rust-lang.org/1.58.1/std/io/trait.Write.html"title="trait std::io::Write">Write</a> for <aclass="struct"href="https://doc.rust-lang.org/1.58.1/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="primitive"href="https://doc.rust-lang.org/1.58.1/std/primitive.u8.html">u8</a>, A><spanclass="where fmt-newline">where<br> A: <aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/alloc/trait.Allocator.html"title="trait core::alloc::Allocator">Allocator</a>, </span></span></code></span></div></span></span></h4></div></summary><divclass="docblock"><p>Returns the two points in this line segment.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.to_polyline"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/line.rs.html#49-51"title="goto source code">[src]</a></div><ahref="#method.to_polyline"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.to_polyline"class="fnname">to_polyline</a>(&self) -><aclass="struct"href="polyline/struct.PolyLine.html"title="struct geom::polyline::PolyLine">PolyLine</a></h4></div></summary><divclass="docblock"><p>Returns a polyline containing these two points.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.make_polygons"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/line.rs.html#54-56"title="goto source code">[src]</a></div><ahref="#method.make_polygons"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.make_polygons"class="fnname">make_polygons</a>(&self, thickness: <aclass="struct"href="distance/struct.Distance.html"title="struct geom::distance::Distance">Distance</a>) -><aclass="struct"href="polygon/struct.Polygon.html"title="struct geom::polygon::Polygon">Polygon</a></h4></div></summary><divclass="docblock"><p>Returns a thick line segment.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.length"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/line.rs.html#59-61"title="goto source code">[src]</a></div><ahref="#method.length"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.length"class="fnname">length</a>(&self) -><aclass="struct"href="distance/struct.Distance.html"title="struct geom::distance::Distance">Distance</a></h4></div></summary><divclass="docblock"><p>Length of the line segment</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.intersection"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/line.rs.html#66-88"title="goto source code">[src]</a></div><ahref="#method.intersection"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.intersection"class="fnname">intersection</a>(&self, other: &<aclass="struct"href="line/struct.Line.html"title="struct geom::line::Line">Line</a>) -><aclass="enum"href="https://doc.rust-lang.org/1.58.1/core/option/enum.Option.html"title="enum core::option::Option">Option</a><<aclass="struct"href="pt/struct.Pt2D.html"title="struct geom::pt::Pt2D">Pt2D</a>></h4></div></summary><divclass="docblock"><p>If two line segments intersect – including endpoints – return the point where they hit.
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.crosses"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/line.rs.html#91-101"title="goto source code">[src]</a></div><ahref="#method.crosses"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.crosses"class="fnname">crosses</a>(&self, other: &<aclass="struct"href="line/struct.Line.html"title="struct geom::line::Line">Line</a>) -><aclass="primitive"href="https://doc.rust-lang.org/1.58.1/std/primitive.bool.html">bool</a></h4></div></summary><divclass="docblock"><p>Determine if two line segments intersect, but more so than just two endpoints touching.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.intersection_infinite"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/line.rs.html#107-114"title="goto source code">[src]</a></div><ahref="#method.intersection_infinite"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.intersection_infinite"class="fnname">intersection_infinite</a>(&self, other: &<aclass="struct"href="line/struct.InfiniteLine.html"title="struct geom::line::InfiniteLine">InfiniteLine</a>) -><aclass="enum"href="https://doc.rust-lang.org/1.58.1/core/option/enum.Option.html"title="enum core::option::Option">Option</a><<aclass="struct"href="pt/struct.Pt2D.html"title="struct geom::pt::Pt2D">Pt2D</a>></h4></div></summary><divclass="docblock"><p>If the line segment intersects with an infinite line – including endpoints – return the
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.shift_right"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/line.rs.html#117-124"title="goto source code">[src]</a></div><ahref="#method.shift_right"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.shift_right"class="fnname">shift_right</a>(&self, width: <aclass="struct"href="distance/struct.Distance.html"title="struct geom::distance::Distance">Distance</a>) -><aclass="struct"href="line/struct.Line.html"title="struct geom::line::Line">Line</a></h4></div></summary><divclass="docblock"><p>Perpendicularly shifts the line over to the right. Width must be non-negative.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.shift_left"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/line.rs.html#127-134"title="goto source code">[src]</a></div><ahref="#method.shift_left"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.shift_left"class="fnname">shift_left</a>(&self, width: <aclass="struct"href="distance/struct.Distance.html"title="struct geom::distance::Distance">Distance</a>) -><aclass="struct"href="line/struct.Line.html"title="struct geom::line::Line">Line</a></h4></div></summary><divclass="docblock"><p>Perpendicularly shifts the line over to the left. Width must be non-negative.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.shift_either_direction"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/line.rs.html#137-143"title="goto source code">[src]</a></div><ahref="#method.shift_either_direction"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.shift_either_direction"class="fnname">shift_either_direction</a>(&self, width: <aclass="struct"href="distance/struct.Distance.html"title="struct geom::distance::Distance">Distance</a>) -><aclass="struct"href="line/struct.Line.html"title="struct geom::line::Line">Line</a></h4></div></summary><divclass="docblock"><p>Perpendicularly shifts the line to the right if positive or left if negative.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.reversed"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/line.rs.html#146-148"title="goto source code">[src]</a></div><ahref="#method.reversed"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.reversed"class="fnname">reversed</a>(&self) -><aclass="struct"href="line/struct.Line.html"title="struct geom::line::Line">Line</a></h4></div></summary><divclass="docblock"><p>Returns a reversed line segment</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.angle"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/line.rs.html#151-153"title="goto source code">[src]</a></div><ahref="#method.angle"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.angle"class="fnname">angle</a>(&self) -><aclass="struct"href="angle/struct.Angle.html"title="struct geom::angle::Angle">Angle</a></h4></div></summary><divclass="docblock"><p>The angle of the line segment, from the first to the second point</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.dist_along"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/line.rs.html#156-162"title="goto source code">[src]</a></div><ahref="#method.dist_along"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.dist_along"class="fnname">dist_along</a>(&self, dist: <aclass="struct"href="distance/struct.Distance.html"title="struct geom::distance::Distance">Distance</a>) -><aclass="type"href="https://docs.rs/anyhow/1.0.41/anyhow/type.Result.html"title="type anyhow::Result">Result</a><<aclass="struct"href="pt/struct.Pt2D.html"title="struct geom::pt::Pt2D">Pt2D</a>></h4></div></summary><divclass="docblock"><p>Returns a point along the line segment, unless the distance exceeds the segment’s length.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.must_dist_along"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/line.rs.html#165-167"title="goto source code">[src]</a></div><ahref="#method.must_dist_along"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.must_dist_along"class="fnname">must_dist_along</a>(&self, dist: <aclass="struct"href="distance/struct.Distance.html"title="struct geom::distance::Distance">Distance</a>) -><aclass="struct"href="pt/struct.Pt2D.html"title="struct geom::pt::Pt2D">Pt2D</a></h4></div></summary><divclass="docblock"><p>Equivalent to <code>self.dist_along(dist).unwrap()</code>. Use this to document an assertion at the
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.clone_from"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.58.1/src/core/clone.rs.html#130"title="goto source code">[src]</a></div><ahref="#method.clone_from"class="anchor"></a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.58.1/core/clone/trait.Clone.html#method.clone_from"class="fnname">clone_from</a>(&mut self, source: <aclass="primitive"href="https://doc.rust-lang.org/1.58.1/std/primitive.reference.html">&</a>Self)</h4></div></summary><divclass='docblock'><p>Performs copy-assignment from <code>source</code>. <ahref="https://doc.rust-lang.org/1.58.1/core/clone/trait.Clone.html#method.clone_from">Read more</a></p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl-Debug"class="impl has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/line.rs.html#10"title="goto source code">[src]</a></div><ahref="#impl-Debug"class="anchor"></a><h3class="code-header in-band">impl <aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/fmt/trait.Debug.html"title="trait core::fmt::Debug">Debug</a> for <aclass="struct"href="line/struct.Line.html"title="struct geom::line::Line">Line</a></h3></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.fmt"class="method trait-impl has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/line.rs.html#10"title="goto source code">[src]</a></div><ahref="#method.fmt"class="anchor"></a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.58.1/core/fmt/trait.Debug.html#tymethod.fmt"class="fnname">fmt</a>(&self, f: &mut <aclass="struct"href="https://doc.rust-lang.org/1.58.1/core/fmt/struct.Formatter.html"title="struct core::fmt::Formatter">Formatter</a><'_>) -><aclass="type"href="https://doc.rust-lang.org/1.58.1/core/fmt/type.Result.html"title="type core::fmt::Result">Result</a></h4></div></summary><divclass='docblock'><p>Formats the value using the given formatter. <ahref="https://doc.rust-lang.org/1.58.1/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl-Deserialize%3C%27de%3E"class="impl has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/line.rs.html#10"title="goto source code">[src]</a></div><ahref="#impl-Deserialize%3C%27de%3E"class="anchor"></a><h3class="code-header in-band">impl<'de><aclass="trait"href="https://docs.rs/serde/1.0.126/serde/de/trait.Deserialize.html"title="trait serde::de::Deserialize">Deserialize</a><'de> for <aclass="struct"href="line/struct.Line.html"title="struct geom::line::Line">Line</a></h3></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.deserialize"class="method trait-impl has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/line.rs.html#10"title="goto source code">[src]</a></div><ahref="#method.deserialize"class="anchor"></a><h4class="code-header">fn <ahref="https://docs.rs/serde/1.0.126/serde/de/trait.Deserialize.html#tymethod.deserialize"class="fnname">deserialize</a><__D>(__deserializer: __D) -><aclass="enum"href="https://doc.rust-lang.org/1.58.1/core/result/enum.Result.html"title="enum core::result::Result">Result</a><Self, __D::<aclass="type"href="https://docs.rs/serde/1.0.126/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.126/serde/de/trait.Deserializer.html"title="trait serde::de::Deserializer">Deserializer</a><'de>, </span></h4></div></summary><divclass='docblock'><p>Deserialize this value from the given Serde deserializer. <ahref="https://docs.rs/serde/1.0.126/serde/de/trait.Deserialize.html#tymethod.deserialize">Read more</a></p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl-Display"class="impl has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/line.rs.html#222-229"title="goto source code">[src]</a></div><ahref="#impl-Display"class="anchor"></a><h3class="code-header in-band">impl <aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/fmt/trait.Display.html"title="trait core::fmt::Display">Display</a> for <aclass="struct"href="line/struct.Line.html"title="struct geom::line::Line">Line</a></h3></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.fmt-1"class="method trait-impl has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/line.rs.html#223-228"title="goto source code">[src]</a></div><ahref="#method.fmt-1"class="anchor"></a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.58.1/core/fmt/trait.Display.html#tymethod.fmt"class="fnname">fmt</a>(&self, f: &mut <aclass="struct"href="https://doc.rust-lang.org/1.58.1/core/fmt/struct.Formatter.html"title="struct core::fmt::Formatter">Formatter</a><'_>) -><aclass="type"href="https://doc.rust-lang.org/1.58.1/core/fmt/type.Result.html"title="type core::fmt::Result">Result</a></h4></div></summary><divclass='docblock'><p>Formats the value using the given formatter. <ahref="https://doc.rust-lang.org/1.58.1/core/fmt/trait.Display.html#tymethod.fmt">Read more</a></p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl-PartialEq%3CLine%3E"class="impl has-srclink"><divclass="rightside"><aclass="srclink"href="../src/geom/line.rs.html#10"title="goto source code">[src]</a></div><ahref="#impl-PartialEq%3CLine%3E"class="anchor"></a><h3class="code-header in-band">impl <aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/cmp/trait.PartialEq.html"title="trait core::cmp::PartialEq">PartialEq</a><<aclass="struct"href="line/struct.Line.html"title="struct geom::line::Line">Line</a>> for <aclass="struct"href="line/struct.Line.html"title="struct geom::line::Line">Line</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/line.rs.html#10"title="goto source code">[src]</a></div><ahref="#method.eq"class="anchor"></a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.58.1/core/cmp/trait.PartialEq.html#tymethod.eq"class="fnname">eq</a>(&self, other: &<aclass="struct"href="line/struct.Line.html"title="struct geom::line::Line">Line</a>) -><aclass="primitive"href="https://doc.rust-lang.org/1.58.1/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.58.1/core/cmp/trait.PartialEq.html#tymethod.eq">Read more</a></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.58.1/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.58.1/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.58.1/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.58.1/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.58.1/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.58.1/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.58.1/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.58.1/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.58.1/alloc/borrow/trait.ToOwned.html#method.clone_into"class="fnname">clone_into</a>(&self, target: <aclass="primitive"href="https://doc.rust-lang.org/1.58.1/std/primitive.reference.html">&mut </a>T)</h4></div></summary><divclass="item-info"><divclass="stab unstable"><spanclass="emoji">🔬</span> This is a nightly-only experimental API. (<code>toowned_clone_into</code>)</div></div><divclass='docblock'><p>Uses borrowed data to replace owned data, usually by cloning. <ahref="https://doc.rust-lang.org/1.58.1/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.58.1/src/alloc/string.rs.html#2390-2404"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.58.1/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.58.1/core/fmt/trait.Display.html"title="trait core::fmt::Display">Display</a> + ?<aclass="trait"href="https://doc.rust-lang.org/1.58.1/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.58.1/src/alloc/string.rs.html#2396"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.58.1/alloc/string/trait.ToString.html#tymethod.to_string"class="fnname">to_string</a>(&self) -><aclass="struct"href="https://doc.rust-lang.org/1.58.1/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.58.1/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.58.1/src/core/convert/mod.rs.html#587-596"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.58.1/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.58.1/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.58.1/core/convert/trait.TryFrom.html#associatedtype.Error"class="type">Error</a> = <aclass="enum"href="https://doc.rust-lang.org/1.58.1/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.58.1/src/core/convert/mod.rs.html#593"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.58.1/core/convert/trait.TryFrom.html#tymethod.try_from"class="fnname">try_from</a>(value: U) -><aclass="enum"href="https://doc.rust-lang.org/1.58.1/core/result/enum.Result.html"title="enum core::result::Result">Result</a><T, <T as <aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><U>>::<aclass="type"href="https://doc.rust-lang.org/1.58.1/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.58.1/src/core/convert/mod.rs.html#573-582"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.58.1/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.58.1/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.58.1/core/convert/trait.TryInto.html#associatedtype.Error"class="type">Error</a> = <U as <aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="type"href="https://doc.rust-lang.org/1.58.1/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.58.1/src/core/convert/mod.rs.html#579"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.58.1/core/convert/trait.TryInto.html#tymethod.try_into"class="fnname">try_into</a>(self) -><aclass="enum"href="https://doc.rust-lang.org/1.58.1/core/result/enum.Result.html"title="enum core::result::Result">Result</a><U, <U as <aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="type"href="https://doc.rust-lang.org/1.58.1/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>