abstreet/rustdoc/map_model/struct.Map.html

65 lines
104 KiB
HTML
Raw Normal View History

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `Map` struct in crate `map_model`."><meta name="keywords" content="rust, rustlang, rust-lang, Map"><title>Map in map_model - Rust</title><link rel="stylesheet" type="text/css" href="../normalize.css"><link rel="stylesheet" type="text/css" href="../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../light.css" id="themeStyle"><link rel="stylesheet" type="text/css" href="../dark.css" disabled ><link rel="stylesheet" type="text/css" href="../ayu.css" disabled ><script id="default-settings"></script><script src="../storage.js"></script><script src="../crates.js"></script><noscript><link rel="stylesheet" href="../noscript.css"></noscript><link rel="icon" type="image/svg+xml" href="../favicon.svg">
<link rel="alternate icon" type="image/png" href="../favicon-16x16.png">
<link rel="alternate icon" type="image/png" href="../favicon-32x32.png"><style type="text/css">#crate-search{background-image:url("../down-arrow.svg");}</style></head><body class="rustdoc struct"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="sidebar-menu" role="button">&#9776;</div><a href='../map_model/index.html'><div class='logo-container rust-logo'><img src='../rust-logo.png' alt='logo'></div></a><p class="location">Struct Map</p><div class="sidebar-elems"><div class="block items"><a class="sidebar-title" href="#fields">Fields</a><div class="sidebar-links"><a href="#structfield.areas">areas</a><a href="#structfield.boundary_polygon">boundary_polygon</a><a href="#structfield.bounds">bounds</a><a href="#structfield.buildings">buildings</a><a href="#structfield.bus_routes">bus_routes</a><a href="#structfield.bus_stops">bus_stops</a><a href="#structfield.config">config</a><a href="#structfield.edits">edits</a><a href="#structfield.gps_bounds">gps_bounds</a><a href="#structfield.intersections">intersections</a><a href="#structfield.lane_id_counter">lane_id_counter</a><a href="#structfield.lanes">lanes</a><a href="#structfield.name">name</a><a href="#structfield.parking_lots">parking_lots</a><a href="#structfield.pathfinder">pathfinder</a><a href="#structfield.pathfinder_dirty">pathfinder_dirty</a><a href="#structfield.roads">roads</a><a href="#structfield.routing_params">routing_params</a><a href="#structfield.stop_signs">stop_signs</a><a href="#structfield.traffic_signals">traffic_signals</a><a href="#structfield.zones">zones</a></div><a class="sidebar-title" href="#implementations">Methods</a><div class="sidebar-links"><a href="#method.all_areas">all_areas</a><a href="#method.all_buildings">all_buildings</a><a href="#method.all_bus_routes">all_bus_routes</a><a href="#method.all_bus_stops">all_bus_stops</a><a href="#method.all_directed_roads_for">all_directed_roads_for</a><a href="#method.all_incoming_borders">all_incoming_borders</a><a href="#method.all_intersections">all_intersections</a><a href="#method.all_lanes">all_lanes</a><a href="#method.all_outgoing_borders">all_outgoing_borders</a><a href="#method.all_parking_lots">all_parking_lots</a><a href="#method.all_roads">all_roads</a><a href="#method.all_turns">all_turns</a><a href="#method.all_zones">all_zones</a><a href="#method.apply_edits">apply_edits</a><a href="#method.blank">blank</a><a href="#method.building_to_road">building_to_road</a><a href="#method.create_from_raw">create_from_raw</a><a href="#method.edit_road_cmd">edit_road_cmd</a><a href="#method.find_b_by_osm_id">find_b_by_osm_id</a><a href="#method.find_br">find_br</a><a href="#method.find_driving_lane_near_building">find_driving_lane_near_building</a><a href="#method.find_i_by_osm_id">find_i_by_osm_id</a><a href="#method.find_r_by_osm_id">find_r_by_osm_id</a><a href="#method.get_a">get_a</a><a href="#method.get_b">get_b</a><a href="#method.get_boundary_polygon">get_boundary_polygon</a><a href="#method.get_bounds">get_bounds</a><a href="#method.get_br">get_br</a><a href="#method.get_bs">get_bs</a><a href="#method.get_bus_route">get_bus_route</a><a href="#method.get_city_name">get_city_name</a><a href="#method.get_config">get_config</a><a href="#method.get_edits">get_edits</a><a href="#method.get_gps_bounds">get_gps_bounds</a><a href="#method.get_i">get_i</a><a href="#method.get_i_edit">get_i_edit</a><a href="#method.get_l">get_l</a><a href="#method.get_languages">get_languages</a><a href="#method.get_movement">get_movement</a><a href="#method.get_movements_for">get_movements_for</a><a href="#method.get_name">get_name</a><a href="#method.get_next_roads">get_next_roads</a><a href="#method.get_next_turns_and_lanes">get_next_turns_and_lanes</a><a href="#method.get_parent">get_parent</a><a href="#method.get_pl">get_pl</a><a href="#method.get_r">get_r</a><a href="#method.get_r_edit">get_r_edit</a><a href="#method.get_routes_serving_stop">get_routes_serving_stop</a><a href="#method.get_stop_
<a id="settings-menu" href="../settings.html"><img src="../wheel.svg" width="18" height="18" alt="Change settings"></a></div></form></nav><section id="main" class="content"><h1 class="fqn"><span class="in-band">Struct <a href="index.html">map_model</a>::<wbr><a class="struct" href="">Map</a><button id="copy-path" onclick="copy_path(this)"></button></span><span class="out-of-band"><span id="render-detail"><a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span><a class="srclink" href="../src/map_model/lib.rs.html#84-117" title="goto source code">[src]</a></span></h1><div class="docblock type-decl"><pre class="rust struct">pub struct Map {<details class="rustdoc-toggle type-contents-toggle"><summary class="hideme"><span>Show fields</span></summary>
roads: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="objects/road/struct.Road.html" title="struct map_model::objects::road::Road">Road</a>&gt;,
lanes: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/collections/btree/map/struct.BTreeMap.html" title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a>&lt;<a class="struct" href="objects/lane/struct.LaneID.html" title="struct map_model::objects::lane::LaneID">LaneID</a>, <a class="struct" href="objects/lane/struct.Lane.html" title="struct map_model::objects::lane::Lane">Lane</a>&gt;,
lane_id_counter: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>,
intersections: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="objects/intersection/struct.Intersection.html" title="struct map_model::objects::intersection::Intersection">Intersection</a>&gt;,
buildings: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="objects/building/struct.Building.html" title="struct map_model::objects::building::Building">Building</a>&gt;,
bus_stops: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/collections/btree/map/struct.BTreeMap.html" title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a>&lt;<a class="struct" href="objects/bus_stop/struct.BusStopID.html" title="struct map_model::objects::bus_stop::BusStopID">BusStopID</a>, <a class="struct" href="objects/bus_stop/struct.BusStop.html" title="struct map_model::objects::bus_stop::BusStop">BusStop</a>&gt;,
bus_routes: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="objects/bus_stop/struct.BusRoute.html" title="struct map_model::objects::bus_stop::BusRoute">BusRoute</a>&gt;,
areas: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="objects/area/struct.Area.html" title="struct map_model::objects::area::Area">Area</a>&gt;,
parking_lots: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="objects/parking_lot/struct.ParkingLot.html" title="struct map_model::objects::parking_lot::ParkingLot">ParkingLot</a>&gt;,
boundary_polygon: <a class="struct" href="../geom/polygon/struct.Polygon.html" title="struct geom::polygon::Polygon">Polygon</a>,
stop_signs: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/collections/btree/map/struct.BTreeMap.html" title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a>&lt;<a class="struct" href="objects/intersection/struct.IntersectionID.html" title="struct map_model::objects::intersection::IntersectionID">IntersectionID</a>, <a class="struct" href="objects/stop_signs/struct.ControlStopSign.html" title="struct map_model::objects::stop_signs::ControlStopSign">ControlStopSign</a>&gt;,
traffic_signals: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/collections/btree/map/struct.BTreeMap.html" title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a>&lt;<a class="struct" href="objects/intersection/struct.IntersectionID.html" title="struct map_model::objects::intersection::IntersectionID">IntersectionID</a>, <a class="struct" href="objects/traffic_signals/struct.ControlTrafficSignal.html" title="struct map_model::objects::traffic_signals::ControlTrafficSignal">ControlTrafficSignal</a>&gt;,
gps_bounds: <a class="struct" href="../geom/bounds/struct.GPSBounds.html" title="struct geom::bounds::GPSBounds">GPSBounds</a>,
bounds: <a class="struct" href="../geom/bounds/struct.Bounds.html" title="struct geom::bounds::Bounds">Bounds</a>,
config: <a class="struct" href="map/struct.MapConfig.html" title="struct map_model::map::MapConfig">MapConfig</a>,
pathfinder: <a class="enum" href="pathfind/pathfinder/enum.Pathfinder.html" title="enum map_model::pathfind::pathfinder::Pathfinder">Pathfinder</a>,
pathfinder_dirty: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>,
routing_params: <a class="struct" href="pathfind/struct.RoutingParams.html" title="struct map_model::pathfind::RoutingParams">RoutingParams</a>,
zones: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="objects/zone/struct.Zone.html" title="struct map_model::objects::zone::Zone">Zone</a>&gt;,
name: <a class="struct" href="../abstio/abst_paths/struct.MapName.html" title="struct abstio::abst_paths::MapName">MapName</a>,
edits: <a class="struct" href="edits/struct.MapEdits.html" title="struct map_model::edits::MapEdits">MapEdits</a>,
</details>}</pre></div><h2 id="fields" class="fields small-section-header">
Fields<a href="#fields" class="anchor"></a></h2><span id="structfield.roads" class="structfield small-section-header"><a href="#structfield.roads" class="anchor field"></a><code>roads: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="objects/road/struct.Road.html" title="struct map_model::objects::road::Road">Road</a>&gt;</code></span><span id="structfield.lanes" class="structfield small-section-header"><a href="#structfield.lanes" class="anchor field"></a><code>lanes: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/collections/btree/map/struct.BTreeMap.html" title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a>&lt;<a class="struct" href="objects/lane/struct.LaneID.html" title="struct map_model::objects::lane::LaneID">LaneID</a>, <a class="struct" href="objects/lane/struct.Lane.html" title="struct map_model::objects::lane::Lane">Lane</a>&gt;</code></span><span id="structfield.lane_id_counter" class="structfield small-section-header"><a href="#structfield.lane_id_counter" class="anchor field"></a><code>lane_id_counter: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></span><span id="structfield.intersections" class="structfield small-section-header"><a href="#structfield.intersections" class="anchor field"></a><code>intersections: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="objects/intersection/struct.Intersection.html" title="struct map_model::objects::intersection::Intersection">Intersection</a>&gt;</code></span><span id="structfield.buildings" class="structfield small-section-header"><a href="#structfield.buildings" class="anchor field"></a><code>buildings: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="objects/building/struct.Building.html" title="struct map_model::objects::building::Building">Building</a>&gt;</code></span><span id="structfield.bus_stops" class="structfield small-section-header"><a href="#structfield.bus_stops" class="anchor field"></a><code>bus_stops: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/collections/btree/map/struct.BTreeMap.html" title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a>&lt;<a class="struct" href="objects/bus_stop/struct.BusStopID.html" title="struct map_model::objects::bus_stop::BusStopID">BusStopID</a>, <a class="struct" href="objects/bus_stop/struct.BusStop.html" title="struct map_model::objects::bus_stop::BusStop">BusStop</a>&gt;</code></span><span id="structfield.bus_routes" class="structfield small-section-header"><a href="#structfield.bus_routes" class="anchor field"></a><code>bus_routes: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="objects/bus_stop/struct.BusRoute.html" title="struct map_model::objects::bus_stop::BusRoute">BusRoute</a>&gt;</code></span><span id="structfield.areas" class="structfield small-section-header"><a href="#structfield.areas" class="anchor field"></a><code>areas: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="objects/area/struct.Area.html" title="struct map_model::objects::area::Area">Area</a>&gt;</code></span><span id="structfield.parking_lots" class="structfield small-section-header"><a href="#structfield.parking_lots" class="anchor field"></a><code>parking_lots: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="objects/parking_lot/struct.ParkingLot.html" title="struct map_model::objects::parking_lot::ParkingLot">ParkingLot</a>&gt;</code></span><span id="structfield.boundary_polygon" class="st
</div><h4 id="method.save_edits" class="method"><code>pub fn <a href="#method.save_edits" class="fnname">save_edits</a>(&amp;self)</code><a href="#method.save_edits" class="anchor"></a><a class="srclink" href="../src/map_model/edits/mod.rs.html#752-759" title="goto source code">[src]</a></h4><h4 id="method.must_apply_edits" class="method"><code>pub fn <a href="#method.must_apply_edits" class="fnname">must_apply_edits</a>(&amp;mut self, new_edits: <a class="struct" href="edits/struct.MapEdits.html" title="struct map_model::edits::MapEdits">MapEdits</a>) -&gt; <a class="struct" href="edits/struct.EditEffects.html" title="struct map_model::edits::EditEffects">EditEffects</a></code><a href="#method.must_apply_edits" class="anchor"></a><a class="srclink" href="../src/map_model/edits/mod.rs.html#762-764" title="goto source code">[src]</a></h4><div class="docblock"><p>Returns (changed_roads, deleted_lanes, deleted_turns, added_turns, changed_intersections)</p>
</div><h4 id="method.try_apply_edits" class="method"><code>pub fn <a href="#method.try_apply_edits" class="fnname">try_apply_edits</a>(&amp;mut self, new_edits: <a class="struct" href="edits/struct.MapEdits.html" title="struct map_model::edits::MapEdits">MapEdits</a>)</code><a href="#method.try_apply_edits" class="anchor"></a><a class="srclink" href="../src/map_model/edits/mod.rs.html#766-768" title="goto source code">[src]</a></h4><h4 id="method.apply_edits" class="method"><code>fn <a href="#method.apply_edits" class="fnname">apply_edits</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;mut self, <br>&nbsp;&nbsp;&nbsp;&nbsp;new_edits: <a class="struct" href="edits/struct.MapEdits.html" title="struct map_model::edits::MapEdits">MapEdits</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;enforce_valid: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a><br>) -&gt; <a class="struct" href="edits/struct.EditEffects.html" title="struct map_model::edits::EditEffects">EditEffects</a></code><a href="#method.apply_edits" class="anchor"></a><a class="srclink" href="../src/map_model/edits/mod.rs.html#772-866" title="goto source code">[src]</a></h4><h4 id="method.recalculate_pathfinding_after_edits" class="method"><code>pub fn <a href="#method.recalculate_pathfinding_after_edits" class="fnname">recalculate_pathfinding_after_edits</a>(&amp;mut self, timer: &amp;mut <a class="struct" href="../abstutil/time/struct.Timer.html" title="struct abstutil::time::Timer">Timer</a>&lt;'_&gt;)</code><a href="#method.recalculate_pathfinding_after_edits" class="anchor"></a><a class="srclink" href="../src/map_model/edits/mod.rs.html#870-894" title="goto source code">[src]</a></h4><div class="docblock"><p>This can expensive, so dont constantly do it while editing in the UI. But this must happen
before the simulation resumes.</p>
</div><h4 id="method.incremental_edit_traffic_signal" class="method"><code>pub fn <a href="#method.incremental_edit_traffic_signal" class="fnname">incremental_edit_traffic_signal</a>(&amp;mut self, signal: <a class="struct" href="objects/traffic_signals/struct.ControlTrafficSignal.html" title="struct map_model::objects::traffic_signals::ControlTrafficSignal">ControlTrafficSignal</a>)</code><a href="#method.incremental_edit_traffic_signal" class="anchor"></a><a class="srclink" href="../src/map_model/edits/mod.rs.html#898-904" title="goto source code">[src]</a></h4><div class="docblock"><p>Since the player is in the middle of editing, the signal may not be valid. Dont go through
the entire apply_edits flow.</p>
</div></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><h3 id="impl-1" class="impl"><code class="in-band">impl <a class="struct" href="struct.Map.html" title="struct map_model::Map">Map</a></code><a href="#impl-1" class="anchor"></a><a class="srclink" href="../src/map_model/make/mod.rs.html#56-345" title="goto source code">[src]</a></h3></summary><div class="impl-items"><h4 id="method.create_from_raw" class="method"><code>pub fn <a href="#method.create_from_raw" class="fnname">create_from_raw</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;raw: <a class="struct" href="raw/struct.RawMap.html" title="struct map_model::raw::RawMap">RawMap</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;opts: <a class="struct" href="make/struct.RawToMapOptions.html" title="struct map_model::make::RawToMapOptions">RawToMapOptions</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;timer: &amp;mut <a class="struct" href="../abstutil/time/struct.Timer.html" title="struct abstutil::time::Timer">Timer</a>&lt;'_&gt;<br>) -&gt; <a class="struct" href="struct.Map.html" title="struct map_model::Map">Map</a></code><a href="#method.create_from_raw" class="anchor"></a><a class="srclink" href="../src/map_model/make/mod.rs.html#57-344" title="goto source code">[src]</a></h4></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><h3 id="impl-2" class="impl"><code class="in-band">impl <a class="struct" href="struct.Map.html" title="struct map_model::Map">Map</a></code><a href="#impl-2" class="anchor"></a><a class="srclink" href="../src/map_model/make/mod.rs.html#347-384" title="goto source code">[src]</a></h3></summary><div class="impl-items"><h4 id="method.import_minimal" class="method"><code>pub fn <a href="#method.import_minimal" class="fnname">import_minimal</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;name: <a class="struct" href="../abstio/abst_paths/struct.MapName.html" title="struct abstio::abst_paths::MapName">MapName</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;bounds: <a class="struct" href="../geom/bounds/struct.Bounds.html" title="struct geom::bounds::Bounds">Bounds</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;gps_bounds: <a class="struct" href="../geom/bounds/struct.GPSBounds.html" title="struct geom::bounds::GPSBounds">GPSBounds</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;intersections: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="objects/intersection/struct.Intersection.html" title="struct map_model::objects::intersection::Intersection">Intersection</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;roads: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="objects/road/struct.Road.html" title="struct map_model::objects::road::Road">Road</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;lanes: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="objects/lane/struct.Lane.html" title="struct map_model::objects::lane::Lane">Lane</a>&gt;<br>) -&gt; <a class="struct" href="struct.Map.html" title="struct map_model::Map">Map</a></code><a href="#method.import_minimal" class="anchor"></a><a class="srclink" href="../src/map_model/make/mod.rs.html#349-383" title="goto source code">[src]</a></h4><div class="docblock"><p>Use for creating a map directly from some external format, not from a RawMap.</p>
</div></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><h3 id="impl-3" class="impl"><code class="in-band">impl <a class="struct" href="struct.Map.html" title="struct map_model::Map">Map</a></code><a href="#impl-3" class="anchor"></a><a class="srclink" href="../src/map_model/map.rs.html#45-747" title="goto source code">[src]</a></h3></summary><div class="impl-items"><h4 id="method.load_synchronously" class="method"><code>pub fn <a href="#method.load_synchronously" class="fnname">load_synchronously</a>(path: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, timer: &amp;mut <a class="struct" href="../abstutil/time/struct.Timer.html" title="struct abstutil::time::Timer">Timer</a>&lt;'_&gt;) -&gt; <a class="struct" href="struct.Map.html" title="struct map_model::Map">Map</a></code><a href="#method.load_synchronously" class="anchor"></a><a class="srclink" href="../src/map_model/map.rs.html#48-83" title="goto source code">[src]</a></h4><div class="docblock"><p>Load a map from a local serialized Map or RawMap. Note this wont work on web. This should
only be used by non-UI tools.</p>
</div><h4 id="method.map_loaded_directly" class="method"><code>pub fn <a href="#method.map_loaded_directly" class="fnname">map_loaded_directly</a>(&amp;mut self)</code><a href="#method.map_loaded_directly" class="anchor"></a><a class="srclink" href="../src/map_model/map.rs.html#86-136" title="goto source code">[src]</a></h4><div class="docblock"><p>After deserializing a map directly, call this after.</p>
</div><h4 id="method.blank" class="method"><code>pub fn <a href="#method.blank" class="fnname">blank</a>() -&gt; <a class="struct" href="struct.Map.html" title="struct map_model::Map">Map</a></code><a href="#method.blank" class="anchor"></a><a class="srclink" href="../src/map_model/map.rs.html#139-174" title="goto source code">[src]</a></h4><div class="docblock"><p>Just for temporary std::mem::replace tricks.</p>
</div><h4 id="method.all_roads" class="method"><code>pub fn <a href="#method.all_roads" class="fnname">all_roads</a>(&amp;self) -&gt; &amp;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="objects/road/struct.Road.html" title="struct map_model::objects::road::Road">Road</a>&gt;</code><a href="#method.all_roads" class="anchor"></a><a class="srclink" href="../src/map_model/map.rs.html#176-178" title="goto source code">[src]</a></h4><h4 id="method.all_lanes" class="method"><code>pub fn <a href="#method.all_lanes" class="fnname">all_lanes</a>(&amp;self) -&gt; &amp;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/collections/btree/map/struct.BTreeMap.html" title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a>&lt;<a class="struct" href="objects/lane/struct.LaneID.html" title="struct map_model::objects::lane::LaneID">LaneID</a>, <a class="struct" href="objects/lane/struct.Lane.html" title="struct map_model::objects::lane::Lane">Lane</a>&gt;</code><a href="#method.all_lanes" class="anchor"></a><a class="srclink" href="../src/map_model/map.rs.html#180-182" title="goto source code">[src]</a></h4><h4 id="method.all_intersections" class="method"><code>pub fn <a href="#method.all_intersections" class="fnname">all_intersections</a>(&amp;self) -&gt; &amp;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="objects/intersection/struct.Intersection.html" title="struct map_model::objects::intersection::Intersection">Intersection</a>&gt;</code><a href="#method.all_intersections" class="anchor"></a><a class="srclink" href="../src/map_model/map.rs.html#184-186" title="goto source code">[src]</a></h4><h4 id="method.all_turns" class="method"><code>pub fn <a href="#method.all_turns" class="fnname">all_turns</a>(&amp;self) -&gt; impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/iter/traits/iterator/trait.Iterator.html" title="trait core::iter::traits::iterator::Iterator">Iterator</a>&lt;Item = &amp;<a class="struct" href="objects/turn/struct.Turn.html" title="struct map_model::objects::turn::Turn">Turn</a>&gt;</code><a href="#method.all_turns" class="anchor"></a><a class="srclink" href="../src/map_model/map.rs.html#188-190" title="goto source code">[src]</a></h4><h4 id="method.all_buildings" class="method"><code>pub fn <a href="#method.all_buildings" class="fnname">all_buildings</a>(&amp;self) -&gt; &amp;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="objects/building/struct.Building.html" title="struct map_model::objects::building::Building">Building</a>&gt;</code><a href="#method.all_buildings" class="anchor"></a><a class="srclink" href="../src/map_model/map.rs.html#192-194" title="goto source code">[src]</a></h4><h4 id="method.all_areas" class="method"><code>pub fn <a href="#method.all_areas" class="fnname">all_areas</a>(&amp;self) -&gt; &amp;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="objects/area/struct.Area.html" title="struct map_model::objects::area::Area">Area</a>&gt;</code><a href="#method.all_areas" class="anchor"></a><a class="srclink" href="../src/map_model/map.rs.html#196-198" title="goto source code">[src]</a></h4><h4 id="method.all_parking_lots" class="method"><code>pub fn <a href="#method.all_parking_lots" class="fnname">all_parking_lots</a>(&amp;self) -&gt; &amp;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="objects/parking_lot/struct.ParkingLot.html" title="struct map_model::objects::parking_lot::ParkingLot">ParkingLot</a>&gt;</code><a href="#method.all_parking_lots" class="anchor"></a><a class="srclink" href="../src/map_model/map.rs.html#200-202" title="goto source code">[src
</div><h4 id="method.get_turns_to_lane" class="method"><code>pub fn <a href="#method.get_turns_to_lane" class="fnname">get_turns_to_lane</a>(&amp;self, l: <a class="struct" href="objects/lane/struct.LaneID.html" title="struct map_model::objects::lane::LaneID">LaneID</a>) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;&amp;<a class="struct" href="objects/turn/struct.Turn.html" title="struct map_model::objects::turn::Turn">Turn</a>&gt;</code><a href="#method.get_turns_to_lane" class="anchor"></a><a class="srclink" href="../src/map_model/map.rs.html#326-343" title="goto source code">[src]</a></h4><h4 id="method.get_turn_between" class="method"><code>pub fn <a href="#method.get_turn_between" class="fnname">get_turn_between</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;from: <a class="struct" href="objects/lane/struct.LaneID.html" title="struct map_model::objects::lane::LaneID">LaneID</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;to: <a class="struct" href="objects/lane/struct.LaneID.html" title="struct map_model::objects::lane::LaneID">LaneID</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;parent: <a class="struct" href="objects/intersection/struct.IntersectionID.html" title="struct map_model::objects::intersection::IntersectionID">IntersectionID</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="objects/turn/struct.Turn.html" title="struct map_model::objects::turn::Turn">Turn</a>&gt;</code><a href="#method.get_turn_between" class="anchor"></a><a class="srclink" href="../src/map_model/map.rs.html#345-355" title="goto source code">[src]</a></h4><h4 id="method.get_next_turns_and_lanes" class="method"><code>pub fn <a href="#method.get_next_turns_and_lanes" class="fnname">get_next_turns_and_lanes</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;from: <a class="struct" href="objects/lane/struct.LaneID.html" title="struct map_model::objects::lane::LaneID">LaneID</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;parent: <a class="struct" href="objects/intersection/struct.IntersectionID.html" title="struct map_model::objects::intersection::IntersectionID">IntersectionID</a><br>) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>&amp;<a class="struct" href="objects/turn/struct.Turn.html" title="struct map_model::objects::turn::Turn">Turn</a>, &amp;<a class="struct" href="objects/lane/struct.Lane.html" title="struct map_model::objects::lane::Lane">Lane</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>&gt;</code><a href="#method.get_next_turns_and_lanes" class="anchor"></a><a class="srclink" href="../src/map_model/map.rs.html#357-368" title="goto source code">[src]</a></h4><h4 id="method.get_turns_for" class="method"><code>pub fn <a href="#method.get_turns_for" class="fnname">get_turns_for</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;from: <a class="struct" href="objects/lane/struct.LaneID.html" title="struct map_model::objects::lane::LaneID">LaneID</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;constraints: <a class="enum" href="pathfind/enum.PathConstraints.html" title="enum map_model::pathfind::PathConstraints">PathConstraints</a><br>) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;&amp;<a class="struct" href="objects/turn/struct.Turn.html" title="struct map_model::objects::turn::Turn">Turn</a>&gt;</code><a href="#method.get_turns_for" class="anchor"></a><a class="srclink" href="../src/map_model/map.rs.html#370-387" title="goto source code">[src]</a></h4><h4 id="method.get_movements_for" class="method"><code>pub fn <a href="#method.get_movements_for" class="fnname">get_movements_for</a>(<br>&nbsp;&nbsp;&nbsp
</div><h4 id="method.get_next_roads" class="method"><code>pub fn <a href="#method.get_next_roads" class="fnname">get_next_roads</a>(&amp;self, from: <a class="struct" href="objects/road/struct.RoadID.html" title="struct map_model::objects::road::RoadID">RoadID</a>) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/collections/btree/set/struct.BTreeSet.html" title="struct alloc::collections::btree::set::BTreeSet">BTreeSet</a>&lt;<a class="struct" href="objects/road/struct.RoadID.html" title="struct map_model::objects::road::RoadID">RoadID</a>&gt;</code><a href="#method.get_next_roads" class="anchor"></a><a class="srclink" href="../src/map_model/map.rs.html#410-417" title="goto source code">[src]</a></h4><h4 id="method.get_parent" class="method"><code>pub fn <a href="#method.get_parent" class="fnname">get_parent</a>(&amp;self, id: <a class="struct" href="objects/lane/struct.LaneID.html" title="struct map_model::objects::lane::LaneID">LaneID</a>) -&gt; &amp;<a class="struct" href="objects/road/struct.Road.html" title="struct map_model::objects::road::Road">Road</a></code><a href="#method.get_parent" class="anchor"></a><a class="srclink" href="../src/map_model/map.rs.html#419-422" title="goto source code">[src]</a></h4><h4 id="method.get_gps_bounds" class="method"><code>pub fn <a href="#method.get_gps_bounds" class="fnname">get_gps_bounds</a>(&amp;self) -&gt; &amp;<a class="struct" href="../geom/bounds/struct.GPSBounds.html" title="struct geom::bounds::GPSBounds">GPSBounds</a></code><a href="#method.get_gps_bounds" class="anchor"></a><a class="srclink" href="../src/map_model/map.rs.html#424-426" title="goto source code">[src]</a></h4><h4 id="method.get_bounds" class="method"><code>pub fn <a href="#method.get_bounds" class="fnname">get_bounds</a>(&amp;self) -&gt; &amp;<a class="struct" href="../geom/bounds/struct.Bounds.html" title="struct geom::bounds::Bounds">Bounds</a></code><a href="#method.get_bounds" class="anchor"></a><a class="srclink" href="../src/map_model/map.rs.html#428-430" title="goto source code">[src]</a></h4><h4 id="method.get_city_name" class="method"><code>pub fn <a href="#method.get_city_name" class="fnname">get_city_name</a>(&amp;self) -&gt; &amp;<a class="struct" href="../abstio/abst_paths/struct.CityName.html" title="struct abstio::abst_paths::CityName">CityName</a></code><a href="#method.get_city_name" class="anchor"></a><a class="srclink" href="../src/map_model/map.rs.html#432-434" title="goto source code">[src]</a></h4><h4 id="method.get_name" class="method"><code>pub fn <a href="#method.get_name" class="fnname">get_name</a>(&amp;self) -&gt; &amp;<a class="struct" href="../abstio/abst_paths/struct.MapName.html" title="struct abstio::abst_paths::MapName">MapName</a></code><a href="#method.get_name" class="anchor"></a><a class="srclink" href="../src/map_model/map.rs.html#436-438" title="goto source code">[src]</a></h4><h4 id="method.all_bus_stops" class="method"><code>pub fn <a href="#method.all_bus_stops" class="fnname">all_bus_stops</a>(&amp;self) -&gt; &amp;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/collections/btree/map/struct.BTreeMap.html" title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a>&lt;<a class="struct" href="objects/bus_stop/struct.BusStopID.html" title="struct map_model::objects::bus_stop::BusStopID">BusStopID</a>, <a class="struct" href="objects/bus_stop/struct.BusStop.html" title="struct map_model::objects::bus_stop::BusStop">BusStop</a>&gt;</code><a href="#method.all_bus_stops" class="anchor"></a><a class="srclink" href="../src/map_model/map.rs.html#440-442" title="goto source code">[src]</a></h4><h4 id="method.get_bs" class="method"><code>pub fn <a href="#method.get_bs" class="fnname">get_bs</a>(&amp;self, stop: <a class="struct" href="objects/bus_stop/struct.BusStopID.html" title="struct map_model::objects::bus_stop::BusStopID">BusStopID</a>) -&gt; &amp;<a class="struct" href="objects/bus_stop/struct.BusStop.html" title="struct map_model::objects::bus_stop::BusStop">BusStop</a></code><a href="#method.get_bs" class="anchor">
</div><h4 id="method.all_outgoing_borders" class="method"><code>pub fn <a href="#method.all_outgoing_borders" class="fnname">all_outgoing_borders</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;&amp;<a class="struct" href="objects/intersection/struct.Intersection.html" title="struct map_model::objects::intersection::Intersection">Intersection</a>&gt;</code><a href="#method.all_outgoing_borders" class="anchor"></a><a class="srclink" href="../src/map_model/map.rs.html#485-493" title="goto source code">[src]</a></h4><h4 id="method.all_directed_roads_for" class="method"><code>pub(crate) fn <a href="#method.all_directed_roads_for" class="fnname">all_directed_roads_for</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;constraints: <a class="enum" href="pathfind/enum.PathConstraints.html" title="enum map_model::pathfind::PathConstraints">PathConstraints</a><br>) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="objects/road/struct.DirectedRoadID.html" title="struct map_model::objects::road::DirectedRoadID">DirectedRoadID</a>&gt;</code><a href="#method.all_directed_roads_for" class="anchor"></a><a class="srclink" href="../src/map_model/map.rs.html#496-507" title="goto source code">[src]</a></h4><div class="docblock"><p>Find all directed roads usable by somebody.</p>
</div><h4 id="method.save" class="method"><code>pub fn <a href="#method.save" class="fnname">save</a>(&amp;self)</code><a href="#method.save" class="anchor"></a><a class="srclink" href="../src/map_model/map.rs.html#509-514" title="goto source code">[src]</a></h4><h4 id="method.find_driving_lane_near_building" class="method"><code>pub fn <a href="#method.find_driving_lane_near_building" class="fnname">find_driving_lane_near_building</a>(&amp;self, b: <a class="struct" href="objects/building/struct.BuildingID.html" title="struct map_model::objects::building::BuildingID">BuildingID</a>) -&gt; <a class="struct" href="objects/lane/struct.LaneID.html" title="struct map_model::objects::lane::LaneID">LaneID</a></code><a href="#method.find_driving_lane_near_building" class="anchor"></a><a class="srclink" href="../src/map_model/map.rs.html#521-569" title="goto source code">[src]</a></h4><div class="docblock"><p>Cars trying to park near this building should head for the driving lane returned here, then
start their search. Some parking lanes are connected to driving lanes thatre “parking
blackholes” if there are no free spots on that lane, then the roads force cars to a
border.</p>
</div><h4 id="method.get_boundary_polygon" class="method"><code>pub fn <a href="#method.get_boundary_polygon" class="fnname">get_boundary_polygon</a>(&amp;self) -&gt; &amp;<a class="struct" href="../geom/polygon/struct.Polygon.html" title="struct geom::polygon::Polygon">Polygon</a></code><a href="#method.get_boundary_polygon" class="anchor"></a><a class="srclink" href="../src/map_model/map.rs.html#571-573" title="goto source code">[src]</a></h4><h4 id="method.pathfind" class="method"><code>pub fn <a href="#method.pathfind" class="fnname">pathfind</a>(&amp;self, req: <a class="struct" href="pathfind/v1/struct.PathRequest.html" title="struct map_model::pathfind::v1::PathRequest">PathRequest</a>) -&gt; <a class="type" href="https://docs.rs/anyhow/1.0.41/anyhow/type.Result.html" title="type anyhow::Result">Result</a>&lt;<a class="struct" href="pathfind/v1/struct.Path.html" title="struct map_model::pathfind::v1::Path">Path</a>&gt;</code><a href="#method.pathfind" class="anchor"></a><a class="srclink" href="../src/map_model/map.rs.html#575-582" title="goto source code">[src]</a></h4><h4 id="method.pathfind_with_params" class="method"><code>pub fn <a href="#method.pathfind_with_params" class="fnname">pathfind_with_params</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;req: <a class="struct" href="pathfind/v1/struct.PathRequest.html" title="struct map_model::pathfind::v1::PathRequest">PathRequest</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;params: &amp;<a class="struct" href="pathfind/struct.RoutingParams.html" title="struct map_model::pathfind::RoutingParams">RoutingParams</a><br>) -&gt; <a class="type" href="https://docs.rs/anyhow/1.0.41/anyhow/type.Result.html" title="type anyhow::Result">Result</a>&lt;<a class="struct" href="pathfind/v1/struct.Path.html" title="struct map_model::pathfind::v1::Path">Path</a>&gt;</code><a href="#method.pathfind_with_params" class="anchor"></a><a class="srclink" href="../src/map_model/map.rs.html#583-590" title="goto source code">[src]</a></h4><h4 id="method.should_use_transit" class="method"><code>pub fn <a href="#method.should_use_transit" class="fnname">should_use_transit</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;start: <a class="struct" href="traversable/struct.Position.html" title="struct map_model::traversable::Position">Position</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;end: <a class="struct" href="traversable/struct.Position.html" title="struct map_model::traversable::Position">Position</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><a class="struct" href="objects/bus_stop/struct.BusStopID.html" title="struct map_model::objects::bus_stop::BusStopID">BusStopID</a>, <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="objects/bus_stop/struct.BusStopID.html" title="struct map_model::objects::bus_stop::BusStopID">BusStopID</a>&gt;, <a class="struct" href="objects/bus_stop/struct.BusRouteID.html" title="struct map_model::objects::bus_stop::BusRouteID">BusRouteID</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>&gt;</code><a href="#method.should_use_transit" class="anchor"></a><a class="srclink" href="../src/map_model/map.rs.html#592-598" title="goto source code">[src]</a></h4><h4 id="method.get_movement" class="method"><code>pub fn <a href="#method.get_movement" class="fnname">get_movement</a>(&amp;self, t: <a class="struct" href="objects/turn/struct.TurnID.html" title="struct map_model::objects::turn::TurnID">TurnID</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="objects/turn/struct.MovementID.html" title="struct map_model::objects::turn::MovementID">MovementID</a>&gt;</code><a href="#method.get_movem
</div><h4 id="method.routing_params" class="method"><code>pub fn <a href="#method.routing_params" class="fnname">routing_params</a>(&amp;self) -&gt; &amp;<a class="struct" href="pathfind/struct.RoutingParams.html" title="struct map_model::pathfind::RoutingParams">RoutingParams</a></code><a href="#method.routing_params" class="anchor"></a><a class="srclink" href="../src/map_model/map.rs.html#744-746" title="goto source code">[src]</a></h4><div class="docblock"><p>Returns the routing params baked into the map.</p>
</div></div></details><h2 id="trait-implementations" class="small-section-header">Trait Implementations<a href="#trait-implementations" class="anchor"></a></h2><div id="trait-implementations-list"><details class="rustdoc-toggle implementors-toggle" open><summary><h3 id="impl-Deserialize%3C%27de%3E" class="impl"><code class="in-band">impl&lt;'de&gt; <a class="trait" href="https://docs.rs/serde/1.0.126/serde/de/trait.Deserialize.html" title="trait serde::de::Deserialize">Deserialize</a>&lt;'de&gt; for <a class="struct" href="struct.Map.html" title="struct map_model::Map">Map</a></code><a href="#impl-Deserialize%3C%27de%3E" class="anchor"></a><a class="srclink" href="../src/map_model/lib.rs.html#83" title="goto source code">[src]</a></h3></summary><div class="impl-items"><h4 id="method.deserialize" class="method hidden trait-impl"><code>fn <a href="https://docs.rs/serde/1.0.126/serde/de/trait.Deserialize.html#tymethod.deserialize" class="fnname">deserialize</a>&lt;__D&gt;(__deserializer: __D) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;Self, __D::<a class="type" href="https://docs.rs/serde/1.0.126/serde/de/trait.Deserializer.html#associatedtype.Error" title="type serde::de::Deserializer::Error">Error</a>&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;__D: <a class="trait" href="https://docs.rs/serde/1.0.126/serde/de/trait.Deserializer.html" title="trait serde::de::Deserializer">Deserializer</a>&lt;'de&gt;,&nbsp;</span></code><a href="#method.deserialize" class="anchor"></a><a class="srclink" href="../src/map_model/lib.rs.html#83" title="goto source code">[src]</a></h4><div class='docblock hidden'><p>Deserialize this value from the given Serde deserializer. <a href="https://docs.rs/serde/1.0.126/serde/de/trait.Deserialize.html#tymethod.deserialize">Read more</a></p>
</div></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><h3 id="impl-Serialize" class="impl"><code class="in-band">impl <a class="trait" href="https://docs.rs/serde/1.0.126/serde/ser/trait.Serialize.html" title="trait serde::ser::Serialize">Serialize</a> for <a class="struct" href="struct.Map.html" title="struct map_model::Map">Map</a></code><a href="#impl-Serialize" class="anchor"></a><a class="srclink" href="../src/map_model/lib.rs.html#83" title="goto source code">[src]</a></h3></summary><div class="impl-items"><h4 id="method.serialize" class="method hidden trait-impl"><code>fn <a href="https://docs.rs/serde/1.0.126/serde/ser/trait.Serialize.html#tymethod.serialize" class="fnname">serialize</a>&lt;__S&gt;(&amp;self, __serializer: __S) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;__S::<a class="type" href="https://docs.rs/serde/1.0.126/serde/ser/trait.Serializer.html#associatedtype.Ok" title="type serde::ser::Serializer::Ok">Ok</a>, __S::<a class="type" href="https://docs.rs/serde/1.0.126/serde/ser/trait.Serializer.html#associatedtype.Error" title="type serde::ser::Serializer::Error">Error</a>&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;__S: <a class="trait" href="https://docs.rs/serde/1.0.126/serde/ser/trait.Serializer.html" title="trait serde::ser::Serializer">Serializer</a>,&nbsp;</span></code><a href="#method.serialize" class="anchor"></a><a class="srclink" href="../src/map_model/lib.rs.html#83" title="goto source code">[src]</a></h4><div class='docblock hidden'><p>Serialize this value into the given Serde serializer. <a href="https://docs.rs/serde/1.0.126/serde/ser/trait.Serialize.html#tymethod.serialize">Read more</a></p>
</div></div></details></div><h2 id="synthetic-implementations" class="small-section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor"></a></h2><div id="synthetic-implementations-list"><h3 id="impl-RefUnwindSafe" class="impl"><code class="in-band">impl <a class="trait" href="https://doc.rust-lang.org/nightly/std/panic/trait.RefUnwindSafe.html" title="trait std::panic::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="struct.Map.html" title="struct map_model::Map">Map</a></code><a href="#impl-RefUnwindSafe" class="anchor"></a></h3><h3 id="impl-Send" class="impl"><code class="in-band">impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="struct.Map.html" title="struct map_model::Map">Map</a></code><a href="#impl-Send" class="anchor"></a></h3><h3 id="impl-Sync" class="impl"><code class="in-band">impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="struct.Map.html" title="struct map_model::Map">Map</a></code><a href="#impl-Sync" class="anchor"></a></h3><h3 id="impl-Unpin" class="impl"><code class="in-band">impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="struct" href="struct.Map.html" title="struct map_model::Map">Map</a></code><a href="#impl-Unpin" class="anchor"></a></h3><h3 id="impl-UnwindSafe" class="impl"><code class="in-band">impl <a class="trait" href="https://doc.rust-lang.org/nightly/std/panic/trait.UnwindSafe.html" title="trait std::panic::UnwindSafe">UnwindSafe</a> for <a class="struct" href="struct.Map.html" title="struct map_model::Map">Map</a></code><a href="#impl-UnwindSafe" class="anchor"></a></h3></div><h2 id="blanket-implementations" class="small-section-header">Blanket Implementations<a href="#blanket-implementations" class="anchor"></a></h2><div id="blanket-implementations-list"><details class="rustdoc-toggle implementors-toggle" open><summary><h3 id="impl-Any" class="impl"><code class="in-band">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a href="#impl-Any" class="anchor"></a><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/any.rs.html#131-135" title="goto source code">[src]</a></h3></summary><div class="impl-items"><h4 id="method.type_id" class="method hidden trait-impl"><code>pub fn <a href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id" class="fnname">type_id</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/core/any/struct.TypeId.html" title="struct core::any::TypeId">TypeId</a></code><a href="#method.type_id" class="anchor"></a><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/any.rs.html#132" title="goto source code">[src]</a></h4><div class='docblock hidden'><p>Gets the <code>TypeId</code> of <code>self</code>. <a href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id">Read more</a></p>
</div></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><h3 id="impl-Borrow%3CT%3E" class="impl"><code class="in-band">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a>&lt;T&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a href="#impl-Borrow%3CT%3E" class="anchor"></a><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#208-213" title="goto source code">[src]</a></h3></summary><div class="impl-items"><h4 id="method.borrow" class="method hidden trait-impl"><code>pub fn <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow" class="fnname">borrow</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>T</code><a href="#method.borrow" class="anchor"></a><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#210" title="goto source code">[src]</a></h4><div class='docblock hidden'><p>Immutably borrows from an owned value. <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></p>
</div></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><h3 id="impl-BorrowMut%3CT%3E" class="impl"><code class="in-band">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a>&lt;T&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a href="#impl-BorrowMut%3CT%3E" class="anchor"></a><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#216-220" title="goto source code">[src]</a></h3></summary><div class="impl-items"><h4 id="method.borrow_mut" class="method hidden trait-impl"><code>pub fn <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut" class="fnname">borrow_mut</a>(&amp;mut self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;mut </a>T</code><a href="#method.borrow_mut" class="anchor"></a><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#217" title="goto source code">[src]</a></h4><div class='docblock hidden'><p>Mutably borrows from an owned value. <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></p>
</div></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><h3 id="impl-From%3CT%3E" class="impl"><code class="in-band">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt; for T</code><a href="#impl-From%3CT%3E" class="anchor"></a><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#544-548" title="goto source code">[src]</a></h3></summary><div class="impl-items"><h4 id="method.from" class="method hidden trait-impl"><code>pub fn <a href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from" class="fnname">from</a>(t: T) -&gt; T</code><a href="#method.from" class="anchor"></a><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#545" title="goto source code">[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><h3 id="impl-Instrument" class="impl"><code class="in-band">impl&lt;T&gt; <a class="trait" href="https://docs.rs/tracing/0.1.26/tracing/instrument/trait.Instrument.html" title="trait tracing::instrument::Instrument">Instrument</a> for T</code><a href="#impl-Instrument" class="anchor"></a><a class="srclink" href="https://docs.rs/tracing/0.1.26/src/tracing/instrument.rs.html#155" title="goto source code">[src]</a></h3></summary><div class="impl-items"><h4 id="method.instrument" class="method hidden trait-impl"><code>pub fn <a href="https://docs.rs/tracing/0.1.26/tracing/instrument/trait.Instrument.html#method.instrument" class="fnname">instrument</a>(self, span: <a class="struct" href="https://docs.rs/tracing/0.1.26/tracing/span/struct.Span.html" title="struct tracing::span::Span">Span</a>) -&gt; <a class="struct" href="https://docs.rs/tracing/0.1.26/tracing/instrument/struct.Instrumented.html" title="struct tracing::instrument::Instrumented">Instrumented</a>&lt;Self&gt;</code><a href="#method.instrument" class="anchor"></a><a class="srclink" href="https://docs.rs/tracing/0.1.26/src/tracing/instrument.rs.html#38" title="goto source code">[src]</a></h4><div class='docblock hidden'><p>Instruments this type with the provided <code>Span</code>, returning an
<code>Instrumented</code> wrapper. <a href="https://docs.rs/tracing/0.1.26/tracing/instrument/trait.Instrument.html#method.instrument">Read more</a></p>
</div><h4 id="method.in_current_span" class="method hidden trait-impl"><code>pub fn <a href="https://docs.rs/tracing/0.1.26/tracing/instrument/trait.Instrument.html#method.in_current_span" class="fnname">in_current_span</a>(self) -&gt; <a class="struct" href="https://docs.rs/tracing/0.1.26/tracing/instrument/struct.Instrumented.html" title="struct tracing::instrument::Instrumented">Instrumented</a>&lt;Self&gt;</code><a href="#method.in_current_span" class="anchor"></a><a class="srclink" href="https://docs.rs/tracing/0.1.26/src/tracing/instrument.rs.html#74" title="goto source code">[src]</a></h4><div class='docblock hidden'><p>Instruments this type with the <a href="../struct.Span.html#method.current">current</a> <code>Span</code>, returning an
<code>Instrumented</code> wrapper. <a href="https://docs.rs/tracing/0.1.26/tracing/instrument/trait.Instrument.html#method.in_current_span">Read more</a></p>
</div></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><h3 id="impl-Into%3CU%3E" class="impl"><code class="in-band">impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;U&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt;,&nbsp;</span></code><a href="#impl-Into%3CU%3E" class="anchor"></a><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#533-540" title="goto source code">[src]</a></h3></summary><div class="impl-items"><h4 id="method.into" class="method hidden trait-impl"><code>pub fn <a href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into" class="fnname">into</a>(self) -&gt; U</code><a href="#method.into" class="anchor"></a><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#537" title="goto source code">[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><h3 id="impl-Same%3CT%3E" class="impl"><code class="in-band">impl&lt;T&gt; Same&lt;T&gt; for T</code><a href="#impl-Same%3CT%3E" class="anchor"></a></h3></summary><div class="impl-items"><h4 id="associatedtype.Output" class="type trait-impl"><code>type <a href="#associatedtype.Output" class="type">Output</a> = T</code><a href="#associatedtype.Output" class="anchor"></a></h4><div class='docblock'><p>Should always be <code>Self</code></p>
</div></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><h3 id="impl-TryFrom%3CU%3E" class="impl"><code class="in-band">impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;T&gt;,&nbsp;</span></code><a href="#impl-TryFrom%3CU%3E" class="anchor"></a><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#581-590" title="goto source code">[src]</a></h3></summary><div class="impl-items"><h4 id="associatedtype.Error" class="type trait-impl"><code>type <a href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" class="type">Error</a> = <a class="enum" href="https://doc.rust-lang.org/nightly/core/convert/enum.Infallible.html" title="enum core::convert::Infallible">Infallible</a></code><a href="#associatedtype.Error" class="anchor"></a></h4><div class='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4 id="method.try_from" class="method hidden trait-impl"><code>pub fn <a href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#tymethod.try_from" class="fnname">try_from</a>(value: U) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;T, &lt;T as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt;&gt;::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>&gt;</code><a href="#method.try_from" class="anchor"></a><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#587" title="goto source code">[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><h3 id="impl-TryInto%3CU%3E" class="impl"><code class="in-band">impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a>&lt;U&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;,&nbsp;</span></code><a href="#impl-TryInto%3CU%3E" class="anchor"></a><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#567-576" title="goto source code">[src]</a></h3></summary><div class="impl-items"><h4 id="associatedtype.Error-1" class="type trait-impl"><code>type <a href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#associatedtype.Error" class="type">Error</a> = &lt;U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;&gt;::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a></code><a href="#associatedtype.Error-1" class="anchor"></a></h4><div class='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4 id="method.try_into" class="method hidden trait-impl"><code>pub fn <a href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#tymethod.try_into" class="fnname">try_into</a>(self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;U, &lt;U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;&gt;::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>&gt;</code><a href="#method.try_into" class="anchor"></a><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#573" title="goto source code">[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><h3 id="impl-VZip%3CV%3E" class="impl"><code class="in-band">impl&lt;V, T&gt; VZip&lt;V&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;V: MultiLane&lt;T&gt;,&nbsp;</span></code><a href="#impl-VZip%3CV%3E" class="anchor"></a></h3></summary><div class="impl-items"><h4 id="method.vzip" class="method hidden trait-impl"><code>pub fn <a href="#tymethod.vzip" class="fnname">vzip</a>(self) -&gt; V</code><a href="#method.vzip" class="anchor"></a></h4></div></details><h3 id="impl-DeserializeOwned" class="impl"><code class="in-band">impl&lt;T&gt; <a class="trait" href="https://docs.rs/serde/1.0.126/serde/de/trait.DeserializeOwned.html" title="trait serde::de::DeserializeOwned">DeserializeOwned</a> for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: for&lt;'de&gt; <a class="trait" href="https://docs.rs/serde/1.0.126/serde/de/trait.Deserialize.html" title="trait serde::de::Deserialize">Deserialize</a>&lt;'de&gt;,&nbsp;</span></code><a href="#impl-DeserializeOwned" class="anchor"></a><a class="srclink" href="https://docs.rs/serde/1.0.126/src/serde/de/mod.rs.html#603" title="goto source code">[src]</a></h3></div></section><section id="search" class="content hidden"></section><div id="rustdoc-vars" data-root-path="../" data-current-crate="map_model" data-search-index-js="../search-index.js" data-search-js="../search.js"></div>
<script src="../main.js"></script></body></html>