mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-01 02:33:54 +03:00
54 lines
76 KiB
HTML
54 lines
76 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `TripManager` struct in crate `sim`."><meta name="keywords" content="rust, rustlang, rust-lang, TripManager"><title>sim::trips::TripManager - Rust</title><link rel="stylesheet" type="text/css" href="../../normalize.css"><link rel="stylesheet" type="text/css" href="../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../../light.css" id="themeStyle"><link rel="stylesheet" type="text/css" href="../../dark.css" disabled ><link rel="stylesheet" type="text/css" href="../../ayu.css" disabled ><script id="default-settings"></script><script src="../../storage.js"></script><noscript><link rel="stylesheet" href="../../noscript.css"></noscript><link rel="icon" type="image/svg+xml" href="../../favicon.svg">
|
||
<link rel="alternate icon" type="image/png" href="../../favicon-16x16.png">
|
||
<link rel="alternate icon" type="image/png" href="../../favicon-32x32.png"><style type="text/css">#crate-search{background-image:url("../../down-arrow.svg");}</style></head><body class="rustdoc struct"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="sidebar-menu">☰</div><a href='../../sim/index.html'><div class='logo-container rust-logo'><img src='../../rust-logo.png' alt='logo'></div></a><p class="location">Struct TripManager</p><div class="sidebar-elems"><div class="block items"><a class="sidebar-title" href="#fields">Fields</a><div class="sidebar-links"><a href="#structfield.active_trip_mode">active_trip_mode</a><a href="#structfield.car_id_counter">car_id_counter</a><a href="#structfield.events">events</a><a href="#structfield.people">people</a><a href="#structfield.trips">trips</a><a href="#structfield.unfinished_trips">unfinished_trips</a></div><a class="sidebar-title" href="#implementations">Methods</a><div class="sidebar-links"><a href="#method.active_agents">active_agents</a><a href="#method.active_agents_and_trips">active_agents_and_trips</a><a href="#method.agent_starting_trip_leg">agent_starting_trip_leg</a><a href="#method.agent_to_trip">agent_to_trip</a><a href="#method.all_arrivals_at_border">all_arrivals_at_border</a><a href="#method.all_trip_info">all_trip_info</a><a href="#method.bike_reached_end">bike_reached_end</a><a href="#method.bldg_to_people">bldg_to_people</a><a href="#method.cancel_trip">cancel_trip</a><a href="#method.cancel_unstarted_trip">cancel_unstarted_trip</a><a href="#method.car_or_bike_reached_border">car_or_bike_reached_border</a><a href="#method.car_reached_parking_spot">car_reached_parking_spot</a><a href="#method.collect_events">collect_events</a><a href="#method.debug_trip">debug_trip</a><a href="#method.finished_trip_details">finished_trip_details</a><a href="#method.generate_scenario">generate_scenario</a><a href="#method.get_all_people">get_all_people</a><a href="#method.get_person">get_person</a><a href="#method.is_done">is_done</a><a href="#method.maybe_spawn_car">maybe_spawn_car</a><a href="#method.new">new</a><a href="#method.new_car_id">new_car_id</a><a href="#method.new_person">new_person</a><a href="#method.new_trip">new_trip</a><a href="#method.num_active_agents">num_active_agents</a><a href="#method.num_agents">num_agents</a><a href="#method.num_commuters_vehicles">num_commuters_vehicles</a><a href="#method.num_ppl">num_ppl</a><a href="#method.num_trips">num_trips</a><a href="#method.ped_boarded_bus">ped_boarded_bus</a><a href="#method.ped_reached_border">ped_reached_border</a><a href="#method.ped_reached_building">ped_reached_building</a><a href="#method.ped_reached_bus_stop">ped_reached_bus_stop</a><a href="#method.ped_reached_parking_spot">ped_reached_parking_spot</a><a href="#method.ped_ready_to_bike">ped_ready_to_bike</a><a href="#method.person_left_bus">person_left_bus</a><a href="#method.spawn_ped">spawn_ped</a><a href="#method.start_delayed_trip">start_delayed_trip</a><a href="#method.start_trip">start_trip</a><a href="#method.transit_rider_reached_border">transit_rider_reached_border</a><a href="#method.trip_abruptly_cancelled">trip_abruptly_cancelled</a><a href="#method.trip_blocked_time">trip_blocked_time</a><a href="#method.trip_finished">trip_finished</a><a href="#method.trip_info">trip_info</a><a href="#method.trip_to_agent">trip_to_agent</a><a href="#method.trip_to_person">trip_to_person</a></div><a class="sidebar-title" href="#trait-implementations">Trait Implementations</a><div class="sidebar-links"><a href="#impl-Clone">Clone</a><a href="#impl-Debug">Debug</a><a href="#impl-Deserialize%3C%27de%3E">Deserialize<'de></a><a href="#impl-Serialize">Serialize</a></div><a class="sidebar-title" href="#synthetic-implementations">Auto Trait Implementations</a><div class="sidebar-links"><a href="#impl-RefUnwindSafe">RefUnwindSafe</a><a href="#impl-Send">Send</a><a href="#impl-Sync">Sync</a><a href="#impl-Unpin">Unpin</a><a href="#impl-UnwindSafe">UnwindSafe</a></div><a class="sidebar-title" href="#blanket-implementations">Blanket Implementations</a><div class="sidebar-links"><a href="#impl-Any">Any</a><a href="#impl-Borrow%3CT%3E">Borrow<T></a><a href="#impl-BorrowMut%3CT%3E">BorrowMut<T></a><a href="#impl-DeserializeOwned">DeserializeOwned</a><a href="#impl-Downcast">Downcast</a><a href="#impl-DowncastSync">DowncastSync</a><a href="#impl-From%3CT%3E">From<T></a><a href="#impl-Into%3CU%3E">Into<U></a><a href="#impl-Same%3CT%3E">Same<T></a><a href="#impl-ToOwned">ToOwned</a><a href="#impl-TryFrom%3CU%3E">TryFrom<U></a><a href="#impl-TryInto%3CU%3E">TryInto<U></a><a href="#impl-VZip%3CV%3E">VZip<V></a></div></div><p class="location"><a href="../index.html">sim</a>::<wbr><a href="index.html">trips</a></p><script>window.sidebarCurrent = {name: "TripManager", ty: "struct", relpath: ""};</script><script defer src="sidebar-items.js"></script></div></nav><div class="theme-picker"><button id="theme-picker" aria-label="Pick another theme!" aria-haspopup="menu"><img src="../../brush.svg" width="18" alt="Pick another theme!"></button><div id="theme-choices" role="menu"></div></div><script src="../../theme.js"></script><nav class="sub"><form class="search-form"><div class="search-container"><div><select id="crate-search"><option value="All crates">All crates</option></select><input class="search-input" name="search" disabled autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"></div><span class="help-button">?</span>
|
||
<a id="settings-menu" href="../../settings.html"><img src="../../wheel.svg" width="18" alt="Change settings"></a></div></form></nav><section id="main" class="content"><h1 class="fqn"><span class="out-of-band"><span id="render-detail"><a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">−</span>]</a></span><a class="srclink" href="../../src/sim/trips.rs.html#29-43" title="goto source code">[src]</a></span><span class="in-band">Struct <a href="../index.html">sim</a>::<wbr><a href="index.html">trips</a>::<wbr><a class="struct" href="">TripManager</a></span></h1><div class="docblock type-decl hidden-by-usual-hider"><pre class="rust struct">pub(crate) struct TripManager {
|
||
trips: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../../sim/trips/struct.Trip.html" title="struct sim::trips::Trip">Trip</a>>,
|
||
people: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../../sim/struct.Person.html" title="struct sim::Person">Person</a>>,
|
||
active_trip_mode: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/collections/btree/map/struct.BTreeMap.html" title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a><<a class="enum" href="../../sim/enum.AgentID.html" title="enum sim::AgentID">AgentID</a>, <a class="struct" href="../../sim/struct.TripID.html" title="struct sim::TripID">TripID</a>>,
|
||
unfinished_trips: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>,
|
||
car_id_counter: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>,
|
||
events: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="enum" href="../../sim/events/enum.Event.html" title="enum sim::events::Event">Event</a>>,
|
||
}</pre></div><div class="docblock"><p>Manages people, each of which executes some trips through the day. Each trip is further broken
|
||
down into legs -- for example, a driving trip might start with somebody walking to their car,
|
||
driving somewhere, parking, and then walking to their final destination.
|
||
https://dabreegster.github.io/abstreet/trafficsim/trips.html describes some of the variations.</p>
|
||
</div><h2 id="fields" class="fields small-section-header">
|
||
Fields<a href="#fields" class="anchor"></a></h2><span id="structfield.trips" class="structfield small-section-header"><a href="#structfield.trips" class="anchor field"></a><code>trips: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../../sim/trips/struct.Trip.html" title="struct sim::trips::Trip">Trip</a>></code></span><span id="structfield.people" class="structfield small-section-header"><a href="#structfield.people" class="anchor field"></a><code>people: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../../sim/struct.Person.html" title="struct sim::Person">Person</a>></code></span><span id="structfield.active_trip_mode" class="structfield small-section-header"><a href="#structfield.active_trip_mode" class="anchor field"></a><code>active_trip_mode: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/collections/btree/map/struct.BTreeMap.html" title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a><<a class="enum" href="../../sim/enum.AgentID.html" title="enum sim::AgentID">AgentID</a>, <a class="struct" href="../../sim/struct.TripID.html" title="struct sim::TripID">TripID</a>></code></span><span id="structfield.unfinished_trips" class="structfield small-section-header"><a href="#structfield.unfinished_trips" class="anchor field"></a><code>unfinished_trips: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></span><span id="structfield.car_id_counter" class="structfield small-section-header"><a href="#structfield.car_id_counter" class="anchor field"></a><code>car_id_counter: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></span><span id="structfield.events" class="structfield small-section-header"><a href="#structfield.events" class="anchor field"></a><code>events: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="enum" href="../../sim/events/enum.Event.html" title="enum sim::events::Event">Event</a>></code></span><h2 id="implementations" class="small-section-header">Implementations<a href="#implementations" class="anchor"></a></h2><h3 id="impl" class="impl"><code class="in-band">impl <a class="struct" href="../../sim/trips/struct.TripManager.html" title="struct sim::trips::TripManager">TripManager</a></code><a href="#impl" class="anchor"></a><a class="srclink" href="../../src/sim/trips.rs.html#46-433" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="method.new" class="method"><code>pub fn <a href="#method.new" class="fnname">new</a>() -> <a class="struct" href="../../sim/trips/struct.TripManager.html" title="struct sim::trips::TripManager">TripManager</a></code><a class="srclink" href="../../src/sim/trips.rs.html#47-56" title="goto source code">[src]</a></h4><h4 id="method.new_person" class="method"><code>pub fn <a href="#method.new_person" class="fnname">new_person</a>(<br> &mut self, <br> orig_id: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../../sim/struct.OrigPersonID.html" title="struct sim::OrigPersonID">OrigPersonID</a>>, <br> ped_speed: <a class="struct" href="../../geom/speed/struct.Speed.html" title="struct geom::speed::Speed">Speed</a>, <br> vehicle_specs: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../../sim/struct.VehicleSpec.html" title="struct sim::VehicleSpec">VehicleSpec</a>><br>) -> &<a class="struct" href="../../sim/struct.Person.html" title="struct sim::Person">Person</a></code><a class="srclink" href="../../src/sim/trips.rs.html#59-86" title="goto source code">[src]</a></h4><h4 id="method.new_car_id" class="method"><code>pub fn <a href="#method.new_car_id" class="fnname">new_car_id</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><a class="srclink" href="../../src/sim/trips.rs.html#88-92" title="goto source code">[src]</a></h4><h4 id="method.new_trip" class="method"><code>pub fn <a href="#method.new_trip" class="fnname">new_trip</a>(<br> &mut self, <br> person: <a class="struct" href="../../sim/struct.PersonID.html" title="struct sim::PersonID">PersonID</a>, <br> info: <a class="struct" href="../../sim/struct.TripInfo.html" title="struct sim::TripInfo">TripInfo</a>, <br> legs: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="enum" href="../../sim/trips/enum.TripLeg.html" title="enum sim::trips::TripLeg">TripLeg</a>><br>) -> <a class="struct" href="../../sim/struct.TripID.html" title="struct sim::TripID">TripID</a></code><a class="srclink" href="../../src/sim/trips.rs.html#94-133" title="goto source code">[src]</a></h4><h4 id="method.start_trip" class="method"><code>pub fn <a href="#method.start_trip" class="fnname">start_trip</a>(<br> &mut self, <br> now: <a class="struct" href="../../geom/time/struct.Time.html" title="struct geom::time::Time">Time</a>, <br> trip: <a class="struct" href="../../sim/struct.TripID.html" title="struct sim::TripID">TripID</a>, <br> spec: <a class="enum" href="../../sim/make/spawner/enum.TripSpec.html" title="enum sim::make::spawner::TripSpec">TripSpec</a>, <br> ctx: &mut <a class="struct" href="../../sim/sim/struct.Ctx.html" title="struct sim::sim::Ctx">Ctx</a><'_><br>)</code><a class="srclink" href="../../src/sim/trips.rs.html#135-428" title="goto source code">[src]</a></h4><h4 id="method.collect_events" class="method"><code>pub fn <a href="#method.collect_events" class="fnname">collect_events</a>(&mut self) -> <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="enum" href="../../sim/events/enum.Event.html" title="enum sim::events::Event">Event</a>></code><a class="srclink" href="../../src/sim/trips.rs.html#430-432" title="goto source code">[src]</a></h4></div><h3 id="impl-1" class="impl"><code class="in-band">impl <a class="struct" href="../../sim/trips/struct.TripManager.html" title="struct sim::trips::TripManager">TripManager</a></code><a href="#impl-1" class="anchor"></a><a class="srclink" href="../../src/sim/trips.rs.html#436-990" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="method.agent_starting_trip_leg" class="method"><code>pub fn <a href="#method.agent_starting_trip_leg" class="fnname">agent_starting_trip_leg</a>(&mut self, agent: <a class="enum" href="../../sim/enum.AgentID.html" title="enum sim::AgentID">AgentID</a>, t: <a class="struct" href="../../sim/struct.TripID.html" title="struct sim::TripID">TripID</a>)</code><a class="srclink" href="../../src/sim/trips.rs.html#437-442" title="goto source code">[src]</a></h4><h4 id="method.car_reached_parking_spot" class="method"><code>pub fn <a href="#method.car_reached_parking_spot" class="fnname">car_reached_parking_spot</a>(<br> &mut self, <br> now: <a class="struct" href="../../geom/time/struct.Time.html" title="struct geom::time::Time">Time</a>, <br> car: <a class="struct" href="../../sim/struct.CarID.html" title="struct sim::CarID">CarID</a>, <br> spot: <a class="enum" href="../../sim/enum.ParkingSpot.html" title="enum sim::ParkingSpot">ParkingSpot</a>, <br> blocked_time: <a class="struct" href="../../geom/duration/struct.Duration.html" title="struct geom::duration::Duration">Duration</a>, <br> distance_crossed: <a class="struct" href="../../geom/distance/struct.Distance.html" title="struct geom::distance::Distance">Distance</a>, <br> ctx: &mut <a class="struct" href="../../sim/sim/struct.Ctx.html" title="struct sim::sim::Ctx">Ctx</a><'_><br>)</code><a class="srclink" href="../../src/sim/trips.rs.html#444-489" title="goto source code">[src]</a></h4><h4 id="method.ped_reached_parking_spot" class="method"><code>pub fn <a href="#method.ped_reached_parking_spot" class="fnname">ped_reached_parking_spot</a>(<br> &mut self, <br> now: <a class="struct" href="../../geom/time/struct.Time.html" title="struct geom::time::Time">Time</a>, <br> ped: <a class="struct" href="../../sim/struct.PedestrianID.html" title="struct sim::PedestrianID">PedestrianID</a>, <br> spot: <a class="enum" href="../../sim/enum.ParkingSpot.html" title="enum sim::ParkingSpot">ParkingSpot</a>, <br> blocked_time: <a class="struct" href="../../geom/duration/struct.Duration.html" title="struct geom::duration::Duration">Duration</a>, <br> distance_crossed: <a class="struct" href="../../geom/distance/struct.Distance.html" title="struct geom::distance::Distance">Distance</a>, <br> ctx: &mut <a class="struct" href="../../sim/sim/struct.Ctx.html" title="struct sim::sim::Ctx">Ctx</a><'_><br>)</code><a class="srclink" href="../../src/sim/trips.rs.html#491-560" title="goto source code">[src]</a></h4><h4 id="method.ped_ready_to_bike" class="method"><code>pub fn <a href="#method.ped_ready_to_bike" class="fnname">ped_ready_to_bike</a>(<br> &mut self, <br> now: <a class="struct" href="../../geom/time/struct.Time.html" title="struct geom::time::Time">Time</a>, <br> ped: <a class="struct" href="../../sim/struct.PedestrianID.html" title="struct sim::PedestrianID">PedestrianID</a>, <br> spot: <a class="struct" href="../../sim/struct.SidewalkSpot.html" title="struct sim::SidewalkSpot">SidewalkSpot</a>, <br> blocked_time: <a class="struct" href="../../geom/duration/struct.Duration.html" title="struct geom::duration::Duration">Duration</a>, <br> distance_crossed: <a class="struct" href="../../geom/distance/struct.Distance.html" title="struct geom::distance::Distance">Distance</a>, <br> ctx: &mut <a class="struct" href="../../sim/sim/struct.Ctx.html" title="struct sim::sim::Ctx">Ctx</a><'_><br>)</code><a class="srclink" href="../../src/sim/trips.rs.html#562-639" title="goto source code">[src]</a></h4><h4 id="method.bike_reached_end" class="method"><code>pub fn <a href="#method.bike_reached_end" class="fnname">bike_reached_end</a>(<br> &mut self, <br> now: <a class="struct" href="../../geom/time/struct.Time.html" title="struct geom::time::Time">Time</a>, <br> bike: <a class="struct" href="../../sim/struct.CarID.html" title="struct sim::CarID">CarID</a>, <br> bike_rack: <a class="struct" href="../../sim/struct.SidewalkSpot.html" title="struct sim::SidewalkSpot">SidewalkSpot</a>, <br> blocked_time: <a class="struct" href="../../geom/duration/struct.Duration.html" title="struct geom::duration::Duration">Duration</a>, <br> distance_crossed: <a class="struct" href="../../geom/distance/struct.Distance.html" title="struct geom::distance::Distance">Distance</a>, <br> ctx: &mut <a class="struct" href="../../sim/sim/struct.Ctx.html" title="struct sim::sim::Ctx">Ctx</a><'_><br>)</code><a class="srclink" href="../../src/sim/trips.rs.html#641-667" title="goto source code">[src]</a></h4><h4 id="method.ped_reached_building" class="method"><code>pub fn <a href="#method.ped_reached_building" class="fnname">ped_reached_building</a>(<br> &mut self, <br> now: <a class="struct" href="../../geom/time/struct.Time.html" title="struct geom::time::Time">Time</a>, <br> ped: <a class="struct" href="../../sim/struct.PedestrianID.html" title="struct sim::PedestrianID">PedestrianID</a>, <br> bldg: <a class="struct" href="../../map_model/objects/building/struct.BuildingID.html" title="struct map_model::objects::building::BuildingID">BuildingID</a>, <br> blocked_time: <a class="struct" href="../../geom/duration/struct.Duration.html" title="struct geom::duration::Duration">Duration</a>, <br> distance_crossed: <a class="struct" href="../../geom/distance/struct.Distance.html" title="struct geom::distance::Distance">Distance</a>, <br> ctx: &mut <a class="struct" href="../../sim/sim/struct.Ctx.html" title="struct sim::sim::Ctx">Ctx</a><'_><br>)</code><a class="srclink" href="../../src/sim/trips.rs.html#669-694" title="goto source code">[src]</a></h4><h4 id="method.ped_reached_bus_stop" class="method"><code>pub fn <a href="#method.ped_reached_bus_stop" class="fnname">ped_reached_bus_stop</a>(<br> &mut self, <br> now: <a class="struct" href="../../geom/time/struct.Time.html" title="struct geom::time::Time">Time</a>, <br> ped: <a class="struct" href="../../sim/struct.PedestrianID.html" title="struct sim::PedestrianID">PedestrianID</a>, <br> stop: <a class="struct" href="../../map_model/objects/bus_stop/struct.BusStopID.html" title="struct map_model::objects::bus_stop::BusStopID">BusStopID</a>, <br> blocked_time: <a class="struct" href="../../geom/duration/struct.Duration.html" title="struct geom::duration::Duration">Duration</a>, <br> distance_crossed: <a class="struct" href="../../geom/distance/struct.Distance.html" title="struct geom::distance::Distance">Distance</a>, <br> ctx: &mut <a class="struct" href="../../sim/sim/struct.Ctx.html" title="struct sim::sim::Ctx">Ctx</a><'_>, <br> transit: &mut <a class="struct" href="../../sim/transit/struct.TransitSimState.html" title="struct sim::transit::TransitSimState">TransitSimState</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../../map_model/objects/bus_stop/struct.BusRouteID.html" title="struct map_model::objects::bus_stop::BusRouteID">BusRouteID</a>></code><a class="srclink" href="../../src/sim/trips.rs.html#697-749" title="goto source code">[src]</a></h4><div class="docblock"><p>If no route is returned, the pedestrian boarded a bus immediately.</p>
|
||
</div><h4 id="method.ped_boarded_bus" class="method"><code>pub fn <a href="#method.ped_boarded_bus" class="fnname">ped_boarded_bus</a>(<br> &mut self, <br> now: <a class="struct" href="../../geom/time/struct.Time.html" title="struct geom::time::Time">Time</a>, <br> ped: <a class="struct" href="../../sim/struct.PedestrianID.html" title="struct sim::PedestrianID">PedestrianID</a>, <br> bus: <a class="struct" href="../../sim/struct.CarID.html" title="struct sim::CarID">CarID</a>, <br> blocked_time: <a class="struct" href="../../geom/duration/struct.Duration.html" title="struct geom::duration::Duration">Duration</a>, <br> walking: &mut <a class="struct" href="../../sim/mechanics/walking/struct.WalkingSimState.html" title="struct sim::mechanics::walking::WalkingSimState">WalkingSimState</a><br>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><a class="struct" href="../../sim/struct.TripID.html" title="struct sim::TripID">TripID</a>, <a class="struct" href="../../sim/struct.PersonID.html" title="struct sim::PersonID">PersonID</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a></code><a class="srclink" href="../../src/sim/trips.rs.html#751-773" title="goto source code">[src]</a></h4><h4 id="method.person_left_bus" class="method"><code>pub fn <a href="#method.person_left_bus" class="fnname">person_left_bus</a>(<br> &mut self, <br> now: <a class="struct" href="../../geom/time/struct.Time.html" title="struct geom::time::Time">Time</a>, <br> person: <a class="struct" href="../../sim/struct.PersonID.html" title="struct sim::PersonID">PersonID</a>, <br> bus: <a class="struct" href="../../sim/struct.CarID.html" title="struct sim::CarID">CarID</a>, <br> ctx: &mut <a class="struct" href="../../sim/sim/struct.Ctx.html" title="struct sim::sim::Ctx">Ctx</a><'_><br>)</code><a class="srclink" href="../../src/sim/trips.rs.html#776-793" title="goto source code">[src]</a></h4><h4 id="method.ped_reached_border" class="method"><code>pub fn <a href="#method.ped_reached_border" class="fnname">ped_reached_border</a>(<br> &mut self, <br> now: <a class="struct" href="../../geom/time/struct.Time.html" title="struct geom::time::Time">Time</a>, <br> ped: <a class="struct" href="../../sim/struct.PedestrianID.html" title="struct sim::PedestrianID">PedestrianID</a>, <br> i: <a class="struct" href="../../map_model/objects/intersection/struct.IntersectionID.html" title="struct map_model::objects::intersection::IntersectionID">IntersectionID</a>, <br> blocked_time: <a class="struct" href="../../geom/duration/struct.Duration.html" title="struct geom::duration::Duration">Duration</a>, <br> distance_crossed: <a class="struct" href="../../geom/distance/struct.Distance.html" title="struct geom::distance::Distance">Distance</a>, <br> ctx: &mut <a class="struct" href="../../sim/sim/struct.Ctx.html" title="struct sim::sim::Ctx">Ctx</a><'_><br>)</code><a class="srclink" href="../../src/sim/trips.rs.html#795-831" title="goto source code">[src]</a></h4><h4 id="method.transit_rider_reached_border" class="method"><code>pub fn <a href="#method.transit_rider_reached_border" class="fnname">transit_rider_reached_border</a>(<br> &mut self, <br> now: <a class="struct" href="../../geom/time/struct.Time.html" title="struct geom::time::Time">Time</a>, <br> person: <a class="struct" href="../../sim/struct.PersonID.html" title="struct sim::PersonID">PersonID</a>, <br> bus: <a class="struct" href="../../sim/struct.CarID.html" title="struct sim::CarID">CarID</a>, <br> ctx: &mut <a class="struct" href="../../sim/sim/struct.Ctx.html" title="struct sim::sim::Ctx">Ctx</a><'_><br>)</code><a class="srclink" href="../../src/sim/trips.rs.html#833-858" title="goto source code">[src]</a></h4><h4 id="method.car_or_bike_reached_border" class="method"><code>pub fn <a href="#method.car_or_bike_reached_border" class="fnname">car_or_bike_reached_border</a>(<br> &mut self, <br> now: <a class="struct" href="../../geom/time/struct.Time.html" title="struct geom::time::Time">Time</a>, <br> car: <a class="struct" href="../../sim/struct.CarID.html" title="struct sim::CarID">CarID</a>, <br> i: <a class="struct" href="../../map_model/objects/intersection/struct.IntersectionID.html" title="struct map_model::objects::intersection::IntersectionID">IntersectionID</a>, <br> blocked_time: <a class="struct" href="../../geom/duration/struct.Duration.html" title="struct geom::duration::Duration">Duration</a>, <br> distance_crossed: <a class="struct" href="../../geom/distance/struct.Distance.html" title="struct geom::distance::Distance">Distance</a>, <br> ctx: &mut <a class="struct" href="../../sim/sim/struct.Ctx.html" title="struct sim::sim::Ctx">Ctx</a><'_><br>)</code><a class="srclink" href="../../src/sim/trips.rs.html#860-892" title="goto source code">[src]</a></h4><h4 id="method.trip_finished" class="method"><code>fn <a href="#method.trip_finished" class="fnname">trip_finished</a>(&mut self, now: <a class="struct" href="../../geom/time/struct.Time.html" title="struct geom::time::Time">Time</a>, id: <a class="struct" href="../../sim/struct.TripID.html" title="struct sim::TripID">TripID</a>, ctx: &mut <a class="struct" href="../../sim/sim/struct.Ctx.html" title="struct sim::sim::Ctx">Ctx</a><'_>)</code><a class="srclink" href="../../src/sim/trips.rs.html#894-909" title="goto source code">[src]</a></h4><h4 id="method.start_delayed_trip" class="method"><code>fn <a href="#method.start_delayed_trip" class="fnname">start_delayed_trip</a>(&mut self, now: <a class="struct" href="../../geom/time/struct.Time.html" title="struct geom::time::Time">Time</a>, id: <a class="struct" href="../../sim/struct.PersonID.html" title="struct sim::PersonID">PersonID</a>, ctx: &mut <a class="struct" href="../../sim/sim/struct.Ctx.html" title="struct sim::sim::Ctx">Ctx</a><'_>)</code><a class="srclink" href="../../src/sim/trips.rs.html#911-927" title="goto source code">[src]</a></h4><h4 id="method.spawn_ped" class="method"><code>fn <a href="#method.spawn_ped" class="fnname">spawn_ped</a>(<br> &mut self, <br> now: <a class="struct" href="../../geom/time/struct.Time.html" title="struct geom::time::Time">Time</a>, <br> id: <a class="struct" href="../../sim/struct.TripID.html" title="struct sim::TripID">TripID</a>, <br> start: <a class="struct" href="../../sim/struct.SidewalkSpot.html" title="struct sim::SidewalkSpot">SidewalkSpot</a>, <br> ctx: &mut <a class="struct" href="../../sim/sim/struct.Ctx.html" title="struct sim::sim::Ctx">Ctx</a><'_><br>)</code><a class="srclink" href="../../src/sim/trips.rs.html#929-961" title="goto source code">[src]</a></h4><h4 id="method.maybe_spawn_car" class="method"><code>fn <a href="#method.maybe_spawn_car" class="fnname">maybe_spawn_car</a>(<br> &mut self, <br> ctx: &mut <a class="struct" href="../../sim/sim/struct.Ctx.html" title="struct sim::sim::Ctx">Ctx</a><'_>, <br> now: <a class="struct" href="../../geom/time/struct.Time.html" title="struct geom::time::Time">Time</a>, <br> trip: <a class="struct" href="../../sim/struct.TripID.html" title="struct sim::TripID">TripID</a>, <br> req: <a class="struct" href="../../map_model/pathfind/struct.PathRequest.html" title="struct map_model::pathfind::PathRequest">PathRequest</a>, <br> car: <a class="struct" href="../../sim/struct.CarID.html" title="struct sim::CarID">CarID</a><br>) -> <a class="type" href="https://docs.rs/anyhow/1.0.37/anyhow/type.Result.html" title="type anyhow::Result">Result</a><<a class="struct" href="../../map_model/pathfind/struct.Path.html" title="struct map_model::pathfind::Path">Path</a>></code><a class="srclink" href="../../src/sim/trips.rs.html#965-989" title="goto source code">[src]</a></h4><div class="docblock"><p>Returns the path to use if successful. Caller is responsible for handling both the success
|
||
and failure case.</p>
|
||
</div></div><h3 id="impl-2" class="impl"><code class="in-band">impl <a class="struct" href="../../sim/trips/struct.TripManager.html" title="struct sim::trips::TripManager">TripManager</a></code><a href="#impl-2" class="anchor"></a><a class="srclink" href="../../src/sim/trips.rs.html#993-1096" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="method.cancel_unstarted_trip" class="method"><code>pub fn <a href="#method.cancel_unstarted_trip" class="fnname">cancel_unstarted_trip</a>(&mut self, id: <a class="struct" href="../../sim/struct.TripID.html" title="struct sim::TripID">TripID</a>, reason: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>)</code><a class="srclink" href="../../src/sim/trips.rs.html#995-1001" title="goto source code">[src]</a></h4><div class="docblock"><p>Cancel a trip before it's started. The person will stay where they are.</p>
|
||
</div><h4 id="method.cancel_trip" class="method"><code>pub fn <a href="#method.cancel_trip" class="fnname">cancel_trip</a>(<br> &mut self, <br> now: <a class="struct" href="../../geom/time/struct.Time.html" title="struct geom::time::Time">Time</a>, <br> id: <a class="struct" href="../../sim/struct.TripID.html" title="struct sim::TripID">TripID</a>, <br> reason: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <br> abandoned_vehicle: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../../sim/struct.Vehicle.html" title="struct sim::Vehicle">Vehicle</a>>, <br> ctx: &mut <a class="struct" href="../../sim/sim/struct.Ctx.html" title="struct sim::sim::Ctx">Ctx</a><'_><br>)</code><a class="srclink" href="../../src/sim/trips.rs.html#1005-1091" title="goto source code">[src]</a></h4><div class="docblock"><p>Cancel a trip after it's started. The person will be magically warped to their destination,
|
||
along with their car, as if the trip had completed normally.</p>
|
||
</div><h4 id="method.trip_abruptly_cancelled" class="method"><code>pub fn <a href="#method.trip_abruptly_cancelled" class="fnname">trip_abruptly_cancelled</a>(&mut self, trip: <a class="struct" href="../../sim/struct.TripID.html" title="struct sim::TripID">TripID</a>, agent: <a class="enum" href="../../sim/enum.AgentID.html" title="enum sim::AgentID">AgentID</a>)</code><a class="srclink" href="../../src/sim/trips.rs.html#1093-1095" title="goto source code">[src]</a></h4></div><h3 id="impl-3" class="impl"><code class="in-band">impl <a class="struct" href="../../sim/trips/struct.TripManager.html" title="struct sim::trips::TripManager">TripManager</a></code><a href="#impl-3" class="anchor"></a><a class="srclink" href="../../src/sim/trips.rs.html#1099-1330" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="method.active_agents" class="method"><code>pub fn <a href="#method.active_agents" class="fnname">active_agents</a>(&self) -> <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="enum" href="../../sim/enum.AgentID.html" title="enum sim::AgentID">AgentID</a>></code><a class="srclink" href="../../src/sim/trips.rs.html#1100-1102" title="goto source code">[src]</a></h4><h4 id="method.active_agents_and_trips" class="method"><code>pub fn <a href="#method.active_agents_and_trips" class="fnname">active_agents_and_trips</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/collections/btree/map/struct.BTreeMap.html" title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a><<a class="enum" href="../../sim/enum.AgentID.html" title="enum sim::AgentID">AgentID</a>, <a class="struct" href="../../sim/struct.TripID.html" title="struct sim::TripID">TripID</a>></code><a class="srclink" href="../../src/sim/trips.rs.html#1103-1105" title="goto source code">[src]</a></h4><h4 id="method.num_active_agents" class="method"><code>pub fn <a href="#method.num_active_agents" class="fnname">num_active_agents</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><a class="srclink" href="../../src/sim/trips.rs.html#1106-1108" title="goto source code">[src]</a></h4><h4 id="method.trip_to_agent" class="method"><code>pub fn <a href="#method.trip_to_agent" class="fnname">trip_to_agent</a>(&self, id: <a class="struct" href="../../sim/struct.TripID.html" title="struct sim::TripID">TripID</a>) -> <a class="enum" href="../../sim/enum.TripResult.html" title="enum sim::TripResult">TripResult</a><<a class="enum" href="../../sim/enum.AgentID.html" title="enum sim::AgentID">AgentID</a>></code><a class="srclink" href="../../src/sim/trips.rs.html#1110-1138" title="goto source code">[src]</a></h4><h4 id="method.agent_to_trip" class="method"><code>pub fn <a href="#method.agent_to_trip" class="fnname">agent_to_trip</a>(&self, id: <a class="enum" href="../../sim/enum.AgentID.html" title="enum sim::AgentID">AgentID</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../../sim/struct.TripID.html" title="struct sim::TripID">TripID</a>></code><a class="srclink" href="../../src/sim/trips.rs.html#1141-1143" title="goto source code">[src]</a></h4><div class="docblock"><p>This will be None for parked cars and buses. Should always work for pedestrians.</p>
|
||
</div><h4 id="method.debug_trip" class="method"><code>pub fn <a href="#method.debug_trip" class="fnname">debug_trip</a>(&self, id: <a class="enum" href="../../sim/enum.AgentID.html" title="enum sim::AgentID">AgentID</a>)</code><a class="srclink" href="../../src/sim/trips.rs.html#1145-1152" title="goto source code">[src]</a></h4><h4 id="method.num_trips" class="method"><code>pub fn <a href="#method.num_trips" class="fnname">num_trips</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>, <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a></code><a class="srclink" href="../../src/sim/trips.rs.html#1154-1159" title="goto source code">[src]</a></h4><h4 id="method.num_agents" class="method"><code>pub fn <a href="#method.num_agents" class="fnname">num_agents</a>(&self, transit: &<a class="struct" href="../../sim/transit/struct.TransitSimState.html" title="struct sim::transit::TransitSimState">TransitSimState</a>) -> <a class="struct" href="../../abstutil/collections/struct.Counter.html" title="struct abstutil::collections::Counter">Counter</a><<a class="enum" href="../../sim/enum.AgentType.html" title="enum sim::AgentType">AgentType</a>></code><a class="srclink" href="../../src/sim/trips.rs.html#1160-1169" title="goto source code">[src]</a></h4><h4 id="method.num_commuters_vehicles" class="method"><code>pub fn <a href="#method.num_commuters_vehicles" class="fnname">num_commuters_vehicles</a>(<br> &self, <br> transit: &<a class="struct" href="../../sim/transit/struct.TransitSimState.html" title="struct sim::transit::TransitSimState">TransitSimState</a>, <br> walking: &<a class="struct" href="../../sim/mechanics/walking/struct.WalkingSimState.html" title="struct sim::mechanics::walking::WalkingSimState">WalkingSimState</a><br>) -> <a class="struct" href="../../sim/struct.CommutersVehiclesCounts.html" title="struct sim::CommutersVehiclesCounts">CommutersVehiclesCounts</a></code><a class="srclink" href="../../src/sim/trips.rs.html#1170-1219" title="goto source code">[src]</a></h4><h4 id="method.num_ppl" class="method"><code>pub fn <a href="#method.num_ppl" class="fnname">num_ppl</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>, <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>, <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a></code><a class="srclink" href="../../src/sim/trips.rs.html#1220-1235" title="goto source code">[src]</a></h4><h4 id="method.is_done" class="method"><code>pub fn <a href="#method.is_done" class="fnname">is_done</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/sim/trips.rs.html#1237-1239" title="goto source code">[src]</a></h4><h4 id="method.trip_info" class="method"><code>pub fn <a href="#method.trip_info" class="fnname">trip_info</a>(&self, id: <a class="struct" href="../../sim/struct.TripID.html" title="struct sim::TripID">TripID</a>) -> <a class="struct" href="../../sim/struct.TripInfo.html" title="struct sim::TripInfo">TripInfo</a></code><a class="srclink" href="../../src/sim/trips.rs.html#1241-1243" title="goto source code">[src]</a></h4><h4 id="method.all_trip_info" class="method"><code>pub fn <a href="#method.all_trip_info" class="fnname">all_trip_info</a>(&self) -> <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><a class="struct" href="../../sim/struct.TripID.html" title="struct sim::TripID">TripID</a>, <a class="struct" href="../../sim/struct.TripInfo.html" title="struct sim::TripInfo">TripInfo</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>></code><a class="srclink" href="../../src/sim/trips.rs.html#1244-1246" title="goto source code">[src]</a></h4><h4 id="method.finished_trip_details" class="method"><code>pub fn <a href="#method.finished_trip_details" class="fnname">finished_trip_details</a>(<br> &self, <br> id: <a class="struct" href="../../sim/struct.TripID.html" title="struct sim::TripID">TripID</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><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><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>></code><a class="srclink" href="../../src/sim/trips.rs.html#1247-1254" title="goto source code">[src]</a></h4><h4 id="method.trip_blocked_time" class="method"><code>pub fn <a href="#method.trip_blocked_time" class="fnname">trip_blocked_time</a>(&self, id: <a class="struct" href="../../sim/struct.TripID.html" title="struct sim::TripID">TripID</a>) -> <a class="struct" href="../../geom/duration/struct.Duration.html" title="struct geom::duration::Duration">Duration</a></code><a class="srclink" href="../../src/sim/trips.rs.html#1255-1258" title="goto source code">[src]</a></h4><h4 id="method.bldg_to_people" class="method"><code>pub fn <a href="#method.bldg_to_people" class="fnname">bldg_to_people</a>(&self, b: <a class="struct" href="../../map_model/objects/building/struct.BuildingID.html" title="struct map_model::objects::building::BuildingID">BuildingID</a>) -> <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../../sim/struct.PersonID.html" title="struct sim::PersonID">PersonID</a>></code><a class="srclink" href="../../src/sim/trips.rs.html#1259-1267" title="goto source code">[src]</a></h4><h4 id="method.get_person" class="method"><code>pub fn <a href="#method.get_person" class="fnname">get_person</a>(&self, p: <a class="struct" href="../../sim/struct.PersonID.html" title="struct sim::PersonID">PersonID</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../../sim/struct.Person.html" title="struct sim::Person">Person</a>></code><a class="srclink" href="../../src/sim/trips.rs.html#1269-1271" title="goto source code">[src]</a></h4><h4 id="method.get_all_people" class="method"><code>pub fn <a href="#method.get_all_people" class="fnname">get_all_people</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../../sim/struct.Person.html" title="struct sim::Person">Person</a>></code><a class="srclink" href="../../src/sim/trips.rs.html#1272-1274" title="goto source code">[src]</a></h4><h4 id="method.trip_to_person" class="method"><code>pub fn <a href="#method.trip_to_person" class="fnname">trip_to_person</a>(&self, id: <a class="struct" href="../../sim/struct.TripID.html" title="struct sim::TripID">TripID</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../../sim/struct.PersonID.html" title="struct sim::PersonID">PersonID</a>></code><a class="srclink" href="../../src/sim/trips.rs.html#1276-1278" title="goto source code">[src]</a></h4><h4 id="method.all_arrivals_at_border" class="method"><code>pub fn <a href="#method.all_arrivals_at_border" class="fnname">all_arrivals_at_border</a>(<br> &self, <br> at: <a class="struct" href="../../map_model/objects/intersection/struct.IntersectionID.html" title="struct map_model::objects::intersection::IntersectionID">IntersectionID</a><br>) -> <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><a class="struct" href="../../geom/time/struct.Time.html" title="struct geom::time::Time">Time</a>, <a class="enum" href="../../sim/enum.AgentType.html" title="enum sim::AgentType">AgentType</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>></code><a class="srclink" href="../../src/sim/trips.rs.html#1280-1303" title="goto source code">[src]</a></h4><h4 id="method.generate_scenario" class="method"><code>pub fn <a href="#method.generate_scenario" class="fnname">generate_scenario</a>(&self, map: &<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/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>) -> <a class="struct" href="../../sim/struct.Scenario.html" title="struct sim::Scenario">Scenario</a></code><a class="srclink" href="../../src/sim/trips.rs.html#1307-1329" title="goto source code">[src]</a></h4><div class="docblock"><p>Recreate the Scenario from an instantiated simulation. The results should match the
|
||
original Scenario used.</p>
|
||
</div></div><h2 id="trait-implementations" class="small-section-header">Trait Implementations<a href="#trait-implementations" class="anchor"></a></h2><div id="trait-implementations-list"><h3 id="impl-Clone" class="impl"><code class="in-band">impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="struct" href="../../sim/trips/struct.TripManager.html" title="struct sim::trips::TripManager">TripManager</a></code><a href="#impl-Clone" class="anchor"></a><a class="srclink" href="../../src/sim/trips.rs.html#28" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="method.clone" class="method hidden"><code>fn <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone" class="fnname">clone</a>(&self) -> <a class="struct" href="../../sim/trips/struct.TripManager.html" title="struct sim::trips::TripManager">TripManager</a></code><a class="srclink" href="../../src/sim/trips.rs.html#28" title="goto source code">[src]</a></h4><div class='docblock hidden'><p>Returns a copy of the value. <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone">Read more</a></p>
|
||
</div><h4 id="method.clone_from" class="method hidden"><code>fn <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from" class="fnname">clone_from</a>(&mut self, source: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Self)</code><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/clone.rs.html#128-130" title="goto source code">[src]</a></h4><div class='docblock hidden'><p>Performs copy-assignment from <code>source</code>. <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from">Read more</a></p>
|
||
</div></div><h3 id="impl-Debug" class="impl"><code class="in-band">impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> for <a class="struct" href="../../sim/trips/struct.TripManager.html" title="struct sim::trips::TripManager">TripManager</a></code><a href="#impl-Debug" class="anchor"></a><a class="srclink" href="../../src/sim/trips.rs.html#28" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="method.fmt" class="method hidden"><code>fn <a href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt" class="fnname">fmt</a>(&self, f: &mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a><'_>) -> <a class="type" href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></code><a class="srclink" href="../../src/sim/trips.rs.html#28" title="goto source code">[src]</a></h4><div class='docblock hidden'><p>Formats the value using the given formatter. <a href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></p>
|
||
</div></div><h3 id="impl-Deserialize%3C%27de%3E" class="impl"><code class="in-band">impl<'de> <a class="trait" href="https://docs.rs/serde/1.0.118/serde/de/trait.Deserialize.html" title="trait serde::de::Deserialize">Deserialize</a><'de> for <a class="struct" href="../../sim/trips/struct.TripManager.html" title="struct sim::trips::TripManager">TripManager</a></code><a href="#impl-Deserialize%3C%27de%3E" class="anchor"></a><a class="srclink" href="../../src/sim/trips.rs.html#28" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="method.deserialize" class="method hidden"><code>fn <a href="https://docs.rs/serde/1.0.118/serde/de/trait.Deserialize.html#tymethod.deserialize" class="fnname">deserialize</a><__D>(__deserializer: __D) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><Self, __D::<a class="type" href="https://docs.rs/serde/1.0.118/serde/de/trait.Deserializer.html#associatedtype.Error" title="type serde::de::Deserializer::Error">Error</a>> <span class="where fmt-newline">where<br> __D: <a class="trait" href="https://docs.rs/serde/1.0.118/serde/de/trait.Deserializer.html" title="trait serde::de::Deserializer">Deserializer</a><'de>, </span></code><a class="srclink" href="../../src/sim/trips.rs.html#28" title="goto source code">[src]</a></h4><div class='docblock hidden'><p>Deserialize this value from the given Serde deserializer. <a href="https://docs.rs/serde/1.0.118/serde/de/trait.Deserialize.html#tymethod.deserialize">Read more</a></p>
|
||
</div></div><h3 id="impl-Serialize" class="impl"><code class="in-band">impl <a class="trait" href="https://docs.rs/serde/1.0.118/serde/ser/trait.Serialize.html" title="trait serde::ser::Serialize">Serialize</a> for <a class="struct" href="../../sim/trips/struct.TripManager.html" title="struct sim::trips::TripManager">TripManager</a></code><a href="#impl-Serialize" class="anchor"></a><a class="srclink" href="../../src/sim/trips.rs.html#28" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="method.serialize" class="method hidden"><code>fn <a href="https://docs.rs/serde/1.0.118/serde/ser/trait.Serialize.html#tymethod.serialize" class="fnname">serialize</a><__S>(&self, __serializer: __S) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><__S::<a class="type" href="https://docs.rs/serde/1.0.118/serde/ser/trait.Serializer.html#associatedtype.Ok" title="type serde::ser::Serializer::Ok">Ok</a>, __S::<a class="type" href="https://docs.rs/serde/1.0.118/serde/ser/trait.Serializer.html#associatedtype.Error" title="type serde::ser::Serializer::Error">Error</a>> <span class="where fmt-newline">where<br> __S: <a class="trait" href="https://docs.rs/serde/1.0.118/serde/ser/trait.Serializer.html" title="trait serde::ser::Serializer">Serializer</a>, </span></code><a class="srclink" href="../../src/sim/trips.rs.html#28" title="goto source code">[src]</a></h4><div class='docblock hidden'><p>Serialize this value into the given Serde serializer. <a href="https://docs.rs/serde/1.0.118/serde/ser/trait.Serialize.html#tymethod.serialize">Read more</a></p>
|
||
</div></div></div><h2 id="synthetic-implementations" class="small-section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor"></a></h2><div id="synthetic-implementations-list"><h3 id="impl-RefUnwindSafe" class="impl"><code class="in-band">impl <a class="trait" href="https://doc.rust-lang.org/nightly/std/panic/trait.RefUnwindSafe.html" title="trait std::panic::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="../../sim/trips/struct.TripManager.html" title="struct sim::trips::TripManager">TripManager</a></code><a href="#impl-RefUnwindSafe" class="anchor"></a></h3><div class="impl-items"></div><h3 id="impl-Send" class="impl"><code class="in-band">impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="../../sim/trips/struct.TripManager.html" title="struct sim::trips::TripManager">TripManager</a></code><a href="#impl-Send" class="anchor"></a></h3><div class="impl-items"></div><h3 id="impl-Sync" class="impl"><code class="in-band">impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="../../sim/trips/struct.TripManager.html" title="struct sim::trips::TripManager">TripManager</a></code><a href="#impl-Sync" class="anchor"></a></h3><div class="impl-items"></div><h3 id="impl-Unpin" class="impl"><code class="in-band">impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="struct" href="../../sim/trips/struct.TripManager.html" title="struct sim::trips::TripManager">TripManager</a></code><a href="#impl-Unpin" class="anchor"></a></h3><div class="impl-items"></div><h3 id="impl-UnwindSafe" class="impl"><code class="in-band">impl <a class="trait" href="https://doc.rust-lang.org/nightly/std/panic/trait.UnwindSafe.html" title="trait std::panic::UnwindSafe">UnwindSafe</a> for <a class="struct" href="../../sim/trips/struct.TripManager.html" title="struct sim::trips::TripManager">TripManager</a></code><a href="#impl-UnwindSafe" class="anchor"></a></h3><div class="impl-items"></div></div><h2 id="blanket-implementations" class="small-section-header">Blanket Implementations<a href="#blanket-implementations" class="anchor"></a></h2><div id="blanket-implementations-list"><h3 id="impl-Any" class="impl"><code class="in-band">impl<T> <a class="trait" href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T <span class="where fmt-newline">where<br> T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>, </span></code><a href="#impl-Any" class="anchor"></a><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/any.rs.html#108-112" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="method.type_id" class="method hidden"><code>pub fn <a href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id" class="fnname">type_id</a>(&self) -> <a class="struct" href="https://doc.rust-lang.org/nightly/core/any/struct.TypeId.html" title="struct core::any::TypeId">TypeId</a></code><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/any.rs.html#109-111" title="goto source code">[src]</a></h4><div class='docblock hidden'><p>Gets the <code>TypeId</code> of <code>self</code>. <a href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id">Read more</a></p>
|
||
</div></div><h3 id="impl-Borrow%3CT%3E" class="impl"><code class="in-band">impl<T> <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a><T> for T <span class="where fmt-newline">where<br> T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>, </span></code><a href="#impl-Borrow%3CT%3E" class="anchor"></a><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#210-214" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="method.borrow" class="method hidden"><code>pub fn <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow" class="fnname">borrow</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>T</code><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#211-213" title="goto source code">[src]</a></h4><div class='docblock hidden'><p>Immutably borrows from an owned value. <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></p>
|
||
</div></div><h3 id="impl-BorrowMut%3CT%3E" class="impl"><code class="in-band">impl<T> <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a><T> for T <span class="where fmt-newline">where<br> T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>, </span></code><a href="#impl-BorrowMut%3CT%3E" class="anchor"></a><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#217-221" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="method.borrow_mut" class="method hidden"><code>pub fn <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut" class="fnname">borrow_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut </a>T</code><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#218-220" title="goto source code">[src]</a></h4><div class='docblock hidden'><p>Mutably borrows from an owned value. <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></p>
|
||
</div></div><h3 id="impl-DeserializeOwned" class="impl"><code class="in-band">impl<T> <a class="trait" href="https://docs.rs/serde/1.0.118/serde/de/trait.DeserializeOwned.html" title="trait serde::de::DeserializeOwned">DeserializeOwned</a> for T <span class="where fmt-newline">where<br> T: for<'de> <a class="trait" href="https://docs.rs/serde/1.0.118/serde/de/trait.Deserialize.html" title="trait serde::de::Deserialize">Deserialize</a><'de>, </span></code><a href="#impl-DeserializeOwned" class="anchor"></a><a class="srclink" href="https://docs.rs/serde/1.0.118/src/serde/de/mod.rs.html#604" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Downcast" class="impl"><code class="in-band">impl<T> Downcast for T <span class="where fmt-newline">where<br> T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html" title="trait core::any::Any">Any</a>, </span></code><a href="#impl-Downcast" class="anchor"></a></h3><div class="impl-items"><h4 id="method.into_any" class="method hidden"><code>pub fn <a href="#method.into_any" class="fnname">into_any</a>(self: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><T, <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/alloc/struct.Global.html" title="struct alloc::alloc::Global">Global</a>>) -> <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><dyn <a class="trait" href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html" title="trait core::any::Any">Any</a> + 'static, <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/alloc/struct.Global.html" title="struct alloc::alloc::Global">Global</a>></code></h4><div class='docblock hidden'><p>Convert <code>Box<dyn Trait></code> (where <code>Trait: Downcast</code>) to <code>Box<dyn Any></code>. <code>Box<dyn Any></code> can
|
||
then be further <code>downcast</code> into <code>Box<ConcreteType></code> where <code>ConcreteType</code> implements <code>Trait</code>. <a href="#tymethod.into_any">Read more</a></p>
|
||
</div><h4 id="method.into_any_rc" class="method hidden"><code>pub fn <a href="#method.into_any_rc" class="fnname">into_any_rc</a>(self: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/rc/struct.Rc.html" title="struct alloc::rc::Rc">Rc</a><T>) -> <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/rc/struct.Rc.html" title="struct alloc::rc::Rc">Rc</a><dyn <a class="trait" href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html" title="trait core::any::Any">Any</a> + 'static></code></h4><div class='docblock hidden'><p>Convert <code>Rc<Trait></code> (where <code>Trait: Downcast</code>) to <code>Rc<Any></code>. <code>Rc<Any></code> can then be
|
||
further <code>downcast</code> into <code>Rc<ConcreteType></code> where <code>ConcreteType</code> implements <code>Trait</code>. <a href="#tymethod.into_any_rc">Read more</a></p>
|
||
</div><h4 id="method.as_any" class="method hidden"><code>pub fn <a href="#method.as_any" class="fnname">as_any</a>(&self) -> &(dyn <a class="trait" href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html" title="trait core::any::Any">Any</a> + 'static)</code></h4><div class='docblock hidden'><p>Convert <code>&Trait</code> (where <code>Trait: Downcast</code>) to <code>&Any</code>. This is needed since Rust cannot
|
||
generate <code>&Any</code>'s vtable from <code>&Trait</code>'s. <a href="#tymethod.as_any">Read more</a></p>
|
||
</div><h4 id="method.as_any_mut" class="method hidden"><code>pub fn <a href="#method.as_any_mut" class="fnname">as_any_mut</a>(&mut self) -> &mut (dyn <a class="trait" href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html" title="trait core::any::Any">Any</a> + 'static)</code></h4><div class='docblock hidden'><p>Convert <code>&mut Trait</code> (where <code>Trait: Downcast</code>) to <code>&Any</code>. This is needed since Rust cannot
|
||
generate <code>&mut Any</code>'s vtable from <code>&mut Trait</code>'s. <a href="#tymethod.as_any_mut">Read more</a></p>
|
||
</div></div><h3 id="impl-DowncastSync" class="impl"><code class="in-band">impl<T> DowncastSync for T <span class="where fmt-newline">where<br> T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html" title="trait core::any::Any">Any</a>, </span></code><a href="#impl-DowncastSync" class="anchor"></a></h3><div class="impl-items"><h4 id="method.into_any_arc" class="method hidden"><code>pub fn <a href="#method.into_any_arc" class="fnname">into_any_arc</a>(self: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><T>) -> <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><dyn <a class="trait" href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html" title="trait core::any::Any">Any</a> + 'static + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>></code></h4><div class='docblock hidden'><p>Convert <code>Arc<Trait></code> (where <code>Trait: Downcast</code>) to <code>Arc<Any></code>. <code>Arc<Any></code> can then be
|
||
further <code>downcast</code> into <code>Arc<ConcreteType></code> where <code>ConcreteType</code> implements <code>Trait</code>. <a href="#tymethod.into_any_arc">Read more</a></p>
|
||
</div></div><h3 id="impl-From%3CT%3E" class="impl"><code class="in-band">impl<T> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><T> for T</code><a href="#impl-From%3CT%3E" class="anchor"></a><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#552-556" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="method.from" class="method hidden"><code>pub fn <a href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from" class="fnname">from</a>(t: T) -> T</code><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#553-555" title="goto source code">[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
||
</div></div><h3 id="impl-Into%3CU%3E" class="impl"><code class="in-band">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><U> for T <span class="where fmt-newline">where<br> U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><T>, </span></code><a href="#impl-Into%3CU%3E" class="anchor"></a><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#541-548" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="method.into" class="method hidden"><code>pub fn <a href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into" class="fnname">into</a>(self) -> U</code><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#545-547" title="goto source code">[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
||
</div></div><h3 id="impl-Same%3CT%3E" class="impl"><code class="in-band">impl<T> Same<T> for T</code><a href="#impl-Same%3CT%3E" class="anchor"></a></h3><div class="impl-items"><h4 id="associatedtype.Output" class="type"><code>type <a href="#associatedtype.Output" class="type">Output</a> = T</code></h4><div class='docblock'><p>Should always be <code>Self</code></p>
|
||
</div></div><h3 id="impl-ToOwned" class="impl"><code class="in-band">impl<T> <a class="trait" href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html" title="trait alloc::borrow::ToOwned">ToOwned</a> for T <span class="where fmt-newline">where<br> T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>, </span></code><a href="#impl-ToOwned" class="anchor"></a><a class="srclink" href="https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#80-92" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedtype.Owned" class="type"><code>type <a href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#associatedtype.Owned" class="type">Owned</a> = T</code></h4><div class='docblock'><p>The resulting type after obtaining ownership.</p>
|
||
</div><h4 id="method.to_owned" class="method hidden"><code>pub fn <a href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#tymethod.to_owned" class="fnname">to_owned</a>(&self) -> T</code><a class="srclink" href="https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#85-87" title="goto source code">[src]</a></h4><div class='docblock hidden'><p>Creates owned data from borrowed data, usually by cloning. <a href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#tymethod.to_owned">Read more</a></p>
|
||
</div><h4 id="method.clone_into" class="method hidden"><code>pub fn <a href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#method.clone_into" class="fnname">clone_into</a>(&self, target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut </a>T)</code><a class="srclink" href="https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#89-91" title="goto source code">[src]</a></h4><div class="stability hidden"><div class="stab unstable"><details><summary><span class="emoji">🔬</span> This is a nightly-only experimental API. (<code>toowned_clone_into</code>)</summary><p>recently added</p>
|
||
</details></div></div><div class='docblock hidden'><p>Uses borrowed data to replace owned data, usually by cloning. <a href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#method.clone_into">Read more</a></p>
|
||
</div></div><h3 id="impl-TryFrom%3CU%3E" class="impl"><code class="in-band">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U> for T <span class="where fmt-newline">where<br> U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><T>, </span></code><a href="#impl-TryFrom%3CU%3E" class="anchor"></a><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#589-598" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedtype.Error" class="type"><code>type <a href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" class="type">Error</a> = <a class="enum" href="https://doc.rust-lang.org/nightly/core/convert/enum.Infallible.html" title="enum core::convert::Infallible">Infallible</a></code></h4><div class='docblock'><p>The type returned in the event of a conversion error.</p>
|
||
</div><h4 id="method.try_from" class="method hidden"><code>pub fn <a href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#tymethod.try_from" class="fnname">try_from</a>(value: U) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><T, <T as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U>>::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>></code><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#595-597" title="goto source code">[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
||
</div></div><h3 id="impl-TryInto%3CU%3E" class="impl"><code class="in-band">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a><U> for T <span class="where fmt-newline">where<br> U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>, </span></code><a href="#impl-TryInto%3CU%3E" class="anchor"></a><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#575-584" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedtype.Error-1" class="type"><code>type <a href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#associatedtype.Error" class="type">Error</a> = <U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a></code></h4><div class='docblock'><p>The type returned in the event of a conversion error.</p>
|
||
</div><h4 id="method.try_into" class="method hidden"><code>pub fn <a href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#tymethod.try_into" class="fnname">try_into</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><U, <U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>></code><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#581-583" title="goto source code">[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
||
</div></div><h3 id="impl-VZip%3CV%3E" class="impl"><code class="in-band">impl<V, T> VZip<V> for T <span class="where fmt-newline">where<br> V: MultiLane<T>, </span></code><a href="#impl-VZip%3CV%3E" class="anchor"></a></h3><div class="impl-items"><h4 id="method.vzip" class="method hidden"><code>pub fn <a href="#method.vzip" class="fnname">vzip</a>(self) -> V</code></h4></div></div></section><section id="search" class="content hidden"></section><section class="footer"></section><script>window.rootPath = "../../";window.currentCrate = "sim";</script><script src="../../main.js"></script><script defer src="../../search-index.js"></script></body></html> |