abstreet/rustdoc/sim/struct.Sim.html
2022-09-24 14:41:07 +00:00

78 lines
163 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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="The Sim ties together all the pieces of the simulation. Its main property is the current time."><meta name="keywords" content="rust, rustlang, rust-lang, Sim"><title>Sim in sim - 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">&#9776;</button><a class="sidebar-logo" href="../sim/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="../sim/index.html"><div class="logo-container"><img class="rust-logo" src="../rust-logo.svg" alt="logo"></div></a><h2 class="location"><a href="#">Sim</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.alerts">alerts</a></li><li><a href="#structfield.analytics">analytics</a></li><li><a href="#structfield.driving">driving</a></li><li><a href="#structfield.edits_name">edits_name</a></li><li><a href="#structfield.highlighted_people">highlighted_people</a></li><li><a href="#structfield.intersections">intersections</a></li><li><a href="#structfield.map_name">map_name</a></li><li><a href="#structfield.pandemic">pandemic</a></li><li><a href="#structfield.parking">parking</a></li><li><a href="#structfield.recorder">recorder</a></li><li><a href="#structfield.run_name">run_name</a></li><li><a href="#structfield.scheduler">scheduler</a></li><li><a href="#structfield.step_count">step_count</a></li><li><a href="#structfield.time">time</a></li><li><a href="#structfield.transit">transit</a></li><li><a href="#structfield.trips">trips</a></li><li><a href="#structfield.walking">walking</a></li></ul></div><div class="block"><h3 class="sidebar-title"><a href="#implementations">Methods</a></h3><ul><li><a href="#method.active_agents">active_agents</a></li><li><a href="#method.agent_properties">agent_properties</a></li><li><a href="#method.agent_to_person">agent_to_person</a></li><li><a href="#method.agent_to_trip">agent_to_trip</a></li><li><a href="#method.all_arrivals_at_border">all_arrivals_at_border</a></li><li><a href="#method.all_parked_car_positions">all_parked_car_positions</a></li><li><a href="#method.all_trip_info">all_trip_info</a></li><li><a href="#method.all_waiting_people">all_waiting_people</a></li><li><a href="#method.bldg_to_parked_cars">bldg_to_parked_cars</a></li><li><a href="#method.bldg_to_people">bldg_to_people</a></li><li><a href="#method.bus_route_id">bus_route_id</a></li><li><a href="#method.canonical_pt_for_agent">canonical_pt_for_agent</a></li><li><a href="#method.clear_alerts">clear_alerts</a></li><li><a href="#method.current_stage_and_remaining_time">current_stage_and_remaining_time</a></li><li><a href="#method.debug_agent_json">debug_agent_json</a></li><li><a href="#method.debug_car">debug_car</a></li><li><a href="#method.debug_car_ui">debug_car_ui</a></li><li><a href="#method.debug_intersection_json">debug_intersection_json</a></li><li><a href="#method.debug_lane">debug_lane</a></li><li><a href="#method.debug_ped">debug_ped</a></li><li><a href="#method.debug_queue_lengths">debug_queue_lengths</a></li><li><a href="#method.delayed_intersections">delayed_intersections</a></li><li><a href="#method.delete_car">delete_car</a></li><li><a href="#method.describe_internal_stats">describe_internal_stats</a></li><li><a href="#method.dispatch_events">dispatch_events</a></li><li><a href="#method.do_step">do_step</a></li><li><a href="#method.dump_before_abort">dump_before_abort</a></li><li><a href="#method.find_next_savestate">find_next_savestate</a></li><li><a href="#method.find_person_by_orig_id">find_person_by_orig_id</a></li><li><a href="#method.find_previous_savestate">find_previous_savestate</a></li><li><a href="#method.find_trips_affected_by_live_edits">find_trips_affected_by_live_edits</a></li><li><a href="#method.finished_trip_details">finished_trip_details</a></li><li><a href="#method.generate_scenario">generate_scenario</a></li><li><a href="#method.get_accepted_agents">get_accepted_agents</a></li><li><a href="#method.get_all_draw_cars">get_all_draw_cars</a></li><li><a href="#method.get_all_draw_peds">get_all_draw_peds</a></li><li><a href="#method.get_all_driving_paths">get_all_driving_paths</a></li><li><a href="#method.get_all_parking_spots">get_all_parking_spots</a></li><li><a href="#method.get_all_people">get_all_people</a></li><li><a href="#method.get_analytics">get_analytics</a></li><li><a href="#method.get_blocked_by_graph">get_blocked_by_graph</a></li><li><a href="#method.get_canonical_pt_per_person">get_canonical_pt_per_person</a></li><li><a href="#method.get_canonical_pt_per_trip">get_canonical_pt_per_trip</a></li><li><a href="#method.get_draw_car">get_draw_car</a></li><li><a href="#method.get_draw_cars">get_draw_cars</a></li><li><a href="#method.get_draw_ped">get_draw_ped</a></li><li><a href="#method.get_draw_peds">get_draw_peds</a></li><li><a href="#method.get_end_of_day">get_end_of_day</a></li><li><a href="#method.get_free_lot_spots">get_free_lot_spots</a></li><li><a href="#method.get_free_offstreet_spots">get_free_offstreet_spots</a></li><li><a href="#method.get_free_onstreet_spots">get_free_onstreet_spots</a></li><li><a href="#method.get_highlighted_people">get_highlighted_people</a></li><li><a href="#method.get_owner_of_car">get_owner_of_car</a></li><li><a href="#method.get_pandemic_model">get_pandemic_model</a></li><li><a href="#method.get_path">get_path</a></li><li><a href="#method.get_pedestrian_density">get_pedestrian_density</a></li><li><a href="#method.get_people_waiting_at_stop">get_people_waiting_at_stop</a></li><li><a href="#method.get_person">get_person</a></li><li><a href="#method.get_run_name">get_run_name</a></li><li><a href="#method.get_trip_time_lower_bound">get_trip_time_lower_bound</a></li><li><a href="#method.get_unzoomed_agents">get_unzoomed_agents</a></li><li><a href="#method.get_unzoomed_transit_riders">get_unzoomed_transit_riders</a></li><li><a href="#method.get_waiting_agents">get_waiting_agents</a></li><li><a href="#method.handle_live_edited_traffic_signals">handle_live_edited_traffic_signals</a></li><li><a href="#method.handle_live_edits">handle_live_edits</a></li><li><a href="#method.infinite_parking">infinite_parking</a></li><li><a href="#method.instantiate">instantiate</a></li><li><a href="#method.instantiate_without_retries">instantiate_without_retries</a></li><li><a href="#method.is_done">is_done</a></li><li><a href="#method.is_empty">is_empty</a></li><li><a href="#method.load_savestate">load_savestate</a></li><li><a href="#method.lookup_car_id">lookup_car_id</a></li><li><a href="#method.lookup_parked_car">lookup_parked_car</a></li><li><a href="#method.lookup_person">lookup_person</a></li><li><a href="#method.minimal_step">minimal_step</a></li><li><a href="#method.new">new</a></li><li><a href="#method.new_person">new_person</a></li><li><a href="#method.num_active_agents">num_active_agents</a></li><li><a href="#method.num_agents">num_agents</a></li><li><a href="#method.num_commuters_vehicles">num_commuters_vehicles</a></li><li><a href="#method.num_ppl">num_ppl</a></li><li><a href="#method.num_recorded_trips">num_recorded_trips</a></li><li><a href="#method.num_transit_passengers">num_transit_passengers</a></li><li><a href="#method.num_trips">num_trips</a></li><li><a href="#method.person_to_agent">person_to_agent</a></li><li><a href="#method.record_traffic_for">record_traffic_for</a></li><li><a href="#method.save">save</a></li><li><a href="#method.save_dir">save_dir</a></li><li><a href="#method.save_path">save_path</a></li><li><a href="#method.save_recorded_traffic">save_recorded_traffic</a></li><li><a href="#method.seed_bus_route">seed_bus_route</a></li><li><a href="#method.seed_parked_car">seed_parked_car</a></li><li><a href="#method.set_highlighted_people">set_highlighted_people</a></li><li><a href="#method.set_periodic_callback">set_periodic_callback</a></li><li><a href="#method.set_run_name">set_run_name</a></li><li><a href="#method.spawn_trips">spawn_trips</a></li><li><a href="#method.start_bus">start_bus</a></li><li><a href="#method.status_of_buses">status_of_buses</a></li><li><a href="#method.step_count">step_count</a></li><li><a href="#method.target_lane_penalty">target_lane_penalty</a></li><li><a href="#method.time">time</a></li><li><a href="#method.time_limited_step">time_limited_step</a></li><li><a href="#method.timed_step">timed_step</a></li><li><a href="#method.tiny_step">tiny_step</a></li><li><a href="#method.trace_route">trace_route</a></li><li><a href="#method.trip_blocked_time">trip_blocked_time</a></li><li><a href="#method.trip_info">trip_info</a></li><li><a href="#method.trip_to_agent">trip_to_agent</a></li><li><a href="#method.trip_to_person">trip_to_person</a></li><li><a href="#method.unset_periodic_callback">unset_periodic_callback</a></li><li><a href="#method.walking_path_to_nearest_parking_spot">walking_path_to_nearest_parking_spot</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-Sim">Clone</a></li><li><a href="#impl-Deserialize%3C%27de%3E-for-Sim">Deserialize&lt;&#39;de&gt;</a></li><li><a href="#impl-Serialize-for-Sim">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-Sim">RefUnwindSafe</a></li><li><a href="#impl-Send-for-Sim">Send</a></li><li><a href="#impl-Sync-for-Sim">Sync</a></li><li><a href="#impl-Unpin-for-Sim">Unpin</a></li><li><a href="#impl-UnwindSafe-for-Sim">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-Sim">Any</a></li><li><a href="#impl-Borrow%3CT%3E-for-Sim">Borrow&lt;T&gt;</a></li><li><a href="#impl-BorrowMut%3CT%3E-for-Sim">BorrowMut&lt;T&gt;</a></li><li><a href="#impl-DeserializeOwned-for-Sim">DeserializeOwned</a></li><li><a href="#impl-Downcast-for-Sim">Downcast</a></li><li><a href="#impl-DowncastSync-for-Sim">DowncastSync</a></li><li><a href="#impl-From%3CT%3E-for-Sim">From&lt;T&gt;</a></li><li><a href="#impl-Instrument-for-Sim">Instrument</a></li><li><a href="#impl-Into%3CU%3E-for-Sim">Into&lt;U&gt;</a></li><li><a href="#impl-ToOwned-for-Sim">ToOwned</a></li><li><a href="#impl-TryFrom%3CU%3E-for-Sim">TryFrom&lt;U&gt;</a></li><li><a href="#impl-TryInto%3CU%3E-for-Sim">TryInto&lt;U&gt;</a></li><li><a href="#impl-VZip%3CV%3E-for-Sim">VZip&lt;V&gt;</a></li></ul></div></section><h2 class="location"><a href="index.html">In sim</a></h2></div></nav><main><div class="width-limiter"><div class="sub-container"><a class="sub-logo-container" href="../sim/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">sim</a>::<wbr><a class="struct" href="#">Sim</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/sim/sim/mod.rs.html#40-68">source</a> · <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span></div><div class="docblock item-decl"><pre class="rust struct"><code>pub struct Sim {<details class="rustdoc-toggle type-contents-toggle"><summary class="hideme"><span>Show 17 fields</span></summary>
driving: <a class="struct" href="mechanics/driving/struct.DrivingSimState.html" title="struct sim::mechanics::driving::DrivingSimState">DrivingSimState</a>,
parking: <a class="enum" href="mechanics/parking/enum.ParkingSimState.html" title="enum sim::mechanics::parking::ParkingSimState">ParkingSimState</a>,
walking: <a class="struct" href="mechanics/walking/struct.WalkingSimState.html" title="struct sim::mechanics::walking::WalkingSimState">WalkingSimState</a>,
intersections: <a class="struct" href="mechanics/intersection/struct.IntersectionSimState.html" title="struct sim::mechanics::intersection::IntersectionSimState">IntersectionSimState</a>,
transit: <a class="struct" href="transit/struct.TransitSimState.html" title="struct sim::transit::TransitSimState">TransitSimState</a>,
trips: <a class="struct" href="trips/struct.TripManager.html" title="struct sim::trips::TripManager">TripManager</a>,
pandemic: <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="pandemic/model/struct.PandemicModel.html" title="struct sim::pandemic::model::PandemicModel">PandemicModel</a>&gt;,
scheduler: <a class="struct" href="scheduler/struct.Scheduler.html" title="struct sim::scheduler::Scheduler">Scheduler</a>,
time: <a class="struct" href="../geom/time/struct.Time.html" title="struct geom::time::Time">Time</a>,
pub(crate) map_name: <a class="struct" href="../abstio/abst_paths/struct.MapName.html" title="struct abstio::abst_paths::MapName">MapName</a>,
pub(crate) edits_name: <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>,
run_name: <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>,
step_count: <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.usize.html">usize</a>,
highlighted_people: <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<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>&lt;<a class="struct" href="struct.PersonID.html" title="struct sim::PersonID">PersonID</a>&gt;&gt;,
analytics: <a class="struct" href="analytics/struct.Analytics.html" title="struct sim::analytics::Analytics">Analytics</a>,
recorder: <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="recorder/struct.TrafficRecorder.html" title="struct sim::recorder::TrafficRecorder">TrafficRecorder</a>&gt;,
alerts: <a class="enum" href="sim/enum.AlertHandler.html" title="enum sim::sim::AlertHandler">AlertHandler</a>,
</details>}</code></pre></div><details class="rustdoc-toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>The Sim ties together all the pieces of the simulation. Its main property is the current time.</p>
</div></details><h2 id="fields" class="fields small-section-header">Fields<a href="#fields" class="anchor"></a></h2><span id="structfield.driving" class="structfield small-section-header"><a href="#structfield.driving" class="anchor field"></a><code>driving: <a class="struct" href="mechanics/driving/struct.DrivingSimState.html" title="struct sim::mechanics::driving::DrivingSimState">DrivingSimState</a></code></span><span id="structfield.parking" class="structfield small-section-header"><a href="#structfield.parking" class="anchor field"></a><code>parking: <a class="enum" href="mechanics/parking/enum.ParkingSimState.html" title="enum sim::mechanics::parking::ParkingSimState">ParkingSimState</a></code></span><span id="structfield.walking" class="structfield small-section-header"><a href="#structfield.walking" class="anchor field"></a><code>walking: <a class="struct" href="mechanics/walking/struct.WalkingSimState.html" title="struct sim::mechanics::walking::WalkingSimState">WalkingSimState</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="mechanics/intersection/struct.IntersectionSimState.html" title="struct sim::mechanics::intersection::IntersectionSimState">IntersectionSimState</a></code></span><span id="structfield.transit" class="structfield small-section-header"><a href="#structfield.transit" class="anchor field"></a><code>transit: <a class="struct" href="transit/struct.TransitSimState.html" title="struct sim::transit::TransitSimState">TransitSimState</a></code></span><span id="structfield.trips" class="structfield small-section-header"><a href="#structfield.trips" class="anchor field"></a><code>trips: <a class="struct" href="trips/struct.TripManager.html" title="struct sim::trips::TripManager">TripManager</a></code></span><span id="structfield.pandemic" class="structfield small-section-header"><a href="#structfield.pandemic" class="anchor field"></a><code>pandemic: <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="pandemic/model/struct.PandemicModel.html" title="struct sim::pandemic::model::PandemicModel">PandemicModel</a>&gt;</code></span><span id="structfield.scheduler" class="structfield small-section-header"><a href="#structfield.scheduler" class="anchor field"></a><code>scheduler: <a class="struct" href="scheduler/struct.Scheduler.html" title="struct sim::scheduler::Scheduler">Scheduler</a></code></span><span id="structfield.time" class="structfield small-section-header"><a href="#structfield.time" class="anchor field"></a><code>time: <a class="struct" href="../geom/time/struct.Time.html" title="struct geom::time::Time">Time</a></code></span><span id="structfield.map_name" class="structfield small-section-header"><a href="#structfield.map_name" class="anchor field"></a><code>map_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_name" class="structfield small-section-header"><a href="#structfield.edits_name" class="anchor field"></a><code>edits_name: <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.run_name" class="structfield small-section-header"><a href="#structfield.run_name" class="anchor field"></a><code>run_name: <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.step_count" class="structfield small-section-header"><a href="#structfield.step_count" class="anchor field"></a><code>step_count: <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.usize.html">usize</a></code></span><span id="structfield.highlighted_people" class="structfield small-section-header"><a href="#structfield.highlighted_people" class="anchor field"></a><code>highlighted_people: <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<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>&lt;<a class="struct" href="struct.PersonID.html" title="struct sim::PersonID">PersonID</a>&gt;&gt;</code></span><span id="structfield.analytics" class="structfield small-section-header"><a href="#structfield.analytics" class="anchor field"></a><code>analytics: <a class="struct" href="analytics/struct.Analytics.html" title="struct sim::analytics::Analytics">Analytics</a></code></span><span id="structfield.recorder" class="structfield small-section-header"><a href="#structfield.recorder" class="anchor field"></a><code>recorder: <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="recorder/struct.TrafficRecorder.html" title="struct sim::recorder::TrafficRecorder">TrafficRecorder</a>&gt;</code></span><span id="structfield.alerts" class="structfield small-section-header"><a href="#structfield.alerts" class="anchor field"></a><code>alerts: <a class="enum" href="sim/enum.AlertHandler.html" title="enum sim::sim::AlertHandler">AlertHandler</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-Sim" class="impl has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#23-464">source</a></span><a href="#impl-Sim" class="anchor"></a><h3 class="code-header in-band">impl <a class="struct" href="sim/struct.Sim.html" title="struct sim::sim::Sim">Sim</a></h3></section></summary><div class="impl-items"><section id="method.time" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#24-26">source</a></span><h4 class="code-header">pub fn <a href="#method.time" class="fnname">time</a>(&amp;self) -&gt; <a class="struct" href="../geom/time/struct.Time.html" title="struct geom::time::Time">Time</a></h4></section><section id="method.is_done" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#28-30">source</a></span><h4 class="code-header">pub fn <a href="#method.is_done" class="fnname">is_done</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.bool.html">bool</a></h4></section><section id="method.is_empty" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#32-34">source</a></span><h4 class="code-header">pub fn <a href="#method.is_empty" class="fnname">is_empty</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.bool.html">bool</a></h4></section><details class="rustdoc-toggle method-toggle" open><summary><section id="method.num_trips" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#37-39">source</a></span><h4 class="code-header">pub fn <a href="#method.num_trips" class="fnname">num_trips</a>(&amp;self) -&gt; (<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.usize.html">usize</a>, <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>(number of finished trips, number of unfinished trips)</p>
</div></details><section id="method.num_agents" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#40-42">source</a></span><h4 class="code-header">pub fn <a href="#method.num_agents" class="fnname">num_agents</a>(&amp;self) -&gt; <a class="struct" href="../abstutil/collections/struct.Counter.html" title="struct abstutil::collections::Counter">Counter</a>&lt;<a class="enum" href="enum.AgentType.html" title="enum sim::AgentType">AgentType</a>&gt;</h4></section><section id="method.num_commuters_vehicles" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#43-46">source</a></span><h4 class="code-header">pub fn <a href="#method.num_commuters_vehicles" class="fnname">num_commuters_vehicles</a>(&amp;self) -&gt; <a class="struct" href="trips/struct.CommutersVehiclesCounts.html" title="struct sim::trips::CommutersVehiclesCounts">CommutersVehiclesCounts</a></h4></section><details class="rustdoc-toggle method-toggle" open><summary><section id="method.num_ppl" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#48-50">source</a></span><h4 class="code-header">pub fn <a href="#method.num_ppl" class="fnname">num_ppl</a>(&amp;self) -&gt; (<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.usize.html">usize</a>, <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.usize.html">usize</a>, <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>(total number of people, just in buildings, just off map)</p>
</div></details><section id="method.debug_ped" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#52-55">source</a></span><h4 class="code-header">pub fn <a href="#method.debug_ped" class="fnname">debug_ped</a>(&amp;self, id: <a class="struct" href="struct.PedestrianID.html" title="struct sim::PedestrianID">PedestrianID</a>)</h4></section><section id="method.debug_car" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#57-60">source</a></span><h4 class="code-header">pub fn <a href="#method.debug_car" class="fnname">debug_car</a>(&amp;self, id: <a class="struct" href="struct.CarID.html" title="struct sim::CarID">CarID</a>)</h4></section><details class="rustdoc-toggle method-toggle" open><summary><section id="method.debug_car_ui" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#63-65">source</a></span><h4 class="code-header">pub fn <a href="#method.debug_car_ui" class="fnname">debug_car_ui</a>(&amp;self, id: <a class="struct" href="struct.CarID.html" title="struct sim::CarID">CarID</a>) -&gt; <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>Return a short string to debug a car in the UI.</p>
</div></details><section id="method.debug_agent_json" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#67-73">source</a></span><h4 class="code-header">pub fn <a href="#method.debug_agent_json" class="fnname">debug_agent_json</a>(&amp;self, id: <a class="enum" href="enum.AgentID.html" title="enum sim::AgentID">AgentID</a>) -&gt; <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.debug_intersection_json" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#75-77">source</a></span><h4 class="code-header">pub fn <a href="#method.debug_intersection_json" class="fnname">debug_intersection_json</a>(&amp;self, id: <a class="struct" href="../map_model/objects/intersection/struct.IntersectionID.html" title="struct map_model::objects::intersection::IntersectionID">IntersectionID</a>, map: &amp;<a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a>) -&gt; <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.debug_lane" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#79-81">source</a></span><h4 class="code-header">pub fn <a href="#method.debug_lane" class="fnname">debug_lane</a>(&amp;self, id: <a class="struct" href="../map_model/objects/lane/struct.LaneID.html" title="struct map_model::objects::lane::LaneID">LaneID</a>)</h4></section><details class="rustdoc-toggle method-toggle" open><summary><section id="method.agent_properties" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#84-97">source</a></span><h4 class="code-header">pub fn <a href="#method.agent_properties" class="fnname">agent_properties</a>(&amp;self, map: &amp;<a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a>, id: <a class="enum" href="enum.AgentID.html" title="enum sim::AgentID">AgentID</a>) -&gt; <a class="struct" href="sim/queries/struct.AgentProperties.html" title="struct sim::sim::queries::AgentProperties">AgentProperties</a></h4></section></summary><div class="docblock"><p>Only call for active agents, will panic otherwise</p>
</div></details><section id="method.num_transit_passengers" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#99-101">source</a></span><h4 class="code-header">pub fn <a href="#method.num_transit_passengers" class="fnname">num_transit_passengers</a>(&amp;self, car: <a class="struct" href="struct.CarID.html" title="struct sim::CarID">CarID</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.usize.html">usize</a></h4></section><section id="method.bus_route_id" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#103-111">source</a></span><h4 class="code-header">pub fn <a href="#method.bus_route_id" class="fnname">bus_route_id</a>(&amp;self, maybe_bus: <a class="struct" href="struct.CarID.html" title="struct sim::CarID">CarID</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../map_model/objects/transit/struct.TransitRouteID.html" title="struct map_model::objects::transit::TransitRouteID">TransitRouteID</a>&gt;</h4></section><section id="method.active_agents" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#113-115">source</a></span><h4 class="code-header">pub fn <a href="#method.active_agents" class="fnname">active_agents</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="enum" href="enum.AgentID.html" title="enum sim::AgentID">AgentID</a>&gt;<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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt;</span><code class="content"><span class="where fmt-newline">impl&lt;A&gt; <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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;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>,&nbsp;</span></span></code></span></span></span></span></h4></section><section id="method.num_active_agents" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#116-118">source</a></span><h4 class="code-header">pub fn <a href="#method.num_active_agents" class="fnname">num_active_agents</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.usize.html">usize</a></h4></section><section id="method.agent_to_trip" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#120-122">source</a></span><h4 class="code-header">pub fn <a href="#method.agent_to_trip" class="fnname">agent_to_trip</a>(&amp;self, id: <a class="enum" href="enum.AgentID.html" title="enum sim::AgentID">AgentID</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="struct.TripID.html" title="struct sim::TripID">TripID</a>&gt;</h4></section><section id="method.trip_to_agent" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#124-126">source</a></span><h4 class="code-header">pub fn <a href="#method.trip_to_agent" class="fnname">trip_to_agent</a>(&amp;self, id: <a class="struct" href="struct.TripID.html" title="struct sim::TripID">TripID</a>) -&gt; <a class="enum" href="trips/enum.TripResult.html" title="enum sim::trips::TripResult">TripResult</a>&lt;<a class="enum" href="enum.AgentID.html" title="enum sim::AgentID">AgentID</a>&gt;</h4></section><section id="method.trip_info" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#128-130">source</a></span><h4 class="code-header">pub fn <a href="#method.trip_info" class="fnname">trip_info</a>(&amp;self, id: <a class="struct" href="struct.TripID.html" title="struct sim::TripID">TripID</a>) -&gt; <a class="struct" href="trips/struct.TripInfo.html" title="struct sim::trips::TripInfo">TripInfo</a></h4></section><section id="method.all_trip_info" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#131-133">source</a></span><h4 class="code-header">pub fn <a href="#method.all_trip_info" class="fnname">all_trip_info</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;(<a class="struct" href="struct.TripID.html" title="struct sim::TripID">TripID</a>, <a class="struct" href="trips/struct.TripInfo.html" title="struct sim::trips::TripInfo">TripInfo</a>)&gt;<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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt;</span><code class="content"><span class="where fmt-newline">impl&lt;A&gt; <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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;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>,&nbsp;</span></span></code></span></span></span></span></h4></section><details class="rustdoc-toggle method-toggle" open><summary><section id="method.finished_trip_details" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#135-137">source</a></span><h4 class="code-header">pub fn <a href="#method.finished_trip_details" class="fnname">finished_trip_details</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self,<br>&nbsp;&nbsp;&nbsp;&nbsp;id: <a class="struct" href="struct.TripID.html" title="struct sim::TripID">TripID</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;(<a class="struct" href="../geom/duration/struct.Duration.html" title="struct geom::duration::Duration">Duration</a>, <a class="struct" href="../geom/duration/struct.Duration.html" title="struct geom::duration::Duration">Duration</a>, <a class="struct" href="../geom/distance/struct.Distance.html" title="struct geom::distance::Distance">Distance</a>)&gt;</h4></section></summary><div class="docblock"><p>If trip is finished, returns (total time, total waiting time, total distance)</p>
</div></details><section id="method.trip_blocked_time" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#139-141">source</a></span><h4 class="code-header">pub fn <a href="#method.trip_blocked_time" class="fnname">trip_blocked_time</a>(&amp;self, id: <a class="struct" href="struct.TripID.html" title="struct sim::TripID">TripID</a>) -&gt; <a class="struct" href="../geom/duration/struct.Duration.html" title="struct geom::duration::Duration">Duration</a></h4></section><section id="method.trip_to_person" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#143-145">source</a></span><h4 class="code-header">pub fn <a href="#method.trip_to_person" class="fnname">trip_to_person</a>(&amp;self, id: <a class="struct" href="struct.TripID.html" title="struct sim::TripID">TripID</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="struct.PersonID.html" title="struct sim::PersonID">PersonID</a>&gt;</h4></section><section id="method.agent_to_person" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#148-151">source</a></span><h4 class="code-header">pub fn <a href="#method.agent_to_person" class="fnname">agent_to_person</a>(&amp;self, id: <a class="enum" href="enum.AgentID.html" title="enum sim::AgentID">AgentID</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="struct.PersonID.html" title="struct sim::PersonID">PersonID</a>&gt;</h4></section><section id="method.person_to_agent" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#152-158">source</a></span><h4 class="code-header">pub fn <a href="#method.person_to_agent" class="fnname">person_to_agent</a>(&amp;self, id: <a class="struct" href="struct.PersonID.html" title="struct sim::PersonID">PersonID</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="enum" href="enum.AgentID.html" title="enum sim::AgentID">AgentID</a>&gt;</h4></section><section id="method.get_owner_of_car" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#159-163">source</a></span><h4 class="code-header">pub fn <a href="#method.get_owner_of_car" class="fnname">get_owner_of_car</a>(&amp;self, id: <a class="struct" href="struct.CarID.html" title="struct sim::CarID">CarID</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="struct.PersonID.html" title="struct sim::PersonID">PersonID</a>&gt;</h4></section><section id="method.lookup_parked_car" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#164-166">source</a></span><h4 class="code-header">pub fn <a href="#method.lookup_parked_car" class="fnname">lookup_parked_car</a>(&amp;self, id: <a class="struct" href="struct.CarID.html" title="struct sim::CarID">CarID</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="struct.ParkedCar.html" title="struct sim::ParkedCar">ParkedCar</a>&gt;</h4></section><details class="rustdoc-toggle method-toggle" open><summary><section id="method.all_parked_car_positions" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#168-181">source</a></span><h4 class="code-header">pub fn <a href="#method.all_parked_car_positions" class="fnname">all_parked_car_positions</a>(&amp;self, map: &amp;<a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a>) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;(<a class="struct" href="../map_model/traversable/struct.Position.html" title="struct map_model::traversable::Position">Position</a>, <a class="struct" href="../map_model/traversable/struct.Position.html" title="struct map_model::traversable::Position">Position</a>)&gt;<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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt;</span><code class="content"><span class="where fmt-newline">impl&lt;A&gt; <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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;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>,&nbsp;</span></span></code></span></span></span></span></h4></section></summary><div class="docblock"><p>For every parked car, (position of parking spot, position of owner)</p>
</div></details><section id="method.lookup_person" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#183-185">source</a></span><h4 class="code-header">pub fn <a href="#method.lookup_person" class="fnname">lookup_person</a>(&amp;self, id: <a class="struct" href="struct.PersonID.html" title="struct sim::PersonID">PersonID</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="trips/struct.Person.html" title="struct sim::trips::Person">Person</a>&gt;</h4></section><section id="method.get_person" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#186-188">source</a></span><h4 class="code-header">pub fn <a href="#method.get_person" class="fnname">get_person</a>(&amp;self, id: <a class="struct" href="struct.PersonID.html" title="struct sim::PersonID">PersonID</a>) -&gt; &amp;<a class="struct" href="trips/struct.Person.html" title="struct sim::trips::Person">Person</a></h4></section><section id="method.find_person_by_orig_id" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#189-196">source</a></span><h4 class="code-header">pub fn <a href="#method.find_person_by_orig_id" class="fnname">find_person_by_orig_id</a>(&amp;self, id: <a class="struct" href="../synthpop/struct.OrigPersonID.html" title="struct synthpop::OrigPersonID">OrigPersonID</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="struct.PersonID.html" title="struct sim::PersonID">PersonID</a>&gt;</h4></section><section id="method.get_all_people" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#197-199">source</a></span><h4 class="code-header">pub fn <a href="#method.get_all_people" class="fnname">get_all_people</a>(&amp;self) -&gt; &amp;<a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="trips/struct.Person.html" title="struct sim::trips::Person">Person</a>&gt;<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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt;</span><code class="content"><span class="where fmt-newline">impl&lt;A&gt; <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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;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>,&nbsp;</span></span></code></span></span></span></span></h4></section><section id="method.lookup_car_id" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#201-227">source</a></span><h4 class="code-header">pub fn <a href="#method.lookup_car_id" class="fnname">lookup_car_id</a>(&amp;self, idx: <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.usize.html">usize</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="struct.CarID.html" title="struct sim::CarID">CarID</a>&gt;</h4></section><section id="method.get_path" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#229-235">source</a></span><h4 class="code-header">pub fn <a href="#method.get_path" class="fnname">get_path</a>(&amp;self, id: <a class="enum" href="enum.AgentID.html" title="enum sim::AgentID">AgentID</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../map_model/pathfind/v1/struct.Path.html" title="struct map_model::pathfind::v1::Path">Path</a>&gt;</h4></section><section id="method.get_all_driving_paths" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#236-238">source</a></span><h4 class="code-header">pub fn <a href="#method.get_all_driving_paths" class="fnname">get_all_driving_paths</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;&amp;<a class="struct" href="../map_model/pathfind/v1/struct.Path.html" title="struct map_model::pathfind::v1::Path">Path</a>&gt;<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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt;</span><code class="content"><span class="where fmt-newline">impl&lt;A&gt; <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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;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>,&nbsp;</span></span></code></span></span></span></span></h4></section><section id="method.trace_route" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#240-246">source</a></span><h4 class="code-header">pub fn <a href="#method.trace_route" class="fnname">trace_route</a>(&amp;self, id: <a class="enum" href="enum.AgentID.html" title="enum sim::AgentID">AgentID</a>, map: &amp;<a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../geom/polyline/struct.PolyLine.html" title="struct geom::polyline::PolyLine">PolyLine</a>&gt;</h4></section><section id="method.get_canonical_pt_per_trip" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#248-259">source</a></span><h4 class="code-header">pub fn <a href="#method.get_canonical_pt_per_trip" class="fnname">get_canonical_pt_per_trip</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self,<br>&nbsp;&nbsp;&nbsp;&nbsp;trip: <a class="struct" href="struct.TripID.html" title="struct sim::TripID">TripID</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;map: &amp;<a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a><br>) -&gt; <a class="enum" href="trips/enum.TripResult.html" title="enum sim::trips::TripResult">TripResult</a>&lt;<a class="struct" href="../geom/pt/struct.Pt2D.html" title="struct geom::pt::Pt2D">Pt2D</a>&gt;</h4></section><section id="method.get_canonical_pt_per_person" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#260-266">source</a></span><h4 class="code-header">pub fn <a href="#method.get_canonical_pt_per_person" class="fnname">get_canonical_pt_per_person</a>(&amp;self, p: <a class="struct" href="struct.PersonID.html" title="struct sim::PersonID">PersonID</a>, map: &amp;<a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../geom/pt/struct.Pt2D.html" title="struct geom::pt::Pt2D">Pt2D</a>&gt;</h4></section><section id="method.canonical_pt_for_agent" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#268-277">source</a></span><h4 class="code-header">pub fn <a href="#method.canonical_pt_for_agent" class="fnname">canonical_pt_for_agent</a>(&amp;self, id: <a class="enum" href="enum.AgentID.html" title="enum sim::AgentID">AgentID</a>, map: &amp;<a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../geom/pt/struct.Pt2D.html" title="struct geom::pt::Pt2D">Pt2D</a>&gt;</h4></section><section id="method.get_accepted_agents" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#279-281">source</a></span><h4 class="code-header">pub fn <a href="#method.get_accepted_agents" class="fnname">get_accepted_agents</a>(&amp;self, id: <a class="struct" href="../map_model/objects/intersection/struct.IntersectionID.html" title="struct map_model::objects::intersection::IntersectionID">IntersectionID</a>) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;(<a class="enum" href="enum.AgentID.html" title="enum sim::AgentID">AgentID</a>, <a class="struct" href="../map_model/objects/turn/struct.TurnID.html" title="struct map_model::objects::turn::TurnID">TurnID</a>)&gt;<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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt;</span><code class="content"><span class="where fmt-newline">impl&lt;A&gt; <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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;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>,&nbsp;</span></span></code></span></span></span></span></h4></section><section id="method.get_waiting_agents" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#282-284">source</a></span><h4 class="code-header">pub fn <a href="#method.get_waiting_agents" class="fnname">get_waiting_agents</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self,<br>&nbsp;&nbsp;&nbsp;&nbsp;id: <a class="struct" href="../map_model/objects/intersection/struct.IntersectionID.html" title="struct map_model::objects::intersection::IntersectionID">IntersectionID</a><br>) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;(<a class="enum" href="enum.AgentID.html" title="enum sim::AgentID">AgentID</a>, <a class="struct" href="../map_model/objects/turn/struct.TurnID.html" title="struct map_model::objects::turn::TurnID">TurnID</a>, <a class="struct" href="../geom/time/struct.Time.html" title="struct geom::time::Time">Time</a>)&gt;<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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt;</span><code class="content"><span class="where fmt-newline">impl&lt;A&gt; <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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;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>,&nbsp;</span></span></code></span></span></span></span></h4></section><details class="rustdoc-toggle method-toggle" open><summary><section id="method.get_blocked_by_graph" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#288-292">source</a></span><h4 class="code-header">pub fn <a href="#method.get_blocked_by_graph" class="fnname">get_blocked_by_graph</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self,<br>&nbsp;&nbsp;&nbsp;&nbsp;map: &amp;<a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a><br>) -&gt; <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>&lt;<a class="enum" href="enum.AgentID.html" title="enum sim::AgentID">AgentID</a>, (<a class="struct" href="../geom/duration/struct.Duration.html" title="struct geom::duration::Duration">Duration</a>, <a class="enum" href="sim/queries/enum.DelayCause.html" title="enum sim::sim::queries::DelayCause">DelayCause</a>)&gt;</h4></section></summary><div class="docblock"><p>For every agent thats currently not moving, figure out how long theyve been waiting and
why theyre blocked.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.status_of_buses" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#295-310">source</a></span><h4 class="code-header">pub fn <a href="#method.status_of_buses" class="fnname">status_of_buses</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self,<br>&nbsp;&nbsp;&nbsp;&nbsp;route: <a class="struct" href="../map_model/objects/transit/struct.TransitRouteID.html" title="struct map_model::objects::transit::TransitRouteID">TransitRouteID</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;map: &amp;<a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a><br>) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;(<a class="struct" href="struct.CarID.html" title="struct sim::CarID">CarID</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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.usize.html">usize</a>&gt;, <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.f64.html">f64</a>, <a class="struct" href="../geom/pt/struct.Pt2D.html" title="struct geom::pt::Pt2D">Pt2D</a>)&gt;<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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt;</span><code class="content"><span class="where fmt-newline">impl&lt;A&gt; <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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;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>,&nbsp;</span></span></code></span></span></span></span></h4></section></summary><div class="docblock"><p>(bus, stop index its coming from, percent to next stop, location)</p>
</div></details><section id="method.get_analytics" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#312-314">source</a></span><h4 class="code-header">pub fn <a href="#method.get_analytics" class="fnname">get_analytics</a>(&amp;self) -&gt; &amp;<a class="struct" href="analytics/struct.Analytics.html" title="struct sim::analytics::Analytics">Analytics</a></h4></section><details class="rustdoc-toggle method-toggle" open><summary><section id="method.delayed_intersections" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#318-321">source</a></span><h4 class="code-header">pub fn <a href="#method.delayed_intersections" class="fnname">delayed_intersections</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self,<br>&nbsp;&nbsp;&nbsp;&nbsp;threshold: <a class="struct" href="../geom/duration/struct.Duration.html" title="struct geom::duration::Duration">Duration</a><br>) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;(<a class="struct" href="../map_model/objects/intersection/struct.IntersectionID.html" title="struct map_model::objects::intersection::IntersectionID">IntersectionID</a>, <a class="struct" href="../geom/time/struct.Time.html" title="struct geom::time::Time">Time</a>)&gt;<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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt;</span><code class="content"><span class="where fmt-newline">impl&lt;A&gt; <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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;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>,&nbsp;</span></span></code></span></span></span></span></h4></section></summary><div class="docblock"><p>For intersections with an agent waiting beyond some threshold, return when they started
waiting. Sorted by earliest waiting (likely the root cause of gridlock).</p>
</div></details><section id="method.bldg_to_people" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#323-325">source</a></span><h4 class="code-header">pub fn <a href="#method.bldg_to_people" class="fnname">bldg_to_people</a>(&amp;self, b: <a class="struct" href="../map_model/objects/building/struct.BuildingID.html" title="struct map_model::objects::building::BuildingID">BuildingID</a>) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="struct.PersonID.html" title="struct sim::PersonID">PersonID</a>&gt;<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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt;</span><code class="content"><span class="where fmt-newline">impl&lt;A&gt; <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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;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>,&nbsp;</span></span></code></span></span></span></span></h4></section><section id="method.get_pandemic_model" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#327-329">source</a></span><h4 class="code-header">pub fn <a href="#method.get_pandemic_model" class="fnname">get_pandemic_model</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="pandemic/model/struct.PandemicModel.html" title="struct sim::pandemic::model::PandemicModel">PandemicModel</a>&gt;</h4></section><section id="method.get_end_of_day" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#331-339">source</a></span><h4 class="code-header">pub fn <a href="#method.get_end_of_day" class="fnname">get_end_of_day</a>(&amp;self) -&gt; <a class="struct" href="../geom/time/struct.Time.html" title="struct geom::time::Time">Time</a></h4></section><section id="method.current_stage_and_remaining_time" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#341-344">source</a></span><h4 class="code-header">pub fn <a href="#method.current_stage_and_remaining_time" class="fnname">current_stage_and_remaining_time</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self,<br>&nbsp;&nbsp;&nbsp;&nbsp;i: <a class="struct" href="../map_model/objects/intersection/struct.IntersectionID.html" title="struct map_model::objects::intersection::IntersectionID">IntersectionID</a><br>) -&gt; (<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.usize.html">usize</a>, <a class="struct" href="../geom/duration/struct.Duration.html" title="struct geom::duration::Duration">Duration</a>)</h4></section><section id="method.all_arrivals_at_border" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#348-371">source</a></span><h4 class="code-header">pub fn <a href="#method.all_arrivals_at_border" class="fnname">all_arrivals_at_border</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self,<br>&nbsp;&nbsp;&nbsp;&nbsp;i: <a class="struct" href="../map_model/objects/intersection/struct.IntersectionID.html" title="struct map_model::objects::intersection::IntersectionID">IntersectionID</a><br>) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;(<a class="enum" href="enum.AgentType.html" title="enum sim::AgentType">AgentType</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>&lt;(<a class="struct" href="../geom/time/struct.Time.html" title="struct geom::time::Time">Time</a>, <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.usize.html">usize</a>)&gt;)&gt;<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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt;</span><code class="content"><span class="where fmt-newline">impl&lt;A&gt; <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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;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>,&nbsp;</span></span></code></span></span></span></span></h4></section><details class="rustdoc-toggle method-toggle" open><summary><section id="method.target_lane_penalty" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#374-380">source</a></span><h4 class="code-header">pub fn <a href="#method.target_lane_penalty" class="fnname">target_lane_penalty</a>(&amp;self, lane: &amp;<a class="struct" href="../map_model/objects/lane/struct.Lane.html" title="struct map_model::objects::lane::Lane">Lane</a>) -&gt; (<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.usize.html">usize</a>, <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>(number of vehicles in the lane, penalty if a bike or other slow vehicle is present)</p>
</div></details><section id="method.get_people_waiting_at_stop" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#382-387">source</a></span><h4 class="code-header">pub fn <a href="#method.get_people_waiting_at_stop" class="fnname">get_people_waiting_at_stop</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self,<br>&nbsp;&nbsp;&nbsp;&nbsp;at: <a class="struct" href="../map_model/objects/transit/struct.TransitStopID.html" title="struct map_model::objects::transit::TransitStopID">TransitStopID</a><br>) -&gt; &amp;<a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;(<a class="struct" href="struct.PedestrianID.html" title="struct sim::PedestrianID">PedestrianID</a>, <a class="struct" href="../map_model/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>&lt;<a class="struct" href="../map_model/objects/transit/struct.TransitStopID.html" title="struct map_model::objects::transit::TransitStopID">TransitStopID</a>&gt;, <a class="struct" href="../geom/time/struct.Time.html" title="struct geom::time::Time">Time</a>)&gt;<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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt;</span><code class="content"><span class="where fmt-newline">impl&lt;A&gt; <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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;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>,&nbsp;</span></span></code></span></span></span></span></h4></section><section id="method.generate_scenario" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#389-391">source</a></span><h4 class="code-header">pub fn <a href="#method.generate_scenario" class="fnname">generate_scenario</a>(&amp;self, map: &amp;<a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a>, name: <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>) -&gt; <a class="struct" href="../synthpop/scenario/struct.Scenario.html" title="struct synthpop::scenario::Scenario">Scenario</a></h4></section><section id="method.infinite_parking" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#393-395">source</a></span><h4 class="code-header">pub fn <a href="#method.infinite_parking" class="fnname">infinite_parking</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.bool.html">bool</a></h4></section><section id="method.all_waiting_people" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#397-402">source</a></span><h4 class="code-header">pub fn <a href="#method.all_waiting_people" class="fnname">all_waiting_people</a>(&amp;self) -&gt; <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>&lt;<a class="struct" href="struct.PersonID.html" title="struct sim::PersonID">PersonID</a>, <a class="struct" href="../geom/duration/struct.Duration.html" title="struct geom::duration::Duration">Duration</a>&gt;</h4></section><section id="method.describe_internal_stats" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#404-409">source</a></span><h4 class="code-header">pub fn <a href="#method.describe_internal_stats" class="fnname">describe_internal_stats</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>&gt;<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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt;</span><code class="content"><span class="where fmt-newline">impl&lt;A&gt; <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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;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>,&nbsp;</span></span></code></span></span></span></span></h4></section><section id="method.debug_queue_lengths" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#411-413">source</a></span><h4 class="code-header">pub fn <a href="#method.debug_queue_lengths" class="fnname">debug_queue_lengths</a>(&amp;self, l: <a class="struct" href="../map_model/objects/lane/struct.LaneID.html" title="struct map_model::objects::lane::LaneID">LaneID</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;(<a class="struct" href="../geom/distance/struct.Distance.html" title="struct geom::distance::Distance">Distance</a>, <a class="struct" href="../geom/distance/struct.Distance.html" title="struct geom::distance::Distance">Distance</a>)&gt;</h4></section><details class="rustdoc-toggle method-toggle" open><summary><section id="method.get_trip_time_lower_bound" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#418-450">source</a></span><h4 class="code-header">pub fn <a href="#method.get_trip_time_lower_bound" class="fnname">get_trip_time_lower_bound</a>(&amp;self, map: &amp;<a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a>, id: <a class="struct" href="struct.TripID.html" title="struct sim::TripID">TripID</a>) -&gt; <a class="type" href="https://docs.rs/anyhow/1.0.41/anyhow/type.Result.html" title="type anyhow::Result">Result</a>&lt;<a class="struct" href="../geom/duration/struct.Duration.html" title="struct geom::duration::Duration">Duration</a>&gt;</h4></section></summary><div class="docblock"><p>Returns the best-case time for a trip in a world with no traffic or intersection delays.
Might fail in some cases where the real trip succeeds, but the single-mode path cant be
found. Assumes the TripID exists.</p>
</div></details><section id="method.get_highlighted_people" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#452-454">source</a></span><h4 class="code-header">pub fn <a href="#method.get_highlighted_people" class="fnname">get_highlighted_people</a>(&amp;self) -&gt; &amp;<a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<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>&lt;<a class="struct" href="struct.PersonID.html" title="struct sim::PersonID">PersonID</a>&gt;&gt;</h4></section><details class="rustdoc-toggle method-toggle" open><summary><section id="method.get_pedestrian_density" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#458-463">source</a></span><h4 class="code-header">pub fn <a href="#method.get_pedestrian_density" class="fnname">get_pedestrian_density</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self,<br>&nbsp;&nbsp;&nbsp;&nbsp;map: &amp;<a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a><br>) -&gt; (<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>&lt;<a class="struct" href="../map_model/objects/road/struct.RoadID.html" title="struct map_model::objects::road::RoadID">RoadID</a>, <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.f64.html">f64</a>&gt;, <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>&lt;<a class="struct" href="../map_model/objects/intersection/struct.IntersectionID.html" title="struct map_model::objects::intersection::IntersectionID">IntersectionID</a>, <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.f64.html">f64</a>&gt;)</h4></section></summary><div class="docblock"><p>Returns people / m^2. Roads have up to two sidewalks and intersections have many crossings
take the max density along any one.</p>
</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sim-1" class="impl has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#467-529">source</a></span><a href="#impl-Sim-1" class="anchor"></a><h3 class="code-header in-band">impl <a class="struct" href="sim/struct.Sim.html" title="struct sim::sim::Sim">Sim</a></h3></section></summary><div class="impl-items"><section id="method.step_count" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#468-470">source</a></span><h4 class="code-header">pub fn <a href="#method.step_count" class="fnname">step_count</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.usize.html">usize</a></h4></section><section id="method.get_draw_car" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#472-477">source</a></span><h4 class="code-header">pub fn <a href="#method.get_draw_car" class="fnname">get_draw_car</a>(&amp;self, id: <a class="struct" href="struct.CarID.html" title="struct sim::CarID">CarID</a>, map: &amp;<a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="render/struct.DrawCarInput.html" title="struct sim::render::DrawCarInput">DrawCarInput</a>&gt;</h4></section><section id="method.get_draw_ped" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#479-481">source</a></span><h4 class="code-header">pub fn <a href="#method.get_draw_ped" class="fnname">get_draw_ped</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self,<br>&nbsp;&nbsp;&nbsp;&nbsp;id: <a class="struct" href="struct.PedestrianID.html" title="struct sim::PedestrianID">PedestrianID</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;map: &amp;<a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="render/struct.DrawPedestrianInput.html" title="struct sim::render::DrawPedestrianInput">DrawPedestrianInput</a>&gt;</h4></section><section id="method.get_draw_cars" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#483-496">source</a></span><h4 class="code-header">pub fn <a href="#method.get_draw_cars" class="fnname">get_draw_cars</a>(&amp;self, on: <a class="enum" href="../map_model/traversable/enum.Traversable.html" title="enum map_model::traversable::Traversable">Traversable</a>, map: &amp;<a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a>) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="render/struct.DrawCarInput.html" title="struct sim::render::DrawCarInput">DrawCarInput</a>&gt;<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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt;</span><code class="content"><span class="where fmt-newline">impl&lt;A&gt; <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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;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>,&nbsp;</span></span></code></span></span></span></span></h4></section><section id="method.get_draw_peds" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#498-504">source</a></span><h4 class="code-header">pub fn <a href="#method.get_draw_peds" class="fnname">get_draw_peds</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self,<br>&nbsp;&nbsp;&nbsp;&nbsp;on: <a class="enum" href="../map_model/traversable/enum.Traversable.html" title="enum map_model::traversable::Traversable">Traversable</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;map: &amp;<a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a><br>) -&gt; (<a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="render/struct.DrawPedestrianInput.html" title="struct sim::render::DrawPedestrianInput">DrawPedestrianInput</a>&gt;, <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="render/struct.DrawPedCrowdInput.html" title="struct sim::render::DrawPedCrowdInput">DrawPedCrowdInput</a>&gt;)</h4></section><section id="method.get_all_draw_cars" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#506-512">source</a></span><h4 class="code-header">pub fn <a href="#method.get_all_draw_cars" class="fnname">get_all_draw_cars</a>(&amp;self, map: &amp;<a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a>) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="render/struct.DrawCarInput.html" title="struct sim::render::DrawCarInput">DrawCarInput</a>&gt;<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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt;</span><code class="content"><span class="where fmt-newline">impl&lt;A&gt; <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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;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>,&nbsp;</span></span></code></span></span></span></span></h4></section><section id="method.get_all_draw_peds" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#514-516">source</a></span><h4 class="code-header">pub fn <a href="#method.get_all_draw_peds" class="fnname">get_all_draw_peds</a>(&amp;self, map: &amp;<a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a>) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="render/struct.DrawPedestrianInput.html" title="struct sim::render::DrawPedestrianInput">DrawPedestrianInput</a>&gt;<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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt;</span><code class="content"><span class="where fmt-newline">impl&lt;A&gt; <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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;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>,&nbsp;</span></span></code></span></span></span></span></h4></section><details class="rustdoc-toggle method-toggle" open><summary><section id="method.get_unzoomed_agents" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#520-524">source</a></span><h4 class="code-header">pub fn <a href="#method.get_unzoomed_agents" class="fnname">get_unzoomed_agents</a>(&amp;self, map: &amp;<a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a>) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="render/struct.UnzoomedAgent.html" title="struct sim::render::UnzoomedAgent">UnzoomedAgent</a>&gt;<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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt;</span><code class="content"><span class="where fmt-newline">impl&lt;A&gt; <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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;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>,&nbsp;</span></span></code></span></span></span></span></h4></section></summary><div class="docblock"><p>This does not include transit riders. Some callers need those in addition, but the
rendering ones dont.</p>
</div></details><section id="method.get_unzoomed_transit_riders" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/queries.rs.html#525-528">source</a></span><h4 class="code-header">pub fn <a href="#method.get_unzoomed_transit_riders" class="fnname">get_unzoomed_transit_riders</a>(&amp;self, map: &amp;<a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a>) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="render/struct.UnzoomedAgent.html" title="struct sim::render::UnzoomedAgent">UnzoomedAgent</a>&gt;<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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt;</span><code class="content"><span class="where fmt-newline">impl&lt;A&gt; <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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;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>,&nbsp;</span></span></code></span></span></span></span></h4></section></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sim-2" class="impl has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/scenario.rs.html#18-104">source</a></span><a href="#impl-Sim-2" class="anchor"></a><h3 class="code-header in-band">impl <a class="struct" href="sim/struct.Sim.html" title="struct sim::sim::Sim">Sim</a></h3></section></summary><div class="impl-items"><section id="method.instantiate" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/scenario.rs.html#19-27">source</a></span><h4 class="code-header">pub fn <a href="#method.instantiate" class="fnname">instantiate</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;mut self,<br>&nbsp;&nbsp;&nbsp;&nbsp;scenario: &amp;<a class="struct" href="../synthpop/scenario/struct.Scenario.html" title="struct synthpop::scenario::Scenario">Scenario</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;map: &amp;<a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;rng: &amp;mut <a class="struct" href="https://docs.rs/rand_xorshift/0.3.0/rand_xorshift/struct.XorShiftRng.html" title="struct rand_xorshift::XorShiftRng">XorShiftRng</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;timer: &amp;mut <a class="struct" href="../abstutil/time/struct.Timer.html" title="struct abstutil::time::Timer">Timer</a>&lt;'_&gt;<br>)</h4></section><details class="rustdoc-toggle method-toggle" open><summary><section id="method.instantiate_without_retries" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/scenario.rs.html#31-103">source</a></span><h4 class="code-header">pub fn <a href="#method.instantiate_without_retries" class="fnname">instantiate_without_retries</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;mut self,<br>&nbsp;&nbsp;&nbsp;&nbsp;scenario: &amp;<a class="struct" href="../synthpop/scenario/struct.Scenario.html" title="struct synthpop::scenario::Scenario">Scenario</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;map: &amp;<a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;rng: &amp;mut <a class="struct" href="https://docs.rs/rand_xorshift/0.3.0/rand_xorshift/struct.XorShiftRng.html" title="struct rand_xorshift::XorShiftRng">XorShiftRng</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;retry_if_no_room: <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.bool.html">bool</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;timer: &amp;mut <a class="struct" href="../abstutil/time/struct.Timer.html" title="struct abstutil::time::Timer">Timer</a>&lt;'_&gt;<br>)</h4></section></summary><div class="docblock"><p>If retry_if_no_room is false, any vehicles that fail to spawn because of something else in
the way will just wind up as cancelled trips.</p>
</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sim-3" class="impl has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#187-383">source</a></span><a href="#impl-Sim-3" class="anchor"></a><h3 class="code-header in-band">impl <a class="struct" href="sim/struct.Sim.html" title="struct sim::sim::Sim">Sim</a></h3></section></summary><div class="impl-items"><section id="method.new" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#188-230">source</a></span><h4 class="code-header">pub fn <a href="#method.new" class="fnname">new</a>(map: &amp;<a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a>, opts: <a class="struct" href="sim/struct.SimOptions.html" title="struct sim::sim::SimOptions">SimOptions</a>) -&gt; <a class="struct" href="sim/struct.Sim.html" title="struct sim::sim::Sim">Sim</a></h4></section><section id="method.spawn_trips" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#232-257">source</a></span><h4 class="code-header">pub(crate) fn <a href="#method.spawn_trips" class="fnname">spawn_trips</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;mut self,<br>&nbsp;&nbsp;&nbsp;&nbsp;input: <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;(<a class="struct" href="struct.PersonID.html" title="struct sim::PersonID">PersonID</a>, <a class="struct" href="trips/struct.TripInfo.html" title="struct sim::trips::TripInfo">TripInfo</a>, <a class="struct" href="make/spawner/struct.StartTripArgs.html" title="struct sim::make::spawner::StartTripArgs">StartTripArgs</a>)&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;map: &amp;<a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;timer: &amp;mut <a class="struct" href="../abstutil/time/struct.Timer.html" title="struct abstutil::time::Timer">Timer</a>&lt;'_&gt;<br>)</h4></section><section id="method.get_free_onstreet_spots" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#259-261">source</a></span><h4 class="code-header">pub fn <a href="#method.get_free_onstreet_spots" class="fnname">get_free_onstreet_spots</a>(&amp;self, l: <a class="struct" href="../map_model/objects/lane/struct.LaneID.html" title="struct map_model::objects::lane::LaneID">LaneID</a>) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="enum" href="enum.ParkingSpot.html" title="enum sim::ParkingSpot">ParkingSpot</a>&gt;<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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt;</span><code class="content"><span class="where fmt-newline">impl&lt;A&gt; <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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;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>,&nbsp;</span></span></code></span></span></span></span></h4></section><section id="method.get_free_offstreet_spots" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#263-265">source</a></span><h4 class="code-header">pub fn <a href="#method.get_free_offstreet_spots" class="fnname">get_free_offstreet_spots</a>(&amp;self, b: <a class="struct" href="../map_model/objects/building/struct.BuildingID.html" title="struct map_model::objects::building::BuildingID">BuildingID</a>) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="enum" href="enum.ParkingSpot.html" title="enum sim::ParkingSpot">ParkingSpot</a>&gt;<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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt;</span><code class="content"><span class="where fmt-newline">impl&lt;A&gt; <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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;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>,&nbsp;</span></span></code></span></span></span></span></h4></section><section id="method.get_free_lot_spots" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#267-269">source</a></span><h4 class="code-header">pub fn <a href="#method.get_free_lot_spots" class="fnname">get_free_lot_spots</a>(&amp;self, pl: <a class="struct" href="../map_model/objects/parking_lot/struct.ParkingLotID.html" title="struct map_model::objects::parking_lot::ParkingLotID">ParkingLotID</a>) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="enum" href="enum.ParkingSpot.html" title="enum sim::ParkingSpot">ParkingSpot</a>&gt;<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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt;</span><code class="content"><span class="where fmt-newline">impl&lt;A&gt; <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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;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>,&nbsp;</span></span></code></span></span></span></span></h4></section><details class="rustdoc-toggle method-toggle" open><summary><section id="method.get_all_parking_spots" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#272-274">source</a></span><h4 class="code-header">pub fn <a href="#method.get_all_parking_spots" class="fnname">get_all_parking_spots</a>(&amp;self) -&gt; (<a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="enum" href="enum.ParkingSpot.html" title="enum sim::ParkingSpot">ParkingSpot</a>&gt;, <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="enum" href="enum.ParkingSpot.html" title="enum sim::ParkingSpot">ParkingSpot</a>&gt;)</h4></section></summary><div class="docblock"><p>(Filled, available)</p>
</div></details><section id="method.bldg_to_parked_cars" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#276-278">source</a></span><h4 class="code-header">pub fn <a href="#method.bldg_to_parked_cars" class="fnname">bldg_to_parked_cars</a>(&amp;self, b: <a class="struct" href="../map_model/objects/building/struct.BuildingID.html" title="struct map_model::objects::building::BuildingID">BuildingID</a>) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="struct.CarID.html" title="struct sim::CarID">CarID</a>&gt;<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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt;</span><code class="content"><span class="where fmt-newline">impl&lt;A&gt; <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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;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>,&nbsp;</span></span></code></span></span></span></span></h4></section><section id="method.walking_path_to_nearest_parking_spot" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#280-312">source</a></span><h4 class="code-header">pub fn <a href="#method.walking_path_to_nearest_parking_spot" class="fnname">walking_path_to_nearest_parking_spot</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self,<br>&nbsp;&nbsp;&nbsp;&nbsp;map: &amp;<a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;b: <a class="struct" href="../map_model/objects/building/struct.BuildingID.html" title="struct map_model::objects::building::BuildingID">BuildingID</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../map_model/pathfind/v1/struct.Path.html" title="struct map_model::pathfind::v1::Path">Path</a>&gt;</h4></section><section id="method.new_person" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#314-321">source</a></span><h4 class="code-header">pub(crate) fn <a href="#method.new_person" class="fnname">new_person</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;mut self,<br>&nbsp;&nbsp;&nbsp;&nbsp;orig_id: <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../synthpop/struct.OrigPersonID.html" title="struct synthpop::OrigPersonID">OrigPersonID</a>&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;ped_speed: <a class="struct" href="../geom/speed/struct.Speed.html" title="struct geom::speed::Speed">Speed</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;vehicle_specs: <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="struct.VehicleSpec.html" title="struct sim::VehicleSpec">VehicleSpec</a>&gt;<br>) -&gt; &amp;<a class="struct" href="trips/struct.Person.html" title="struct sim::trips::Person">Person</a></h4></section><section id="method.seed_parked_car" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#322-329">source</a></span><h4 class="code-header">pub(crate) fn <a href="#method.seed_parked_car" class="fnname">seed_parked_car</a>(&amp;mut self, vehicle: <a class="struct" href="struct.Vehicle.html" title="struct sim::Vehicle">Vehicle</a>, spot: <a class="enum" href="enum.ParkingSpot.html" title="enum sim::ParkingSpot">ParkingSpot</a>)</h4></section><section id="method.seed_bus_route" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#331-335">source</a></span><h4 class="code-header">pub(crate) fn <a href="#method.seed_bus_route" class="fnname">seed_bus_route</a>(&amp;mut self, route: &amp;<a class="struct" href="../map_model/objects/transit/struct.TransitRoute.html" title="struct map_model::objects::transit::TransitRoute">TransitRoute</a>)</h4></section><section id="method.start_bus" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#337-374">source</a></span><h4 class="code-header">fn <a href="#method.start_bus" class="fnname">start_bus</a>(&amp;mut self, route: &amp;<a class="struct" href="../map_model/objects/transit/struct.TransitRoute.html" title="struct map_model::objects::transit::TransitRoute">TransitRoute</a>, map: &amp;<a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a>)</h4></section><section id="method.set_run_name" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#376-378">source</a></span><h4 class="code-header">pub fn <a href="#method.set_run_name" class="fnname">set_run_name</a>(&amp;mut self, name: <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_run_name" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#380-382">source</a></span><h4 class="code-header">pub fn <a href="#method.get_run_name" class="fnname">get_run_name</a>(&amp;self) -&gt; &amp;<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></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sim-4" class="impl has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#386-761">source</a></span><a href="#impl-Sim-4" class="anchor"></a><h3 class="code-header in-band">impl <a class="struct" href="sim/struct.Sim.html" title="struct sim::sim::Sim">Sim</a></h3></section></summary><div class="impl-items"><section id="method.minimal_step" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#389-424">source</a></span><h4 class="code-header">fn <a href="#method.minimal_step" class="fnname">minimal_step</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;mut self,<br>&nbsp;&nbsp;&nbsp;&nbsp;map: &amp;<a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;max_dt: <a class="struct" href="../geom/duration/struct.Duration.html" title="struct geom::duration::Duration">Duration</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;maybe_cb: &amp;mut <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;dyn <a class="trait" href="sim/trait.SimCallback.html" title="trait sim::sim::SimCallback">SimCallback</a>&gt;&gt;<br>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.bool.html">bool</a></h4></section><section id="method.do_step" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#427-643">source</a></span><h4 class="code-header">fn <a href="#method.do_step" class="fnname">do_step</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;mut self,<br>&nbsp;&nbsp;&nbsp;&nbsp;map: &amp;<a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;time: <a class="struct" href="../geom/time/struct.Time.html" title="struct geom::time::Time">Time</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;cmd: <a class="enum" href="scheduler/enum.Command.html" title="enum sim::scheduler::Command">Command</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;maybe_cb: &amp;mut <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;dyn <a class="trait" href="sim/trait.SimCallback.html" title="trait sim::sim::SimCallback">SimCallback</a>&gt;&gt;<br>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.bool.html">bool</a></h4></section><section id="method.dispatch_events" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#645-662">source</a></span><h4 class="code-header">fn <a href="#method.dispatch_events" class="fnname">dispatch_events</a>(&amp;mut self, events: <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="enum" href="events/enum.Event.html" title="enum sim::events::Event">Event</a>&gt;, map: &amp;<a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a>)</h4></section><section id="method.timed_step" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#664-710">source</a></span><h4 class="code-header">pub fn <a href="#method.timed_step" class="fnname">timed_step</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;mut self,<br>&nbsp;&nbsp;&nbsp;&nbsp;map: &amp;<a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;dt: <a class="struct" href="../geom/duration/struct.Duration.html" title="struct geom::duration::Duration">Duration</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;maybe_cb: &amp;mut <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;dyn <a class="trait" href="sim/trait.SimCallback.html" title="trait sim::sim::SimCallback">SimCallback</a>&gt;&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;timer: &amp;mut <a class="struct" href="../abstutil/time/struct.Timer.html" title="struct abstutil::time::Timer">Timer</a>&lt;'_&gt;<br>)</h4></section><section id="method.tiny_step" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#711-718">source</a></span><h4 class="code-header">pub fn <a href="#method.tiny_step" class="fnname">tiny_step</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;mut self,<br>&nbsp;&nbsp;&nbsp;&nbsp;map: &amp;<a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;maybe_cb: &amp;mut <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;dyn <a class="trait" href="sim/trait.SimCallback.html" title="trait sim::sim::SimCallback">SimCallback</a>&gt;&gt;<br>)</h4></section><section id="method.time_limited_step" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#720-753">source</a></span><h4 class="code-header">pub fn <a href="#method.time_limited_step" class="fnname">time_limited_step</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;mut self,<br>&nbsp;&nbsp;&nbsp;&nbsp;map: &amp;<a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;dt: <a class="struct" href="../geom/duration/struct.Duration.html" title="struct geom::duration::Duration">Duration</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;real_time_limit: <a class="struct" href="../geom/duration/struct.Duration.html" title="struct geom::duration::Duration">Duration</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;maybe_cb: &amp;mut <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;dyn <a class="trait" href="sim/trait.SimCallback.html" title="trait sim::sim::SimCallback">SimCallback</a>&gt;&gt;<br>)</h4></section><section id="method.dump_before_abort" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#755-760">source</a></span><h4 class="code-header">pub fn <a href="#method.dump_before_abort" class="fnname">dump_before_abort</a>(&amp;self)</h4></section></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sim-5" class="impl has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#764-830">source</a></span><a href="#impl-Sim-5" class="anchor"></a><h3 class="code-header in-band">impl <a class="struct" href="sim/struct.Sim.html" title="struct sim::sim::Sim">Sim</a></h3></section></summary><div class="impl-items"><section id="method.save_dir" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#765-767">source</a></span><h4 class="code-header">pub fn <a href="#method.save_dir" class="fnname">save_dir</a>(&amp;self) -&gt; <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.save_path" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#769-778">source</a></span><h4 class="code-header">fn <a href="#method.save_path" class="fnname">save_path</a>(&amp;self, base_time: <a class="struct" href="../geom/time/struct.Time.html" title="struct geom::time::Time">Time</a>) -&gt; <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.save" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#780-817">source</a></span><h4 class="code-header">pub fn <a href="#method.save" class="fnname">save</a>(&amp;mut self) -&gt; <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.find_previous_savestate" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#819-821">source</a></span><h4 class="code-header">pub fn <a href="#method.find_previous_savestate" class="fnname">find_previous_savestate</a>(&amp;self, base_time: <a class="struct" href="../geom/time/struct.Time.html" title="struct geom::time::Time">Time</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>&gt;</h4></section><section id="method.find_next_savestate" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#823-825">source</a></span><h4 class="code-header">pub fn <a href="#method.find_next_savestate" class="fnname">find_next_savestate</a>(&amp;self, base_time: <a class="struct" href="../geom/time/struct.Time.html" title="struct geom::time::Time">Time</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>&gt;</h4></section><section id="method.load_savestate" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#827-829">source</a></span><h4 class="code-header">pub fn <a href="#method.load_savestate" class="fnname">load_savestate</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: &amp;mut <a class="struct" href="../abstutil/time/struct.Timer.html" title="struct abstutil::time::Timer">Timer</a>&lt;'_&gt;) -&gt; <a class="type" href="https://docs.rs/anyhow/1.0.41/anyhow/type.Result.html" title="type anyhow::Result">Result</a>&lt;<a class="struct" href="sim/struct.Sim.html" title="struct sim::sim::Sim">Sim</a>&gt;</h4></section></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sim-6" class="impl has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#833-960">source</a></span><a href="#impl-Sim-6" class="anchor"></a><h3 class="code-header in-band">impl <a class="struct" href="sim/struct.Sim.html" title="struct sim::sim::Sim">Sim</a></h3></section></summary><div class="impl-items"><section id="method.handle_live_edited_traffic_signals" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#834-837">source</a></span><h4 class="code-header">pub fn <a href="#method.handle_live_edited_traffic_signals" class="fnname">handle_live_edited_traffic_signals</a>(&amp;mut self, map: &amp;<a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a>)</h4></section><details class="rustdoc-toggle method-toggle" open><summary><section id="method.handle_live_edits" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#841-892">source</a></span><h4 class="code-header">pub fn <a href="#method.handle_live_edits" class="fnname">handle_live_edits</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;mut self,<br>&nbsp;&nbsp;&nbsp;&nbsp;map: &amp;<a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;timer: &amp;mut <a class="struct" href="../abstutil/time/struct.Timer.html" title="struct abstutil::time::Timer">Timer</a>&lt;'_&gt;<br>) -&gt; (<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.usize.html">usize</a>, <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>Respond to arbitrary map edits without resetting the simulation. Returns the number of
(trips cancelled, parked cars displaced).</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.find_trips_affected_by_live_edits" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#895-959">source</a></span><h4 class="code-header">fn <a href="#method.find_trips_affected_by_live_edits" class="fnname">find_trips_affected_by_live_edits</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;mut self,<br>&nbsp;&nbsp;&nbsp;&nbsp;map: &amp;<a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;timer: &amp;mut <a class="struct" href="../abstutil/time/struct.Timer.html" title="struct abstutil::time::Timer">Timer</a>&lt;'_&gt;<br>) -&gt; (<a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/collections/btree/set/struct.BTreeSet.html" title="struct alloc::collections::btree::set::BTreeSet">BTreeSet</a>&lt;(<a class="enum" href="enum.AgentID.html" title="enum sim::AgentID">AgentID</a>, <a class="struct" href="struct.TripID.html" title="struct sim::TripID">TripID</a>)&gt;, <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>Returns (trips affected, number of parked cars displaced)</p>
</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sim-7" class="impl has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#963-989">source</a></span><a href="#impl-Sim-7" class="anchor"></a><h3 class="code-header in-band">impl <a class="struct" href="sim/struct.Sim.html" title="struct sim::sim::Sim">Sim</a></h3></section></summary><div class="impl-items"><section id="method.delete_car" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#964-984">source</a></span><h4 class="code-header">pub fn <a href="#method.delete_car" class="fnname">delete_car</a>(&amp;mut self, id: <a class="struct" href="struct.CarID.html" title="struct sim::CarID">CarID</a>, map: &amp;<a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a>)</h4></section><section id="method.clear_alerts" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#986-988">source</a></span><h4 class="code-header">pub fn <a href="#method.clear_alerts" class="fnname">clear_alerts</a>(&amp;mut self) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;(<a class="struct" href="../geom/time/struct.Time.html" title="struct geom::time::Time">Time</a>, <a class="enum" href="events/enum.AlertLocation.html" title="enum sim::events::AlertLocation">AlertLocation</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>)&gt;<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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt;</span><code class="content"><span class="where fmt-newline">impl&lt;A&gt; <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>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>, A&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;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>,&nbsp;</span></span></code></span></span></span></span></h4></section></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sim-8" class="impl has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#998-1010">source</a></span><a href="#impl-Sim-8" class="anchor"></a><h3 class="code-header in-band">impl <a class="struct" href="sim/struct.Sim.html" title="struct sim::sim::Sim">Sim</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.set_periodic_callback" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#1000-1004">source</a></span><h4 class="code-header">pub fn <a href="#method.set_periodic_callback" class="fnname">set_periodic_callback</a>(&amp;mut self, frequency: <a class="struct" href="../geom/duration/struct.Duration.html" title="struct geom::duration::Duration">Duration</a>)</h4></section></summary><div class="docblock"><p>Only one at a time supported.</p>
</div></details><section id="method.unset_periodic_callback" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#1005-1009">source</a></span><h4 class="code-header">pub fn <a href="#method.unset_periodic_callback" class="fnname">unset_periodic_callback</a>(&amp;mut self)</h4></section></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sim-9" class="impl has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#1013-1026">source</a></span><a href="#impl-Sim-9" class="anchor"></a><h3 class="code-header in-band">impl <a class="struct" href="sim/struct.Sim.html" title="struct sim::sim::Sim">Sim</a></h3></section></summary><div class="impl-items"><section id="method.record_traffic_for" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#1014-1017">source</a></span><h4 class="code-header">pub fn <a href="#method.record_traffic_for" class="fnname">record_traffic_for</a>(&amp;mut self, intersections: <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>&lt;<a class="struct" href="../map_model/objects/intersection/struct.IntersectionID.html" title="struct map_model::objects::intersection::IntersectionID">IntersectionID</a>&gt;)</h4></section><section id="method.num_recorded_trips" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#1019-1021">source</a></span><h4 class="code-header">pub fn <a href="#method.num_recorded_trips" class="fnname">num_recorded_trips</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.usize.html">usize</a>&gt;</h4></section><section id="method.save_recorded_traffic" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#1023-1025">source</a></span><h4 class="code-header">pub fn <a href="#method.save_recorded_traffic" class="fnname">save_recorded_traffic</a>(&amp;mut self, map: &amp;<a class="struct" href="../map_model/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-Sim-10" class="impl has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#1029-1033">source</a></span><a href="#impl-Sim-10" class="anchor"></a><h3 class="code-header in-band">impl <a class="struct" href="sim/struct.Sim.html" title="struct sim::sim::Sim">Sim</a></h3></section></summary><div class="impl-items"><section id="method.set_highlighted_people" class="method has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#1030-1032">source</a></span><h4 class="code-header">pub fn <a href="#method.set_highlighted_people" class="fnname">set_highlighted_people</a>(&amp;mut self, people: <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>&lt;<a class="struct" href="struct.PersonID.html" title="struct sim::PersonID">PersonID</a>&gt;)</h4></section></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-Sim" class="impl has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#39">source</a></span><a href="#impl-Clone-for-Sim" 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="sim/struct.Sim.html" title="struct sim::sim::Sim">Sim</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/sim/sim/mod.rs.html#39">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>(&amp;self) -&gt; <a class="struct" href="sim/struct.Sim.html" title="struct sim::sim::Sim">Sim</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>(&amp;mut self, source: <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.reference.html">&amp;</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-Sim" class="impl has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#39">source</a></span><a href="#impl-Deserialize%3C%27de%3E-for-Sim" class="anchor"></a><h3 class="code-header in-band">impl&lt;'de&gt; <a class="trait" href="https://docs.rs/serde/1.0.126/serde/de/trait.Deserialize.html" title="trait serde::de::Deserialize">Deserialize</a>&lt;'de&gt; for <a class="struct" href="sim/struct.Sim.html" title="struct sim::sim::Sim">Sim</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/sim/sim/mod.rs.html#39">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>&lt;__D&gt;(__deserializer: __D) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;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>&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;__D: <a class="trait" href="https://docs.rs/serde/1.0.126/serde/de/trait.Deserializer.html" title="trait serde::de::Deserializer">Deserializer</a>&lt;'de&gt;,&nbsp;</span></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-Sim" class="impl has-srclink"><span class="rightside"><a class="srclink" href="../src/sim/sim/mod.rs.html#39">source</a></span><a href="#impl-Serialize-for-Sim" 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="sim/struct.Sim.html" title="struct sim::sim::Sim">Sim</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/sim/sim/mod.rs.html#39">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>&lt;__S&gt;(&amp;self, __serializer: __S) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;__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>&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;__S: <a class="trait" href="https://docs.rs/serde/1.0.126/serde/ser/trait.Serializer.html" title="trait serde::ser::Serializer">Serializer</a>,&nbsp;</span></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-Sim" class="impl has-srclink"><a href="#impl-RefUnwindSafe-for-Sim" 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="sim/struct.Sim.html" title="struct sim::sim::Sim">Sim</a></h3></section><section id="impl-Send-for-Sim" class="impl has-srclink"><a href="#impl-Send-for-Sim" 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="sim/struct.Sim.html" title="struct sim::sim::Sim">Sim</a></h3></section><section id="impl-Sync-for-Sim" class="impl has-srclink"><a href="#impl-Sync-for-Sim" 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="sim/struct.Sim.html" title="struct sim::sim::Sim">Sim</a></h3></section><section id="impl-Unpin-for-Sim" class="impl has-srclink"><a href="#impl-Unpin-for-Sim" 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="sim/struct.Sim.html" title="struct sim::sim::Sim">Sim</a></h3></section><section id="impl-UnwindSafe-for-Sim" class="impl has-srclink"><a href="#impl-UnwindSafe-for-Sim" 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="sim/struct.Sim.html" title="struct sim::sim::Sim">Sim</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-Sim" 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-Sim" class="anchor"></a><h3 class="code-header in-band">impl&lt;T&gt; <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>&nbsp;&nbsp;&nbsp;&nbsp;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>,&nbsp;</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>(&amp;self) -&gt; <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-Sim" 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-Sim" class="anchor"></a><h3 class="code-header in-band">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a>&lt;T&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: ?<a class="trait" href="https://doc.rust-lang.org/1.64.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</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>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.reference.html">&amp;</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-Sim" 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-Sim" class="anchor"></a><h3 class="code-header in-band">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a>&lt;T&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: ?<a class="trait" href="https://doc.rust-lang.org/1.64.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</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>(&amp;mut self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.reference.html">&amp;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-Downcast-for-Sim" class="impl has-srclink"><a href="#impl-Downcast-for-Sim" class="anchor"></a><h3 class="code-header in-band">impl&lt;T&gt; Downcast for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;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>,&nbsp;</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.into_any" class="method trait-impl has-srclink"><a href="#method.into_any" class="anchor"></a><h4 class="code-header">fn <a class="fnname">into_any</a>(self: <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;T, <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/alloc/struct.Global.html" title="struct alloc::alloc::Global">Global</a>&gt;) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;dyn <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/any/trait.Any.html" title="trait core::any::Any">Any</a> + 'static, <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/alloc/struct.Global.html" title="struct alloc::alloc::Global">Global</a>&gt;</h4></section></summary><div class='docblock'><p>Convert <code>Box&lt;dyn Trait&gt;</code> (where <code>Trait: Downcast</code>) to <code>Box&lt;dyn Any&gt;</code>. <code>Box&lt;dyn Any&gt;</code> can
then be further <code>downcast</code> into <code>Box&lt;ConcreteType&gt;</code> where <code>ConcreteType</code> implements <code>Trait</code>. <a>Read more</a></p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.into_any_rc" class="method trait-impl has-srclink"><a href="#method.into_any_rc" class="anchor"></a><h4 class="code-header">fn <a class="fnname">into_any_rc</a>(self: <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/rc/struct.Rc.html" title="struct alloc::rc::Rc">Rc</a>&lt;T&gt;) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/rc/struct.Rc.html" title="struct alloc::rc::Rc">Rc</a>&lt;dyn <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/any/trait.Any.html" title="trait core::any::Any">Any</a> + 'static&gt;</h4></section></summary><div class='docblock'><p>Convert <code>Rc&lt;Trait&gt;</code> (where <code>Trait: Downcast</code>) to <code>Rc&lt;Any&gt;</code>. <code>Rc&lt;Any&gt;</code> can then be
further <code>downcast</code> into <code>Rc&lt;ConcreteType&gt;</code> where <code>ConcreteType</code> implements <code>Trait</code>. <a>Read more</a></p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.as_any" class="method trait-impl has-srclink"><a href="#method.as_any" class="anchor"></a><h4 class="code-header">fn <a class="fnname">as_any</a>(&amp;self) -&gt; &amp;(dyn <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/any/trait.Any.html" title="trait core::any::Any">Any</a> + 'static)</h4></section></summary><div class='docblock'><p>Convert <code>&amp;Trait</code> (where <code>Trait: Downcast</code>) to <code>&amp;Any</code>. This is needed since Rust cannot
generate <code>&amp;Any</code>s vtable from <code>&amp;Trait</code>s. <a>Read more</a></p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.as_any_mut" class="method trait-impl has-srclink"><a href="#method.as_any_mut" class="anchor"></a><h4 class="code-header">fn <a class="fnname">as_any_mut</a>(&amp;mut self) -&gt; &amp;mut (dyn <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/any/trait.Any.html" title="trait core::any::Any">Any</a> + 'static)</h4></section></summary><div class='docblock'><p>Convert <code>&amp;mut Trait</code> (where <code>Trait: Downcast</code>) to <code>&amp;Any</code>. This is needed since Rust cannot
generate <code>&amp;mut Any</code>s vtable from <code>&amp;mut Trait</code>s. <a>Read more</a></p>
</div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-DowncastSync-for-Sim" class="impl has-srclink"><a href="#impl-DowncastSync-for-Sim" class="anchor"></a><h3 class="code-header in-band">impl&lt;T&gt; DowncastSync for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;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> + <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>,&nbsp;</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.into_any_arc" class="method trait-impl has-srclink"><a href="#method.into_any_arc" class="anchor"></a><h4 class="code-header">fn <a class="fnname">into_any_arc</a>(self: <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;T&gt;) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.64.0/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;dyn <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/any/trait.Any.html" title="trait core::any::Any">Any</a> + <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> + <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + 'static&gt;</h4></section></summary><div class='docblock'><p>Convert <code>Arc&lt;Trait&gt;</code> (where <code>Trait: Downcast</code>) to <code>Arc&lt;Any&gt;</code>. <code>Arc&lt;Any&gt;</code> can then be
further <code>downcast</code> into <code>Arc&lt;ConcreteType&gt;</code> where <code>ConcreteType</code> implements <code>Trait</code>. <a>Read more</a></p>
</div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-From%3CT%3E-for-Sim" 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-Sim" class="anchor"></a><h3 class="code-header in-band">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt; 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) -&gt; 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-Sim" 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-Sim" class="anchor"></a><h3 class="code-header in-band">impl&lt;T&gt; <a class="trait" href="https://docs.rs/tracing/0.1.26/tracing/instrument/trait.Instrument.html" title="trait tracing::instrument::Instrument">Instrument</a> for T</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>) -&gt; <a class="struct" href="https://docs.rs/tracing/0.1.26/tracing/instrument/struct.Instrumented.html" title="struct tracing::instrument::Instrumented">Instrumented</a>&lt;Self&gt;</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) -&gt; <a class="struct" href="https://docs.rs/tracing/0.1.26/tracing/instrument/struct.Instrumented.html" title="struct tracing::instrument::Instrumented">Instrumented</a>&lt;Self&gt;</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-Sim" 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-Sim" class="anchor"></a><h3 class="code-header in-band">impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;U&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt;,&nbsp;</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) -&gt; 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>&lt;T&gt; for U</code> chooses to do.</p>
</div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-ToOwned-for-Sim" 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-Sim" class="anchor"></a><h3 class="code-header in-band">impl&lt;T&gt; <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>&nbsp;&nbsp;&nbsp;&nbsp;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>,&nbsp;</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>(&amp;self) -&gt; 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>(&amp;self, target: <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.reference.html">&amp;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-Sim" 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-Sim" class="anchor"></a><h3 class="code-header in-band">impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;T&gt;,&nbsp;</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) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;T, &lt;T as <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt;&gt;::<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>&gt;</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-Sim" 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-Sim" class="anchor"></a><h3 class="code-header in-band">impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a>&lt;U&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;,&nbsp;</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> = &lt;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>&lt;T&gt;&gt;::<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) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.64.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;U, &lt;U as <a class="trait" href="https://doc.rust-lang.org/1.64.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;&gt;::<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>&gt;</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-Sim" class="impl has-srclink"><a href="#impl-VZip%3CV%3E-for-Sim" class="anchor"></a><h3 class="code-header in-band">impl&lt;V, T&gt; VZip&lt;V&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;V: MultiLane&lt;T&gt;,&nbsp;</span></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) -&gt; V</h4></section></div></details><section id="impl-DeserializeOwned-for-Sim" 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-Sim" class="anchor"></a><h3 class="code-header in-band">impl&lt;T&gt; <a class="trait" href="https://docs.rs/serde/1.0.126/serde/de/trait.DeserializeOwned.html" title="trait serde::de::DeserializeOwned">DeserializeOwned</a> for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: for&lt;'de&gt; <a class="trait" href="https://docs.rs/serde/1.0.126/serde/de/trait.Deserialize.html" title="trait serde::de::Deserialize">Deserialize</a>&lt;'de&gt;,&nbsp;</span></h3></section></div></section></div></main><div id="rustdoc-vars" data-root-path="../" data-current-crate="sim" data-themes="ayu,dark,light" data-resource-suffix="" data-rustdoc-version="1.64.0 (a55dd71d5 2022-09-19)" ></div></body></html>