<!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="API documentation for the Rust `Map` struct in crate `map_model`."><metaname="keywords"content="rust, rustlang, rust-lang, Map"><title>Map 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 Map</h2><divclass="sidebar-elems"><divclass="block items"><h3class="sidebar-title"><ahref="#fields">Fields</a></h3><divclass="sidebar-links"><ahref="#structfield.areas">areas</a><ahref="#structfield.boundary_polygon">boundary_polygon</a><ahref="#structfield.bounds">bounds</a><ahref="#structfield.buildings">buildings</a><ahref="#structfield.bus_routes">bus_routes</a><ahref="#structfield.bus_stops">bus_stops</a><ahref="#structfield.config">config</a><ahref="#structfield.edits">edits</a><ahref="#structfield.edits_generation">edits_generation</a><ahref="#structfield.gps_bounds">gps_bounds</a><ahref="#structfield.intersections">intersections</a><ahref="#structfield.lane_id_counter">lane_id_counter</a><ahref="#structfield.lanes">lanes</a><ahref="#structfield.name">name</a><ahref="#structfield.parking_lots">parking_lots</a><ahref="#structfield.pathfinder">pathfinder</a><ahref="#structfield.pathfinder_dirty">pathfinder_dirty</a><ahref="#structfield.road_to_buildings">road_to_buildings</a><ahref="#structfield.roads">roads</a><ahref="#structfield.routing_params">routing_params</a><ahref="#structfield.stop_signs">stop_signs</a><ahref="#structfield.traffic_signals">traffic_signals</a><ahref="#structfield.zones">zones</a></div><h3class="sidebar-title"><ahref="#implementations">Methods</a></h3><divclass="sidebar-links"><ahref="#method.all_areas">all_areas</a><ahref="#method.all_buildings">all_buildings</a><ahref="#method.all_bus_routes">all_bus_routes</a><ahref="#method.all_bus_stops">all_bus_stops</a><ahref="#method.all_costs_from">all_costs_from</a><ahref="#method.all_incoming_borders">all_incoming_borders</a><ahref="#method.all_intersections">all_intersections</a><ahref="#method.all_lanes">all_lanes</a><ahref="#method.all_outgoing_borders">all_outgoing_borders</a><ahref="#method.all_parking_lots">all_parking_lots</a><ahref="#method.all_roads">all_roads</a><ahref="#method.all_turns">all_turns</a><ahref="#method.all_zones">all_zones</a><ahref="#method.apply_edits">apply_edits</a><ahref="#method.blank">blank</a><ahref="#method.building_to_road">building_to_road</a><ahref="#method.create_from_raw">create_from_raw</a><ahref="#method.edit_road_cmd">edit_road_cmd</a><ahref="#method.find_b_by_osm_id">find_b_by_osm_id</a><ahref="#method.find_br">find_br</a><ahref="#method.find_driving_lane_near_building">find_driving_lane_near_building</a><ahref="#method.find_i_by_osm_id">find_i_by_osm_id</a><ahref="#method.find_r_by_osm_id">find_r_by_osm_id</a><ahref="#method.find_road_between">find_road_between</a><ahref="#method.get_a">get_a</a><ahref="#method.get_b">get_b</a><ahref="#method.get_boundary_polygon">get_boundary_polygon</a><ahref="#method.get_bounds">get_bounds</a><ahref="#method.get_br">get_br</a><ahref="#method.get_bs">get_bs</a><ahref="#method.get_bus_route">get_bus_route</a><ahref="#method.get_city_name">get_city_name</a><ahref="#method.get_config">get_config</a><ahref="#method.get_edits">get_edits</a><ahref="#method.get_edits_change_key">get_edits_change_key</a><ahref="#method.get_gps_bounds">get_gps_bounds</a><ahref="#method.get_i">get_i</a><ahref="#method.get_i_edit">get_i_edit</a><ahref="#method.get_l">get_l</a><ahref="#method.get_languages">get_languages</a><ahref="#method.get_movement">get_movement</a><ahref="#method.get_movements_for">get_movements_for</a><ahref="#method.get_name">get_name</a><ahref="#method.get_next_roads">get_next_roads</a><ahref="#method.get_next_turns_and_lanes">get_next_turns_and_lanes</a><a
</div></details><divid="method.try_apply_edits"class="method has-srclink"><h4class="code-header">pub fn <ahref="#method.try_apply_edits"class="fnname">try_apply_edits</a>(&mut self, new_edits: <aclass="struct"href="edits/struct.MapEdits.html"title="struct map_model::edits::MapEdits">MapEdits</a>)</h4><ahref="#method.try_apply_edits"class="anchor"></a><aclass="srclink"href="../src/map_model/edits/mod.rs.html#849-851"title="goto source code">[src]</a></div><divid="method.apply_edits"class="method has-srclink"><h4class="code-header">fn <ahref="#method.apply_edits"class="fnname">apply_edits</a>(<br> &mut self, <br> new_edits: <aclass="struct"href="edits/struct.MapEdits.html"title="struct map_model::edits::MapEdits">MapEdits</a>, <br> enforce_valid: <aclass="primitive"href="https://doc.rust-lang.org/1.54.0/std/primitive.bool.html">bool</a><br>) -><aclass="struct"href="edits/struct.EditEffects.html"title="struct map_model::edits::EditEffects">EditEffects</a></h4><ahref="#method.apply_edits"class="anchor"></a><aclass="srclink"href="../src/map_model/edits/mod.rs.html#855-952"title="goto source code">[src]</a></div><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.recalculate_pathfinding_after_edits"class="method has-srclink"><h4class="code-header">pub fn <ahref="#method.recalculate_pathfinding_after_edits"class="fnname">recalculate_pathfinding_after_edits</a>(&mut self, timer: &mut <aclass="struct"href="../abstutil/time/struct.Timer.html"title="struct abstutil::time::Timer">Timer</a><'_>)</h4><ahref="#method.recalculate_pathfinding_after_edits"class="anchor"></a><aclass="srclink"href="../src/map_model/edits/mod.rs.html#956-980"title="goto source code">[src]</a></div></summary><divclass="docblock"><p>This can expensive, so don’t constantly do it while editing in the UI. But this must happen
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.incremental_edit_traffic_signal"class="method has-srclink"><h4class="code-header">pub fn <ahref="#method.incremental_edit_traffic_signal"class="fnname">incremental_edit_traffic_signal</a>(&mut self, signal: <aclass="struct"href="objects/traffic_signals/struct.ControlTrafficSignal.html"title="struct map_model::objects::traffic_signals::ControlTrafficSignal">ControlTrafficSignal</a>)</h4><ahref="#method.incremental_edit_traffic_signal"class="anchor"></a><aclass="srclink"href="../src/map_model/edits/mod.rs.html#984-990"title="goto source code">[src]</a></div></summary><divclass="docblock"><p>Since the player is in the middle of editing, the signal may not be valid. Don’t go through
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.get_edits_change_key"class="method has-srclink"><h4class="code-header">pub fn <ahref="#method.get_edits_change_key"class="fnname">get_edits_change_key</a>(&self) -><aclass="primitive"href="https://doc.rust-lang.org/1.54.0/std/primitive.usize.html">usize</a></h4><ahref="#method.get_edits_change_key"class="anchor"></a><aclass="srclink"href="../src/map_model/edits/mod.rs.html#993-995"title="goto source code">[src]</a></div></summary><divclass="docblock"><p>If you need to regenerate anything when the map is edited, use this key to detect edits.</p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl-3"class="impl has-srclink"><h3class="code-header in-band">impl <aclass="struct"href="struct.Map.html"title="struct map_model::Map">Map</a></h3><ahref="#impl-3"class="anchor"></a><aclass="srclink"href="../src/map_model/map.rs.html#45-821"title="goto source code">[src]</a></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.load_synchronously"class="method has-srclink"><h4class="code-header">pub fn <ahref="#method.load_synchronously"class="fnname">load_synchronously</a>(path: <aclass="struct"href="https://doc.rust-lang.org/1.54.0/alloc/string/struct.String.html"title="struct alloc::string::String">String</a>, timer: &mut <aclass="struct"href="../abstutil/time/struct.Timer.html"title="struct abstutil::time::Timer">Timer</a><'_>) -><aclass="struct"href="struct.Map.html"title="struct map_model::Map">Map</a></h4><ahref="#method.load_synchronously"class="anchor"></a><aclass="srclink"href="../src/map_model/map.rs.html#48-83"title="goto source code">[src]</a></div></summary><divclass="docblock"><p>Load a map from a local serialized Map or RawMap. Note this won’t work on web. This should
</div></details><divid="method.all_outgoing_borders"class="method has-srclink"><h4class="code-header">pub fn <ahref="#method.all_outgoing_borders"class="fnname">all_outgoing_borders</a>(&self) -><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="objects/intersection/struct.Intersection.html"title="struct map_model::objects::intersection::Intersection">Intersection</a>></h4><ahref="#method.all_outgoing_borders"class="anchor"></a><aclass="srclink"href="../src/map_model/map.rs.html#502-510"title="goto source code">[src]</a></div><divid="method.save"class="method has-srclink"><h4class="code-header">pub fn <ahref="#method.save"class="fnname">save</a>(&self)</h4><ahref="#method.save"class="anchor"></a><aclass="srclink"href="../src/map_model/map.rs.html#512-517"title="goto source code">[src]</a></div><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.find_driving_lane_near_building"class="method has-srclink"><h4class="code-header">pub fn <ahref="#method.find_driving_lane_near_building"class="fnname">find_driving_lane_near_building</a>(&self, b: <aclass="struct"href="objects/building/struct.BuildingID.html"title="struct map_model::objects::building::BuildingID">BuildingID</a>) -><aclass="struct"href="objects/lane/struct.LaneID.html"title="struct map_model::objects::lane::LaneID">LaneID</a></h4><ahref="#method.find_driving_lane_near_building"class="anchor"></a><aclass="srclink"href="../src/map_model/map.rs.html#524-572"title="goto source code">[src]</a></div></summary><divclass="docblock"><p>Cars trying to park near this building should head for the driving lane returned here, then
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.max_elevation"class="method has-srclink"><h4class="code-header">pub fn <ahref="#method.max_elevation"class="fnname">max_elevation</a>(&self) -><aclass="struct"href="../geom/distance/struct.Distance.html"title="struct geom::distance::Distance">Distance</a></h4><ahref="#method.max_elevation"class="anchor"></a><aclass="srclink"href="../src/map_model/map.rs.html#797-804"title="goto source code">[src]</a></div></summary><divclass="docblock"><p>Returns the highest elevation in the map</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.is_unprotected_turn"class="method has-srclink"><h4class="code-header">pub fn <ahref="#method.is_unprotected_turn"class="fnname">is_unprotected_turn</a>(<br> &self, <br> from: <aclass="struct"href="objects/road/struct.RoadID.html"title="struct map_model::objects::road::RoadID">RoadID</a>, <br> to: <aclass="struct"href="objects/road/struct.RoadID.html"title="struct map_model::objects::road::RoadID">RoadID</a>, <br> turn_type: <aclass="enum"href="objects/turn/enum.TurnType.html"title="enum map_model::objects::turn::TurnType">TurnType</a><br>) -><aclass="primitive"href="https://doc.rust-lang.org/1.54.0/std/primitive.bool.html">bool</a></h4><ahref="#method.is_unprotected_turn"class="anchor"></a><aclass="srclink"href="../src/map_model/map.rs.html#809-820"title="goto source code">[src]</a></div></summary><divclass="docblock"><p>Does a turn at a stop sign go from a smaller to a larger road?
</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><divid="impl-DeserializeOwned"class="impl has-srclink"><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><ahref="#impl-DeserializeOwned"class="anchor"></a><aclass="srclink"href="https://docs.rs/serde/1.0.126/src/serde/de/mod.rs.html#603"title="goto source code">[src]</a></div></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>