mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-23 17:07:12 +03:00
92 lines
148 KiB
HTML
92 lines
148 KiB
HTML
<!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="preload" as="font" type="font/woff2" crossorigin href="../SourceSerif4-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../FiraSans-Regular.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../FiraSans-Medium.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../SourceCodePro-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../SourceSerif4-Bold.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../SourceCodePro-Semibold.ttf.woff2"><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="../ayu.css" disabled><link rel="stylesheet" type="text/css" href="../dark.css" disabled><link rel="stylesheet" type="text/css" href="../light.css" id="themeStyle"><script id="default-settings" ></script><script src="../storage.js"></script><script defer src="sidebar-items.js"></script><script defer src="../main.js"></script><noscript><link rel="stylesheet" href="../noscript.css"></noscript><link rel="alternate icon" type="image/png" href="../favicon-16x16.png"><link rel="alternate icon" type="image/png" href="../favicon-32x32.png"><link rel="icon" type="image/svg+xml" href="../favicon.svg"></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="mobile-topbar"><button class="sidebar-menu-toggle">☰</button><a class="sidebar-logo" href="../map_model/index.html"><div class="logo-container"><img class="rust-logo" src="../rust-logo.svg" alt="logo"></div></a><h2 class="location"></h2></nav><nav class="sidebar"><a class="sidebar-logo" href="../map_model/index.html"><div class="logo-container"><img class="rust-logo" src="../rust-logo.svg" alt="logo"></div></a><h2 class="location"><a href="#">Map</a></h2><div class="sidebar-elems"><section><div class="block"><h3 class="sidebar-title"><a href="#fields">Fields</a></h3><ul><li><a href="#structfield.areas">areas</a></li><li><a href="#structfield.boundary_polygon">boundary_polygon</a></li><li><a href="#structfield.bounds">bounds</a></li><li><a href="#structfield.buildings">buildings</a></li><li><a href="#structfield.bus_routes_on_roads">bus_routes_on_roads</a></li><li><a href="#structfield.config">config</a></li><li><a href="#structfield.edits">edits</a></li><li><a href="#structfield.edits_generation">edits_generation</a></li><li><a href="#structfield.gps_bounds">gps_bounds</a></li><li><a href="#structfield.intersections">intersections</a></li><li><a href="#structfield.name">name</a></li><li><a href="#structfield.parking_lots">parking_lots</a></li><li><a href="#structfield.pathfinder">pathfinder</a></li><li><a href="#structfield.pathfinder_dirty">pathfinder_dirty</a></li><li><a href="#structfield.road_to_buildings">road_to_buildings</a></li><li><a href="#structfield.roads">roads</a></li><li><a href="#structfield.routing_params">routing_params</a></li><li><a href="#structfield.stop_signs">stop_signs</a></li><li><a href="#structfield.traffic_signals">traffic_signals</a></li><li><a href="#structfield.transit_routes">transit_routes</a></li><li><a href="#structfield.transit_stops">transit_stops</a></li><li><a href="#structfield.zones">zones</a></li></ul></div><div class="block"><h3 class="sidebar-title"><a href="#implementations">Methods</a></h3><ul><li><a href="#method.all_areas">all_areas</a></li><li><a href="#method.all_buildings">all_buildings</a></li><li><a href="#method.all_costs_from">all_costs_from</a></li><li><a href="#method.all_incoming_borders">all_incoming_borders</a></li><li><a href="#method.all_intersections">all_intersections</a></li><li><a href="#method.all_lanes">all_lanes</a></li><li><a href="#method.all_outgoing_borders">all_outgoing_borders</a></li><li><a href="#method.all_parking_lots">all_parking_lots</a></li><li><a href="#method.all_roads">all_roads</a></li><li><a href="#method.all_transit_routes">all_transit_routes</a></li><li><a href="#method.all_transit_stops">all_transit_stops</a></li><li><a href="#method.all_turns">all_turns</a></li><li><a href="#method.all_zones">all_zones</a></li><li><a href="#method.almost_blank">almost_blank</a></li><li><a href="#method.apply_edits">apply_edits</a></li><li><a href="#method.blank">blank</a></li><li><a href="#method.building_to_road">building_to_road</a></li><li><a href="#method.clear_edits_before_save">clear_edits_before_save</a></li><li><a href="#method.create_from_raw">create_from_raw</a></li><li><a href="#method.edit_road_cmd">edit_road_cmd</a></li><li><a href="#method.export_geometry">export_geometry</a></li><li><a href="#method.find_b_by_osm_id">find_b_by_osm_id</a></li><li><a href="#method.find_driving_lane_near_building">find_driving_lane_near_building</a></li><li><a href="#method.find_i_by_osm_id">find_i_by_osm_id</a></li><li><a href="#method.find_r_by_osm_id">find_r_by_osm_id</a></li><li><a href="#method.find_road_between">find_road_between</a></li><li><a href="#method.find_tr_by_gtfs">find_tr_by_gtfs</a></li><li><a href="#method.get_a">get_a</a></li><li><a href="#method.get_b">get_b</a></li><li><a href="#method.get_boundary_polygon">get_boundary_polygon</a></li><li><a href="#method.get_bounds">get_bounds</a></li><li><a href="#method.get_bus_routes_on_road">get_bus_routes_on_road</a></li><li><a href="#method.get_city_name">get_city_name</a></li><li><a href="#method.get_config">get_config</a></li><li><a href="#method.get_edits">get_edits</a></li><li><a href="#method.get_edits_change_key">get_edits_change_key</a></li><li><a href="#method.get_gps_bounds">get_gps_bounds</a></li><li><a href="#method.get_i">get_i</a></li><li><a href="#method.get_i_crosswalks_edit">get_i_crosswalks_edit</a></li><li><a href="#method.get_i_edit">get_i_edit</a></li><li><a href="#method.get_l">get_l</a></li><li><a href="#method.get_languages">get_languages</a></li><li><a href="#method.get_movement_for_traffic_signal">get_movement_for_traffic_signal</a></li><li><a href="#method.get_movements_for">get_movements_for</a></li><li><a href="#method.get_name">get_name</a></li><li><a href="#method.get_next_roads">get_next_roads</a></li><li><a href="#method.get_next_turns_and_lanes">get_next_turns_and_lanes</a></li><li><a href="#method.get_next_turns_and_lanes_for">get_next_turns_and_lanes_for</a></li><li><a href="#method.get_parent">get_parent</a></li><li><a href="#method.get_pathfinder">get_pathfinder</a></li><li><a href="#method.get_pl">get_pl</a></li><li><a href="#method.get_r">get_r</a></li><li><a href="#method.get_r_edit">get_r_edit</a></li><li><a href="#method.get_routes_serving_stop">get_routes_serving_stop</a></li><li><a href="#method.get_stop_sign">get_stop_sign</a></li><li><a href="#method.get_t">get_t</a></li><li><a href="#method.get_tr">get_tr</a></li><li><a href="#method.get_traffic_signal">get_traffic_signal</a></li><li><a href="#method.get_transit_route">get_transit_route</a></li><li><a href="#method.get_ts">get_ts</a></li><li><a href="#method.get_turn_between">get_turn_between</a></li><li><a href="#method.get_turns_for">get_turns_for</a></li><li><a href="#method.get_turns_from_lane">get_turns_from_lane</a></li><li><a href="#method.get_turns_to_lane">get_turns_to_lane</a></li><li><a href="#method.hack_add_area">hack_add_area</a></li><li><a href="#method.hack_override_bldg_type">hack_override_bldg_type</a></li><li><a href="#method.hack_override_offstreet_spots">hack_override_offstreet_spots</a></li><li><a href="#method.hack_override_offstreet_spots_individ">hack_override_offstreet_spots_individ</a></li><li><a href="#method.hack_override_orig_spawn_times">hack_override_orig_spawn_times</a></li><li><a href="#method.incremental_edit_traffic_signal">incremental_edit_traffic_signal</a></li><li><a href="#method.is_unprotected_turn">is_unprotected_turn</a></li><li><a href="#method.keep_pathfinder_despite_edits">keep_pathfinder_despite_edits</a></li><li><a href="#method.load_synchronously">load_synchronously</a></li><li><a href="#method.map_loaded_directly">map_loaded_directly</a></li><li><a href="#method.max_elevation">max_elevation</a></li><li><a href="#method.maybe_get_a">maybe_get_a</a></li><li><a href="#method.maybe_get_b">maybe_get_b</a></li><li><a href="#method.maybe_get_i">maybe_get_i</a></li><li><a href="#method.maybe_get_l">maybe_get_l</a></li><li><a href="#method.maybe_get_pl">maybe_get_pl</a></li><li><a href="#method.maybe_get_r">maybe_get_r</a></li><li><a href="#method.maybe_get_stop_sign">maybe_get_stop_sign</a></li><li><a href="#method.maybe_get_t">maybe_get_t</a></li><li><a href="#method.maybe_get_tr">maybe_get_tr</a></li><li><a href="#method.maybe_get_traffic_signal">maybe_get_traffic_signal</a></li><li><a href="#method.maybe_get_ts">maybe_get_ts</a></li><li><a href="#method.minify">minify</a></li><li><a href="#method.minify_buildings">minify_buildings</a></li><li><a href="#method.must_apply_edits">must_apply_edits</a></li><li><a href="#method.mut_lane">mut_lane</a></li><li><a href="#method.mut_road">mut_road</a></li><li><a href="#method.mut_turn">mut_turn</a></li><li><a href="#method.new_edits">new_edits</a></li><li><a href="#method.pathfind">pathfind</a></li><li><a href="#method.pathfind_v2">pathfind_v2</a></li><li><a href="#method.pathfind_v2_with_params">pathfind_v2_with_params</a></li><li><a href="#method.pathfind_with_params">pathfind_with_params</a></li><li><a href="#method.recalculate_all_movements">recalculate_all_movements</a></li><li><a href="#method.recalculate_pathfinding_after_edits">recalculate_pathfinding_after_edits</a></li><li><a href="#method.recalculate_road_to_buildings">recalculate_road_to_buildings</a></li><li><a href="#method.road_to_buildings">road_to_buildings</a></li><li><a href="#method.routing_params">routing_params</a></li><li><a href="#method.save">save</a></li><li><a href="#method.save_edits">save_edits</a></li><li><a href="#method.should_use_transit">should_use_transit</a></li><li><a href="#method.simple_path_btwn">simple_path_btwn</a></li><li><a href="#method.simple_path_btwn_v2">simple_path_btwn_v2</a></li><li><a href="#method.try_apply_edits">try_apply_edits</a></li><li><a href="#method.unsaved_edits">unsaved_edits</a></li></ul></div><div class="block"><h3 class="sidebar-title"><a href="#trait-implementations">Trait Implementations</a></h3><ul><li><a href="#impl-Clone-for-Map">Clone</a></li><li><a href="#impl-Deserialize%3C%27de%3E-for-Map">Deserialize<'de></a></li><li><a href="#impl-Serialize-for-Map">Serialize</a></li></ul></div><div class="block"><h3 class="sidebar-title"><a href="#synthetic-implementations">Auto Trait Implementations</a></h3><ul><li><a href="#impl-RefUnwindSafe-for-Map">RefUnwindSafe</a></li><li><a href="#impl-Send-for-Map">Send</a></li><li><a href="#impl-Sync-for-Map">Sync</a></li><li><a href="#impl-Unpin-for-Map">Unpin</a></li><li><a href="#impl-UnwindSafe-for-Map">UnwindSafe</a></li></ul></div><div class="block"><h3 class="sidebar-title"><a href="#blanket-implementations">Blanket Implementations</a></h3><ul><li><a href="#impl-Any-for-Map">Any</a></li><li><a href="#impl-Borrow%3CT%3E-for-Map">Borrow<T></a></li><li><a href="#impl-BorrowMut%3CT%3E-for-Map">BorrowMut<T></a></li><li><a href="#impl-DeserializeOwned-for-Map">DeserializeOwned</a></li><li><a href="#impl-From%3CT%3E-for-Map">From<T></a></li><li><a href="#impl-Instrument-for-Map">Instrument</a></li><li><a href="#impl-Into%3CU%3E-for-Map">Into<U></a></li><li><a href="#impl-ToOwned-for-Map">ToOwned</a></li><li><a href="#impl-TryFrom%3CU%3E-for-Map">TryFrom<U></a></li><li><a href="#impl-TryInto%3CU%3E-for-Map">TryInto<U></a></li><li><a href="#impl-VZip%3CV%3E-for-Map">VZip<V></a></li></ul></div></section><h2 class="location"><a href="index.html">In map_model</a></h2></div></nav><main><div class="width-limiter"><div class="sub-container"><a class="sub-logo-container" href="../map_model/index.html"><img class="rust-logo" src="../rust-logo.svg" alt="logo"></a><nav class="sub"><form class="search-form"><div class="search-container"><span></span><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><button type="button">?</button></div><div id="settings-menu" tabindex="-1"><a href="../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../wheel.svg"></a></div></div></form></nav></div><section id="main-content" class="content"><div class="main-heading"><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)" title="Copy item path to clipboard"><img src="../clipboard.svg" width="19" height="18" alt="Copy item path"></button></span></h1><span class="out-of-band"><a class="srclink" href="../src/map_model/lib.rs.html#85-127">source</a> · <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">−</span>]</a></span></div><div class="docblock item-decl"><pre class="rust struct"><code>pub struct Map {<details class="rustdoc-toggle type-contents-toggle"><summary class="hideme"><span>Show 22 fields</span></summary>
|
||
pub(crate) roads: <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="objects/road/struct.Road.html" title="struct map_model::objects::road::Road">Road</a>>,
|
||
pub(crate) intersections: <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="objects/intersection/struct.Intersection.html" title="struct map_model::objects::intersection::Intersection">Intersection</a>>,
|
||
pub(crate) buildings: <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="objects/building/struct.Building.html" title="struct map_model::objects::building::Building">Building</a>>,
|
||
pub(crate) transit_stops: <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/collections/btree/map/struct.BTreeMap.html" title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a><<a class="struct" href="objects/transit/struct.TransitStopID.html" title="struct map_model::objects::transit::TransitStopID">TransitStopID</a>, <a class="struct" href="objects/transit/struct.TransitStop.html" title="struct map_model::objects::transit::TransitStop">TransitStop</a>>,
|
||
pub(crate) transit_routes: <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="objects/transit/struct.TransitRoute.html" title="struct map_model::objects::transit::TransitRoute">TransitRoute</a>>,
|
||
pub(crate) areas: <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="objects/area/struct.Area.html" title="struct map_model::objects::area::Area">Area</a>>,
|
||
pub(crate) parking_lots: <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="objects/parking_lot/struct.ParkingLot.html" title="struct map_model::objects::parking_lot::ParkingLot">ParkingLot</a>>,
|
||
pub(crate) boundary_polygon: <a class="struct" href="../geom/polygon/struct.Polygon.html" title="struct geom::polygon::Polygon">Polygon</a>,
|
||
pub(crate) stop_signs: <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/collections/btree/map/struct.BTreeMap.html" title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a><<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>>,
|
||
pub(crate) traffic_signals: <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/collections/btree/map/struct.BTreeMap.html" title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a><<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>>,
|
||
pub(crate) bus_routes_on_roads: <a class="struct" href="../abstutil/collections/struct.MultiMap.html" title="struct abstutil::collections::MultiMap">MultiMap</a><<a class="struct" href="osm/struct.WayID.html" title="struct map_model::osm::WayID">WayID</a>, <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>,
|
||
pub(crate) gps_bounds: <a class="struct" href="../geom/bounds/struct.GPSBounds.html" title="struct geom::bounds::GPSBounds">GPSBounds</a>,
|
||
pub(crate) bounds: <a class="struct" href="../geom/bounds/struct.Bounds.html" title="struct geom::bounds::Bounds">Bounds</a>,
|
||
pub(crate) config: <a class="struct" href="struct.MapConfig.html" title="struct map_model::MapConfig">MapConfig</a>,
|
||
pub(crate) pathfinder: <a class="struct" href="pathfind/pathfinder/struct.Pathfinder.html" title="struct map_model::pathfind::pathfinder::Pathfinder">Pathfinder</a>,
|
||
pub(crate) pathfinder_dirty: <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.bool.html">bool</a>,
|
||
pub(crate) routing_params: <a class="struct" href="pathfind/struct.RoutingParams.html" title="struct map_model::pathfind::RoutingParams">RoutingParams</a>,
|
||
pub(crate) zones: <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="objects/zone/struct.Zone.html" title="struct map_model::objects::zone::Zone">Zone</a>>,
|
||
pub(crate) name: <a class="struct" href="../abstio/abst_paths/struct.MapName.html" title="struct abstio::abst_paths::MapName">MapName</a>,
|
||
pub(crate) edits: <a class="struct" href="edits/struct.MapEdits.html" title="struct map_model::edits::MapEdits">MapEdits</a>,
|
||
pub(crate) edits_generation: <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.usize.html">usize</a>,
|
||
pub(crate) road_to_buildings: <a class="struct" href="../abstutil/collections/struct.MultiMap.html" title="struct abstutil::collections::MultiMap">MultiMap</a><<a class="struct" href="objects/road/struct.RoadID.html" title="struct map_model::objects::road::RoadID">RoadID</a>, <a class="struct" href="objects/building/struct.BuildingID.html" title="struct map_model::objects::building::BuildingID">BuildingID</a>>,
|
||
</details>}</code></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/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="objects/road/struct.Road.html" title="struct map_model::objects::road::Road">Road</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/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="objects/intersection/struct.Intersection.html" title="struct map_model::objects::intersection::Intersection">Intersection</a>></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/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="objects/building/struct.Building.html" title="struct map_model::objects::building::Building">Building</a>></code></span><span id="structfield.transit_stops" class="structfield small-section-header"><a href="#structfield.transit_stops" class="anchor field"></a><code>transit_stops: <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/collections/btree/map/struct.BTreeMap.html" title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a><<a class="struct" href="objects/transit/struct.TransitStopID.html" title="struct map_model::objects::transit::TransitStopID">TransitStopID</a>, <a class="struct" href="objects/transit/struct.TransitStop.html" title="struct map_model::objects::transit::TransitStop">TransitStop</a>></code></span><span id="structfield.transit_routes" class="structfield small-section-header"><a href="#structfield.transit_routes" class="anchor field"></a><code>transit_routes: <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="objects/transit/struct.TransitRoute.html" title="struct map_model::objects::transit::TransitRoute">TransitRoute</a>></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/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="objects/area/struct.Area.html" title="struct map_model::objects::area::Area">Area</a>></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/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="objects/parking_lot/struct.ParkingLot.html" title="struct map_model::objects::parking_lot::ParkingLot">ParkingLot</a>></code></span><span id="structfield.boundary_polygon" class="structfield small-section-header"><a href="#structfield.boundary_polygon" class="anchor field"></a><code>boundary_polygon: <a class="struct" href="../geom/polygon/struct.Polygon.html" title="struct geom::polygon::Polygon">Polygon</a></code></span><span id="structfield.stop_signs" class="structfield small-section-header"><a href="#structfield.stop_signs" class="anchor field"></a><code>stop_signs: <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/collections/btree/map/struct.BTreeMap.html" title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a><<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>></code></span><span id="structfield.traffic_signals" class="structfield small-section-header"><a href="#structfield.traffic_signals" class="anchor field"></a><code>traffic_signals: <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/collections/btree/map/struct.BTreeMap.html" title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a><<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>></code></span><span id="structfield.bus_routes_on_roads" class="structfield small-section-header"><a href="#structfield.bus_routes_on_roads" class="anchor field"></a><code>bus_routes_on_roads: <a class="struct" href="../abstutil/collections/struct.MultiMap.html" title="struct abstutil::collections::MultiMap">MultiMap</a><<a class="struct" href="osm/struct.WayID.html" title="struct map_model::osm::WayID">WayID</a>, <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>></code></span><span id="structfield.gps_bounds" class="structfield small-section-header"><a href="#structfield.gps_bounds" class="anchor field"></a><code>gps_bounds: <a class="struct" href="../geom/bounds/struct.GPSBounds.html" title="struct geom::bounds::GPSBounds">GPSBounds</a></code></span><span id="structfield.bounds" class="structfield small-section-header"><a href="#structfield.bounds" class="anchor field"></a><code>bounds: <a class="struct" href="../geom/bounds/struct.Bounds.html" title="struct geom::bounds::Bounds">Bounds</a></code></span><span id="structfield.config" class="structfield small-section-header"><a href="#structfield.config" class="anchor field"></a><code>config: <a class="struct" href="struct.MapConfig.html" title="struct map_model::MapConfig">MapConfig</a></code></span><span id="structfield.pathfinder" class="structfield small-section-header"><a href="#structfield.pathfinder" class="anchor field"></a><code>pathfinder: <a class="struct" href="pathfind/pathfinder/struct.Pathfinder.html" title="struct map_model::pathfind::pathfinder::Pathfinder">Pathfinder</a></code></span><span id="structfield.pathfinder_dirty" class="structfield small-section-header"><a href="#structfield.pathfinder_dirty" class="anchor field"></a><code>pathfinder_dirty: <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.bool.html">bool</a></code></span><span id="structfield.routing_params" class="structfield small-section-header"><a href="#structfield.routing_params" class="anchor field"></a><code>routing_params: <a class="struct" href="pathfind/struct.RoutingParams.html" title="struct map_model::pathfind::RoutingParams">RoutingParams</a></code></span><span id="structfield.zones" class="structfield small-section-header"><a href="#structfield.zones" class="anchor field"></a><code>zones: <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="objects/zone/struct.Zone.html" title="struct map_model::objects::zone::Zone">Zone</a>></code></span><span id="structfield.name" class="structfield small-section-header"><a href="#structfield.name" class="anchor field"></a><code>name: <a class="struct" href="../abstio/abst_paths/struct.MapName.html" title="struct abstio::abst_paths::MapName">MapName</a></code></span><span id="structfield.edits" class="structfield small-section-header"><a href="#structfield.edits" class="anchor field"></a><code>edits: <a class="struct" href="edits/struct.MapEdits.html" title="struct map_model::edits::MapEdits">MapEdits</a></code></span><span id="structfield.edits_generation" class="structfield small-section-header"><a href="#structfield.edits_generation" class="anchor field"></a><code>edits_generation: <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.usize.html">usize</a></code></span><span id="structfield.road_to_buildings" class="structfield small-section-header"><a href="#structfield.road_to_buildings" class="anchor field"></a><code>road_to_buildings: <a class="struct" href="../abstutil/collections/struct.MultiMap.html" title="struct abstutil::collections::MultiMap">MultiMap</a><<a class="struct" href="objects/road/struct.RoadID.html" title="struct map_model::objects::road::RoadID">RoadID</a>, <a class="struct" href="objects/building/struct.BuildingID.html" title="struct map_model::objects::building::BuildingID">BuildingID</a>></code></span><h2 id="implementations" class="small-section-header">Implementations<a href="#implementations" class="anchor"></a></h2><div id="implementations-list"><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Map" class="impl has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/edits/mod.rs.html#742-1004">source</a></span><a href="#impl-Map" class="anchor"></a><h3 class="code-header in-band">impl <a class="struct" href="struct.Map.html" title="struct map_model::Map">Map</a></h3></section></summary><div class="impl-items"><section id="method.new_edits" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/edits/mod.rs.html#743-756">source</a></span><h4 class="code-header">pub fn <a href="#method.new_edits" class="fnname">new_edits</a>(&self) -> <a class="struct" href="edits/struct.MapEdits.html" title="struct map_model::edits::MapEdits">MapEdits</a></h4></section><section id="method.get_edits" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/edits/mod.rs.html#758-760">source</a></span><h4 class="code-header">pub fn <a href="#method.get_edits" class="fnname">get_edits</a>(&self) -> &<a class="struct" href="edits/struct.MapEdits.html" title="struct map_model::edits::MapEdits">MapEdits</a></h4></section><section id="method.unsaved_edits" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/edits/mod.rs.html#762-764">source</a></span><h4 class="code-header">pub fn <a href="#method.unsaved_edits" class="fnname">unsaved_edits</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.bool.html">bool</a></h4></section><section id="method.get_r_edit" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/edits/mod.rs.html#766-773">source</a></span><h4 class="code-header">pub fn <a href="#method.get_r_edit" class="fnname">get_r_edit</a>(&self, r: <a class="struct" href="objects/road/struct.RoadID.html" title="struct map_model::objects::road::RoadID">RoadID</a>) -> <a class="struct" href="edits/struct.EditRoad.html" title="struct map_model::edits::EditRoad">EditRoad</a></h4></section><section id="method.edit_road_cmd" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/edits/mod.rs.html#775-780">source</a></span><h4 class="code-header">pub fn <a href="#method.edit_road_cmd" class="fnname">edit_road_cmd</a><F: <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/ops/function/trait.Fn.html" title="trait core::ops::function::Fn">Fn</a>(&mut <a class="struct" href="edits/struct.EditRoad.html" title="struct map_model::edits::EditRoad">EditRoad</a>)>(&self, r: <a class="struct" href="objects/road/struct.RoadID.html" title="struct map_model::objects::road::RoadID">RoadID</a>, f: F) -> <a class="enum" href="edits/enum.EditCmd.html" title="enum map_model::edits::EditCmd">EditCmd</a></h4></section><details class="rustdoc-toggle method-toggle" open><summary><section id="method.get_i_edit" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/edits/mod.rs.html#783-794">source</a></span><h4 class="code-header">pub fn <a href="#method.get_i_edit" class="fnname">get_i_edit</a>(&self, i: <a class="struct" href="objects/intersection/struct.IntersectionID.html" title="struct map_model::objects::intersection::IntersectionID">IntersectionID</a>) -> <a class="enum" href="edits/enum.EditIntersection.html" title="enum map_model::edits::EditIntersection">EditIntersection</a></h4></section></summary><div class="docblock"><p>Panics on borders</p>
|
||
</div></details><section id="method.get_i_crosswalks_edit" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/edits/mod.rs.html#796-804">source</a></span><h4 class="code-header">pub fn <a href="#method.get_i_crosswalks_edit" class="fnname">get_i_crosswalks_edit</a>(&self, i: <a class="struct" href="objects/intersection/struct.IntersectionID.html" title="struct map_model::objects::intersection::IntersectionID">IntersectionID</a>) -> <a class="struct" href="edits/struct.EditCrosswalks.html" title="struct map_model::edits::EditCrosswalks">EditCrosswalks</a></h4></section><section id="method.save_edits" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/edits/mod.rs.html#806-813">source</a></span><h4 class="code-header">pub fn <a href="#method.save_edits" class="fnname">save_edits</a>(&self)</h4></section><details class="rustdoc-toggle method-toggle" open><summary><section id="method.must_apply_edits" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/edits/mod.rs.html#816-818">source</a></span><h4 class="code-header">pub fn <a href="#method.must_apply_edits" class="fnname">must_apply_edits</a>(<br> &mut self,<br> new_edits: <a class="struct" href="edits/struct.MapEdits.html" title="struct map_model::edits::MapEdits">MapEdits</a>,<br> timer: &mut <a class="struct" href="../abstutil/time/struct.Timer.html" title="struct abstutil::time::Timer">Timer</a><'_><br>) -> <a class="struct" href="edits/struct.EditEffects.html" title="struct map_model::edits::EditEffects">EditEffects</a></h4></section></summary><div class="docblock"><p>Returns (changed_roads, deleted_lanes, deleted_turns, added_turns, changed_intersections)</p>
|
||
</div></details><section id="method.try_apply_edits" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/edits/mod.rs.html#820-822">source</a></span><h4 class="code-header">pub fn <a href="#method.try_apply_edits" class="fnname">try_apply_edits</a>(&mut self, new_edits: <a class="struct" href="edits/struct.MapEdits.html" title="struct map_model::edits::MapEdits">MapEdits</a>, timer: &mut <a class="struct" href="../abstutil/time/struct.Timer.html" title="struct abstutil::time::Timer">Timer</a><'_>)</h4></section><details class="rustdoc-toggle method-toggle" open><summary><section id="method.clear_edits_before_save" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/edits/mod.rs.html#826-828">source</a></span><h4 class="code-header">pub fn <a href="#method.clear_edits_before_save" class="fnname">clear_edits_before_save</a>(&mut self)</h4></section></summary><div class="docblock"><p>A hack. Use this to apply edits, then save the map anyway, pretending like the edits came
|
||
from raw data.</p>
|
||
</div></details><section id="method.apply_edits" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/edits/mod.rs.html#832-958">source</a></span><h4 class="code-header">fn <a href="#method.apply_edits" class="fnname">apply_edits</a>(<br> &mut self,<br> new_edits: <a class="struct" href="edits/struct.MapEdits.html" title="struct map_model::edits::MapEdits">MapEdits</a>,<br> enforce_valid: <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.bool.html">bool</a>,<br> timer: &mut <a class="struct" href="../abstutil/time/struct.Timer.html" title="struct abstutil::time::Timer">Timer</a><'_><br>) -> <a class="struct" href="edits/struct.EditEffects.html" title="struct map_model::edits::EditEffects">EditEffects</a></h4></section><details class="rustdoc-toggle method-toggle" open><summary><section id="method.recalculate_pathfinding_after_edits" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/edits/mod.rs.html#962-988">source</a></span><h4 class="code-header">pub fn <a href="#method.recalculate_pathfinding_after_edits" class="fnname">recalculate_pathfinding_after_edits</a>(&mut self, timer: &mut <a class="struct" href="../abstutil/time/struct.Timer.html" title="struct abstutil::time::Timer">Timer</a><'_>)</h4></section></summary><div class="docblock"><p>This can expensive, so don’t constantly do it while editing in the UI. But this must happen
|
||
before the simulation resumes.</p>
|
||
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.incremental_edit_traffic_signal" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/edits/mod.rs.html#992-998">source</a></span><h4 class="code-header">pub fn <a href="#method.incremental_edit_traffic_signal" class="fnname">incremental_edit_traffic_signal</a>(&mut self, signal: <a class="struct" href="objects/traffic_signals/struct.ControlTrafficSignal.html" title="struct map_model::objects::traffic_signals::ControlTrafficSignal">ControlTrafficSignal</a>)</h4></section></summary><div class="docblock"><p>Since the player is in the middle of editing, the signal may not be valid. Don’t go through
|
||
the entire apply_edits flow.</p>
|
||
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.get_edits_change_key" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/edits/mod.rs.html#1001-1003">source</a></span><h4 class="code-header">pub fn <a href="#method.get_edits_change_key" class="fnname">get_edits_change_key</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.usize.html">usize</a></h4></section></summary><div class="docblock"><p>If you need to regenerate anything when the map is edited, use this key to detect edits.</p>
|
||
</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Map-1" class="impl has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/make/mod.rs.html#43-310">source</a></span><a href="#impl-Map-1" class="anchor"></a><h3 class="code-header in-band">impl <a class="struct" href="struct.Map.html" title="struct map_model::Map">Map</a></h3></section></summary><div class="impl-items"><section id="method.create_from_raw" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/make/mod.rs.html#44-309">source</a></span><h4 class="code-header">pub fn <a href="#method.create_from_raw" class="fnname">create_from_raw</a>(<br> raw: <a class="struct" href="../raw_map/struct.RawMap.html" title="struct raw_map::RawMap">RawMap</a>,<br> opts: <a class="struct" href="make/struct.RawToMapOptions.html" title="struct map_model::make::RawToMapOptions">RawToMapOptions</a>,<br> timer: &mut <a class="struct" href="../abstutil/time/struct.Timer.html" title="struct abstutil::time::Timer">Timer</a><'_><br>) -> <a class="struct" href="struct.Map.html" title="struct map_model::Map">Map</a></h4></section></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Map-2" class="impl has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#23-1002">source</a></span><a href="#impl-Map-2" class="anchor"></a><h3 class="code-header in-band">impl <a class="struct" href="struct.Map.html" title="struct map_model::Map">Map</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.load_synchronously" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#26-61">source</a></span><h4 class="code-header">pub fn <a href="#method.load_synchronously" class="fnname">load_synchronously</a>(path: <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, timer: &mut <a class="struct" href="../abstutil/time/struct.Timer.html" title="struct abstutil::time::Timer">Timer</a><'_>) -> <a class="struct" href="struct.Map.html" title="struct map_model::Map">Map</a></h4></section></summary><div class="docblock"><p>Load a map from a local serialized Map or RawMap. Note this won’t work on web. This should
|
||
only be used by non-UI tools.</p>
|
||
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.map_loaded_directly" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#64-125">source</a></span><h4 class="code-header">pub fn <a href="#method.map_loaded_directly" class="fnname">map_loaded_directly</a>(&mut self, timer: &mut <a class="struct" href="../abstutil/time/struct.Timer.html" title="struct abstutil::time::Timer">Timer</a><'_>)</h4></section></summary><div class="docblock"><p>After deserializing a map directly, call this after.</p>
|
||
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.blank" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#128-159">source</a></span><h4 class="code-header">pub fn <a href="#method.blank" class="fnname">blank</a>() -> <a class="struct" href="struct.Map.html" title="struct map_model::Map">Map</a></h4></section></summary><div class="docblock"><p>Just for temporary std::mem::replace tricks.</p>
|
||
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.almost_blank" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#162-231">source</a></span><h4 class="code-header">pub fn <a href="#method.almost_blank" class="fnname">almost_blank</a>() -> Self</h4></section></summary><div class="docblock"><p>A dummy map that won’t crash UIs, but has almost nothing in it.</p>
|
||
</div></details><section id="method.all_roads" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#233-235">source</a></span><h4 class="code-header">pub fn <a href="#method.all_roads" class="fnname">all_roads</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="objects/road/struct.Road.html" title="struct map_model::objects::road::Road">Road</a>><span class="notable-traits"><span class="notable-traits-tooltip">ⓘ<span class="notable-traits-tooltiptext"><span class="docblock"><span class="notable">Notable traits for <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A></span><code class="content"><span class="where fmt-newline">impl<A> <a class="trait" href="https://doc.rust-lang.org/1.64.0/std/io/trait.Write.html" title="trait std::io::Write">Write</a> for <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A> <span class="where fmt-newline">where<br> A: <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/alloc/trait.Allocator.html" title="trait core::alloc::Allocator">Allocator</a>, </span></span></code></span></span></span></span></h4></section><section id="method.all_lanes" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#237-239">source</a></span><h4 class="code-header">pub fn <a href="#method.all_lanes" class="fnname">all_lanes</a>(&self) -> impl <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/iter/traits/iterator/trait.Iterator.html" title="trait core::iter::traits::iterator::Iterator">Iterator</a><Item = &<a class="struct" href="objects/lane/struct.Lane.html" title="struct map_model::objects::lane::Lane">Lane</a>></h4></section><section id="method.all_intersections" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#241-243">source</a></span><h4 class="code-header">pub fn <a href="#method.all_intersections" class="fnname">all_intersections</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="objects/intersection/struct.Intersection.html" title="struct map_model::objects::intersection::Intersection">Intersection</a>><span class="notable-traits"><span class="notable-traits-tooltip">ⓘ<span class="notable-traits-tooltiptext"><span class="docblock"><span class="notable">Notable traits for <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A></span><code class="content"><span class="where fmt-newline">impl<A> <a class="trait" href="https://doc.rust-lang.org/1.64.0/std/io/trait.Write.html" title="trait std::io::Write">Write</a> for <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A> <span class="where fmt-newline">where<br> A: <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/alloc/trait.Allocator.html" title="trait core::alloc::Allocator">Allocator</a>, </span></span></code></span></span></span></span></h4></section><section id="method.all_turns" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#245-247">source</a></span><h4 class="code-header">pub fn <a href="#method.all_turns" class="fnname">all_turns</a>(&self) -> impl <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/iter/traits/iterator/trait.Iterator.html" title="trait core::iter::traits::iterator::Iterator">Iterator</a><Item = &<a class="struct" href="objects/turn/struct.Turn.html" title="struct map_model::objects::turn::Turn">Turn</a>></h4></section><section id="method.all_buildings" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#249-251">source</a></span><h4 class="code-header">pub fn <a href="#method.all_buildings" class="fnname">all_buildings</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="objects/building/struct.Building.html" title="struct map_model::objects::building::Building">Building</a>><span class="notable-traits"><span class="notable-traits-tooltip">ⓘ<span class="notable-traits-tooltiptext"><span class="docblock"><span class="notable">Notable traits for <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A></span><code class="content"><span class="where fmt-newline">impl<A> <a class="trait" href="https://doc.rust-lang.org/1.64.0/std/io/trait.Write.html" title="trait std::io::Write">Write</a> for <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A> <span class="where fmt-newline">where<br> A: <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/alloc/trait.Allocator.html" title="trait core::alloc::Allocator">Allocator</a>, </span></span></code></span></span></span></span></h4></section><section id="method.all_areas" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#253-255">source</a></span><h4 class="code-header">pub fn <a href="#method.all_areas" class="fnname">all_areas</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="objects/area/struct.Area.html" title="struct map_model::objects::area::Area">Area</a>><span class="notable-traits"><span class="notable-traits-tooltip">ⓘ<span class="notable-traits-tooltiptext"><span class="docblock"><span class="notable">Notable traits for <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A></span><code class="content"><span class="where fmt-newline">impl<A> <a class="trait" href="https://doc.rust-lang.org/1.64.0/std/io/trait.Write.html" title="trait std::io::Write">Write</a> for <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A> <span class="where fmt-newline">where<br> A: <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/alloc/trait.Allocator.html" title="trait core::alloc::Allocator">Allocator</a>, </span></span></code></span></span></span></span></h4></section><section id="method.all_parking_lots" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#257-259">source</a></span><h4 class="code-header">pub fn <a href="#method.all_parking_lots" class="fnname">all_parking_lots</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="objects/parking_lot/struct.ParkingLot.html" title="struct map_model::objects::parking_lot::ParkingLot">ParkingLot</a>><span class="notable-traits"><span class="notable-traits-tooltip">ⓘ<span class="notable-traits-tooltiptext"><span class="docblock"><span class="notable">Notable traits for <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A></span><code class="content"><span class="where fmt-newline">impl<A> <a class="trait" href="https://doc.rust-lang.org/1.64.0/std/io/trait.Write.html" title="trait std::io::Write">Write</a> for <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A> <span class="where fmt-newline">where<br> A: <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/alloc/trait.Allocator.html" title="trait core::alloc::Allocator">Allocator</a>, </span></span></code></span></span></span></span></h4></section><section id="method.all_zones" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#261-263">source</a></span><h4 class="code-header">pub fn <a href="#method.all_zones" class="fnname">all_zones</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="objects/zone/struct.Zone.html" title="struct map_model::objects::zone::Zone">Zone</a>><span class="notable-traits"><span class="notable-traits-tooltip">ⓘ<span class="notable-traits-tooltiptext"><span class="docblock"><span class="notable">Notable traits for <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A></span><code class="content"><span class="where fmt-newline">impl<A> <a class="trait" href="https://doc.rust-lang.org/1.64.0/std/io/trait.Write.html" title="trait std::io::Write">Write</a> for <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A> <span class="where fmt-newline">where<br> A: <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/alloc/trait.Allocator.html" title="trait core::alloc::Allocator">Allocator</a>, </span></span></code></span></span></span></span></h4></section><section id="method.maybe_get_r" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#265-267">source</a></span><h4 class="code-header">pub fn <a href="#method.maybe_get_r" class="fnname">maybe_get_r</a>(&self, id: <a class="struct" href="objects/road/struct.RoadID.html" title="struct map_model::objects::road::RoadID">RoadID</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="objects/road/struct.Road.html" title="struct map_model::objects::road::Road">Road</a>></h4></section><section id="method.maybe_get_l" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#269-271">source</a></span><h4 class="code-header">pub fn <a href="#method.maybe_get_l" class="fnname">maybe_get_l</a>(&self, id: <a class="struct" href="objects/lane/struct.LaneID.html" title="struct map_model::objects::lane::LaneID">LaneID</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="objects/lane/struct.Lane.html" title="struct map_model::objects::lane::Lane">Lane</a>></h4></section><section id="method.maybe_get_i" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#273-275">source</a></span><h4 class="code-header">pub fn <a href="#method.maybe_get_i" class="fnname">maybe_get_i</a>(&self, id: <a class="struct" href="objects/intersection/struct.IntersectionID.html" title="struct map_model::objects::intersection::IntersectionID">IntersectionID</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="objects/intersection/struct.Intersection.html" title="struct map_model::objects::intersection::Intersection">Intersection</a>></h4></section><section id="method.maybe_get_t" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#277-286">source</a></span><h4 class="code-header">pub fn <a href="#method.maybe_get_t" class="fnname">maybe_get_t</a>(&self, id: <a class="struct" href="objects/turn/struct.TurnID.html" title="struct map_model::objects::turn::TurnID">TurnID</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="objects/turn/struct.Turn.html" title="struct map_model::objects::turn::Turn">Turn</a>></h4></section><section id="method.maybe_get_b" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#288-290">source</a></span><h4 class="code-header">pub fn <a href="#method.maybe_get_b" class="fnname">maybe_get_b</a>(&self, id: <a class="struct" href="objects/building/struct.BuildingID.html" title="struct map_model::objects::building::BuildingID">BuildingID</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="objects/building/struct.Building.html" title="struct map_model::objects::building::Building">Building</a>></h4></section><section id="method.maybe_get_pl" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#292-294">source</a></span><h4 class="code-header">pub fn <a href="#method.maybe_get_pl" class="fnname">maybe_get_pl</a>(&self, id: <a class="struct" href="objects/parking_lot/struct.ParkingLotID.html" title="struct map_model::objects::parking_lot::ParkingLotID">ParkingLotID</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="objects/parking_lot/struct.ParkingLot.html" title="struct map_model::objects::parking_lot::ParkingLot">ParkingLot</a>></h4></section><section id="method.maybe_get_a" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#296-298">source</a></span><h4 class="code-header">pub fn <a href="#method.maybe_get_a" class="fnname">maybe_get_a</a>(&self, id: <a class="struct" href="objects/area/struct.AreaID.html" title="struct map_model::objects::area::AreaID">AreaID</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="objects/area/struct.Area.html" title="struct map_model::objects::area::Area">Area</a>></h4></section><section id="method.maybe_get_ts" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#300-302">source</a></span><h4 class="code-header">pub fn <a href="#method.maybe_get_ts" class="fnname">maybe_get_ts</a>(&self, id: <a class="struct" href="objects/transit/struct.TransitStopID.html" title="struct map_model::objects::transit::TransitStopID">TransitStopID</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="objects/transit/struct.TransitStop.html" title="struct map_model::objects::transit::TransitStop">TransitStop</a>></h4></section><section id="method.maybe_get_stop_sign" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#304-306">source</a></span><h4 class="code-header">pub fn <a href="#method.maybe_get_stop_sign" class="fnname">maybe_get_stop_sign</a>(&self, id: <a class="struct" href="objects/intersection/struct.IntersectionID.html" title="struct map_model::objects::intersection::IntersectionID">IntersectionID</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="objects/stop_signs/struct.ControlStopSign.html" title="struct map_model::objects::stop_signs::ControlStopSign">ControlStopSign</a>></h4></section><section id="method.maybe_get_traffic_signal" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#308-310">source</a></span><h4 class="code-header">pub fn <a href="#method.maybe_get_traffic_signal" class="fnname">maybe_get_traffic_signal</a>(<br> &self,<br> id: <a class="struct" href="objects/intersection/struct.IntersectionID.html" title="struct map_model::objects::intersection::IntersectionID">IntersectionID</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="objects/traffic_signals/struct.ControlTrafficSignal.html" title="struct map_model::objects::traffic_signals::ControlTrafficSignal">ControlTrafficSignal</a>></h4></section><section id="method.maybe_get_tr" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#312-314">source</a></span><h4 class="code-header">pub fn <a href="#method.maybe_get_tr" class="fnname">maybe_get_tr</a>(&self, route: <a class="struct" href="objects/transit/struct.TransitRouteID.html" title="struct map_model::objects::transit::TransitRouteID">TransitRouteID</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="objects/transit/struct.TransitRoute.html" title="struct map_model::objects::transit::TransitRoute">TransitRoute</a>></h4></section><section id="method.get_r" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#316-318">source</a></span><h4 class="code-header">pub fn <a href="#method.get_r" class="fnname">get_r</a>(&self, id: <a class="struct" href="objects/road/struct.RoadID.html" title="struct map_model::objects::road::RoadID">RoadID</a>) -> &<a class="struct" href="objects/road/struct.Road.html" title="struct map_model::objects::road::Road">Road</a></h4></section><section id="method.get_l" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#320-322">source</a></span><h4 class="code-header">pub fn <a href="#method.get_l" class="fnname">get_l</a>(&self, id: <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></h4></section><section id="method.mut_lane" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#324-326">source</a></span><h4 class="code-header">pub(crate) fn <a href="#method.mut_lane" class="fnname">mut_lane</a>(&mut self, id: <a class="struct" href="objects/lane/struct.LaneID.html" title="struct map_model::objects::lane::LaneID">LaneID</a>) -> &mut <a class="struct" href="objects/lane/struct.Lane.html" title="struct map_model::objects::lane::Lane">Lane</a></h4></section><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mut_road" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#328-330">source</a></span><h4 class="code-header">pub fn <a href="#method.mut_road" class="fnname">mut_road</a>(&mut self, id: <a class="struct" href="objects/road/struct.RoadID.html" title="struct map_model::objects::road::RoadID">RoadID</a>) -> &mut <a class="struct" href="objects/road/struct.Road.html" title="struct map_model::objects::road::Road">Road</a></h4></section></summary><div class="docblock"><p>Public for importer. Do not abuse!</p>
|
||
</div></details><section id="method.mut_turn" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#331-338">source</a></span><h4 class="code-header">pub(crate) fn <a href="#method.mut_turn" class="fnname">mut_turn</a>(&mut self, id: <a class="struct" href="objects/turn/struct.TurnID.html" title="struct map_model::objects::turn::TurnID">TurnID</a>) -> &mut <a class="struct" href="objects/turn/struct.Turn.html" title="struct map_model::objects::turn::Turn">Turn</a></h4></section><section id="method.get_i" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#340-342">source</a></span><h4 class="code-header">pub fn <a href="#method.get_i" class="fnname">get_i</a>(&self, id: <a class="struct" href="objects/intersection/struct.IntersectionID.html" title="struct map_model::objects::intersection::IntersectionID">IntersectionID</a>) -> &<a class="struct" href="objects/intersection/struct.Intersection.html" title="struct map_model::objects::intersection::Intersection">Intersection</a></h4></section><section id="method.get_t" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#344-351">source</a></span><h4 class="code-header">pub fn <a href="#method.get_t" class="fnname">get_t</a>(&self, id: <a class="struct" href="objects/turn/struct.TurnID.html" title="struct map_model::objects::turn::TurnID">TurnID</a>) -> &<a class="struct" href="objects/turn/struct.Turn.html" title="struct map_model::objects::turn::Turn">Turn</a></h4></section><section id="method.get_b" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#353-355">source</a></span><h4 class="code-header">pub fn <a href="#method.get_b" class="fnname">get_b</a>(&self, id: <a class="struct" href="objects/building/struct.BuildingID.html" title="struct map_model::objects::building::BuildingID">BuildingID</a>) -> &<a class="struct" href="objects/building/struct.Building.html" title="struct map_model::objects::building::Building">Building</a></h4></section><section id="method.get_a" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#357-359">source</a></span><h4 class="code-header">pub fn <a href="#method.get_a" class="fnname">get_a</a>(&self, id: <a class="struct" href="objects/area/struct.AreaID.html" title="struct map_model::objects::area::AreaID">AreaID</a>) -> &<a class="struct" href="objects/area/struct.Area.html" title="struct map_model::objects::area::Area">Area</a></h4></section><section id="method.get_pl" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#361-363">source</a></span><h4 class="code-header">pub fn <a href="#method.get_pl" class="fnname">get_pl</a>(&self, id: <a class="struct" href="objects/parking_lot/struct.ParkingLotID.html" title="struct map_model::objects::parking_lot::ParkingLotID">ParkingLotID</a>) -> &<a class="struct" href="objects/parking_lot/struct.ParkingLot.html" title="struct map_model::objects::parking_lot::ParkingLot">ParkingLot</a></h4></section><section id="method.get_stop_sign" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#365-367">source</a></span><h4 class="code-header">pub fn <a href="#method.get_stop_sign" class="fnname">get_stop_sign</a>(&self, id: <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></h4></section><section id="method.get_traffic_signal" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#369-371">source</a></span><h4 class="code-header">pub fn <a href="#method.get_traffic_signal" class="fnname">get_traffic_signal</a>(&self, id: <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></h4></section><details class="rustdoc-toggle method-toggle" open><summary><section id="method.get_turns_from_lane" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#376-391">source</a></span><h4 class="code-header">pub fn <a href="#method.get_turns_from_lane" class="fnname">get_turns_from_lane</a>(&self, l: <a class="struct" href="objects/lane/struct.LaneID.html" title="struct map_model::objects::lane::LaneID">LaneID</a>) -> <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><&<a class="struct" href="objects/turn/struct.Turn.html" title="struct map_model::objects::turn::Turn">Turn</a>><span class="notable-traits"><span class="notable-traits-tooltip">ⓘ<span class="notable-traits-tooltiptext"><span class="docblock"><span class="notable">Notable traits for <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A></span><code class="content"><span class="where fmt-newline">impl<A> <a class="trait" href="https://doc.rust-lang.org/1.64.0/std/io/trait.Write.html" title="trait std::io::Write">Write</a> for <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A> <span class="where fmt-newline">where<br> A: <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/alloc/trait.Allocator.html" title="trait core::alloc::Allocator">Allocator</a>, </span></span></code></span></span></span></span></h4></section></summary><div class="docblock"><p>The turns may belong to two different intersections!</p>
|
||
</div></details><section id="method.get_turns_to_lane" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#393-408">source</a></span><h4 class="code-header">pub fn <a href="#method.get_turns_to_lane" class="fnname">get_turns_to_lane</a>(&self, l: <a class="struct" href="objects/lane/struct.LaneID.html" title="struct map_model::objects::lane::LaneID">LaneID</a>) -> <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><&<a class="struct" href="objects/turn/struct.Turn.html" title="struct map_model::objects::turn::Turn">Turn</a>><span class="notable-traits"><span class="notable-traits-tooltip">ⓘ<span class="notable-traits-tooltiptext"><span class="docblock"><span class="notable">Notable traits for <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A></span><code class="content"><span class="where fmt-newline">impl<A> <a class="trait" href="https://doc.rust-lang.org/1.64.0/std/io/trait.Write.html" title="trait std::io::Write">Write</a> for <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A> <span class="where fmt-newline">where<br> A: <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/alloc/trait.Allocator.html" title="trait core::alloc::Allocator">Allocator</a>, </span></span></code></span></span></span></span></h4></section><section id="method.get_turn_between" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#410-420">source</a></span><h4 class="code-header">pub fn <a href="#method.get_turn_between" class="fnname">get_turn_between</a>(<br> &self,<br> from: <a class="struct" href="objects/lane/struct.LaneID.html" title="struct map_model::objects::lane::LaneID">LaneID</a>,<br> to: <a class="struct" href="objects/lane/struct.LaneID.html" title="struct map_model::objects::lane::LaneID">LaneID</a>,<br> parent: <a class="struct" href="objects/intersection/struct.IntersectionID.html" title="struct map_model::objects::intersection::IntersectionID">IntersectionID</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="objects/turn/struct.Turn.html" title="struct map_model::objects::turn::Turn">Turn</a>></h4></section><section id="method.get_next_turns_and_lanes" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#422-432">source</a></span><h4 class="code-header">pub fn <a href="#method.get_next_turns_and_lanes" class="fnname">get_next_turns_and_lanes</a>(&self, from: <a class="struct" href="objects/lane/struct.LaneID.html" title="struct map_model::objects::lane::LaneID">LaneID</a>) -> <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><(&<a class="struct" href="objects/turn/struct.Turn.html" title="struct map_model::objects::turn::Turn">Turn</a>, &<a class="struct" href="objects/lane/struct.Lane.html" title="struct map_model::objects::lane::Lane">Lane</a>)><span class="notable-traits"><span class="notable-traits-tooltip">ⓘ<span class="notable-traits-tooltiptext"><span class="docblock"><span class="notable">Notable traits for <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A></span><code class="content"><span class="where fmt-newline">impl<A> <a class="trait" href="https://doc.rust-lang.org/1.64.0/std/io/trait.Write.html" title="trait std::io::Write">Write</a> for <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A> <span class="where fmt-newline">where<br> A: <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/alloc/trait.Allocator.html" title="trait core::alloc::Allocator">Allocator</a>, </span></span></code></span></span></span></span></h4></section><section id="method.get_next_turns_and_lanes_for" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#434-443">source</a></span><h4 class="code-header">pub fn <a href="#method.get_next_turns_and_lanes_for" class="fnname">get_next_turns_and_lanes_for</a>(<br> &self,<br> from: <a class="struct" href="objects/lane/struct.LaneID.html" title="struct map_model::objects::lane::LaneID">LaneID</a>,<br> constraints: <a class="enum" href="pathfind/enum.PathConstraints.html" title="enum map_model::pathfind::PathConstraints">PathConstraints</a><br>) -> <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><(&<a class="struct" href="objects/turn/struct.Turn.html" title="struct map_model::objects::turn::Turn">Turn</a>, &<a class="struct" href="objects/lane/struct.Lane.html" title="struct map_model::objects::lane::Lane">Lane</a>)><span class="notable-traits"><span class="notable-traits-tooltip">ⓘ<span class="notable-traits-tooltiptext"><span class="docblock"><span class="notable">Notable traits for <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A></span><code class="content"><span class="where fmt-newline">impl<A> <a class="trait" href="https://doc.rust-lang.org/1.64.0/std/io/trait.Write.html" title="trait std::io::Write">Write</a> for <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A> <span class="where fmt-newline">where<br> A: <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/alloc/trait.Allocator.html" title="trait core::alloc::Allocator">Allocator</a>, </span></span></code></span></span></span></span></h4></section><section id="method.get_turns_for" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#445-450">source</a></span><h4 class="code-header">pub fn <a href="#method.get_turns_for" class="fnname">get_turns_for</a>(<br> &self,<br> from: <a class="struct" href="objects/lane/struct.LaneID.html" title="struct map_model::objects::lane::LaneID">LaneID</a>,<br> constraints: <a class="enum" href="pathfind/enum.PathConstraints.html" title="enum map_model::pathfind::PathConstraints">PathConstraints</a><br>) -> <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><&<a class="struct" href="objects/turn/struct.Turn.html" title="struct map_model::objects::turn::Turn">Turn</a>><span class="notable-traits"><span class="notable-traits-tooltip">ⓘ<span class="notable-traits-tooltiptext"><span class="docblock"><span class="notable">Notable traits for <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A></span><code class="content"><span class="where fmt-newline">impl<A> <a class="trait" href="https://doc.rust-lang.org/1.64.0/std/io/trait.Write.html" title="trait std::io::Write">Write</a> for <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A> <span class="where fmt-newline">where<br> A: <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/alloc/trait.Allocator.html" title="trait core::alloc::Allocator">Allocator</a>, </span></span></code></span></span></span></span></h4></section><details class="rustdoc-toggle method-toggle" open><summary><section id="method.get_movements_for" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#453-471">source</a></span><h4 class="code-header">pub fn <a href="#method.get_movements_for" class="fnname">get_movements_for</a>(<br> &self,<br> from: <a class="struct" href="objects/road/struct.DirectedRoadID.html" title="struct map_model::objects::road::DirectedRoadID">DirectedRoadID</a>,<br> constraints: <a class="enum" href="pathfind/enum.PathConstraints.html" title="enum map_model::pathfind::PathConstraints">PathConstraints</a><br>) -> <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="objects/movement/struct.MovementID.html" title="struct map_model::objects::movement::MovementID">MovementID</a>><span class="notable-traits"><span class="notable-traits-tooltip">ⓘ<span class="notable-traits-tooltiptext"><span class="docblock"><span class="notable">Notable traits for <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A></span><code class="content"><span class="where fmt-newline">impl<A> <a class="trait" href="https://doc.rust-lang.org/1.64.0/std/io/trait.Write.html" title="trait std::io::Write">Write</a> for <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A> <span class="where fmt-newline">where<br> A: <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/alloc/trait.Allocator.html" title="trait core::alloc::Allocator">Allocator</a>, </span></span></code></span></span></span></span></h4></section></summary><div class="docblock"><p>Find all movements from one road to another that’re usable by someone.</p>
|
||
</div></details><section id="method.get_next_roads" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#473-480">source</a></span><h4 class="code-header">pub fn <a href="#method.get_next_roads" class="fnname">get_next_roads</a>(&self, from: <a class="struct" href="objects/road/struct.RoadID.html" title="struct map_model::objects::road::RoadID">RoadID</a>) -> <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/collections/btree/set/struct.BTreeSet.html" title="struct alloc::collections::btree::set::BTreeSet">BTreeSet</a><<a class="struct" href="objects/road/struct.RoadID.html" title="struct map_model::objects::road::RoadID">RoadID</a>></h4></section><section id="method.get_parent" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#482-484">source</a></span><h4 class="code-header">pub fn <a href="#method.get_parent" class="fnname">get_parent</a>(&self, id: <a class="struct" href="objects/lane/struct.LaneID.html" title="struct map_model::objects::lane::LaneID">LaneID</a>) -> &<a class="struct" href="objects/road/struct.Road.html" title="struct map_model::objects::road::Road">Road</a></h4></section><section id="method.get_gps_bounds" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#486-488">source</a></span><h4 class="code-header">pub fn <a href="#method.get_gps_bounds" class="fnname">get_gps_bounds</a>(&self) -> &<a class="struct" href="../geom/bounds/struct.GPSBounds.html" title="struct geom::bounds::GPSBounds">GPSBounds</a></h4></section><section id="method.get_bounds" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#490-492">source</a></span><h4 class="code-header">pub fn <a href="#method.get_bounds" class="fnname">get_bounds</a>(&self) -> &<a class="struct" href="../geom/bounds/struct.Bounds.html" title="struct geom::bounds::Bounds">Bounds</a></h4></section><section id="method.get_city_name" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#494-496">source</a></span><h4 class="code-header">pub fn <a href="#method.get_city_name" class="fnname">get_city_name</a>(&self) -> &<a class="struct" href="../abstio/abst_paths/struct.CityName.html" title="struct abstio::abst_paths::CityName">CityName</a></h4></section><section id="method.get_name" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#498-500">source</a></span><h4 class="code-header">pub fn <a href="#method.get_name" class="fnname">get_name</a>(&self) -> &<a class="struct" href="../abstio/abst_paths/struct.MapName.html" title="struct abstio::abst_paths::MapName">MapName</a></h4></section><section id="method.all_transit_stops" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#502-504">source</a></span><h4 class="code-header">pub fn <a href="#method.all_transit_stops" class="fnname">all_transit_stops</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/collections/btree/map/struct.BTreeMap.html" title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a><<a class="struct" href="objects/transit/struct.TransitStopID.html" title="struct map_model::objects::transit::TransitStopID">TransitStopID</a>, <a class="struct" href="objects/transit/struct.TransitStop.html" title="struct map_model::objects::transit::TransitStop">TransitStop</a>></h4></section><section id="method.get_ts" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#506-508">source</a></span><h4 class="code-header">pub fn <a href="#method.get_ts" class="fnname">get_ts</a>(&self, stop: <a class="struct" href="objects/transit/struct.TransitStopID.html" title="struct map_model::objects::transit::TransitStopID">TransitStopID</a>) -> &<a class="struct" href="objects/transit/struct.TransitStop.html" title="struct map_model::objects::transit::TransitStop">TransitStop</a></h4></section><section id="method.get_tr" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#510-512">source</a></span><h4 class="code-header">pub fn <a href="#method.get_tr" class="fnname">get_tr</a>(&self, route: <a class="struct" href="objects/transit/struct.TransitRouteID.html" title="struct map_model::objects::transit::TransitRouteID">TransitRouteID</a>) -> &<a class="struct" href="objects/transit/struct.TransitRoute.html" title="struct map_model::objects::transit::TransitRoute">TransitRoute</a></h4></section><section id="method.all_transit_routes" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#514-516">source</a></span><h4 class="code-header">pub fn <a href="#method.all_transit_routes" class="fnname">all_transit_routes</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="objects/transit/struct.TransitRoute.html" title="struct map_model::objects::transit::TransitRoute">TransitRoute</a>><span class="notable-traits"><span class="notable-traits-tooltip">ⓘ<span class="notable-traits-tooltiptext"><span class="docblock"><span class="notable">Notable traits for <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A></span><code class="content"><span class="where fmt-newline">impl<A> <a class="trait" href="https://doc.rust-lang.org/1.64.0/std/io/trait.Write.html" title="trait std::io::Write">Write</a> for <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A> <span class="where fmt-newline">where<br> A: <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/alloc/trait.Allocator.html" title="trait core::alloc::Allocator">Allocator</a>, </span></span></code></span></span></span></span></h4></section><section id="method.get_transit_route" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#518-520">source</a></span><h4 class="code-header">pub fn <a href="#method.get_transit_route" class="fnname">get_transit_route</a>(&self, name: &<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="objects/transit/struct.TransitRoute.html" title="struct map_model::objects::transit::TransitRoute">TransitRoute</a>></h4></section><section id="method.get_routes_serving_stop" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#522-530">source</a></span><h4 class="code-header">pub fn <a href="#method.get_routes_serving_stop" class="fnname">get_routes_serving_stop</a>(&self, stop: <a class="struct" href="objects/transit/struct.TransitStopID.html" title="struct map_model::objects::transit::TransitStopID">TransitStopID</a>) -> <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><&<a class="struct" href="objects/transit/struct.TransitRoute.html" title="struct map_model::objects::transit::TransitRoute">TransitRoute</a>><span class="notable-traits"><span class="notable-traits-tooltip">ⓘ<span class="notable-traits-tooltiptext"><span class="docblock"><span class="notable">Notable traits for <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A></span><code class="content"><span class="where fmt-newline">impl<A> <a class="trait" href="https://doc.rust-lang.org/1.64.0/std/io/trait.Write.html" title="trait std::io::Write">Write</a> for <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A> <span class="where fmt-newline">where<br> A: <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/alloc/trait.Allocator.html" title="trait core::alloc::Allocator">Allocator</a>, </span></span></code></span></span></span></span></h4></section><section id="method.building_to_road" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#532-534">source</a></span><h4 class="code-header">pub fn <a href="#method.building_to_road" class="fnname">building_to_road</a>(&self, id: <a class="struct" href="objects/building/struct.BuildingID.html" title="struct map_model::objects::building::BuildingID">BuildingID</a>) -> &<a class="struct" href="objects/road/struct.Road.html" title="struct map_model::objects::road::Road">Road</a></h4></section><details class="rustdoc-toggle method-toggle" open><summary><section id="method.all_incoming_borders" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#537-545">source</a></span><h4 class="code-header">pub fn <a href="#method.all_incoming_borders" class="fnname">all_incoming_borders</a>(&self) -> <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><&<a class="struct" href="objects/intersection/struct.Intersection.html" title="struct map_model::objects::intersection::Intersection">Intersection</a>><span class="notable-traits"><span class="notable-traits-tooltip">ⓘ<span class="notable-traits-tooltiptext"><span class="docblock"><span class="notable">Notable traits for <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A></span><code class="content"><span class="where fmt-newline">impl<A> <a class="trait" href="https://doc.rust-lang.org/1.64.0/std/io/trait.Write.html" title="trait std::io::Write">Write</a> for <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A> <span class="where fmt-newline">where<br> A: <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/alloc/trait.Allocator.html" title="trait core::alloc::Allocator">Allocator</a>, </span></span></code></span></span></span></span></h4></section></summary><div class="docblock"><p>This and all_outgoing_borders are expensive to constantly repeat</p>
|
||
</div></details><section id="method.all_outgoing_borders" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#547-555">source</a></span><h4 class="code-header">pub fn <a href="#method.all_outgoing_borders" class="fnname">all_outgoing_borders</a>(&self) -> <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><&<a class="struct" href="objects/intersection/struct.Intersection.html" title="struct map_model::objects::intersection::Intersection">Intersection</a>><span class="notable-traits"><span class="notable-traits-tooltip">ⓘ<span class="notable-traits-tooltiptext"><span class="docblock"><span class="notable">Notable traits for <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A></span><code class="content"><span class="where fmt-newline">impl<A> <a class="trait" href="https://doc.rust-lang.org/1.64.0/std/io/trait.Write.html" title="trait std::io::Write">Write</a> for <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A> <span class="where fmt-newline">where<br> A: <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/alloc/trait.Allocator.html" title="trait core::alloc::Allocator">Allocator</a>, </span></span></code></span></span></span></span></h4></section><section id="method.save" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#557-562">source</a></span><h4 class="code-header">pub fn <a href="#method.save" class="fnname">save</a>(&self)</h4></section><details class="rustdoc-toggle method-toggle" open><summary><section id="method.find_driving_lane_near_building" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#569-616">source</a></span><h4 class="code-header">pub fn <a href="#method.find_driving_lane_near_building" class="fnname">find_driving_lane_near_building</a>(&self, b: <a class="struct" href="objects/building/struct.BuildingID.html" title="struct map_model::objects::building::BuildingID">BuildingID</a>) -> <a class="struct" href="objects/lane/struct.LaneID.html" title="struct map_model::objects::lane::LaneID">LaneID</a></h4></section></summary><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 that’re “parking
|
||
blackholes” – if there are no free spots on that lane, then the roads force cars to a
|
||
border.</p>
|
||
</div></details><section id="method.get_boundary_polygon" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#618-620">source</a></span><h4 class="code-header">pub fn <a href="#method.get_boundary_polygon" class="fnname">get_boundary_polygon</a>(&self) -> &<a class="struct" href="../geom/polygon/struct.Polygon.html" title="struct geom::polygon::Polygon">Polygon</a></h4></section><section id="method.get_pathfinder" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#622-624">source</a></span><h4 class="code-header">pub fn <a href="#method.get_pathfinder" class="fnname">get_pathfinder</a>(&self) -> &<a class="struct" href="pathfind/pathfinder/struct.Pathfinder.html" title="struct map_model::pathfind::pathfinder::Pathfinder">Pathfinder</a></h4></section><section id="method.pathfind" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#626-628">source</a></span><h4 class="code-header">pub fn <a href="#method.pathfind" class="fnname">pathfind</a>(&self, req: <a class="struct" href="pathfind/v1/struct.PathRequest.html" title="struct map_model::pathfind::v1::PathRequest">PathRequest</a>) -> <a class="type" href="https://docs.rs/anyhow/1.0.41/anyhow/type.Result.html" title="type anyhow::Result">Result</a><<a class="struct" href="pathfind/v1/struct.Path.html" title="struct map_model::pathfind::v1::Path">Path</a>></h4></section><section id="method.pathfind_with_params" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#629-637">source</a></span><h4 class="code-header">pub fn <a href="#method.pathfind_with_params" class="fnname">pathfind_with_params</a>(<br> &self,<br> req: <a class="struct" href="pathfind/v1/struct.PathRequest.html" title="struct map_model::pathfind::v1::PathRequest">PathRequest</a>,<br> params: &<a class="struct" href="pathfind/struct.RoutingParams.html" title="struct map_model::pathfind::RoutingParams">RoutingParams</a>,<br> cache_custom: <a class="enum" href="pathfind/pathfinder/enum.PathfinderCaching.html" title="enum map_model::pathfind::pathfinder::PathfinderCaching">PathfinderCaching</a><br>) -> <a class="type" href="https://docs.rs/anyhow/1.0.41/anyhow/type.Result.html" title="type anyhow::Result">Result</a><<a class="struct" href="pathfind/v1/struct.Path.html" title="struct map_model::pathfind::v1::Path">Path</a>></h4></section><section id="method.pathfind_v2" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#638-643">source</a></span><h4 class="code-header">pub fn <a href="#method.pathfind_v2" class="fnname">pathfind_v2</a>(&self, req: <a class="struct" href="pathfind/v1/struct.PathRequest.html" title="struct map_model::pathfind::v1::PathRequest">PathRequest</a>) -> <a class="type" href="https://docs.rs/anyhow/1.0.41/anyhow/type.Result.html" title="type anyhow::Result">Result</a><<a class="struct" href="pathfind/v2/struct.PathV2.html" title="struct map_model::pathfind::v2::PathV2">PathV2</a>></h4></section><section id="method.pathfind_v2_with_params" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#644-654">source</a></span><h4 class="code-header">pub fn <a href="#method.pathfind_v2_with_params" class="fnname">pathfind_v2_with_params</a>(<br> &self,<br> req: <a class="struct" href="pathfind/v1/struct.PathRequest.html" title="struct map_model::pathfind::v1::PathRequest">PathRequest</a>,<br> params: &<a class="struct" href="pathfind/struct.RoutingParams.html" title="struct map_model::pathfind::RoutingParams">RoutingParams</a>,<br> cache_custom: <a class="enum" href="pathfind/pathfinder/enum.PathfinderCaching.html" title="enum map_model::pathfind::pathfinder::PathfinderCaching">PathfinderCaching</a><br>) -> <a class="type" href="https://docs.rs/anyhow/1.0.41/anyhow/type.Result.html" title="type anyhow::Result">Result</a><<a class="struct" href="pathfind/v2/struct.PathV2.html" title="struct map_model::pathfind::v2::PathV2">PathV2</a>></h4></section><section id="method.should_use_transit" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#655-662">source</a></span><h4 class="code-header">pub fn <a href="#method.should_use_transit" class="fnname">should_use_transit</a>(<br> &self,<br> start: <a class="struct" href="traversable/struct.Position.html" title="struct map_model::traversable::Position">Position</a>,<br> end: <a class="struct" href="traversable/struct.Position.html" title="struct map_model::traversable::Position">Position</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><(<a class="struct" href="objects/transit/struct.TransitStopID.html" title="struct map_model::objects::transit::TransitStopID">TransitStopID</a>, <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="objects/transit/struct.TransitStopID.html" title="struct map_model::objects::transit::TransitStopID">TransitStopID</a>>, <a class="struct" href="objects/transit/struct.TransitRouteID.html" title="struct map_model::objects::transit::TransitRouteID">TransitRouteID</a>)></h4></section><details class="rustdoc-toggle method-toggle" open><summary><section id="method.all_costs_from" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#667-673">source</a></span><h4 class="code-header">pub fn <a href="#method.all_costs_from" class="fnname">all_costs_from</a>(<br> &self,<br> req: <a class="struct" href="pathfind/v1/struct.PathRequest.html" title="struct map_model::pathfind::v1::PathRequest">PathRequest</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><(<a class="struct" href="../geom/duration/struct.Duration.html" title="struct geom::duration::Duration">Duration</a>, <a class="struct" href="https://doc.rust-lang.org/1.64.0/std/collections/hash/map/struct.HashMap.html" title="struct std::collections::hash::map::HashMap">HashMap</a><<a class="struct" href="objects/road/struct.DirectedRoadID.html" title="struct map_model::objects::road::DirectedRoadID">DirectedRoadID</a>, <a class="struct" href="../geom/duration/struct.Duration.html" title="struct geom::duration::Duration">Duration</a>>)></h4></section></summary><div class="docblock"><p>Return the cost of a single path, and also a mapping from every directed road to the cost
|
||
of getting there from the same start. This can be used to understand why an alternative
|
||
route wasn’t chosen.</p>
|
||
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.get_movement_for_traffic_signal" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#676-685">source</a></span><h4 class="code-header">pub fn <a href="#method.get_movement_for_traffic_signal" class="fnname">get_movement_for_traffic_signal</a>(<br> &self,<br> t: <a class="struct" href="objects/turn/struct.TurnID.html" title="struct map_model::objects::turn::TurnID">TurnID</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><(<a class="struct" href="objects/movement/struct.MovementID.html" title="struct map_model::objects::movement::MovementID">MovementID</a>, <a class="struct" href="objects/movement/struct.CompressedMovementID.html" title="struct map_model::objects::movement::CompressedMovementID">CompressedMovementID</a>)></h4></section></summary><div class="docblock"><p>None for SharedSidewalkCorners and turns not belonging to traffic signals</p>
|
||
</div></details><section id="method.find_r_by_osm_id" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#687-694">source</a></span><h4 class="code-header">pub fn <a href="#method.find_r_by_osm_id" class="fnname">find_r_by_osm_id</a>(&self, id: <a class="struct" href="struct.OriginalRoad.html" title="struct map_model::OriginalRoad">OriginalRoad</a>) -> <a class="type" href="https://docs.rs/anyhow/1.0.41/anyhow/type.Result.html" title="type anyhow::Result">Result</a><<a class="struct" href="objects/road/struct.RoadID.html" title="struct map_model::objects::road::RoadID">RoadID</a>></h4></section><section id="method.find_i_by_osm_id" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#696-703">source</a></span><h4 class="code-header">pub fn <a href="#method.find_i_by_osm_id" class="fnname">find_i_by_osm_id</a>(&self, id: <a class="struct" href="osm/struct.NodeID.html" title="struct map_model::osm::NodeID">NodeID</a>) -> <a class="type" href="https://docs.rs/anyhow/1.0.41/anyhow/type.Result.html" title="type anyhow::Result">Result</a><<a class="struct" href="objects/intersection/struct.IntersectionID.html" title="struct map_model::objects::intersection::IntersectionID">IntersectionID</a>></h4></section><section id="method.find_b_by_osm_id" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#705-712">source</a></span><h4 class="code-header">pub fn <a href="#method.find_b_by_osm_id" class="fnname">find_b_by_osm_id</a>(&self, id: <a class="enum" href="osm/enum.OsmID.html" title="enum map_model::osm::OsmID">OsmID</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="objects/building/struct.BuildingID.html" title="struct map_model::objects::building::BuildingID">BuildingID</a>></h4></section><section id="method.find_tr_by_gtfs" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#714-721">source</a></span><h4 class="code-header">pub fn <a href="#method.find_tr_by_gtfs" class="fnname">find_tr_by_gtfs</a>(&self, gtfs_id: &<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="objects/transit/struct.TransitRouteID.html" title="struct map_model::objects::transit::TransitRouteID">TransitRouteID</a>></h4></section><section id="method.hack_override_offstreet_spots" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#724-730">source</a></span><h4 class="code-header">pub fn <a href="#method.hack_override_offstreet_spots" class="fnname">hack_override_offstreet_spots</a>(&mut self, spots_per_bldg: <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.usize.html">usize</a>)</h4></section><section id="method.hack_override_offstreet_spots_individ" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#731-736">source</a></span><h4 class="code-header">pub fn <a href="#method.hack_override_offstreet_spots_individ" class="fnname">hack_override_offstreet_spots_individ</a>(<br> &mut self,<br> b: <a class="struct" href="objects/building/struct.BuildingID.html" title="struct map_model::objects::building::BuildingID">BuildingID</a>,<br> spots: <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.usize.html">usize</a><br>)</h4></section><section id="method.hack_override_bldg_type" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#738-740">source</a></span><h4 class="code-header">pub fn <a href="#method.hack_override_bldg_type" class="fnname">hack_override_bldg_type</a>(&mut self, b: <a class="struct" href="objects/building/struct.BuildingID.html" title="struct map_model::objects::building::BuildingID">BuildingID</a>, bldg_type: <a class="enum" href="objects/building/enum.BuildingType.html" title="enum map_model::objects::building::BuildingType">BuildingType</a>)</h4></section><section id="method.hack_override_orig_spawn_times" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#742-745">source</a></span><h4 class="code-header">pub fn <a href="#method.hack_override_orig_spawn_times" class="fnname">hack_override_orig_spawn_times</a>(<br> &mut self,<br> br: <a class="struct" href="objects/transit/struct.TransitRouteID.html" title="struct map_model::objects::transit::TransitRouteID">TransitRouteID</a>,<br> times: <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../geom/time/struct.Time.html" title="struct geom::time::Time">Time</a>><br>)</h4></section><section id="method.hack_add_area" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#747-755">source</a></span><h4 class="code-header">pub fn <a href="#method.hack_add_area" class="fnname">hack_add_area</a>(<br> &mut self,<br> area_type: <a class="enum" href="enum.AreaType.html" title="enum map_model::AreaType">AreaType</a>,<br> polygon: <a class="struct" href="../geom/polygon/struct.Polygon.html" title="struct geom::polygon::Polygon">Polygon</a>,<br> osm_tags: <a class="struct" href="../abstutil/collections/struct.Tags.html" title="struct abstutil::collections::Tags">Tags</a><br>)</h4></section><details class="rustdoc-toggle method-toggle" open><summary><section id="method.keep_pathfinder_despite_edits" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#760-762">source</a></span><h4 class="code-header">pub fn <a href="#method.keep_pathfinder_despite_edits" class="fnname">keep_pathfinder_despite_edits</a>(&mut self)</h4></section></summary><div class="docblock"><p>Normally after applying edits, you must call <code>recalculate_pathfinding_after_edits</code>.
|
||
Alternatively, you can keep the old pathfinder exactly as it is. Use with caution – the
|
||
pathfinder and the map may be out-of-sync in arbitrary ways.</p>
|
||
</div></details><section id="method.get_languages" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#764-781">source</a></span><h4 class="code-header">pub fn <a href="#method.get_languages" class="fnname">get_languages</a>(&self) -> <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/collections/btree/set/struct.BTreeSet.html" title="struct alloc::collections::btree::set::BTreeSet">BTreeSet</a><<a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>></h4></section><section id="method.get_config" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#783-785">source</a></span><h4 class="code-header">pub fn <a href="#method.get_config" class="fnname">get_config</a>(&self) -> &<a class="struct" href="struct.MapConfig.html" title="struct map_model::MapConfig">MapConfig</a></h4></section><details class="rustdoc-toggle method-toggle" open><summary><section id="method.simple_path_btwn" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#789-812">source</a></span><h4 class="code-header">pub fn <a href="#method.simple_path_btwn" class="fnname">simple_path_btwn</a>(<br> &self,<br> i1: <a class="struct" href="objects/intersection/struct.IntersectionID.html" title="struct map_model::objects::intersection::IntersectionID">IntersectionID</a>,<br> i2: <a class="struct" href="objects/intersection/struct.IntersectionID.html" title="struct map_model::objects::intersection::IntersectionID">IntersectionID</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><(<a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="objects/road/struct.RoadID.html" title="struct map_model::objects::road::RoadID">RoadID</a>>, <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="objects/intersection/struct.IntersectionID.html" title="struct map_model::objects::intersection::IntersectionID">IntersectionID</a>>)></h4></section></summary><div class="docblock"><p>Simple search along undirected roads. Expresses the result as a sequence of roads and a
|
||
sequence of intersections.</p>
|
||
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.simple_path_btwn_v2" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#820-858">source</a></span><h4 class="code-header">pub fn <a href="#method.simple_path_btwn_v2" class="fnname">simple_path_btwn_v2</a>(<br> &self,<br> i1: <a class="struct" href="objects/intersection/struct.IntersectionID.html" title="struct map_model::objects::intersection::IntersectionID">IntersectionID</a>,<br> i2: <a class="struct" href="objects/intersection/struct.IntersectionID.html" title="struct map_model::objects::intersection::IntersectionID">IntersectionID</a>,<br> constraints: <a class="enum" href="pathfind/enum.PathConstraints.html" title="enum map_model::pathfind::PathConstraints">PathConstraints</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><(<a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="objects/road/struct.RoadID.html" title="struct map_model::objects::road::RoadID">RoadID</a>>, <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="objects/intersection/struct.IntersectionID.html" title="struct map_model::objects::intersection::IntersectionID">IntersectionID</a>>)></h4></section></summary><div class="docblock"><p>Simple search along directed roads, weighted by distance. Expresses the result as a
|
||
sequence of roads and a sequence of intersections.</p>
|
||
<p>Unlike the main pathfinding methods, this starts and ends at intersections. The first and
|
||
last step can be on any road connected to the intersection.</p>
|
||
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.routing_params" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#863-865">source</a></span><h4 class="code-header">pub fn <a href="#method.routing_params" class="fnname">routing_params</a>(&self) -> &<a class="struct" href="pathfind/struct.RoutingParams.html" title="struct map_model::pathfind::RoutingParams">RoutingParams</a></h4></section></summary><div class="docblock"><p>Returns the routing params baked into the map.</p>
|
||
</div></details><section id="method.road_to_buildings" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#867-869">source</a></span><h4 class="code-header">pub fn <a href="#method.road_to_buildings" class="fnname">road_to_buildings</a>(&self, r: <a class="struct" href="objects/road/struct.RoadID.html" title="struct map_model::objects::road::RoadID">RoadID</a>) -> &<a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/collections/btree/set/struct.BTreeSet.html" title="struct alloc::collections::btree::set::BTreeSet">BTreeSet</a><<a class="struct" href="objects/building/struct.BuildingID.html" title="struct map_model::objects::building::BuildingID">BuildingID</a>></h4></section><section id="method.recalculate_road_to_buildings" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#871-877">source</a></span><h4 class="code-header">pub(crate) fn <a href="#method.recalculate_road_to_buildings" class="fnname">recalculate_road_to_buildings</a>(&mut self)</h4></section><section id="method.recalculate_all_movements" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#879-888">source</a></span><h4 class="code-header">pub(crate) fn <a href="#method.recalculate_all_movements" class="fnname">recalculate_all_movements</a>(&mut self, timer: &mut <a class="struct" href="../abstutil/time/struct.Timer.html" title="struct abstutil::time::Timer">Timer</a><'_>)</h4></section><details class="rustdoc-toggle method-toggle" open><summary><section id="method.find_road_between" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#891-899">source</a></span><h4 class="code-header">pub fn <a href="#method.find_road_between" class="fnname">find_road_between</a>(<br> &self,<br> i1: <a class="struct" href="objects/intersection/struct.IntersectionID.html" title="struct map_model::objects::intersection::IntersectionID">IntersectionID</a>,<br> i2: <a class="struct" href="objects/intersection/struct.IntersectionID.html" title="struct map_model::objects::intersection::IntersectionID">IntersectionID</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="objects/road/struct.RoadID.html" title="struct map_model::objects::road::RoadID">RoadID</a>></h4></section></summary><div class="docblock"><p>Finds the road directly connecting two intersections.</p>
|
||
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.max_elevation" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#902-909">source</a></span><h4 class="code-header">pub fn <a href="#method.max_elevation" class="fnname">max_elevation</a>(&self) -> <a class="struct" href="../geom/distance/struct.Distance.html" title="struct geom::distance::Distance">Distance</a></h4></section></summary><div class="docblock"><p>Returns the highest elevation in the map</p>
|
||
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.is_unprotected_turn" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#914-928">source</a></span><h4 class="code-header">pub fn <a href="#method.is_unprotected_turn" class="fnname">is_unprotected_turn</a>(<br> &self,<br> from: <a class="struct" href="objects/road/struct.RoadID.html" title="struct map_model::objects::road::RoadID">RoadID</a>,<br> to: <a class="struct" href="objects/road/struct.RoadID.html" title="struct map_model::objects::road::RoadID">RoadID</a>,<br> turn_type: <a class="enum" href="objects/turn/enum.TurnType.html" title="enum map_model::objects::turn::TurnType">TurnType</a><br>) -> <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.bool.html">bool</a></h4></section></summary><div class="docblock"><p>Does a turn at a stop sign go from a smaller to a larger road?
|
||
(Note this doesn’t look at unprotected movements in traffic signals, since we don’t yet
|
||
have good heuristics for when those exist)</p>
|
||
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.minify" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#931-947">source</a></span><h4 class="code-header">pub fn <a href="#method.minify" class="fnname">minify</a>(&mut self, timer: &mut <a class="struct" href="../abstutil/time/struct.Timer.html" title="struct abstutil::time::Timer">Timer</a><'_>)</h4></section></summary><div class="docblock"><p>Modifies the map in-place, removing parts not essential for the bike network tool.</p>
|
||
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.minify_buildings" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#950-968">source</a></span><h4 class="code-header">pub fn <a href="#method.minify_buildings" class="fnname">minify_buildings</a>(&mut self, timer: &mut <a class="struct" href="../abstutil/time/struct.Timer.html" title="struct abstutil::time::Timer">Timer</a><'_>)</h4></section></summary><div class="docblock"><p>Modifies the map in-place, removing buildings.</p>
|
||
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.export_geometry" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#971-994">source</a></span><h4 class="code-header">pub fn <a href="#method.export_geometry" class="fnname">export_geometry</a>(&self) -> GeoJson</h4></section></summary><div class="docblock"><p>Export all road and intersection geometry to GeoJSON, transforming to WGS84</p>
|
||
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.get_bus_routes_on_road" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/map.rs.html#998-1001">source</a></span><h4 class="code-header">pub fn <a href="#method.get_bus_routes_on_road" class="fnname">get_bus_routes_on_road</a>(&self, r: <a class="struct" href="objects/road/struct.RoadID.html" title="struct map_model::objects::road::RoadID">RoadID</a>) -> &<a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/collections/btree/set/struct.BTreeSet.html" title="struct alloc::collections::btree::set::BTreeSet">BTreeSet</a><<a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>></h4></section></summary><div class="docblock"><p>What’re the names of bus routes along a road? Note this is best effort, not robust to edits
|
||
or transformations.</p>
|
||
</div></details></div></details></div><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><section id="impl-Clone-for-Map" class="impl has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/lib.rs.html#84">source</a></span><a href="#impl-Clone-for-Map" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="struct" href="struct.Map.html" title="struct map_model::Map">Map</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.clone" class="method trait-impl has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/lib.rs.html#84">source</a></span><a href="#method.clone" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.64.0/core/clone/trait.Clone.html#tymethod.clone" class="fnname">clone</a>(&self) -> <a class="struct" href="struct.Map.html" title="struct map_model::Map">Map</a></h4></section></summary><div class='docblock'><p>Returns a copy of the value. <a href="https://doc.rust-lang.org/1.64.0/core/clone/trait.Clone.html#tymethod.clone">Read more</a></p>
|
||
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.clone_from" class="method trait-impl has-srclink"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="srclink" href="https://doc.rust-lang.org/1.64.0/src/core/clone.rs.html#132-134">source</a></span><a href="#method.clone_from" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.64.0/core/clone/trait.Clone.html#method.clone_from" class="fnname">clone_from</a>(&mut self, source: <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.reference.html">&</a>Self)</h4></section></summary><div class='docblock'><p>Performs copy-assignment from <code>source</code>. <a href="https://doc.rust-lang.org/1.64.0/core/clone/trait.Clone.html#method.clone_from">Read more</a></p>
|
||
</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Deserialize%3C%27de%3E-for-Map" class="impl has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/lib.rs.html#84">source</a></span><a href="#impl-Deserialize%3C%27de%3E-for-Map" class="anchor"></a><h3 class="code-header in-band">impl<'de> <a class="trait" href="https://docs.rs/serde/1.0.126/serde/de/trait.Deserialize.html" title="trait serde::de::Deserialize">Deserialize</a><'de> for <a class="struct" href="struct.Map.html" title="struct map_model::Map">Map</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.deserialize" class="method trait-impl has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/lib.rs.html#84">source</a></span><a href="#method.deserialize" class="anchor"></a><h4 class="code-header">fn <a href="https://docs.rs/serde/1.0.126/serde/de/trait.Deserialize.html#tymethod.deserialize" class="fnname">deserialize</a><__D>(__deserializer: __D) -> <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><Self, __D::<a class="associatedtype" href="https://docs.rs/serde/1.0.126/serde/de/trait.Deserializer.html#associatedtype.Error" title="type serde::de::Deserializer::Error">Error</a>> <span class="where fmt-newline">where<br> __D: <a class="trait" href="https://docs.rs/serde/1.0.126/serde/de/trait.Deserializer.html" title="trait serde::de::Deserializer">Deserializer</a><'de>, </span></h4></section></summary><div class='docblock'><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></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Serialize-for-Map" class="impl has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/lib.rs.html#84">source</a></span><a href="#impl-Serialize-for-Map" class="anchor"></a><h3 class="code-header 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></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.serialize" class="method trait-impl has-srclink"><span class="rightside"><a class="srclink" href="../src/map_model/lib.rs.html#84">source</a></span><a href="#method.serialize" class="anchor"></a><h4 class="code-header">fn <a href="https://docs.rs/serde/1.0.126/serde/ser/trait.Serialize.html#tymethod.serialize" class="fnname">serialize</a><__S>(&self, __serializer: __S) -> <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><__S::<a class="associatedtype" 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="associatedtype" href="https://docs.rs/serde/1.0.126/serde/ser/trait.Serializer.html#associatedtype.Error" title="type serde::ser::Serializer::Error">Error</a>> <span class="where fmt-newline">where<br> __S: <a class="trait" href="https://docs.rs/serde/1.0.126/serde/ser/trait.Serializer.html" title="trait serde::ser::Serializer">Serializer</a>, </span></h4></section></summary><div class='docblock'><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></details></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"><section id="impl-RefUnwindSafe-for-Map" class="impl has-srclink"><a href="#impl-RefUnwindSafe-for-Map" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="struct.Map.html" title="struct map_model::Map">Map</a></h3></section><section id="impl-Send-for-Map" class="impl has-srclink"><a href="#impl-Send-for-Map" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.64.0/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></h3></section><section id="impl-Sync-for-Map" class="impl has-srclink"><a href="#impl-Sync-for-Map" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.64.0/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></h3></section><section id="impl-Unpin-for-Map" class="impl has-srclink"><a href="#impl-Unpin-for-Map" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.64.0/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></h3></section><section id="impl-UnwindSafe-for-Map" class="impl has-srclink"><a href="#impl-UnwindSafe-for-Map" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/panic/unwind_safe/trait.UnwindSafe.html" title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a> for <a class="struct" href="struct.Map.html" title="struct map_model::Map">Map</a></h3></section></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"><summary><section id="impl-Any-for-Map" class="impl has-srclink"><span class="rightside"><a class="srclink" href="https://doc.rust-lang.org/1.64.0/src/core/any.rs.html#203">source</a></span><a href="#impl-Any-for-Map" class="anchor"></a><h3 class="code-header in-band">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T <span class="where fmt-newline">where<br> T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/1.64.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>, </span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.type_id" class="method trait-impl has-srclink"><span class="rightside"><a class="srclink" href="https://doc.rust-lang.org/1.64.0/src/core/any.rs.html#204">source</a></span><a href="#method.type_id" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.64.0/core/any/trait.Any.html#tymethod.type_id" class="fnname">type_id</a>(&self) -> <a class="struct" href="https://doc.rust-lang.org/1.64.0/core/any/struct.TypeId.html" title="struct core::any::TypeId">TypeId</a></h4></section></summary><div class='docblock'><p>Gets the <code>TypeId</code> of <code>self</code>. <a href="https://doc.rust-lang.org/1.64.0/core/any/trait.Any.html#tymethod.type_id">Read more</a></p>
|
||
</div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Borrow%3CT%3E-for-Map" class="impl has-srclink"><span class="rightside"><a class="srclink" href="https://doc.rust-lang.org/1.64.0/src/core/borrow.rs.html#209">source</a></span><a href="#impl-Borrow%3CT%3E-for-Map" class="anchor"></a><h3 class="code-header in-band">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a><T> for T <span class="where fmt-newline">where<br> T: ?<a class="trait" href="https://doc.rust-lang.org/1.64.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>, </span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.borrow" class="method trait-impl has-srclink"><span class="rightside"><span class="since" title="const unstable">const: <a href="https://github.com/rust-lang/rust/issues/91522" title="Tracking issue for const_borrow">unstable</a></span> · <a class="srclink" href="https://doc.rust-lang.org/1.64.0/src/core/borrow.rs.html#211">source</a></span><a href="#method.borrow" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.64.0/core/borrow/trait.Borrow.html#tymethod.borrow" class="fnname">borrow</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.reference.html">&</a>T</h4></section></summary><div class='docblock'><p>Immutably borrows from an owned value. <a href="https://doc.rust-lang.org/1.64.0/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></p>
|
||
</div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-BorrowMut%3CT%3E-for-Map" class="impl has-srclink"><span class="rightside"><a class="srclink" href="https://doc.rust-lang.org/1.64.0/src/core/borrow.rs.html#218">source</a></span><a href="#impl-BorrowMut%3CT%3E-for-Map" class="anchor"></a><h3 class="code-header in-band">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a><T> for T <span class="where fmt-newline">where<br> T: ?<a class="trait" href="https://doc.rust-lang.org/1.64.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>, </span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.borrow_mut" class="method trait-impl has-srclink"><span class="rightside"><span class="since" title="const unstable">const: <a href="https://github.com/rust-lang/rust/issues/91522" title="Tracking issue for const_borrow">unstable</a></span> · <a class="srclink" href="https://doc.rust-lang.org/1.64.0/src/core/borrow.rs.html#219">source</a></span><a href="#method.borrow_mut" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.64.0/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut" class="fnname">borrow_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.reference.html">&mut </a>T</h4></section></summary><div class='docblock'><p>Mutably borrows from an owned value. <a href="https://doc.rust-lang.org/1.64.0/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></p>
|
||
</div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-From%3CT%3E-for-Map" class="impl has-srclink"><span class="rightside"><a class="srclink" href="https://doc.rust-lang.org/1.64.0/src/core/convert/mod.rs.html#557">source</a></span><a href="#impl-From%3CT%3E-for-Map" class="anchor"></a><h3 class="code-header in-band">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/convert/trait.From.html" title="trait core::convert::From">From</a><T> for T</h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from" class="method trait-impl has-srclink"><span class="rightside"><span class="since" title="const unstable">const: <a href="https://github.com/rust-lang/rust/issues/88674" title="Tracking issue for const_convert">unstable</a></span> · <a class="srclink" href="https://doc.rust-lang.org/1.64.0/src/core/convert/mod.rs.html#559">source</a></span><a href="#method.from" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.64.0/core/convert/trait.From.html#tymethod.from" class="fnname">from</a>(t: T) -> T</h4></section></summary><div class="docblock"><p>Returns the argument unchanged.</p>
|
||
</div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Instrument-for-Map" class="impl has-srclink"><span class="rightside"><a class="srclink" href="https://docs.rs/tracing/0.1.26/src/tracing/instrument.rs.html#155">source</a></span><a href="#impl-Instrument-for-Map" class="anchor"></a><h3 class="code-header in-band">impl<T> <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</h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.instrument" class="method trait-impl has-srclink"><span class="rightside"><a class="srclink" href="https://docs.rs/tracing/0.1.26/src/tracing/instrument.rs.html#38">source</a></span><a href="#method.instrument" class="anchor"></a><h4 class="code-header">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>) -> <a class="struct" href="https://docs.rs/tracing/0.1.26/tracing/instrument/struct.Instrumented.html" title="struct tracing::instrument::Instrumented">Instrumented</a><Self></h4></section></summary><div class='docblock'><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></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.in_current_span" class="method trait-impl has-srclink"><span class="rightside"><a class="srclink" href="https://docs.rs/tracing/0.1.26/src/tracing/instrument.rs.html#74">source</a></span><a href="#method.in_current_span" class="anchor"></a><h4 class="code-header">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) -> <a class="struct" href="https://docs.rs/tracing/0.1.26/tracing/instrument/struct.Instrumented.html" title="struct tracing::instrument::Instrumented">Instrumented</a><Self></h4></section></summary><div class='docblock'><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></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Into%3CU%3E-for-Map" class="impl has-srclink"><span class="rightside"><a class="srclink" href="https://doc.rust-lang.org/1.64.0/src/core/convert/mod.rs.html#541">source</a></span><a href="#impl-Into%3CU%3E-for-Map" class="anchor"></a><h3 class="code-header in-band">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><U> for T <span class="where fmt-newline">where<br> U: <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/convert/trait.From.html" title="trait core::convert::From">From</a><T>, </span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.into" class="method trait-impl has-srclink"><span class="rightside"><span class="since" title="const unstable">const: <a href="https://github.com/rust-lang/rust/issues/88674" title="Tracking issue for const_convert">unstable</a></span> · <a class="srclink" href="https://doc.rust-lang.org/1.64.0/src/core/convert/mod.rs.html#549">source</a></span><a href="#method.into" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.64.0/core/convert/trait.Into.html#tymethod.into" class="fnname">into</a>(self) -> U</h4></section></summary><div class="docblock"><p>Calls <code>U::from(self)</code>.</p>
|
||
<p>That is, this conversion is whatever the implementation of
|
||
<code><a href="https://doc.rust-lang.org/1.64.0/core/convert/trait.From.html" title="From">From</a><T> for U</code> chooses to do.</p>
|
||
</div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-ToOwned-for-Map" class="impl has-srclink"><span class="rightside"><a class="srclink" href="https://doc.rust-lang.org/1.64.0/src/alloc/borrow.rs.html#83">source</a></span><a href="#impl-ToOwned-for-Map" class="anchor"></a><h3 class="code-header in-band">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.64.0/alloc/borrow/trait.ToOwned.html" title="trait alloc::borrow::ToOwned">ToOwned</a> for T <span class="where fmt-newline">where<br> T: <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>, </span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Owned" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Owned" class="anchor"></a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.64.0/alloc/borrow/trait.ToOwned.html#associatedtype.Owned" class="associatedtype">Owned</a> = T</h4></section></summary><div class='docblock'><p>The resulting type after obtaining ownership.</p>
|
||
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_owned" class="method trait-impl has-srclink"><span class="rightside"><a class="srclink" href="https://doc.rust-lang.org/1.64.0/src/alloc/borrow.rs.html#88">source</a></span><a href="#method.to_owned" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.64.0/alloc/borrow/trait.ToOwned.html#tymethod.to_owned" class="fnname">to_owned</a>(&self) -> T</h4></section></summary><div class='docblock'><p>Creates owned data from borrowed data, usually by cloning. <a href="https://doc.rust-lang.org/1.64.0/alloc/borrow/trait.ToOwned.html#tymethod.to_owned">Read more</a></p>
|
||
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.clone_into" class="method trait-impl has-srclink"><span class="rightside"><a class="srclink" href="https://doc.rust-lang.org/1.64.0/src/alloc/borrow.rs.html#92">source</a></span><a href="#method.clone_into" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.64.0/alloc/borrow/trait.ToOwned.html#method.clone_into" class="fnname">clone_into</a>(&self, target: <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.reference.html">&mut </a>T)</h4></section></summary><div class='docblock'><p>Uses borrowed data to replace owned data, usually by cloning. <a href="https://doc.rust-lang.org/1.64.0/alloc/borrow/trait.ToOwned.html#method.clone_into">Read more</a></p>
|
||
</div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-TryFrom%3CU%3E-for-Map" class="impl has-srclink"><span class="rightside"><a class="srclink" href="https://doc.rust-lang.org/1.64.0/src/core/convert/mod.rs.html#598">source</a></span><a href="#impl-TryFrom%3CU%3E-for-Map" class="anchor"></a><h3 class="code-header in-band">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U> for T <span class="where fmt-newline">where<br> U: <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><T>, </span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Error" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Error" class="anchor"></a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.64.0/core/convert/trait.TryFrom.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/convert/enum.Infallible.html" title="enum core::convert::Infallible">Infallible</a></h4></section></summary><div class='docblock'><p>The type returned in the event of a conversion error.</p>
|
||
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.try_from" class="method trait-impl has-srclink"><span class="rightside"><span class="since" title="const unstable">const: <a href="https://github.com/rust-lang/rust/issues/88674" title="Tracking issue for const_convert">unstable</a></span> · <a class="srclink" href="https://doc.rust-lang.org/1.64.0/src/core/convert/mod.rs.html#604">source</a></span><a href="#method.try_from" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.64.0/core/convert/trait.TryFrom.html#tymethod.try_from" class="fnname">try_from</a>(value: U) -> <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><T, <T as <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.64.0/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>></h4></section></summary><div class='docblock'><p>Performs the conversion.</p>
|
||
</div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-TryInto%3CU%3E-for-Map" class="impl has-srclink"><span class="rightside"><a class="srclink" href="https://doc.rust-lang.org/1.64.0/src/core/convert/mod.rs.html#583">source</a></span><a href="#impl-TryInto%3CU%3E-for-Map" class="anchor"></a><h3 class="code-header in-band">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a><U> for T <span class="where fmt-newline">where<br> U: <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>, </span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Error-1" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Error-1" class="anchor"></a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.64.0/core/convert/trait.TryInto.html#associatedtype.Error" class="associatedtype">Error</a> = <U as <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.64.0/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a></h4></section></summary><div class='docblock'><p>The type returned in the event of a conversion error.</p>
|
||
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.try_into" class="method trait-impl has-srclink"><span class="rightside"><span class="since" title="const unstable">const: <a href="https://github.com/rust-lang/rust/issues/88674" title="Tracking issue for const_convert">unstable</a></span> · <a class="srclink" href="https://doc.rust-lang.org/1.64.0/src/core/convert/mod.rs.html#589">source</a></span><a href="#method.try_into" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.64.0/core/convert/trait.TryInto.html#tymethod.try_into" class="fnname">try_into</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><U, <U as <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.64.0/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>></h4></section></summary><div class='docblock'><p>Performs the conversion.</p>
|
||
</div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-VZip%3CV%3E-for-Map" class="impl has-srclink"><a href="#impl-VZip%3CV%3E-for-Map" class="anchor"></a><h3 class="code-header in-band">impl<V, T> VZip<V> for T <span class="where fmt-newline">where<br> V: MultiLane<T>, </span></h3></section></summary><div class="impl-items"><section id="method.vzip" class="method trait-impl has-srclink"><a href="#method.vzip" class="anchor"></a><h4 class="code-header">fn <a class="fnname">vzip</a>(self) -> V</h4></section></div></details><section id="impl-DeserializeOwned-for-Map" class="impl has-srclink"><span class="rightside"><a class="srclink" href="https://docs.rs/serde/1.0.126/src/serde/de/mod.rs.html#603">source</a></span><a href="#impl-DeserializeOwned-for-Map" class="anchor"></a><h3 class="code-header in-band">impl<T> <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> T: for<'de> <a class="trait" href="https://docs.rs/serde/1.0.126/serde/de/trait.Deserialize.html" title="trait serde::de::Deserialize">Deserialize</a><'de>, </span></h3></section></div></section></div></main><div id="rustdoc-vars" data-root-path="../" data-current-crate="map_model" data-themes="ayu,dark,light" data-resource-suffix="" data-rustdoc-version="1.64.0 (a55dd71d5 2022-09-19)" ></div></body></html> |