Fields<ahref='#fields'class='anchor'></a></h2><spanid="structfield.road_thruput"class="structfield small-section-header"><ahref="#structfield.road_thruput"class="anchor field"></a><code>road_thruput: <aclass="struct"href="../sim/analytics/struct.TimeSeriesCount.html"title="struct sim::analytics::TimeSeriesCount">TimeSeriesCount</a><<aclass="struct"href="../map_model/objects/road/struct.RoadID.html"title="struct map_model::objects::road::RoadID">RoadID</a>></code></span><spanid="structfield.intersection_thruput"class="structfield small-section-header"><ahref="#structfield.intersection_thruput"class="anchor field"></a><code>intersection_thruput: <aclass="struct"href="../sim/analytics/struct.TimeSeriesCount.html"title="struct sim::analytics::TimeSeriesCount">TimeSeriesCount</a><<aclass="struct"href="../map_model/objects/intersection/struct.IntersectionID.html"title="struct map_model::objects::intersection::IntersectionID">IntersectionID</a>></code></span><spanid="structfield.traffic_signal_thruput"class="structfield small-section-header"><ahref="#structfield.traffic_signal_thruput"class="anchor field"></a><code>traffic_signal_thruput: <aclass="struct"href="../sim/analytics/struct.TimeSeriesCount.html"title="struct sim::analytics::TimeSeriesCount">TimeSeriesCount</a><<aclass="struct"href="../map_model/objects/turn/struct.CompressedMovementID.html"title="struct map_model::objects::turn::CompressedMovementID">CompressedMovementID</a>></code></span><spanid="structfield.demand"class="structfield small-section-header"><ahref="#structfield.demand"class="anchor field"></a><code>demand: <aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/collections/btree/map/struct.BTreeMap.html"title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a><<aclass="struct"href="../map_model/objects/turn/struct.MovementID.html"title="struct map_model::objects::turn::MovementID">MovementID</a>, <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>></code></span><divclass='docblock'><p>Most fields in Analytics are cumulative over time, but this is just for the current moment
in time.</p>
</div><spanid="structfield.bus_arrivals"class="structfield small-section-header"><ahref="#structfield.bus_arrivals"class="anchor field"></a><code>bus_arrivals: <aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><aclass="struct"href="../geom/time/struct.Time.html"title="struct geom::time::Time">Time</a>, <aclass="struct"href="../sim/struct.CarID.html"title="struct sim::CarID">CarID</a>, <aclass="struct"href="../map_model/objects/bus_stop/struct.BusRouteID.html"title="struct map_model::objects::bus_stop::BusRouteID">BusRouteID</a>, <aclass="struct"href="../map_model/objects/bus_stop/struct.BusStopID.html"title="struct map_model::objects::bus_stop::BusStopID">BusStopID</a><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>></code></span><spanid="structfield.passengers_boarding"class="structfield small-section-header"><ahref="#structfield.passengers_boarding"class="anchor field"></a><code>passengers_boarding: <aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/collections/btree/map/struct.BTreeMap.html"title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a><<aclass="struct"href="../map_model/objects/bus_stop/struct.BusStopID.html"title="struct map_model::objects::bus_stop::BusStopID">BusStopID</a>, <aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><aclass="struct"href="../geom/time/struct.Time.html"title="struct geom::time::Time">Time</a>, <aclass="struct"href="../map_model/objects/bus_stop/struct.BusRouteID.html"title="struct map_model::objects::bus_stop::BusRouteID">BusRouteID</a>, <aclass="struct"href="../geom/duration/struct.Duration.html"title="struct geom::duration::Duration">Duration</a><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>>></code></span><divclass='docblock'><p>For each passenger boarding, how long did they wait at the stop?</p>
</div><spanid="structfield.trip_intersection_delays"class="structfield small-section-header"><ahref="#structfield.trip_intersection_delays"class="anchor field"></a><code>trip_intersection_delays: <aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/collections/btree/map/struct.BTreeMap.html"title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a><<aclass="struct"href="../sim/struct.TripID.html"title="struct sim::TripID">TripID</a>, <aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/collections/btree/map/struct.BTreeMap.html"title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a><<aclass="struct"href="../map_model/objects/turn/struct.TurnID.html"title="struct map_model::objects::turn::TurnID">TurnID</a>, <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>>></code></span><divclass='docblock'><p>Records how long was spent waiting at each turn (Intersection) for a given trip
Over a certain threshold
TripID, [(TurnID, Time Waiting In Seconds)]</p>
</div><spanid="structfield.lane_speed_percentage"class="structfield small-section-header"><ahref="#structfield.lane_speed_percentage"class="anchor field"></a><code>lane_speed_percentage: <aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/collections/btree/map/struct.BTreeMap.html"title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a><<aclass="struct"href="../sim/struct.TripID.html"title="struct sim::TripID">TripID</a>, <aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/collections/btree/map/struct.BTreeMap.html"title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a><<aclass="struct"href="../map_model/objects/lane/struct.LaneID.html"title="struct map_model::objects::lane::LaneID">LaneID</a>, <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>>></code></span><divclass='docblock'><p>Records the average speed/maximum speed for each lane
If it is over a certain threshold (<95% of max speed)
TripID, [(LaneID, Percent of maximum speed as an integer (0-100)]</p>
</div><spanid="structfield.trip_log"class="structfield small-section-header"><ahref="#structfield.trip_log"class="anchor field"></a><code>trip_log: <aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><aclass="struct"href="../geom/time/struct.Time.html"title="struct geom::time::Time">Time</a>, <aclass="struct"href="../sim/struct.TripID.html"title="struct sim::TripID">TripID</a>, <aclass="enum"href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html"title="enum core::option::Option">Option</a><<aclass="struct"href="../map_model/pathfind/struct.PathRequest.html"title="struct map_model::pathfind::PathRequest">PathRequest</a>>, <aclass="enum"href="../sim/enum.TripPhaseType.html"title="enum sim::TripPhaseType">TripPhaseType</a><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>></code></span><spanid="structfield.intersection_delays"class="structfield small-section-header"><ahref="#structfield.intersection_delays"class="anchor field"></a><code>intersection_delays: <aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/collections/btree/map/struct.BTreeMap.html"title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a><<aclass="struct"href="../map_model/objects/intersection/struct.IntersectionID.html"title="struct map_model::objects::intersection::IntersectionID">IntersectionID</a>, <aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>, <aclass="struct"href="../geom/time/struct.Time.html"title="struct geom::time::Time">Time</a>, <aclass="struct"href="../geom/duration/struct.Duration.html"title="struct geom::duration::Duration">Duration</a>, <aclass="enum"href="../sim/enum.AgentType.html"title="enum sim::AgentType">AgentType</a><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>>></code></span><divclass='docblock'><p>Only for traffic signals. The u8 is the movement index from a CompressedMovementID.</p>
</div><spanid="structfield.parking_lane_changes"class="structfield small-section-header"><ahref="#structfield.parking_lane_changes"class="anchor field"></a><code>parking_lane_changes: <aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/collections/btree/map/struct.BTreeMap.html"title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a><<aclass="struct"href="../map_model/objects/lane/struct.LaneID.html"title="struct map_model::objects::lane::LaneID">LaneID</a>, <aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><aclass="struct"href="../geom/time/struct.Time.html"title="struct geom::time::Time">Time</a>, <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>>></code></span><divclass='docblock'><p>Per parking lane or lot, when does a spot become filled (true) or free (false)</p>
</div><spanid="structfield.parking_lot_changes"class="structfield small-section-header"><ahref="#structfield.parking_lot_changes"class="anchor field"></a><code>parking_lot_changes: <aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/collections/btree/map/struct.BTreeMap.html"title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a><<aclass="struct"href="../map_model/objects/parking_lot/struct.ParkingLotID.html"title="struct map_model::objects::parking_lot::ParkingLotID">ParkingLotID</a>, <aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><aclass="struct"href="../geom/time/struct.Time.html"title="struct geom::time::Time">Time</a>, <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>>></code></span><spanid="structfield.alerts"class="structfield small-section-header"><ahref="#structfield.alerts"class="anchor field"></a><code>alerts: <aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><aclass="struct"href="../geom/time/struct.Time.html"title="struct geom::time::Time">Time</a>, <aclass="enum"href="../sim/enum.AlertLocation.html"title="enum sim::AlertLocation">AlertLocation</a>, <aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html"title="struct alloc::string::String">String</a><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>></code></span><spanid="structfield.record_anything"class="structfield small-section-header"><ahref="#structfield.record_anything"class="anchor field"></a><code>record_anything: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><divclass='docblock'><p>After we restore from a savestate, don't record anything. This is only going to make sense
if savestates are only used for quickly previewing against prebaked results, where we have
</div><h4id='method.both_finished_trips'class="method"><code>pub fn <ahref='#method.both_finished_trips'class='fnname'>both_finished_trips</a>(<br> &self, <br> now: <aclass="struct"href="../geom/time/struct.Time.html"title="struct geom::time::Time">Time</a>, <br> before: &<aclass="struct"href="../sim/struct.Analytics.html"title="struct sim::Analytics">Analytics</a><br>) -><aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><aclass="struct"href="../sim/struct.TripID.html"title="struct sim::TripID">TripID</a>, <aclass="struct"href="../geom/duration/struct.Duration.html"title="struct geom::duration::Duration">Duration</a>, <aclass="struct"href="../geom/duration/struct.Duration.html"title="struct geom::duration::Duration">Duration</a>, <aclass="enum"href="../sim/enum.TripMode.html"title="enum sim::TripMode">TripMode</a><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>></code><aclass='srclink'href='../src/sim/analytics.rs.html#317-344'title='goto source code'>[src]</a></h4><divclass='docblock'><p>Returns pairs of trip times for finished trips in both worlds. (ID, before, after, mode)</p>
</div><h4id='method.get_trip_phases'class="method"><code>pub fn <ahref='#method.get_trip_phases'class='fnname'>get_trip_phases</a>(&self, trip: <aclass="struct"href="../sim/struct.TripID.html"title="struct sim::TripID">TripID</a>, map: &<aclass="struct"href="../map_model/struct.Map.html"title="struct map_model::Map">Map</a>) -><aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="struct"href="../sim/struct.TripPhase.html"title="struct sim::TripPhase">TripPhase</a>></code><aclass='srclink'href='../src/sim/analytics.rs.html#348-372'title='goto source code'>[src]</a></h4><divclass='docblock'><p>If calling on prebaked Analytics, be careful to pass in an unedited map, to match how the
</div></div><h3id='impl-Deserialize%3C%27de%3E'class='impl'><codeclass='in-band'>impl<'de><aclass="trait"href="https://docs.rs/serde/1.0.117/serde/de/trait.Deserialize.html"title="trait serde::de::Deserialize">Deserialize</a><'de> for <aclass="struct"href="../sim/struct.Analytics.html"title="struct sim::Analytics">Analytics</a></code><ahref='#impl-Deserialize%3C%27de%3E'class='anchor'></a><aclass='srclink'href='../src/sim/analytics.rs.html#24'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.deserialize'class="method hidden"><code>fn <ahref='https://docs.rs/serde/1.0.117/serde/de/trait.Deserialize.html#tymethod.deserialize'class='fnname'>deserialize</a><__D>(__deserializer: __D) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html"title="enum core::result::Result">Result</a><Self, __D::<aclass="type"href="https://docs.rs/serde/1.0.117/serde/de/trait.Deserializer.html#associatedtype.Error"title="type serde::de::Deserializer::Error">Error</a>><spanclass="where fmt-newline">where<br> __D: <aclass="trait"href="https://docs.rs/serde/1.0.117/serde/de/trait.Deserializer.html"title="trait serde::de::Deserializer">Deserializer</a><'de>, </span></code><aclass='srclink'href='../src/sim/analytics.rs.html#24'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Deserialize this value from the given Serde deserializer. <ahref="https://docs.rs/serde/1.0.117/serde/de/trait.Deserialize.html#tymethod.deserialize">Read more</a></p>
</div></div><h3id='impl-Serialize'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://docs.rs/serde/1.0.117/serde/ser/trait.Serialize.html"title="trait serde::ser::Serialize">Serialize</a> for <aclass="struct"href="../sim/struct.Analytics.html"title="struct sim::Analytics">Analytics</a></code><ahref='#impl-Serialize'class='anchor'></a><aclass='srclink'href='../src/sim/analytics.rs.html#24'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.serialize'class="method hidden"><code>fn <ahref='https://docs.rs/serde/1.0.117/serde/ser/trait.Serialize.html#tymethod.serialize'class='fnname'>serialize</a><__S>(&self, __serializer: __S) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html"title="enum core::result::Result">Result</a><__S::<aclass="type"href="https://docs.rs/serde/1.0.117/serde/ser/trait.Serializer.html#associatedtype.Ok"title="type serde::ser::Serializer::Ok">Ok</a>, __S::<aclass="type"href="https://docs.rs/serde/1.0.117/serde/ser/trait.Serializer.html#associatedtype.Error"title="type serde::ser::Serializer::Error">Error</a>><spanclass="where fmt-newline">where<br> __S: <aclass="trait"href="https://docs.rs/serde/1.0.117/serde/ser/trait.Serializer.html"title="trait serde::ser::Serializer">Serializer</a>, </span></code><aclass='srclink'href='../src/sim/analytics.rs.html#24'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Serialize this value into the given Serde serializer. <ahref="https://docs.rs/serde/1.0.117/serde/ser/trait.Serialize.html#tymethod.serialize">Read more</a></p>
</div></div><h3id='impl-DeserializeOwned'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://docs.rs/serde/1.0.117/serde/de/trait.DeserializeOwned.html"title="trait serde::de::DeserializeOwned">DeserializeOwned</a> for T <spanclass="where fmt-newline">where<br> T: for<'de><aclass="trait"href="https://docs.rs/serde/1.0.117/serde/de/trait.Deserialize.html"title="trait serde::de::Deserialize">Deserialize</a><'de>, </span></code><ahref='#impl-DeserializeOwned'class='anchor'></a><aclass='srclink'href='https://docs.rs/serde/1.0.117/src/serde/de/mod.rs.html#604'title='goto source code'>[src]</a></h3><divclass='impl-items'></div><h3id='impl-Downcast'class='impl'><codeclass='in-band'>impl<T> Downcast for T <spanclass="where fmt-newline">where<br> T: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html"title="trait core::any::Any">Any</a>, </span></code><ahref='#impl-Downcast'class='anchor'></a></h3><divclass='impl-items'><h4id='method.into_any'class="method hidden"><code>fn <ahref='#method.into_any'class='fnname'>into_any</a>(self: <aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/boxed/struct.Box.html"title="struct alloc::boxed::Box">Box</a><T>) -><aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/boxed/struct.Box.html"title="struct alloc::boxed::Box">Box</a><dyn <aclass="trait"href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html"title="trait core::any::Any">Any</a> + 'static></code></h4><divclass='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>. <ahref="#tymethod.into_any">Read more</a></p>
</div><h4id='method.into_any_rc'class="method hidden"><code>fn <ahref='#method.into_any_rc'class='fnname'>into_any_rc</a>(self: <aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/rc/struct.Rc.html"title="struct alloc::rc::Rc">Rc</a><T>) -><aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/rc/struct.Rc.html"title="struct alloc::rc::Rc">Rc</a><dyn <aclass="trait"href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html"title="trait core::any::Any">Any</a> + 'static></code></h4><divclass='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>. <ahref="#tymethod.into_any_rc">Read more</a></p>
</div><h4id='method.as_any'class="method hidden"><code>fn <ahref='#method.as_any'class='fnname'>as_any</a>(&self) ->&(dyn <aclass="trait"href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html"title="trait core::any::Any">Any</a> + 'static)</code></h4><divclass='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. <ahref="#tymethod.as_any">Read more</a></p>
</div><h4id='method.as_any_mut'class="method hidden"><code>fn <ahref='#method.as_any_mut'class='fnname'>as_any_mut</a>(&mut self) ->&mut (dyn <aclass="trait"href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html"title="trait core::any::Any">Any</a> + 'static)</code></h4><divclass='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. <ahref="#tymethod.as_any_mut">Read more</a></p>
</div></div><h3id='impl-Same%3CT%3E'class='impl'><codeclass='in-band'>impl<T> Same<T> for T</code><ahref='#impl-Same%3CT%3E'class='anchor'></a></h3><divclass='impl-items'><h4id='associatedtype.Output'class="type"><code>type <ahref='#associatedtype.Output'class="type">Output</a> = T</code></h4><divclass='docblock'><p>Should always be <code>Self</code></p>
</div></div><h3id='impl-ToOwned'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html"title="trait alloc::borrow::ToOwned">ToOwned</a> for T <spanclass="where fmt-newline">where<br> T: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html"title="trait core::clone::Clone">Clone</a>, </span></code><ahref='#impl-ToOwned'class='anchor'></a><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#80-92'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Owned'class="type"><code>type <ahref='https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#associatedtype.Owned'class="type">Owned</a> = T</code></h4><divclass='docblock'><p>The resulting type after obtaining ownership.</p>
</div><h4id='method.to_owned'class="method hidden"><code>fn <ahref='https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#tymethod.to_owned'class='fnname'>to_owned</a>(&self) -> T</code><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#85-87'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Creates owned data from borrowed data, usually by cloning. <ahref="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#tymethod.to_owned">Read more</a></p>
</div><h4id='method.clone_into'class="method hidden"><code>fn <ahref='https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#method.clone_into'class='fnname'>clone_into</a>(&self, target: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut </a>T)</code><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#89-91'title='goto source code'>[src]</a></h4><divclass='stability hidden'><divclass='stab unstable'><details><summary><spanclass='emoji'>🔬</span> This is a nightly-only experimental API. (<code>toowned_clone_into</code>)</summary><p>recently added</p>
</details></div></div><divclass='docblock hidden'><p>Uses borrowed data to replace owned data, usually by cloning. <ahref="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#method.clone_into">Read more</a></p>
</div></div><h3id='impl-TryFrom%3CU%3E'class='impl'><codeclass='in-band'>impl<T, U><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><U> for T <spanclass="where fmt-newline">where<br> U: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><T>, </span></code><ahref='#impl-TryFrom%3CU%3E'class='anchor'></a><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#607-616'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Error'class="type"><code>type <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error'class="type">Error</a> = <aclass="enum"href="https://doc.rust-lang.org/nightly/core/convert/enum.Infallible.html"title="enum core::convert::Infallible">Infallible</a></code></h4><divclass='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4id='method.try_from'class="method hidden"><code>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#tymethod.try_from'class='fnname'>try_from</a>(value: U) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html"title="enum core::result::Result">Result</a><T, <T as <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><U>>::<aclass="type"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></code><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#613-615'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-TryInto%3CU%3E'class='impl'><codeclass='in-band'>impl<T, U><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html"title="trait core::convert::TryInto">TryInto</a><U> for T <spanclass="where fmt-newline">where<br> U: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>, </span></code><ahref='#impl-TryInto%3CU%3E'class='anchor'></a><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#593-602'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Error-1'class="type"><code>type <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#associatedtype.Error'class="type">Error</a> = <U as <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="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><divclass='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4id='method.try_into'class="method hidden"><code>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#tymethod.try_into'class='fnname'>try_into</a>(self) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html"title="enum core::result::Result">Result</a><U, <U as <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="type"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></code><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#599-601'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>