<!DOCTYPE html><htmllang="en"><head><metacharset="utf-8"><metaname="viewport"content="width=device-width, initial-scale=1.0"><metaname="generator"content="rustdoc"><metaname="description"content="Represents changes to a map. Note this isn’t serializable – that’s what `PermanentMapEdits` does."><metaname="keywords"content="rust, rustlang, rust-lang, MapEdits"><title>MapEdits in map_model - Rust</title><linkrel="stylesheet"type="text/css"href="../normalize.css"><linkrel="stylesheet"type="text/css"href="../rustdoc.css"id="mainThemeStyle"><linkrel="stylesheet"type="text/css"href="../light.css"id="themeStyle"><linkrel="stylesheet"type="text/css"href="../dark.css"disabled><linkrel="stylesheet"type="text/css"href="../ayu.css"disabled><scriptid="default-settings"></script><scriptsrc="../storage.js"></script><scriptsrc="../crates.js"></script><noscript><linkrel="stylesheet"href="../noscript.css"></noscript><linkrel="icon"type="image/svg+xml"href="../favicon.svg">
<linkrel="alternate icon"type="image/png"href="../favicon-32x32.png"><styletype="text/css">#crate-search{background-image:url("../down-arrow.svg");}</style></head><bodyclass="rustdoc struct"><!--[if lte IE 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='../map_model/index.html'><divclass='logo-container rust-logo'><imgsrc='../rust-logo.png'alt='logo'></div></a><h2class="location">Struct MapEdits</h2><divclass="sidebar-elems"><divclass="block items"><h3class="sidebar-title"><ahref="#fields">Fields</a></h3><divclass="sidebar-links"><ahref="#structfield.changed_roads">changed_roads</a><ahref="#structfield.changed_routes">changed_routes</a><ahref="#structfield.commands">commands</a><ahref="#structfield.edits_name">edits_name</a><ahref="#structfield.merge_zones">merge_zones</a><ahref="#structfield.original_intersections">original_intersections</a><ahref="#structfield.proposal_description">proposal_description</a><ahref="#structfield.proposal_link">proposal_link</a></div><h3class="sidebar-title"><ahref="#implementations">Methods</a></h3><divclass="sidebar-links"><ahref="#method.changed_lanes">changed_lanes</a><ahref="#method.compress">compress</a><ahref="#method.get_checksum">get_checksum</a><ahref="#method.load_from_bytes">load_from_bytes</a><ahref="#method.load_from_file">load_from_file</a><ahref="#method.new">new</a><ahref="#method.save">save</a><ahref="#method.to_permanent">to_permanent</a><ahref="#method.update_derived">update_derived</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-Default">Default</a><ahref="#impl-PartialEq%3CMapEdits%3E">PartialEq<MapEdits></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-From%3CT%3E">From<T></a><ahref="#impl-Instrument">Instrument</a><ahref="#impl-Into%3CU%3E">Into<U></a><ahref="#impl-Same%3CT%3E">Same<T></a><ahref="#impl-ToOwned">ToOwned</a><ahref="#impl-TryFrom%3CU%3E">TryFrom<U></a><ahref="#impl-TryInto%3CU%3E">TryInto<U></a><ahref="#impl-VZip%3CV%3E">VZip<V></a></div></div><h2class="location">Other items in<br><ahref="index.html">map_model</a></h2><divid="sidebar-vars"data-name="MapEdits"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"><imgsrc="../brush.svg"width="18"height="18"alt="Pick another theme!"></button><divid="theme-choices"role="menu"></div></div><navclass="sub"><formclass="search-form"><divclass="search-container"><div><selectid="crate-search"><optionvalue="All crates">All crates</option></select><inputclass="search-input"name="search"disabledautocomplete="off"spellcheck="false"placeholder="Click or press ‘S’ to search, ‘?’ for more options…"type="search"></div><buttontype="button"id="help-button"title="help">?</button><aid="settings-menu"href="../settings.html"title="settings"><imgsrc="../wheel.svg"width="18"height="18"alt="Change settings"></a></div></form></nav><sectionid="main"class="content"><h1class="fqn"><spanclass="in-band">Struct <ahref="index.html">map_model</a>::<wbr><aclass="stru
}</pre></div><detailsclass="rustdoc-toggle top-doc"open><summaryclass="hideme"><span>Expand description</span></summary><divclass="docblock"><p>Represents changes to a map. Note this isn’t serializable – that’s what <code>PermanentMapEdits</code>
Fields<ahref="#fields"class="anchor"></a></h2><spanid="structfield.edits_name"class="structfield small-section-header"><ahref="#structfield.edits_name"class="anchor field"></a><code>edits_name: <aclass="struct"href="https://doc.rust-lang.org/1.54.0/alloc/string/struct.String.html"title="struct alloc::string::String">String</a></code></span><spanid="structfield.commands"class="structfield small-section-header"><ahref="#structfield.commands"class="anchor field"></a><code>commands: <aclass="struct"href="https://doc.rust-lang.org/1.54.0/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="enum"href="edits/enum.EditCmd.html"title="enum map_model::edits::EditCmd">EditCmd</a>></code></span><divclass="docblock"><p>A stack, oldest edit is first. The same intersection may be edited multiple times in this
</div><spanid="structfield.merge_zones"class="structfield small-section-header"><ahref="#structfield.merge_zones"class="anchor field"></a><code>merge_zones: <aclass="primitive"href="https://doc.rust-lang.org/1.54.0/std/primitive.bool.html">bool</a></code></span><divclass="docblock"><p>If false, adjacent roads with the same AccessRestrictions will not be merged into the same
</div><spanid="structfield.changed_roads"class="structfield small-section-header"><ahref="#structfield.changed_roads"class="anchor field"></a><code>changed_roads: <aclass="struct"href="https://doc.rust-lang.org/1.54.0/alloc/collections/btree/set/struct.BTreeSet.html"title="struct alloc::collections::btree::set::BTreeSet">BTreeSet</a><<aclass="struct"href="objects/road/struct.RoadID.html"title="struct map_model::objects::road::RoadID">RoadID</a>></code></span><divclass="docblock"><p>Derived from commands, kept up to date by update_derived</p>
</div><spanid="structfield.original_intersections"class="structfield small-section-header"><ahref="#structfield.original_intersections"class="anchor field"></a><code>original_intersections: <aclass="struct"href="https://doc.rust-lang.org/1.54.0/alloc/collections/btree/map/struct.BTreeMap.html"title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a><<aclass="struct"href="objects/intersection/struct.IntersectionID.html"title="struct map_model::objects::intersection::IntersectionID">IntersectionID</a>, <aclass="enum"href="edits/enum.EditIntersection.html"title="enum map_model::edits::EditIntersection">EditIntersection</a>></code></span><spanid="structfield.changed_routes"class="structfield small-section-header"><ahref="#structfield.changed_routes"class="anchor field"></a><code>changed_routes: <aclass="struct"href="https://doc.rust-lang.org/1.54.0/alloc/collections/btree/set/struct.BTreeSet.html"title="struct alloc::collections::btree::set::BTreeSet">BTreeSet</a><<aclass="struct"href="objects/bus_stop/struct.BusRouteID.html"title="struct map_model::objects::bus_stop::BusRouteID">BusRouteID</a>></code></span><spanid="structfield.proposal_description"class="structfield small-section-header"><ahref="#structfield.proposal_description"class="anchor field"></a><code>proposal_description: <aclass="struct"href="https://doc.rust-lang.org/1.54.0/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="struct"href="https://doc.rust-lang.org/1.54.0/alloc/string/struct.String.html"title="struct alloc::string::String">String</a>></code></span><divclass="docblock"><p>Some edits are included in the game by default, in data/system/proposals, as “community
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.changed_lanes"class="method has-srclink"><h4class="code-header">pub fn <ahref="#method.changed_lanes"class="fnname">changed_lanes</a>(&self, map: &<aclass="struct"href="struct.Map.html"title="struct map_model::Map">Map</a>) -><aclass="primitive"href="https://doc.rust-lang.org/1.54.0/std/primitive.tuple.html">(</a><aclass="struct"href="https://doc.rust-lang.org/1.54.0/alloc/collections/btree/set/struct.BTreeSet.html"title="struct alloc::collections::btree::set::BTreeSet">BTreeSet</a><<aclass="struct"href="objects/lane/struct.LaneID.html"title="struct map_model::objects::lane::LaneID">LaneID</a>>, <aclass="struct"href="https://doc.rust-lang.org/1.54.0/alloc/collections/btree/set/struct.BTreeSet.html"title="struct alloc::collections::btree::set::BTreeSet">BTreeSet</a><<aclass="struct"href="objects/road/struct.RoadID.html"title="struct map_model::objects::road::RoadID">RoadID</a>><aclass="primitive"href="https://doc.rust-lang.org/1.54.0/std/primitive.tuple.html">)</a></h4><ahref="#method.changed_lanes"class="anchor"></a><aclass="srclink"href="../src/map_model/edits/mod.rs.html#318-341"title="goto source code">[src]</a></div></summary><divclass="docblock"><p>Pick apart changed_roads and figure out if an entire road was edited, or just a few lanes.
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.get_checksum"class="method has-srclink"><h4class="code-header">pub fn <ahref="#method.get_checksum"class="fnname">get_checksum</a>(&self, map: &<aclass="struct"href="struct.Map.html"title="struct map_model::Map">Map</a>) -><aclass="struct"href="https://doc.rust-lang.org/1.54.0/alloc/string/struct.String.html"title="struct alloc::string::String">String</a></h4><ahref="#method.get_checksum"class="anchor"></a><aclass="srclink"href="../src/map_model/edits/mod.rs.html#344-349"title="goto source code">[src]</a></div></summary><divclass="docblock"><p>Produces an md5sum of the contents of the edits.</p>
</div></details></div></details><h2id="trait-implementations"class="small-section-header">Trait Implementations<ahref="#trait-implementations"class="anchor"></a></h2><divid="trait-implementations-list"><detailsclass="rustdoc-toggle implementors-toggle"><summary><divid="impl-Clone"class="impl has-srclink"><h3class="code-header in-band">impl <aclass="trait"href="https://doc.rust-lang.org/1.54.0/core/clone/trait.Clone.html"title="trait core::clone::Clone">Clone</a> for <aclass="struct"href="edits/struct.MapEdits.html"title="struct map_model::edits::MapEdits">MapEdits</a></h3><ahref="#impl-Clone"class="anchor"></a><aclass="srclink"href="../src/map_model/edits/mod.rs.html#28"title="goto source code">[src]</a></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.clone"class="method trait-impl has-srclink"><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.54.0/core/clone/trait.Clone.html#tymethod.clone"class="fnname">clone</a>(&self) -><aclass="struct"href="edits/struct.MapEdits.html"title="struct map_model::edits::MapEdits">MapEdits</a></h4><ahref="#method.clone"class="anchor"></a><aclass="srclink"href="../src/map_model/edits/mod.rs.html#28"title="goto source code">[src]</a></div></summary><divclass='docblock'><p>Returns a copy of the value. <ahref="https://doc.rust-lang.org/1.54.0/core/clone/trait.Clone.html#tymethod.clone">Read more</a></p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"><summary><divid="impl-Debug"class="impl has-srclink"><h3class="code-header in-band">impl <aclass="trait"href="https://doc.rust-lang.org/1.54.0/core/fmt/trait.Debug.html"title="trait core::fmt::Debug">Debug</a> for <aclass="struct"href="edits/struct.MapEdits.html"title="struct map_model::edits::MapEdits">MapEdits</a></h3><ahref="#impl-Debug"class="anchor"></a><aclass="srclink"href="../src/map_model/edits/mod.rs.html#28"title="goto source code">[src]</a></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.fmt"class="method trait-impl has-srclink"><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.54.0/core/fmt/trait.Debug.html#tymethod.fmt"class="fnname">fmt</a>(&self, f: &mut <aclass="struct"href="https://doc.rust-lang.org/1.54.0/core/fmt/struct.Formatter.html"title="struct core::fmt::Formatter">Formatter</a><'_>) -><aclass="type"href="https://doc.rust-lang.org/1.54.0/core/fmt/type.Result.html"title="type core::fmt::Result">Result</a></h4><ahref="#method.fmt"class="anchor"></a><aclass="srclink"href="../src/map_model/edits/mod.rs.html#28"title="goto source code">[src]</a></div></summary><divclass='docblock'><p>Formats the value using the given formatter. <ahref="https://doc.rust-lang.org/1.54.0/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"><summary><divid="impl-Default"class="impl has-srclink"><h3class="code-header in-band">impl <aclass="trait"href="https://doc.rust-lang.org/1.54.0/core/default/trait.Default.html"title="trait core::default::Default">Default</a> for <aclass="struct"href="edits/struct.MapEdits.html"title="struct map_model::edits::MapEdits">MapEdits</a></h3><ahref="#impl-Default"class="anchor"></a><aclass="srclink"href="../src/map_model/edits/mod.rs.html#352-356"title="goto source code">[src]</a></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.default"class="method trait-impl has-srclink"><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.54.0/core/default/trait.Default.html#tymethod.default"class="fnname">default</a>() -><aclass="struct"href="edits/struct.MapEdits.html"title="struct map_model::edits::MapEdits">MapEdits</a></h4><ahref="#method.default"class="anchor"></a><aclass="srclink"href="../src/map_model/edits/mod.rs.html#353-355"title="goto source code">[src]</a></div></summary><divclass='docblock'><p>Returns the “default value” for a type. <ahref="https://doc.rust-lang.org/1.54.0/core/default/trait.Default.html#tymethod.default">Read more</a></p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"><summary><divid="impl-PartialEq%3CMapEdits%3E"class="impl has-srclink"><h3class="code-header in-band">impl <aclass="trait"href="https://doc.rust-lang.org/1.54.0/core/cmp/trait.PartialEq.html"title="trait core::cmp::PartialEq">PartialEq</a><<aclass="struct"href="edits/struct.MapEdits.html"title="struct map_model::edits::MapEdits">MapEdits</a>> for <aclass="struct"href="edits/struct.MapEdits.html"title="struct map_model::edits::MapEdits">MapEdits</a></h3><ahref="#impl-PartialEq%3CMapEdits%3E"class="anchor"></a><aclass="srclink"href="../src/map_model/edits/mod.rs.html#28"title="goto source code">[src]</a></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.eq"class="method trait-impl has-srclink"><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.54.0/core/cmp/trait.PartialEq.html#tymethod.eq"class="fnname">eq</a>(&self, other: &<aclass="struct"href="edits/struct.MapEdits.html"title="struct map_model::edits::MapEdits">MapEdits</a>) -><aclass="primitive"href="https://doc.rust-lang.org/1.54.0/std/primitive.bool.html">bool</a></h4><ahref="#method.eq"class="anchor"></a><aclass="srclink"href="../src/map_model/edits/mod.rs.html#28"title="goto source code">[src]</a></div></summary><divclass='docblock'><p>This method tests for <code>self</code> and <code>other</code> values to be equal, and is used
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"><summary><divid="impl-Instrument"class="impl has-srclink"><h3class="code-header in-band">impl<T><aclass="trait"href="https://docs.rs/tracing/0.1.26/tracing/instrument/trait.Instrument.html"title="trait tracing::instrument::Instrument">Instrument</a> for T</h3><ahref="#impl-Instrument"class="anchor"></a><aclass="srclink"href="https://docs.rs/tracing/0.1.26/src/tracing/instrument.rs.html#155"title="goto source code">[src]</a></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.instrument"class="method trait-impl has-srclink"><h4class="code-header">fn <ahref="https://docs.rs/tracing/0.1.26/tracing/instrument/trait.Instrument.html#method.instrument"class="fnname">instrument</a>(self, span: <aclass="struct"href="https://docs.rs/tracing/0.1.26/tracing/span/struct.Span.html"title="struct tracing::span::Span">Span</a>) -><aclass="struct"href="https://docs.rs/tracing/0.1.26/tracing/instrument/struct.Instrumented.html"title="struct tracing::instrument::Instrumented">Instrumented</a><Self></h4><ahref="#method.instrument"class="anchor"></a><aclass="srclink"href="https://docs.rs/tracing/0.1.26/src/tracing/instrument.rs.html#38"title="goto source code">[src]</a></div></summary><divclass='docblock'><p>Instruments this type with the provided <code>Span</code>, returning an
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.in_current_span"class="method trait-impl has-srclink"><h4class="code-header">fn <ahref="https://docs.rs/tracing/0.1.26/tracing/instrument/trait.Instrument.html#method.in_current_span"class="fnname">in_current_span</a>(self) -><aclass="struct"href="https://docs.rs/tracing/0.1.26/tracing/instrument/struct.Instrumented.html"title="struct tracing::instrument::Instrumented">Instrumented</a><Self></h4><ahref="#method.in_current_span"class="anchor"></a><aclass="srclink"href="https://docs.rs/tracing/0.1.26/src/tracing/instrument.rs.html#74"title="goto source code">[src]</a></div></summary><divclass='docblock'><p>Instruments this type with the <ahref="../struct.Span.html#method.current">current</a><code>Span</code>, returning an
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"><summary><divid="impl-Into%3CU%3E"class="impl has-srclink"><h3class="code-header in-band">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/1.54.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.54.0/core/convert/trait.From.html"title="trait core::convert::From">From</a><T>, </span></h3><ahref="#impl-Into%3CU%3E"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/1.54.0/src/core/convert/mod.rs.html#533-540"title="goto source code">[src]</a></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.into"class="method trait-impl has-srclink"><h4class="code-header">pub fn <ahref="https://doc.rust-lang.org/1.54.0/core/convert/trait.Into.html#tymethod.into"class="fnname">into</a>(self) -> U</h4><ahref="#method.into"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/1.54.0/src/core/convert/mod.rs.html#537"title="goto source code">[src]</a></div></summary><divclass='docblock'><p>Performs the conversion.</p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"><summary><divid="impl-Same%3CT%3E"class="impl has-srclink"><h3class="code-header in-band">impl<T> Same<T> for T</h3><ahref="#impl-Same%3CT%3E"class="anchor"></a></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle"open><summary><divid="associatedtype.Output"class="type trait-impl has-srclink"><h4class="code-header">type <ahref="#associatedtype.Output"class="type">Output</a> = T</h4><ahref="#associatedtype.Output"class="anchor"></a></div></summary><divclass='docblock'><p>Should always be <code>Self</code></p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"><summary><divid="impl-ToOwned"class="impl has-srclink"><h3class="code-header in-band">impl<T><aclass="trait"href="https://doc.rust-lang.org/1.54.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.54.0/core/clone/trait.Clone.html"title="trait core::clone::Clone">Clone</a>, </span></h3><ahref="#impl-ToOwned"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/1.54.0/src/alloc/borrow.rs.html#84-96"title="goto source code">[src]</a></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle"open><summary><divid="associatedtype.Owned"class="type trait-impl has-srclink"><h4class="code-header">type <ahref="https://doc.rust-lang.org/1.54.0/alloc/borrow/trait.ToOwned.html#associatedtype.Owned"class="type">Owned</a> = T</h4><ahref="#associatedtype.Owned"class="anchor"></a></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"><h4class="code-header">pub fn <ahref="https://doc.rust-lang.org/1.54.0/alloc/borrow/trait.ToOwned.html#tymethod.to_owned"class="fnname">to_owned</a>(&self) -> T</h4><ahref="#method.to_owned"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/1.54.0/src/alloc/borrow.rs.html#89"title="goto source code">[src]</a></div></summary><divclass='docblock'><p>Creates owned data from borrowed data, usually by cloning. <ahref="https://doc.rust-lang.org/1.54.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"><h4class="code-header">pub fn <ahref="https://doc.rust-lang.org/1.54.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.54.0/std/primitive.reference.html">&mut </a>T)</h4><ahref="#method.clone_into"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/1.54.0/src/alloc/borrow.rs.html#93"title="goto source code">[src]</a></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.54.0/alloc/borrow/trait.ToOwned.html#method.clone_into">Read more</a></p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"><summary><divid="impl-TryFrom%3CU%3E"class="impl has-srclink"><h3class="code-header in-band">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/1.54.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.54.0/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><T>, </span></h3><ahref="#impl-TryFrom%3CU%3E"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/1.54.0/src/core/convert/mod.rs.html#581-590"title="goto source code">[src]</a></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle"open><summary><divid="associatedtype.Error"class="type trait-impl has-srclink"><h4class="code-header">type <ahref="https://doc.rust-lang.org/1.54.0/core/convert/trait.TryFrom.html#associatedtype.Error"class="type">Error</a> = <aclass="enum"href="https://doc.rust-lang.org/1.54.0/core/convert/enum.Infallible.html"title="enum core::convert::Infallible">Infallible</a></h4><ahref="#associatedtype.Error"class="anchor"></a></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"><h4class="code-header">pub fn <ahref="https://doc.rust-lang.org/1.54.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.54.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.54.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><U>>::<aclass="type"href="https://doc.rust-lang.org/1.54.0/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></h4><ahref="#method.try_from"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/1.54.0/src/core/convert/mod.rs.html#587"title="goto source code">[src]</a></div></summary><divclass='docblock'><p>Performs the conversion.</p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"><summary><divid="impl-TryInto%3CU%3E"class="impl has-srclink"><h3class="code-header in-band">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/1.54.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.54.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>, </span></h3><ahref="#impl-TryInto%3CU%3E"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/1.54.0/src/core/convert/mod.rs.html#567-576"title="goto source code">[src]</a></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle"open><summary><divid="associatedtype.Error-1"class="type trait-impl has-srclink"><h4class="code-header">type <ahref="https://doc.rust-lang.org/1.54.0/core/convert/trait.TryInto.html#associatedtype.Error"class="type">Error</a> = <U as <aclass="trait"href="https://doc.rust-lang.org/1.54.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="type"href="https://doc.rust-lang.org/1.54.0/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a></h4><ahref="#associatedtype.Error-1"class="anchor"></a></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"><h4class="code-header">pub fn <ahref="https://doc.rust-lang.org/1.54.0/core/convert/trait.TryInto.html#tymethod.try_into"class="fnname">try_into</a>(self) -><aclass="enum"href="https://doc.rust-lang.org/1.54.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.54.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="type"href="https://doc.rust-lang.org/1.54.0/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></h4><ahref="#method.try_into"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/1.54.0/src/core/convert/mod.rs.html#573"title="goto source code">[src]</a></div></summary><divclass='docblock'><p>Performs the conversion.</p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"><summary><divid="impl-VZip%3CV%3E"class="impl has-srclink"><h3class="code-header in-band">impl<V, T> VZip<V> for T <spanclass="where fmt-newline">where<br> V: MultiLane<T>, </span></h3><ahref="#impl-VZip%3CV%3E"class="anchor"></a></div></summary><divclass="impl-items"><divid="method.vzip"class="method trait-impl has-srclink"><h4class="code-header">pub fn <ahref="#tymethod.vzip"class="fnname">vzip</a>(self) -> V</h4><ahref="#method.vzip"class="anchor"></a></div></div></details></div></section><sectionid="search"class="content hidden"></section><divid="rustdoc-vars"data-root-path="../"data-current-crate="map_model"data-search-index-js="../search-index.js"data-search-js="../search.js"></div><scriptsrc="../main.js"></script></body></html>