<!DOCTYPE html><htmllang="en"><head><metacharset="utf-8"><metaname="viewport"content="width=device-width, initial-scale=1.0"><metaname="generator"content="rustdoc"><metaname="description"content="As a simulation runs, different pieces emit Events. The Analytics object listens to these, organizing and storing some information from them. The UI queries Analytics to draw time-series and display statistics."><metaname="keywords"content="rust, rustlang, rust-lang, Analytics"><title>Analytics in sim - Rust</title><linkrel="stylesheet"type="text/css"href="../normalize.css"><linkrel="stylesheet"type="text/css"href="../rustdoc.css"id="mainThemeStyle"><linkrel="stylesheet"type="text/css"href="../light.css"id="themeStyle"><linkrel="stylesheet"type="text/css"href="../dark.css"disabled><linkrel="stylesheet"type="text/css"href="../ayu.css"disabled><scriptid="default-settings"></script><scriptsrc="../storage.js"></script><scriptsrc="../crates.js"></script><noscript><linkrel="stylesheet"href="../noscript.css"></noscript><linkrel="icon"type="image/svg+xml"href="../favicon.svg"><linkrel="alternate icon"type="image/png"href="../favicon-16x16.png"><linkrel="alternate icon"type="image/png"href="../favicon-32x32.png"><styletype="text/css">#crate-search{background-image:url("../down-arrow.svg");}</style></head><bodyclass="rustdoc struct"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><navclass="sidebar"><divclass="sidebar-menu"role="button">☰</div><ahref='../sim/index.html'><divclass='logo-container rust-logo'><imgsrc='../rust-logo.png'alt='logo'></div></a><h2class="location">Struct Analytics</h2><divclass="sidebar-elems"><divclass="block items"><h3class="sidebar-title"><ahref="#fields">Fields</a></h3><divclass="sidebar-links"><ahref="#structfield.alerts">alerts</a><ahref="#structfield.bus_arrivals">bus_arrivals</a><ahref="#structfield.demand">demand</a><ahref="#structfield.finished_trips">finished_trips</a><ahref="#structfield.intersection_delays">intersection_delays</a><ahref="#structfield.intersection_thruput">intersection_thruput</a><ahref="#structfield.parking_lane_changes">parking_lane_changes</a><ahref="#structfield.parking_lot_changes">parking_lot_changes</a><ahref="#structfield.passengers_alighting">passengers_alighting</a><ahref="#structfield.passengers_boarding">passengers_boarding</a><ahref="#structfield.problems_per_trip">problems_per_trip</a><ahref="#structfield.record_anything">record_anything</a><ahref="#structfield.road_thruput">road_thruput</a><ahref="#structfield.started_trips">started_trips</a><ahref="#structfield.traffic_signal_thruput">traffic_signal_thruput</a><ahref="#structfield.trip_log">trip_log</a></div><h3class="sidebar-title"><ahref="#implementations">Methods</a></h3><divclass="sidebar-links"><ahref="#method.active_agents">active_agents</a><ahref="#method.both_finished_trips">both_finished_trips</a><ahref="#method.event">event</a><ahref="#method.finished_trip_time">finished_trip_time</a><ahref="#method.get_all_trip_phases">get_all_trip_phases</a><ahref="#method.get_trip_phases">get_trip_phases</a><ahref="#method.new">new</a><ahref="#method.parking_lane_availability">parking_lane_availability</a><ahref="#method.parking_lot_availability">parking_lot_availability</a><ahref="#method.parking_spot_availability">parking_spot_availability</a><ahref="#method.record_demand">record_demand</a></div><h3class="sidebar-title"><ahref="#trait-implementations">Trait Implementations</a></h3><divclass="sidebar-links"><ahref="#impl-Clone">Clone</a><ahref="#impl-Default">Default</a><ahref="#impl-Deserialize%3C%27de%3E">Deserialize<'de></a><ahref="#impl-Serialize">Serialize</a></div><h3class="sidebar-title"><ahref="#synthetic-implementations">Auto Trait Implementations</a></h3><divclass="sidebar-links"><ahref="#impl-RefUnwindSafe">RefUnwindSafe</a><ahref="#impl-Send">Send</a><ahref="#impl-Sync">Sync</a><ahref="#impl-Unpin">Unpin</a>
</details>}</pre></div><detailsclass="rustdoc-toggle top-doc"open><summaryclass="hideme"><span>Expand description</span></summary><divclass="docblock"><p>As a simulation runs, different pieces emit Events. The Analytics object listens to these,
</div></details><h2id="fields"class="fields small-section-header">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="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="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="analytics/struct.TimeSeriesCount.html"title="struct sim::analytics::TimeSeriesCount">TimeSeriesCount</a><<aclass="struct"href="../map_model/objects/movement/struct.CompressedMovementID.html"title="struct map_model::objects::movement::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/1.55.0/alloc/collections/btree/map/struct.BTreeMap.html"title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a><<aclass="struct"href="../map_model/objects/movement/struct.MovementID.html"title="struct map_model::objects::movement::MovementID">MovementID</a>, <aclass="primitive"href="https://doc.rust-lang.org/1.55.0/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
</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/1.55.0/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="primitive"href="https://doc.rust-lang.org/1.55.0/std/primitive.tuple.html">(</a><aclass="struct"href="../geom/time/struct.Time.html"title="struct geom::time::Time">Time</a>, <aclass="struct"href="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/1.55.0/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/1.55.0/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/1.55.0/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="primitive"href="https://doc.rust-lang.org/1.55.0/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/1.55.0/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.problems_per_trip"class="structfield small-section-header"><ahref="#structfield.problems_per_trip"class="anchor field"></a><code>problems_per_trip: <aclass="struct"href="https://doc.rust-lang.org/1.55.0/alloc/collections/btree/map/struct.BTreeMap.html"title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a><<aclass="struct"href="struct.TripID.html"title="struct sim::TripID">TripID</a>, <aclass="struct"href="https://doc.rust-lang.org/1.55.0/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="primitive"href="https://doc.rust-lang.org/1.55.0/std/primitive.tuple.html">(</a><aclass="struct"href="../geom/time/struct.Time.html"title="struct geom::time::Time">Time</a>, <aclass="enum"href="analytics/enum.Problem.html"title="enum sim::analytics::Problem">Problem</a><aclass="primitive"href="https://doc.rust-lang.org/1.55.0/std/primitive.tuple.html">)</a>>></code></span><divclass="docblock"><p>Record different problems that each trip encounters.</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/1.55.0/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="primitive"href="https://doc.rust-lang.org/1.55.0/std/primitive.tuple.html">(</a><aclass="struct"href="../geom/time/struct.Time.html"title="struct geom::time::Time">Time</a>, <aclass="struct"href="struct.TripID.html"title="struct sim::TripID">TripID</a>, <aclass="enum"href="https://doc.rust-lang.org/1.55.0/core/option/enum.Option.html"title="enum core::option::Option">Option</a><<aclass="struct"href="../map_model/pathfind/v1/struct.PathRequest.html"title="struct map_model::pathfind::v1::PathRequest">PathRequest</a>>, <aclass="enum"href="events/enum.TripPhaseType.html"title="enum sim::events::TripPhaseType">TripPhaseType</a><aclass="primitive"href="https://doc.rust-lang.org/1.55.0/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/1.55.0/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/1.55.0/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="primitive"href="https://doc.rust-lang.org/1.55.0/std/primitive.tuple.html">(</a><aclass="primitive"href="https://doc.rust-lang.org/1.55.0/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="enum.AgentType.html"title="enum sim::AgentType">AgentType</a><aclass="primitive"href="https://doc.rust-lang.org/1.55.0/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/1.55.0/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/1.55.0/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="primitive"href="https://doc.rust-lang.org/1.55.0/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/1.55.0/std/primitive.bool.html">bool</a><aclass="primitive"href="https://doc.rust-lang.org/1.55.0/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/1.55.0/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/1.55.0/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="primitive"href="https://doc.rust-lang.org/1.55.0/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/1.55.0/std/primitive.bool.html">bool</a><aclass="primitive"href="https://doc.rust-lang.org/1.55.0/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/1.55.0/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="primitive"href="https://doc.rust-lang.org/1.55.0/std/primitive.tuple.html">(</a><aclass="struct"href="../geom/time/struct.Time.html"title="struct geom::time::Time">Time</a>, <aclass="enum"href="events/enum.AlertLocation.html"title="enum sim::events::AlertLocation">AlertLocation</a>, <aclass="struct"href="https://doc.rust-lang.org/1.55.0/alloc/string/struct.String.html"title="struct alloc::string::String">String</a><aclass="primitive"href="https://doc.rust-lang.org/1.55.0/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/1.55.0/std/primitive.bool.html">bool</a></code></span><divclass="docblock"><p>For benchmarking, we may want to disable collecting data.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.both_finished_trips"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/sim/analytics.rs.html#324-351"title="goto source code">[src]</a></div><ahref="#method.both_finished_trips"class="anchor"></a><h4class="code-header">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="analytics/struct.Analytics.html"title="struct sim::analytics::Analytics">Analytics</a><br>) -><aclass="struct"href="https://doc.rust-lang.org/1.55.0/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="primitive"href="https://doc.rust-lang.org/1.55.0/std/primitive.tuple.html">(</a><aclass="struct"href="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="trips/enum.TripMode.html"title="enum sim::trips::TripMode">TripMode</a><aclass="primitive"href="https://doc.rust-lang.org/1.55.0/std/primitive.tuple.html">)</a>></h4></div></summary><divclass="docblock"><p>Returns pairs of trip times for finished trips in both worlds. (ID, before, after, mode)</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.get_trip_phases"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/sim/analytics.rs.html#355-376"title="goto source code">[src]</a></div><ahref="#method.get_trip_phases"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.get_trip_phases"class="fnname">get_trip_phases</a>(&self, trip: <aclass="struct"href="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/1.55.0/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="struct"href="analytics/struct.TripPhase.html"title="struct sim::analytics::TripPhase">TripPhase</a>></h4></div></summary><divclass="docblock"><p>If calling on prebaked Analytics, be careful to pass in an unedited map, to match how the
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>
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>
further <code>downcast</code> into <code>Arc<ConcreteType></code> where <code>ConcreteType</code> implements <code>Trait</code>. <ahref="#tymethod.into_any_arc">Read more</a></p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl-Instrument"class="impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://docs.rs/tracing/0.1.26/src/tracing/instrument.rs.html#155"title="goto source code">[src]</a></div><ahref="#impl-Instrument"class="anchor"></a><h3class="code-header in-band">impl<T><aclass="trait"href="https://docs.rs/tracing/0.1.26/tracing/instrument/trait.Instrument.html"title="trait tracing::instrument::Instrument">Instrument</a> for T</h3></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.instrument"class="method trait-impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://docs.rs/tracing/0.1.26/src/tracing/instrument.rs.html#38"title="goto source code">[src]</a></div><ahref="#method.instrument"class="anchor"></a><h4class="code-header">fn <ahref="https://docs.rs/tracing/0.1.26/tracing/instrument/trait.Instrument.html#method.instrument"class="fnname">instrument</a>(self, span: <aclass="struct"href="https://docs.rs/tracing/0.1.26/tracing/span/struct.Span.html"title="struct tracing::span::Span">Span</a>) -><aclass="struct"href="https://docs.rs/tracing/0.1.26/tracing/instrument/struct.Instrumented.html"title="struct tracing::instrument::Instrumented">Instrumented</a><Self></h4></div></summary><divclass='docblock'><p>Instruments this type with the provided <code>Span</code>, returning an
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.in_current_span"class="method trait-impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://docs.rs/tracing/0.1.26/src/tracing/instrument.rs.html#74"title="goto source code">[src]</a></div><ahref="#method.in_current_span"class="anchor"></a><h4class="code-header">fn <ahref="https://docs.rs/tracing/0.1.26/tracing/instrument/trait.Instrument.html#method.in_current_span"class="fnname">in_current_span</a>(self) -><aclass="struct"href="https://docs.rs/tracing/0.1.26/tracing/instrument/struct.Instrumented.html"title="struct tracing::instrument::Instrumented">Instrumented</a><Self></h4></div></summary><divclass='docblock'><p>Instruments this type with the <ahref="../struct.Span.html#method.current">current</a><code>Span</code>, returning an
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl-Into%3CU%3E"class="impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.55.0/src/core/convert/mod.rs.html#535-542"title="goto source code">[src]</a></div><ahref="#impl-Into%3CU%3E"class="anchor"></a><h3class="code-header in-band">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/1.55.0/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><U> for T <spanclass="where fmt-newline">where<br> U: <aclass="trait"href="https://doc.rust-lang.org/1.55.0/core/convert/trait.From.html"title="trait core::convert::From">From</a><T>, </span></h3></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.into"class="method trait-impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.55.0/src/core/convert/mod.rs.html#539"title="goto source code">[src]</a></div><ahref="#method.into"class="anchor"></a><h4class="code-header">pub fn <ahref="https://doc.rust-lang.org/1.55.0/core/convert/trait.Into.html#tymethod.into"class="fnname">into</a>(self) -> U</h4></div></summary><divclass='docblock'><p>Performs the conversion.</p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl-Same%3CT%3E"class="impl has-srclink"><divclass="rightside"></div><ahref="#impl-Same%3CT%3E"class="anchor"></a><h3class="code-header in-band">impl<T> Same<T> for T</h3></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle"open><summary><divid="associatedtype.Output"class="type trait-impl has-srclink"><ahref="#associatedtype.Output"class="anchor"></a><h4class="code-header">type <ahref="#associatedtype.Output"class="type">Output</a> = T</h4></div></summary><divclass='docblock'><p>Should always be <code>Self</code></p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl-ToOwned"class="impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.55.0/src/alloc/borrow.rs.html#84-96"title="goto source code">[src]</a></div><ahref="#impl-ToOwned"class="anchor"></a><h3class="code-header in-band">impl<T><aclass="trait"href="https://doc.rust-lang.org/1.55.0/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/1.55.0/core/clone/trait.Clone.html"title="trait core::clone::Clone">Clone</a>, </span></h3></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle"open><summary><divid="associatedtype.Owned"class="type trait-impl has-srclink"><ahref="#associatedtype.Owned"class="anchor"></a><h4class="code-header">type <ahref="https://doc.rust-lang.org/1.55.0/alloc/borrow/trait.ToOwned.html#associatedtype.Owned"class="type">Owned</a> = T</h4></div></summary><divclass='docblock'><p>The resulting type after obtaining ownership.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.to_owned"class="method trait-impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.55.0/src/alloc/borrow.rs.html#89"title="goto source code">[src]</a></div><ahref="#method.to_owned"class="anchor"></a><h4class="code-header">pub fn <ahref="https://doc.rust-lang.org/1.55.0/alloc/borrow/trait.ToOwned.html#tymethod.to_owned"class="fnname">to_owned</a>(&self) -> T</h4></div></summary><divclass='docblock'><p>Creates owned data from borrowed data, usually by cloning. <ahref="https://doc.rust-lang.org/1.55.0/alloc/borrow/trait.ToOwned.html#tymethod.to_owned">Read more</a></p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.clone_into"class="method trait-impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.55.0/src/alloc/borrow.rs.html#93"title="goto source code">[src]</a></div><ahref="#method.clone_into"class="anchor"></a><h4class="code-header">pub fn <ahref="https://doc.rust-lang.org/1.55.0/alloc/borrow/trait.ToOwned.html#method.clone_into"class="fnname">clone_into</a>(&self, target: <aclass="primitive"href="https://doc.rust-lang.org/1.55.0/std/primitive.reference.html">&mut </a>T)</h4></div></summary><divclass="item-info"><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'><p>Uses borrowed data to replace owned data, usually by cloning. <ahref="https://doc.rust-lang.org/1.55.0/alloc/borrow/trait.ToOwned.html#method.clone_into">Read more</a></p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl-TryFrom%3CU%3E"class="impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.55.0/src/core/convert/mod.rs.html#583-592"title="goto source code">[src]</a></div><ahref="#impl-TryFrom%3CU%3E"class="anchor"></a><h3class="code-header in-band">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/1.55.0/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/1.55.0/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><T>, </span></h3></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle"open><summary><divid="associatedtype.Error"class="type trait-impl has-srclink"><ahref="#associatedtype.Error"class="anchor"></a><h4class="code-header">type <ahref="https://doc.rust-lang.org/1.55.0/core/convert/trait.TryFrom.html#associatedtype.Error"class="type">Error</a> = <aclass="enum"href="https://doc.rust-lang.org/1.55.0/core/convert/enum.Infallible.html"title="enum core::convert::Infallible">Infallible</a></h4></div></summary><divclass='docblock'><p>The type returned in the event of a conversion error.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.try_from"class="method trait-impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.55.0/src/core/convert/mod.rs.html#589"title="goto source code">[src]</a></div><ahref="#method.try_from"class="anchor"></a><h4class="code-header">pub fn <ahref="https://doc.rust-lang.org/1.55.0/core/convert/trait.TryFrom.html#tymethod.try_from"class="fnname">try_from</a>(value: U) -><aclass="enum"href="https://doc.rust-lang.org/1.55.0/core/result/enum.Result.html"title="enum core::result::Result">Result</a><T, <T as <aclass="trait"href="https://doc.rust-lang.org/1.55.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><U>>::<aclass="type"href="https://doc.rust-lang.org/1.55.0/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></h4></div></summary><divclass='docblock'><p>Performs the conversion.</p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl-TryInto%3CU%3E"class="impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.55.0/src/core/convert/mod.rs.html#569-578"title="goto source code">[src]</a></div><ahref="#impl-TryInto%3CU%3E"class="anchor"></a><h3class="code-header in-band">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/1.55.0/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/1.55.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>, </span></h3></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle"open><summary><divid="associatedtype.Error-1"class="type trait-impl has-srclink"><ahref="#associatedtype.Error-1"class="anchor"></a><h4class="code-header">type <ahref="https://doc.rust-lang.org/1.55.0/core/convert/trait.TryInto.html#associatedtype.Error"class="type">Error</a> = <U as <aclass="trait"href="https://doc.rust-lang.org/1.55.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="type"href="https://doc.rust-lang.org/1.55.0/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a></h4></div></summary><divclass='docblock'><p>The type returned in the event of a conversion error.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.try_into"class="method trait-impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.55.0/src/core/convert/mod.rs.html#575"title="goto source code">[src]</a></div><ahref="#method.try_into"class="anchor"></a><h4class="code-header">pub fn <ahref="https://doc.rust-lang.org/1.55.0/core/convert/trait.TryInto.html#tymethod.try_into"class="fnname">try_into</a>(self) -><aclass="enum"href="https://doc.rust-lang.org/1.55.0/core/result/enum.Result.html"title="enum core::result::Result">Result</a><U, <U as <aclass="trait"href="https://doc.rust-lang.org/1.55.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="type"href="https://doc.rust-lang.org/1.55.0/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></h4></div></summary><divclass='docblock'><p>Performs the conversion.</p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl-VZip%3CV%3E"class="impl has-srclink"><divclass="rightside"></div><ahref="#impl-VZip%3CV%3E"class="anchor"></a><h3class="code-header in-band">impl<V, T> VZip<V> for T <spanclass="where fmt-newline">where<br> V: MultiLane<T>, </span></h3></div></summary><divclass="impl-items"><divid="method.vzip"class="method trait-impl has-srclink"><divclass="rightside"></div><ahref="#method.vzip"class="anchor"></a><h4class="code-header">pub fn <aclass="fnname">vzip</a>(self) -> V</h4></div></div></details><divid="impl-DeserializeOwned"class="impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://docs.rs/serde/1.0.126/src/serde/de/mod.rs.html#603"title="goto source code">[src]</a></div><ahref="#impl-DeserializeOwned"class="anchor"></a><h3class="code-header in-band">impl<T><aclass="trait"href="https://docs.rs/serde/1.0.126/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.126/serde/de/trait.Deserialize.html"title="trait serde::de::Deserialize">Deserialize</a><'de>, </span></h3></div></div></section><sectionid="search"class="content hidden"></section><divid="rustdoc-vars"data-root-path="../"data-current-crate="sim"data-search-index-js="../search-index.js"data-search-js="../search.js"></div>