diff --git a/rustdoc/convert_osm/index.html b/rustdoc/convert_osm/index.html index 779f716636..46222cb670 100644 --- a/rustdoc/convert_osm/index.html +++ b/rustdoc/convert_osm/index.html @@ -1,4 +1,4 @@ -convert_osm - Rust

[][src]Crate convert_osm

Structs

+convert_osm - Rust

[][src]Crate convert_osm

Structs

Options

Enums

OnstreetParking
PrivateOffstreetParking
PublicOffstreetParking

Functions

convert
\ No newline at end of file diff --git a/rustdoc/game/common/navigate/index.html b/rustdoc/game/common/navigate/index.html index b120cd1f6d..3b358c3101 100644 --- a/rustdoc/game/common/navigate/index.html +++ b/rustdoc/game/common/navigate/index.html @@ -1,2 +1,2 @@ -game::common::navigate - Rust

[][src]Module game::common::navigate

Structs

+game::common::navigate - Rust

[][src]Module game::common::navigate

Structs

CrossStreet
Navigator
SearchBuildings
\ No newline at end of file diff --git a/rustdoc/game/common/navigate/struct.SearchBuildings.html b/rustdoc/game/common/navigate/struct.SearchBuildings.html index aa97c25a7b..966ff222d4 100644 --- a/rustdoc/game/common/navigate/struct.SearchBuildings.html +++ b/rustdoc/game/common/navigate/struct.SearchBuildings.html @@ -1,7 +1,7 @@ game::common::navigate::SearchBuildings - Rust

[][src]Struct game::common::navigate::SearchBuildings

struct SearchBuildings {
     composite: Composite,
 }

- Fields

composite: Composite

Implementations

impl SearchBuildings[src]

pub fn new(ctx: &mut EventCtx, app: &App) -> Box<dyn State>[src]

Trait Implementations

impl State for SearchBuildings[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

\ No newline at end of file +

Implementors

impl State for ChallengesPicker[src]

impl State for CityPicker[src]

impl State for IsochroneViewer[src]

impl State for CrossStreet[src]

impl State for Navigator[src]

impl State for SearchBuildings[src]

impl State for DebugWarp[src]

impl State for Warping[src]

impl State for CutscenePlayer[src]

impl State for FYI[src]

impl State for Floodfiller[src]

impl State for PolygonDebugger[src]

impl State for DebugMode[src]

impl State for PopularDestinations[src]

impl State for ViewKML[src]

impl State for ChangeWay[src]

impl State for ParkingMapper[src]

impl State for PolygonEditor[src]

impl State for ScenarioManager[src]

impl State for StoryMapEditor[src]

impl State for DevToolsMode[src]

impl State for BulkEdit[src]

impl State for BulkSelect[src]

impl State for ClusterTrafficSignalEditor[src]

impl State for LaneEditor[src]

impl State for RouteEditor[src]

impl State for StopSignEditor[src]

impl State for EditMode[src]

impl State for LoadEdits[src]

impl State for SaveEdits[src]

impl State for ChangeDuration[src]

impl State for SignalPicker[src]

impl State for PreviewTrafficSignal[src]

impl State for TrafficSignalEditor[src]

impl State for ZoneEditor[src]

impl State for PopupMsg[src]

impl State for PromptInput[src]

impl State for PickLayer[src]

impl State for OptionsPanel[src]

impl State for About[src]

impl State for MainMenu[src]

impl State for Proposals[src]

impl State for TitleScreen[src]

impl State for CommuterPatterns[src]

impl State for ActiveTraffic[src]

impl State for TransitRoutes[src]

impl State for ParkingOverhead[src]

impl State for TripSummaries[src]

impl State for TrafficSignalDemand[src]

impl State for TripTable[src]

impl State for AgentSpawner[src]

impl State for ChangeMode[src]

impl State for EditScenarioModifiers[src]

impl State for FinalScore[src]

impl State for TurnExplorer[src]

impl State for JumpToTime[src]

impl State for TimeWarpScreen[src]

impl State for BackToMainMenu[src]

impl State for SandboxMode[src]

impl State for UberTurnPicker[src]

impl State for UberTurnViewer[src]

impl<T: 'static> State for ChooseSomething<T>[src]

Loading content...
\ No newline at end of file diff --git a/rustdoc/game/info/building/fn.draw_occupants.html b/rustdoc/game/info/building/fn.draw_occupants.html index 24af875322..4ba3dcc7fb 100644 --- a/rustdoc/game/info/building/fn.draw_occupants.html +++ b/rustdoc/game/info/building/fn.draw_occupants.html @@ -1 +1 @@ -game::info::building::draw_occupants - Rust

[][src]Function game::info::building::draw_occupants

pub fn draw_occupants(
    details: &mut Details,
    app: &App,
    id: BuildingID,
    focus: Option<PersonID>
)
\ No newline at end of file +game::info::building::draw_occupants - Rust

[][src]Function game::info::building::draw_occupants

pub fn draw_occupants(
    details: &mut Details,
    app: &App,
    id: BuildingID,
    focus: Option<PersonID>
)
\ No newline at end of file diff --git a/rustdoc/game/info/building/fn.header.html b/rustdoc/game/info/building/fn.header.html index e907d7c6a8..98f35e6adf 100644 --- a/rustdoc/game/info/building/fn.header.html +++ b/rustdoc/game/info/building/fn.header.html @@ -1 +1 @@ -game::info::building::header - Rust

[][src]Function game::info::building::header

fn header(
    ctx: &EventCtx,
    app: &App,
    details: &mut Details,
    id: BuildingID,
    tab: Tab
) -> Vec<Widget>
\ No newline at end of file +game::info::building::header - Rust

[][src]Function game::info::building::header

fn header(
    ctx: &EventCtx,
    app: &App,
    details: &mut Details,
    id: BuildingID,
    tab: Tab
) -> Vec<Widget>
\ No newline at end of file diff --git a/rustdoc/game/info/building/fn.info.html b/rustdoc/game/info/building/fn.info.html index 9d2615fb94..e69c67d40d 100644 --- a/rustdoc/game/info/building/fn.info.html +++ b/rustdoc/game/info/building/fn.info.html @@ -1 +1 @@ -game::info::building::info - Rust

[][src]Function game::info::building::info

pub fn info(
    ctx: &mut EventCtx,
    app: &App,
    details: &mut Details,
    id: BuildingID
) -> Vec<Widget>
\ No newline at end of file +game::info::building::info - Rust

[][src]Function game::info::building::info

pub fn info(
    ctx: &mut EventCtx,
    app: &App,
    details: &mut Details,
    id: BuildingID
) -> Vec<Widget>
\ No newline at end of file diff --git a/rustdoc/game/info/building/fn.people.html b/rustdoc/game/info/building/fn.people.html index c5c63c93ae..639db11681 100644 --- a/rustdoc/game/info/building/fn.people.html +++ b/rustdoc/game/info/building/fn.people.html @@ -1 +1 @@ -game::info::building::people - Rust

[][src]Function game::info::building::people

pub fn people(
    ctx: &mut EventCtx,
    app: &App,
    details: &mut Details,
    id: BuildingID
) -> Vec<Widget>
\ No newline at end of file +game::info::building::people - Rust

[][src]Function game::info::building::people

pub fn people(
    ctx: &mut EventCtx,
    app: &App,
    details: &mut Details,
    id: BuildingID
) -> Vec<Widget>
\ No newline at end of file diff --git a/rustdoc/game/info/building/index.html b/rustdoc/game/info/building/index.html index 634a158ff7..8355be6db3 100644 --- a/rustdoc/game/info/building/index.html +++ b/rustdoc/game/info/building/index.html @@ -1,2 +1,2 @@ -game::info::building - Rust

[][src]Module game::info::building

Functions

+game::info::building - Rust

[][src]Module game::info::building

Functions

draw_occupants
header
info
people
\ No newline at end of file diff --git a/rustdoc/game/info/person/fn.cmp_duration_shorter.html b/rustdoc/game/info/person/fn.cmp_duration_shorter.html index 468fb2eb65..b1c2d206f2 100644 --- a/rustdoc/game/info/person/fn.cmp_duration_shorter.html +++ b/rustdoc/game/info/person/fn.cmp_duration_shorter.html @@ -1 +1 @@ -game::info::person::cmp_duration_shorter - Rust

[][src]Function game::info::person::cmp_duration_shorter

fn cmp_duration_shorter(after: Duration, before: Duration) -> TextSpan
\ No newline at end of file +game::info::person::cmp_duration_shorter - Rust

[][src]Function game::info::person::cmp_duration_shorter

fn cmp_duration_shorter(after: Duration, before: Duration) -> TextSpan
\ No newline at end of file diff --git a/rustdoc/game/info/person/fn.crowd.html b/rustdoc/game/info/person/fn.crowd.html index 7d1af4e15c..88f3e761a1 100644 --- a/rustdoc/game/info/person/fn.crowd.html +++ b/rustdoc/game/info/person/fn.crowd.html @@ -1 +1 @@ -game::info::person::crowd - Rust

[][src]Function game::info::person::crowd

pub fn crowd(
    ctx: &EventCtx,
    app: &App,
    details: &mut Details,
    members: &Vec<PedestrianID>
) -> Vec<Widget>
\ No newline at end of file +game::info::person::crowd - Rust

[][src]Function game::info::person::crowd

pub fn crowd(
    ctx: &EventCtx,
    app: &App,
    details: &mut Details,
    members: &Vec<PedestrianID>
) -> Vec<Widget>
\ No newline at end of file diff --git a/rustdoc/game/info/person/fn.current_status.html b/rustdoc/game/info/person/fn.current_status.html index f5f9ec00f8..91f4f53c43 100644 --- a/rustdoc/game/info/person/fn.current_status.html +++ b/rustdoc/game/info/person/fn.current_status.html @@ -1 +1 @@ -game::info::person::current_status - Rust

[][src]Function game::info::person::current_status

fn current_status(ctx: &EventCtx, person: &Person, map: &Map) -> Widget
\ No newline at end of file +game::info::person::current_status - Rust

[][src]Function game::info::person::current_status

fn current_status(ctx: &EventCtx, person: &Person, map: &Map) -> Widget
\ No newline at end of file diff --git a/rustdoc/game/info/person/fn.header.html b/rustdoc/game/info/person/fn.header.html index eaa7aa080b..f323a5495d 100644 --- a/rustdoc/game/info/person/fn.header.html +++ b/rustdoc/game/info/person/fn.header.html @@ -1 +1 @@ -game::info::person::header - Rust

[][src]Function game::info::person::header

fn header(
    ctx: &mut EventCtx,
    app: &App,
    details: &mut Details,
    id: PersonID,
    tab: Tab,
    is_paused: bool
) -> Vec<Widget>
\ No newline at end of file +game::info::person::header - Rust

[][src]Function game::info::person::header

fn header(
    ctx: &mut EventCtx,
    app: &App,
    details: &mut Details,
    id: PersonID,
    tab: Tab,
    is_paused: bool
) -> Vec<Widget>
\ No newline at end of file diff --git a/rustdoc/game/info/person/fn.parked_car.html b/rustdoc/game/info/person/fn.parked_car.html index fcd39e6d49..d7b6902893 100644 --- a/rustdoc/game/info/person/fn.parked_car.html +++ b/rustdoc/game/info/person/fn.parked_car.html @@ -1 +1 @@ -game::info::person::parked_car - Rust

[][src]Function game::info::person::parked_car

pub fn parked_car(
    ctx: &mut EventCtx,
    app: &App,
    details: &mut Details,
    id: CarID,
    is_paused: bool
) -> Vec<Widget>
\ No newline at end of file +game::info::person::parked_car - Rust

[][src]Function game::info::person::parked_car

pub fn parked_car(
    ctx: &mut EventCtx,
    app: &App,
    details: &mut Details,
    id: CarID,
    is_paused: bool
) -> Vec<Widget>
\ No newline at end of file diff --git a/rustdoc/game/info/person/fn.schedule.html b/rustdoc/game/info/person/fn.schedule.html index 534902d9b5..41bab0d7ff 100644 --- a/rustdoc/game/info/person/fn.schedule.html +++ b/rustdoc/game/info/person/fn.schedule.html @@ -1 +1 @@ -game::info::person::schedule - Rust

[][src]Function game::info::person::schedule

pub fn schedule(
    ctx: &mut EventCtx,
    app: &App,
    details: &mut Details,
    id: PersonID,
    is_paused: bool
) -> Vec<Widget>
\ No newline at end of file +game::info::person::schedule - Rust

[][src]Function game::info::person::schedule

pub fn schedule(
    ctx: &mut EventCtx,
    app: &App,
    details: &mut Details,
    id: PersonID,
    is_paused: bool
) -> Vec<Widget>
\ No newline at end of file diff --git a/rustdoc/game/info/person/index.html b/rustdoc/game/info/person/index.html index e2b064a173..9bb1081d25 100644 --- a/rustdoc/game/info/person/index.html +++ b/rustdoc/game/info/person/index.html @@ -1,2 +1,2 @@ -game::info::person - Rust

[][src]Module game::info::person

Functions

+game::info::person - Rust

[][src]Module game::info::person

Functions

bio
cmp_duration_shorter
crowd
current_status
header
parked_car
schedule
trips
\ No newline at end of file diff --git a/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html b/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html index 34a0d69262..5e52873eb9 100644 --- a/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html +++ b/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html @@ -1,2 +1,2 @@ -game::pregame::built_info::BUILT_TIME_UTC - Rust

[][src]Constant game::pregame::built_info::BUILT_TIME_UTC

pub const BUILT_TIME_UTC: &str = "Thu, 20 Aug 2020 15:40:15 +0000";

The built-time in RFC2822, UTC

+game::pregame::built_info::BUILT_TIME_UTC - Rust

[][src]Constant game::pregame::built_info::BUILT_TIME_UTC

pub const BUILT_TIME_UTC: &str = "Thu, 20 Aug 2020 17:47:32 +0000";

The built-time in RFC2822, UTC

\ No newline at end of file diff --git a/rustdoc/game/render/building/index.html b/rustdoc/game/render/building/index.html index 138a7577d0..e10483f4f9 100644 --- a/rustdoc/game/render/building/index.html +++ b/rustdoc/game/render/building/index.html @@ -1,2 +1,2 @@ -game::render::building - Rust

[][src]Module game::render::building

Structs

+game::render::building - Rust

[][src]Module game::render::building

Structs

DrawBuilding
\ No newline at end of file diff --git a/rustdoc/game/render/building/struct.DrawBuilding.html b/rustdoc/game/render/building/struct.DrawBuilding.html index 4a476e4201..c163efbb2c 100644 --- a/rustdoc/game/render/building/struct.DrawBuilding.html +++ b/rustdoc/game/render/building/struct.DrawBuilding.html @@ -2,7 +2,7 @@ pub id: BuildingID, label: RefCell<Option<Drawable>>, }

- Fields

id: BuildingIDlabel: RefCell<Option<Drawable>>

Implementations

impl DrawBuilding[src]

pub fn new(
    ctx: &EventCtx,
    bldg: &Building,
    map: &Map,
    cs: &ColorScheme,
    bldg_batch: &mut GeomBatch,
    paths_batch: &mut GeomBatch,
    outlines_batch: &mut GeomBatch
) -> DrawBuilding
[src]

Trait Implementations

impl Renderable for DrawBuilding[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

\ No newline at end of file +

Implementors

impl Renderable for DrawArea[src]

impl Renderable for DrawBike[src]

impl Renderable for DrawBuilding[src]

impl Renderable for DrawBusStop[src]

impl Renderable for DrawCar[src]

impl Renderable for DrawIntersection[src]

impl Renderable for DrawLane[src]

impl Renderable for DrawParkingLot[src]

impl Renderable for DrawPedCrowd[src]

impl Renderable for DrawPedestrian[src]

impl Renderable for DrawRoad[src]

Loading content...
\ No newline at end of file diff --git a/rustdoc/implementors/core/clone/trait.Clone.js b/rustdoc/implementors/core/clone/trait.Clone.js index a3271544b3..acd2074b21 100644 --- a/rustdoc/implementors/core/clone/trait.Clone.js +++ b/rustdoc/implementors/core/clone/trait.Clone.js @@ -4,6 +4,6 @@ implementors["ezgui"] = [{"text":"impl Clone for Flags","synthetic":false,"types":["game::app::Flags"]},{"text":"impl Clone for ColorSchemeChoice","synthetic":false,"types":["game::colors::ColorSchemeChoice"]},{"text":"impl Clone for HeatmapOptions","synthetic":false,"types":["game::common::heatmap::HeatmapOptions"]},{"text":"impl Clone for Source","synthetic":false,"types":["game::debug::floodfill::Source"]},{"text":"impl Clone for Show","synthetic":false,"types":["game::devtools::mapping::Show"]},{"text":"impl Clone for Value","synthetic":false,"types":["game::devtools::mapping::Value"]},{"text":"impl Clone for RecordedStoryMap","synthetic":false,"types":["game::devtools::story::RecordedStoryMap"]},{"text":"impl Clone for BundleEdits","synthetic":false,"types":["game::edit::traffic_signals::BundleEdits"]},{"text":"impl Clone for ID","synthetic":false,"types":["game::helpers::ID"]},{"text":"impl Clone for OpenTrip","synthetic":false,"types":["game::info::trip::OpenTrip"]},{"text":"impl Clone for Tab","synthetic":false,"types":["game::info::Tab"]},{"text":"impl Clone for DataOptions","synthetic":false,"types":["game::info::DataOptions"]},{"text":"impl Clone for SEIR","synthetic":false,"types":["game::layer::pandemic::SEIR"]},{"text":"impl Clone for Options","synthetic":false,"types":["game::layer::pandemic::Options"]},{"text":"impl Clone for Loc","synthetic":false,"types":["game::layer::parking::Loc"]},{"text":"impl Clone for Options","synthetic":false,"types":["game::layer::population::Options"]},{"text":"impl Clone for Options","synthetic":false,"types":["game::options::Options"]},{"text":"impl Clone for TrafficSignalStyle","synthetic":false,"types":["game::options::TrafficSignalStyle"]},{"text":"impl Clone for UnzoomedAgents","synthetic":false,"types":["game::render::map::UnzoomedAgents"]},{"text":"impl Clone for DrawOptions","synthetic":false,"types":["game::render::DrawOptions"]},{"text":"impl Clone for BlockSelection","synthetic":false,"types":["game::sandbox::dashboards::commuter::BlockSelection"]},{"text":"impl Clone for SortBy","synthetic":false,"types":["game::sandbox::dashboards::parking_overhead::SortBy"]},{"text":"impl Clone for SortBy","synthetic":false,"types":["game::sandbox::dashboards::trip_table::SortBy"]},{"text":"impl Clone for TutorialPointer","synthetic":false,"types":["game::sandbox::gameplay::tutorial::TutorialPointer"]},{"text":"impl Clone for Task","synthetic":false,"types":["game::sandbox::gameplay::tutorial::Task"]},{"text":"impl Clone for GameplayMode","synthetic":false,"types":["game::sandbox::gameplay::GameplayMode"]},{"text":"impl Clone for SpeedSetting","synthetic":false,"types":["game::sandbox::speed::SpeedSetting"]}]; implementors["geom"] = [{"text":"impl Clone for Angle","synthetic":false,"types":["geom::angle::Angle"]},{"text":"impl Clone for Bounds","synthetic":false,"types":["geom::bounds::Bounds"]},{"text":"impl Clone for GPSBounds","synthetic":false,"types":["geom::bounds::GPSBounds"]},{"text":"impl Clone for Circle","synthetic":false,"types":["geom::circle::Circle"]},{"text":"impl Clone for Distance","synthetic":false,"types":["geom::distance::Distance"]},{"text":"impl Clone for Duration","synthetic":false,"types":["geom::duration::Duration"]},{"text":"impl Clone for LonLat","synthetic":false,"types":["geom::gps::LonLat"]},{"text":"impl Clone for Line","synthetic":false,"types":["geom::line::Line"]},{"text":"impl Clone for InfiniteLine","synthetic":false,"types":["geom::line::InfiniteLine"]},{"text":"impl Clone for Polygon","synthetic":false,"types":["geom::polygon::Polygon"]},{"text":"impl Clone for Triangle","synthetic":false,"types":["geom::polygon::Triangle"]},{"text":"impl Clone for PolyLine","synthetic":false,"types":["geom::polyline::PolyLine"]},{"text":"impl Clone for Pt2D","synthetic":false,"types":["geom::pt::Pt2D"]},{"text":"impl Clone for HashablePt2D","synthetic":false,"types":["geom::pt::HashablePt2D"]},{"text":"impl Clone for Ring","synthetic":false,"types":["geom::ring::Ring"]},{"text":"impl Clone for Speed","synthetic":false,"types":["geom::speed::Speed"]},{"text":"impl Clone for Statistic","synthetic":false,"types":["geom::stats::Statistic"]},{"text":"impl<T: Clone + HgramValue<T>> Clone for Histogram<T>","synthetic":false,"types":["geom::stats::Histogram"]},{"text":"impl Clone for Time","synthetic":false,"types":["geom::time::Time"]}]; implementors["map_editor"] = [{"text":"impl Clone for ID","synthetic":false,"types":["map_editor::model::ID"]}]; -implementors["map_model"] = [{"text":"impl Clone for MapEdits","synthetic":false,"types":["map_model::edits::MapEdits"]},{"text":"impl Clone for EditIntersection","synthetic":false,"types":["map_model::edits::EditIntersection"]},{"text":"impl Clone for EditCmd","synthetic":false,"types":["map_model::edits::EditCmd"]},{"text":"impl Clone for PermanentMapEdits","synthetic":false,"types":["map_model::edits::PermanentMapEdits"]},{"text":"impl Clone for OriginalLane","synthetic":false,"types":["map_model::edits::OriginalLane"]},{"text":"impl Clone for MapConfig","synthetic":false,"types":["map_model::map::MapConfig"]},{"text":"impl Clone for AreaID","synthetic":false,"types":["map_model::objects::area::AreaID"]},{"text":"impl Clone for AreaType","synthetic":false,"types":["map_model::objects::area::AreaType"]},{"text":"impl Clone for BuildingID","synthetic":false,"types":["map_model::objects::building::BuildingID"]},{"text":"impl Clone for OffstreetParking","synthetic":false,"types":["map_model::objects::building::OffstreetParking"]},{"text":"impl Clone for BusStopID","synthetic":false,"types":["map_model::objects::bus_stop::BusStopID"]},{"text":"impl Clone for BusRouteID","synthetic":false,"types":["map_model::objects::bus_stop::BusRouteID"]},{"text":"impl Clone for BusStop","synthetic":false,"types":["map_model::objects::bus_stop::BusStop"]},{"text":"impl Clone for IntersectionID","synthetic":false,"types":["map_model::objects::intersection::IntersectionID"]},{"text":"impl Clone for IntersectionType","synthetic":false,"types":["map_model::objects::intersection::IntersectionType"]},{"text":"impl Clone for LaneID","synthetic":false,"types":["map_model::objects::lane::LaneID"]},{"text":"impl Clone for LaneType","synthetic":false,"types":["map_model::objects::lane::LaneType"]},{"text":"impl Clone for ParkingLotID","synthetic":false,"types":["map_model::objects::parking_lot::ParkingLotID"]},{"text":"impl Clone for RoadID","synthetic":false,"types":["map_model::objects::road::RoadID"]},{"text":"impl Clone for DirectedRoadID","synthetic":false,"types":["map_model::objects::road::DirectedRoadID"]},{"text":"impl Clone for ControlStopSign","synthetic":false,"types":["map_model::objects::stop_signs::ControlStopSign"]},{"text":"impl Clone for RoadWithStopSign","synthetic":false,"types":["map_model::objects::stop_signs::RoadWithStopSign"]},{"text":"impl Clone for ControlTrafficSignal","synthetic":false,"types":["map_model::objects::traffic_signals::ControlTrafficSignal"]},{"text":"impl Clone for Phase","synthetic":false,"types":["map_model::objects::traffic_signals::Phase"]},{"text":"impl Clone for PhaseType","synthetic":false,"types":["map_model::objects::traffic_signals::PhaseType"]},{"text":"impl Clone for TurnID","synthetic":false,"types":["map_model::objects::turn::TurnID"]},{"text":"impl Clone for TurnType","synthetic":false,"types":["map_model::objects::turn::TurnType"]},{"text":"impl Clone for TurnPriority","synthetic":false,"types":["map_model::objects::turn::TurnPriority"]},{"text":"impl Clone for Turn","synthetic":false,"types":["map_model::objects::turn::Turn"]},{"text":"impl Clone for TurnGroupID","synthetic":false,"types":["map_model::objects::turn::TurnGroupID"]},{"text":"impl Clone for TurnGroup","synthetic":false,"types":["map_model::objects::turn::TurnGroup"]},{"text":"impl Clone for AccessRestrictions","synthetic":false,"types":["map_model::objects::zone::AccessRestrictions"]},{"text":"impl Clone for RoadRank","synthetic":false,"types":["map_model::osm::RoadRank"]},{"text":"impl Clone for NodeID","synthetic":false,"types":["map_model::osm::NodeID"]},{"text":"impl Clone for WayID","synthetic":false,"types":["map_model::osm::WayID"]},{"text":"impl Clone for RelationID","synthetic":false,"types":["map_model::osm::RelationID"]},{"text":"impl Clone for OsmID","synthetic":false,"types":["map_model::osm::OsmID"]},{"text":"impl Clone for IntersectionCluster","synthetic":false,"types":["map_model::pathfind::uber_turns::IntersectionCluster"]},{"text":"impl Clone for UberTurn","synthetic":false,"types":["map_model::pathfind::uber_turns::UberTurn"]},{"text":"impl Clone for PathStep","synthetic":false,"types":["map_model::pathfind::PathStep"]},{"text":"impl Clone for Path","synthetic":false,"types":["map_model::pathfind::Path"]},{"text":"impl Clone for PathConstraints","synthetic":false,"types":["map_model::pathfind::PathConstraints"]},{"text":"impl Clone for PathRequest","synthetic":false,"types":["map_model::pathfind::PathRequest"]},{"text":"impl Clone for OriginalRoad","synthetic":false,"types":["map_model::raw::OriginalRoad"]},{"text":"impl Clone for RawRoad","synthetic":false,"types":["map_model::raw::RawRoad"]},{"text":"impl Clone for RawIntersection","synthetic":false,"types":["map_model::raw::RawIntersection"]},{"text":"impl Clone for RawBuilding","synthetic":false,"types":["map_model::raw::RawBuilding"]},{"text":"impl Clone for RawArea","synthetic":false,"types":["map_model::raw::RawArea"]},{"text":"impl Clone for RawParkingLot","synthetic":false,"types":["map_model::raw::RawParkingLot"]},{"text":"impl Clone for RestrictionType","synthetic":false,"types":["map_model::raw::RestrictionType"]},{"text":"impl Clone for TurnRestriction","synthetic":false,"types":["map_model::raw::TurnRestriction"]},{"text":"impl Clone for DrivingSide","synthetic":false,"types":["map_model::raw::DrivingSide"]},{"text":"impl Clone for Position","synthetic":false,"types":["map_model::traversable::Position"]},{"text":"impl Clone for Traversable","synthetic":false,"types":["map_model::traversable::Traversable"]}]; +implementors["map_model"] = [{"text":"impl Clone for MapEdits","synthetic":false,"types":["map_model::edits::MapEdits"]},{"text":"impl Clone for EditIntersection","synthetic":false,"types":["map_model::edits::EditIntersection"]},{"text":"impl Clone for EditCmd","synthetic":false,"types":["map_model::edits::EditCmd"]},{"text":"impl Clone for PermanentMapEdits","synthetic":false,"types":["map_model::edits::PermanentMapEdits"]},{"text":"impl Clone for OriginalLane","synthetic":false,"types":["map_model::edits::OriginalLane"]},{"text":"impl Clone for MapConfig","synthetic":false,"types":["map_model::map::MapConfig"]},{"text":"impl Clone for AreaID","synthetic":false,"types":["map_model::objects::area::AreaID"]},{"text":"impl Clone for AreaType","synthetic":false,"types":["map_model::objects::area::AreaType"]},{"text":"impl Clone for BuildingID","synthetic":false,"types":["map_model::objects::building::BuildingID"]},{"text":"impl Clone for OffstreetParking","synthetic":false,"types":["map_model::objects::building::OffstreetParking"]},{"text":"impl Clone for NamePerLanguage","synthetic":false,"types":["map_model::objects::building::NamePerLanguage"]},{"text":"impl Clone for BusStopID","synthetic":false,"types":["map_model::objects::bus_stop::BusStopID"]},{"text":"impl Clone for BusRouteID","synthetic":false,"types":["map_model::objects::bus_stop::BusRouteID"]},{"text":"impl Clone for BusStop","synthetic":false,"types":["map_model::objects::bus_stop::BusStop"]},{"text":"impl Clone for IntersectionID","synthetic":false,"types":["map_model::objects::intersection::IntersectionID"]},{"text":"impl Clone for IntersectionType","synthetic":false,"types":["map_model::objects::intersection::IntersectionType"]},{"text":"impl Clone for LaneID","synthetic":false,"types":["map_model::objects::lane::LaneID"]},{"text":"impl Clone for LaneType","synthetic":false,"types":["map_model::objects::lane::LaneType"]},{"text":"impl Clone for ParkingLotID","synthetic":false,"types":["map_model::objects::parking_lot::ParkingLotID"]},{"text":"impl Clone for RoadID","synthetic":false,"types":["map_model::objects::road::RoadID"]},{"text":"impl Clone for DirectedRoadID","synthetic":false,"types":["map_model::objects::road::DirectedRoadID"]},{"text":"impl Clone for ControlStopSign","synthetic":false,"types":["map_model::objects::stop_signs::ControlStopSign"]},{"text":"impl Clone for RoadWithStopSign","synthetic":false,"types":["map_model::objects::stop_signs::RoadWithStopSign"]},{"text":"impl Clone for ControlTrafficSignal","synthetic":false,"types":["map_model::objects::traffic_signals::ControlTrafficSignal"]},{"text":"impl Clone for Phase","synthetic":false,"types":["map_model::objects::traffic_signals::Phase"]},{"text":"impl Clone for PhaseType","synthetic":false,"types":["map_model::objects::traffic_signals::PhaseType"]},{"text":"impl Clone for TurnID","synthetic":false,"types":["map_model::objects::turn::TurnID"]},{"text":"impl Clone for TurnType","synthetic":false,"types":["map_model::objects::turn::TurnType"]},{"text":"impl Clone for TurnPriority","synthetic":false,"types":["map_model::objects::turn::TurnPriority"]},{"text":"impl Clone for Turn","synthetic":false,"types":["map_model::objects::turn::Turn"]},{"text":"impl Clone for TurnGroupID","synthetic":false,"types":["map_model::objects::turn::TurnGroupID"]},{"text":"impl Clone for TurnGroup","synthetic":false,"types":["map_model::objects::turn::TurnGroup"]},{"text":"impl Clone for AccessRestrictions","synthetic":false,"types":["map_model::objects::zone::AccessRestrictions"]},{"text":"impl Clone for RoadRank","synthetic":false,"types":["map_model::osm::RoadRank"]},{"text":"impl Clone for NodeID","synthetic":false,"types":["map_model::osm::NodeID"]},{"text":"impl Clone for WayID","synthetic":false,"types":["map_model::osm::WayID"]},{"text":"impl Clone for RelationID","synthetic":false,"types":["map_model::osm::RelationID"]},{"text":"impl Clone for OsmID","synthetic":false,"types":["map_model::osm::OsmID"]},{"text":"impl Clone for IntersectionCluster","synthetic":false,"types":["map_model::pathfind::uber_turns::IntersectionCluster"]},{"text":"impl Clone for UberTurn","synthetic":false,"types":["map_model::pathfind::uber_turns::UberTurn"]},{"text":"impl Clone for PathStep","synthetic":false,"types":["map_model::pathfind::PathStep"]},{"text":"impl Clone for Path","synthetic":false,"types":["map_model::pathfind::Path"]},{"text":"impl Clone for PathConstraints","synthetic":false,"types":["map_model::pathfind::PathConstraints"]},{"text":"impl Clone for PathRequest","synthetic":false,"types":["map_model::pathfind::PathRequest"]},{"text":"impl Clone for OriginalRoad","synthetic":false,"types":["map_model::raw::OriginalRoad"]},{"text":"impl Clone for RawRoad","synthetic":false,"types":["map_model::raw::RawRoad"]},{"text":"impl Clone for RawIntersection","synthetic":false,"types":["map_model::raw::RawIntersection"]},{"text":"impl Clone for RawBuilding","synthetic":false,"types":["map_model::raw::RawBuilding"]},{"text":"impl Clone for RawArea","synthetic":false,"types":["map_model::raw::RawArea"]},{"text":"impl Clone for RawParkingLot","synthetic":false,"types":["map_model::raw::RawParkingLot"]},{"text":"impl Clone for RestrictionType","synthetic":false,"types":["map_model::raw::RestrictionType"]},{"text":"impl Clone for TurnRestriction","synthetic":false,"types":["map_model::raw::TurnRestriction"]},{"text":"impl Clone for DrivingSide","synthetic":false,"types":["map_model::raw::DrivingSide"]},{"text":"impl Clone for Position","synthetic":false,"types":["map_model::traversable::Position"]},{"text":"impl Clone for Traversable","synthetic":false,"types":["map_model::traversable::Traversable"]}]; implementors["sim"] = [{"text":"impl Clone for Analytics","synthetic":false,"types":["sim::analytics::Analytics"]},{"text":"impl Clone for AlertLocation","synthetic":false,"types":["sim::events::AlertLocation"]},{"text":"impl Clone for TripPhaseType","synthetic":false,"types":["sim::events::TripPhaseType"]},{"text":"impl Clone for ScenarioGenerator","synthetic":false,"types":["sim::make::generator::ScenarioGenerator"]},{"text":"impl Clone for SpawnOverTime","synthetic":false,"types":["sim::make::generator::SpawnOverTime"]},{"text":"impl Clone for BorderSpawnOverTime","synthetic":false,"types":["sim::make::generator::BorderSpawnOverTime"]},{"text":"impl Clone for OriginDestination","synthetic":false,"types":["sim::make::generator::OriginDestination"]},{"text":"impl Clone for SimFlags","synthetic":false,"types":["sim::make::load::SimFlags"]},{"text":"impl Clone for ScenarioModifier","synthetic":false,"types":["sim::make::modifier::ScenarioModifier"]},{"text":"impl Clone for Scenario","synthetic":false,"types":["sim::make::scenario::Scenario"]},{"text":"impl Clone for PersonSpec","synthetic":false,"types":["sim::make::scenario::PersonSpec"]},{"text":"impl Clone for IndividTrip","synthetic":false,"types":["sim::make::scenario::IndividTrip"]},{"text":"impl Clone for SpawnTrip","synthetic":false,"types":["sim::make::scenario::SpawnTrip"]},{"text":"impl Clone for OffMapLocation","synthetic":false,"types":["sim::make::scenario::OffMapLocation"]},{"text":"impl Clone for TripSpec","synthetic":false,"types":["sim::make::spawner::TripSpec"]},{"text":"impl Clone for DrawPedestrianInput","synthetic":false,"types":["sim::render::DrawPedestrianInput"]},{"text":"impl Clone for PedCrowdLocation","synthetic":false,"types":["sim::render::PedCrowdLocation"]},{"text":"impl Clone for DrawCarInput","synthetic":false,"types":["sim::render::DrawCarInput"]},{"text":"impl Clone for CarStatus","synthetic":false,"types":["sim::render::CarStatus"]},{"text":"impl Clone for Sim","synthetic":false,"types":["sim::sim::Sim"]},{"text":"impl Clone for SimOptions","synthetic":false,"types":["sim::sim::SimOptions"]},{"text":"impl Clone for AlertHandler","synthetic":false,"types":["sim::sim::AlertHandler"]},{"text":"impl Clone for TripInfo","synthetic":false,"types":["sim::trips::TripInfo"]},{"text":"impl Clone for TripMode","synthetic":false,"types":["sim::trips::TripMode"]},{"text":"impl Clone for TripEndpoint","synthetic":false,"types":["sim::trips::TripEndpoint"]},{"text":"impl Clone for Person","synthetic":false,"types":["sim::trips::Person"]},{"text":"impl Clone for PersonState","synthetic":false,"types":["sim::trips::PersonState"]},{"text":"impl Clone for CarID","synthetic":false,"types":["sim::CarID"]},{"text":"impl Clone for PedestrianID","synthetic":false,"types":["sim::PedestrianID"]},{"text":"impl Clone for AgentID","synthetic":false,"types":["sim::AgentID"]},{"text":"impl Clone for AgentType","synthetic":false,"types":["sim::AgentType"]},{"text":"impl Clone for TripID","synthetic":false,"types":["sim::TripID"]},{"text":"impl Clone for PersonID","synthetic":false,"types":["sim::PersonID"]},{"text":"impl Clone for OrigPersonID","synthetic":false,"types":["sim::OrigPersonID"]},{"text":"impl Clone for VehicleType","synthetic":false,"types":["sim::VehicleType"]},{"text":"impl Clone for Vehicle","synthetic":false,"types":["sim::Vehicle"]},{"text":"impl Clone for VehicleSpec","synthetic":false,"types":["sim::VehicleSpec"]},{"text":"impl Clone for ParkingSpot","synthetic":false,"types":["sim::ParkingSpot"]},{"text":"impl Clone for ParkedCar","synthetic":false,"types":["sim::ParkedCar"]},{"text":"impl Clone for DrivingGoal","synthetic":false,"types":["sim::DrivingGoal"]},{"text":"impl Clone for SidewalkSpot","synthetic":false,"types":["sim::SidewalkSpot"]},{"text":"impl Clone for SidewalkPOI","synthetic":false,"types":["sim::SidewalkPOI"]},{"text":"impl Clone for TimeInterval","synthetic":false,"types":["sim::TimeInterval"]},{"text":"impl Clone for DistanceInterval","synthetic":false,"types":["sim::DistanceInterval"]},{"text":"impl Clone for CreatePedestrian","synthetic":false,"types":["sim::CreatePedestrian"]},{"text":"impl Clone for CreateCar","synthetic":false,"types":["sim::CreateCar"]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/rustdoc/implementors/core/cmp/trait.Eq.js b/rustdoc/implementors/core/cmp/trait.Eq.js index 21f4eb2d10..0b359e1da0 100644 --- a/rustdoc/implementors/core/cmp/trait.Eq.js +++ b/rustdoc/implementors/core/cmp/trait.Eq.js @@ -3,6 +3,6 @@ implementors["ezgui"] = [{"text":"impl Eq for ID","synthetic":false,"types":["game::helpers::ID"]},{"text":"impl Eq for Loc","synthetic":false,"types":["game::layer::parking::Loc"]},{"text":"impl Eq for TutorialPointer","synthetic":false,"types":["game::sandbox::gameplay::tutorial::TutorialPointer"]},{"text":"impl Eq for GameplayMode","synthetic":false,"types":["game::sandbox::gameplay::GameplayMode"]}]; implementors["geom"] = [{"text":"impl Eq for Distance","synthetic":false,"types":["geom::distance::Distance"]},{"text":"impl Eq for Duration","synthetic":false,"types":["geom::duration::Duration"]},{"text":"impl Eq for LonLat","synthetic":false,"types":["geom::gps::LonLat"]},{"text":"impl Eq for HashablePt2D","synthetic":false,"types":["geom::pt::HashablePt2D"]},{"text":"impl Eq for Statistic","synthetic":false,"types":["geom::stats::Statistic"]},{"text":"impl Eq for Time","synthetic":false,"types":["geom::time::Time"]}]; implementors["map_editor"] = [{"text":"impl Eq for ID","synthetic":false,"types":["map_editor::model::ID"]}]; -implementors["map_model"] = [{"text":"impl Eq for AreaID","synthetic":false,"types":["map_model::objects::area::AreaID"]},{"text":"impl Eq for AreaType","synthetic":false,"types":["map_model::objects::area::AreaType"]},{"text":"impl Eq for BuildingID","synthetic":false,"types":["map_model::objects::building::BuildingID"]},{"text":"impl Eq for BusStopID","synthetic":false,"types":["map_model::objects::bus_stop::BusStopID"]},{"text":"impl Eq for BusRouteID","synthetic":false,"types":["map_model::objects::bus_stop::BusRouteID"]},{"text":"impl Eq for IntersectionID","synthetic":false,"types":["map_model::objects::intersection::IntersectionID"]},{"text":"impl Eq for IntersectionType","synthetic":false,"types":["map_model::objects::intersection::IntersectionType"]},{"text":"impl Eq for LaneID","synthetic":false,"types":["map_model::objects::lane::LaneID"]},{"text":"impl Eq for LaneType","synthetic":false,"types":["map_model::objects::lane::LaneType"]},{"text":"impl Eq for ParkingLotID","synthetic":false,"types":["map_model::objects::parking_lot::ParkingLotID"]},{"text":"impl Eq for RoadID","synthetic":false,"types":["map_model::objects::road::RoadID"]},{"text":"impl Eq for DirectedRoadID","synthetic":false,"types":["map_model::objects::road::DirectedRoadID"]},{"text":"impl Eq for TurnID","synthetic":false,"types":["map_model::objects::turn::TurnID"]},{"text":"impl Eq for TurnType","synthetic":false,"types":["map_model::objects::turn::TurnType"]},{"text":"impl Eq for TurnGroupID","synthetic":false,"types":["map_model::objects::turn::TurnGroupID"]},{"text":"impl Eq for RoadRank","synthetic":false,"types":["map_model::osm::RoadRank"]},{"text":"impl Eq for NodeID","synthetic":false,"types":["map_model::osm::NodeID"]},{"text":"impl Eq for WayID","synthetic":false,"types":["map_model::osm::WayID"]},{"text":"impl Eq for RelationID","synthetic":false,"types":["map_model::osm::RelationID"]},{"text":"impl Eq for OsmID","synthetic":false,"types":["map_model::osm::OsmID"]},{"text":"impl Eq for PathStep","synthetic":false,"types":["map_model::pathfind::PathStep"]},{"text":"impl Eq for PathConstraints","synthetic":false,"types":["map_model::pathfind::PathConstraints"]},{"text":"impl Eq for PathRequest","synthetic":false,"types":["map_model::pathfind::PathRequest"]},{"text":"impl Eq for OriginalRoad","synthetic":false,"types":["map_model::raw::OriginalRoad"]},{"text":"impl Eq for RestrictionType","synthetic":false,"types":["map_model::raw::RestrictionType"]},{"text":"impl Eq for TurnRestriction","synthetic":false,"types":["map_model::raw::TurnRestriction"]},{"text":"impl Eq for Position","synthetic":false,"types":["map_model::traversable::Position"]},{"text":"impl Eq for Traversable","synthetic":false,"types":["map_model::traversable::Traversable"]}]; +implementors["map_model"] = [{"text":"impl Eq for AreaID","synthetic":false,"types":["map_model::objects::area::AreaID"]},{"text":"impl Eq for AreaType","synthetic":false,"types":["map_model::objects::area::AreaType"]},{"text":"impl Eq for BuildingID","synthetic":false,"types":["map_model::objects::building::BuildingID"]},{"text":"impl Eq for NamePerLanguage","synthetic":false,"types":["map_model::objects::building::NamePerLanguage"]},{"text":"impl Eq for BusStopID","synthetic":false,"types":["map_model::objects::bus_stop::BusStopID"]},{"text":"impl Eq for BusRouteID","synthetic":false,"types":["map_model::objects::bus_stop::BusRouteID"]},{"text":"impl Eq for IntersectionID","synthetic":false,"types":["map_model::objects::intersection::IntersectionID"]},{"text":"impl Eq for IntersectionType","synthetic":false,"types":["map_model::objects::intersection::IntersectionType"]},{"text":"impl Eq for LaneID","synthetic":false,"types":["map_model::objects::lane::LaneID"]},{"text":"impl Eq for LaneType","synthetic":false,"types":["map_model::objects::lane::LaneType"]},{"text":"impl Eq for ParkingLotID","synthetic":false,"types":["map_model::objects::parking_lot::ParkingLotID"]},{"text":"impl Eq for RoadID","synthetic":false,"types":["map_model::objects::road::RoadID"]},{"text":"impl Eq for DirectedRoadID","synthetic":false,"types":["map_model::objects::road::DirectedRoadID"]},{"text":"impl Eq for TurnID","synthetic":false,"types":["map_model::objects::turn::TurnID"]},{"text":"impl Eq for TurnType","synthetic":false,"types":["map_model::objects::turn::TurnType"]},{"text":"impl Eq for TurnGroupID","synthetic":false,"types":["map_model::objects::turn::TurnGroupID"]},{"text":"impl Eq for RoadRank","synthetic":false,"types":["map_model::osm::RoadRank"]},{"text":"impl Eq for NodeID","synthetic":false,"types":["map_model::osm::NodeID"]},{"text":"impl Eq for WayID","synthetic":false,"types":["map_model::osm::WayID"]},{"text":"impl Eq for RelationID","synthetic":false,"types":["map_model::osm::RelationID"]},{"text":"impl Eq for OsmID","synthetic":false,"types":["map_model::osm::OsmID"]},{"text":"impl Eq for PathStep","synthetic":false,"types":["map_model::pathfind::PathStep"]},{"text":"impl Eq for PathConstraints","synthetic":false,"types":["map_model::pathfind::PathConstraints"]},{"text":"impl Eq for PathRequest","synthetic":false,"types":["map_model::pathfind::PathRequest"]},{"text":"impl Eq for OriginalRoad","synthetic":false,"types":["map_model::raw::OriginalRoad"]},{"text":"impl Eq for RestrictionType","synthetic":false,"types":["map_model::raw::RestrictionType"]},{"text":"impl Eq for TurnRestriction","synthetic":false,"types":["map_model::raw::TurnRestriction"]},{"text":"impl Eq for Position","synthetic":false,"types":["map_model::traversable::Position"]},{"text":"impl Eq for Traversable","synthetic":false,"types":["map_model::traversable::Traversable"]}]; implementors["sim"] = [{"text":"impl Eq for ScenarioModifier","synthetic":false,"types":["sim::make::modifier::ScenarioModifier"]},{"text":"impl Eq for OffMapLocation","synthetic":false,"types":["sim::make::scenario::OffMapLocation"]},{"text":"impl Eq for CarStatus","synthetic":false,"types":["sim::render::CarStatus"]},{"text":"impl Eq for TripMode","synthetic":false,"types":["sim::trips::TripMode"]},{"text":"impl Eq for TripEndpoint","synthetic":false,"types":["sim::trips::TripEndpoint"]},{"text":"impl Eq for CarID","synthetic":false,"types":["sim::CarID"]},{"text":"impl Eq for PedestrianID","synthetic":false,"types":["sim::PedestrianID"]},{"text":"impl Eq for AgentID","synthetic":false,"types":["sim::AgentID"]},{"text":"impl Eq for AgentType","synthetic":false,"types":["sim::AgentType"]},{"text":"impl Eq for TripID","synthetic":false,"types":["sim::TripID"]},{"text":"impl Eq for PersonID","synthetic":false,"types":["sim::PersonID"]},{"text":"impl Eq for OrigPersonID","synthetic":false,"types":["sim::OrigPersonID"]},{"text":"impl Eq for VehicleType","synthetic":false,"types":["sim::VehicleType"]},{"text":"impl Eq for ParkingSpot","synthetic":false,"types":["sim::ParkingSpot"]},{"text":"impl Eq for DrivingGoal","synthetic":false,"types":["sim::DrivingGoal"]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/rustdoc/implementors/core/cmp/trait.Ord.js b/rustdoc/implementors/core/cmp/trait.Ord.js index 5b556d536e..df4988d07c 100644 --- a/rustdoc/implementors/core/cmp/trait.Ord.js +++ b/rustdoc/implementors/core/cmp/trait.Ord.js @@ -2,6 +2,6 @@ implementors["ezgui"] = [{"text":"impl Ord for Key","synthetic":false,"types":["ezgui::event::Key"]},{"text":"impl Ord for MultiKey","synthetic":false,"types":["ezgui::event::MultiKey"]}]; implementors["game"] = [{"text":"impl Ord for ID","synthetic":false,"types":["game::helpers::ID"]},{"text":"impl Ord for Loc","synthetic":false,"types":["game::layer::parking::Loc"]},{"text":"impl Ord for TutorialPointer","synthetic":false,"types":["game::sandbox::gameplay::tutorial::TutorialPointer"]},{"text":"impl Ord for GameplayMode","synthetic":false,"types":["game::sandbox::gameplay::GameplayMode"]}]; implementors["geom"] = [{"text":"impl Ord for Distance","synthetic":false,"types":["geom::distance::Distance"]},{"text":"impl Ord for Duration","synthetic":false,"types":["geom::duration::Duration"]},{"text":"impl Ord for LonLat","synthetic":false,"types":["geom::gps::LonLat"]},{"text":"impl Ord for HashablePt2D","synthetic":false,"types":["geom::pt::HashablePt2D"]},{"text":"impl Ord for Statistic","synthetic":false,"types":["geom::stats::Statistic"]},{"text":"impl Ord for Time","synthetic":false,"types":["geom::time::Time"]}]; -implementors["map_model"] = [{"text":"impl Ord for AreaID","synthetic":false,"types":["map_model::objects::area::AreaID"]},{"text":"impl Ord for BuildingID","synthetic":false,"types":["map_model::objects::building::BuildingID"]},{"text":"impl Ord for BusStopID","synthetic":false,"types":["map_model::objects::bus_stop::BusStopID"]},{"text":"impl Ord for BusRouteID","synthetic":false,"types":["map_model::objects::bus_stop::BusRouteID"]},{"text":"impl Ord for IntersectionID","synthetic":false,"types":["map_model::objects::intersection::IntersectionID"]},{"text":"impl Ord for LaneID","synthetic":false,"types":["map_model::objects::lane::LaneID"]},{"text":"impl Ord for LaneType","synthetic":false,"types":["map_model::objects::lane::LaneType"]},{"text":"impl Ord for ParkingLotID","synthetic":false,"types":["map_model::objects::parking_lot::ParkingLotID"]},{"text":"impl Ord for RoadID","synthetic":false,"types":["map_model::objects::road::RoadID"]},{"text":"impl Ord for DirectedRoadID","synthetic":false,"types":["map_model::objects::road::DirectedRoadID"]},{"text":"impl Ord for TurnID","synthetic":false,"types":["map_model::objects::turn::TurnID"]},{"text":"impl Ord for TurnType","synthetic":false,"types":["map_model::objects::turn::TurnType"]},{"text":"impl Ord for TurnGroupID","synthetic":false,"types":["map_model::objects::turn::TurnGroupID"]},{"text":"impl Ord for RoadRank","synthetic":false,"types":["map_model::osm::RoadRank"]},{"text":"impl Ord for NodeID","synthetic":false,"types":["map_model::osm::NodeID"]},{"text":"impl Ord for WayID","synthetic":false,"types":["map_model::osm::WayID"]},{"text":"impl Ord for RelationID","synthetic":false,"types":["map_model::osm::RelationID"]},{"text":"impl Ord for OsmID","synthetic":false,"types":["map_model::osm::OsmID"]},{"text":"impl Ord for PathStep","synthetic":false,"types":["map_model::pathfind::PathStep"]},{"text":"impl Ord for PathConstraints","synthetic":false,"types":["map_model::pathfind::PathConstraints"]},{"text":"impl Ord for OriginalRoad","synthetic":false,"types":["map_model::raw::OriginalRoad"]},{"text":"impl Ord for RestrictionType","synthetic":false,"types":["map_model::raw::RestrictionType"]},{"text":"impl Ord for TurnRestriction","synthetic":false,"types":["map_model::raw::TurnRestriction"]},{"text":"impl Ord for Position","synthetic":false,"types":["map_model::traversable::Position"]},{"text":"impl Ord for Traversable","synthetic":false,"types":["map_model::traversable::Traversable"]}]; +implementors["map_model"] = [{"text":"impl Ord for AreaID","synthetic":false,"types":["map_model::objects::area::AreaID"]},{"text":"impl Ord for BuildingID","synthetic":false,"types":["map_model::objects::building::BuildingID"]},{"text":"impl Ord for NamePerLanguage","synthetic":false,"types":["map_model::objects::building::NamePerLanguage"]},{"text":"impl Ord for BusStopID","synthetic":false,"types":["map_model::objects::bus_stop::BusStopID"]},{"text":"impl Ord for BusRouteID","synthetic":false,"types":["map_model::objects::bus_stop::BusRouteID"]},{"text":"impl Ord for IntersectionID","synthetic":false,"types":["map_model::objects::intersection::IntersectionID"]},{"text":"impl Ord for LaneID","synthetic":false,"types":["map_model::objects::lane::LaneID"]},{"text":"impl Ord for LaneType","synthetic":false,"types":["map_model::objects::lane::LaneType"]},{"text":"impl Ord for ParkingLotID","synthetic":false,"types":["map_model::objects::parking_lot::ParkingLotID"]},{"text":"impl Ord for RoadID","synthetic":false,"types":["map_model::objects::road::RoadID"]},{"text":"impl Ord for DirectedRoadID","synthetic":false,"types":["map_model::objects::road::DirectedRoadID"]},{"text":"impl Ord for TurnID","synthetic":false,"types":["map_model::objects::turn::TurnID"]},{"text":"impl Ord for TurnType","synthetic":false,"types":["map_model::objects::turn::TurnType"]},{"text":"impl Ord for TurnGroupID","synthetic":false,"types":["map_model::objects::turn::TurnGroupID"]},{"text":"impl Ord for RoadRank","synthetic":false,"types":["map_model::osm::RoadRank"]},{"text":"impl Ord for NodeID","synthetic":false,"types":["map_model::osm::NodeID"]},{"text":"impl Ord for WayID","synthetic":false,"types":["map_model::osm::WayID"]},{"text":"impl Ord for RelationID","synthetic":false,"types":["map_model::osm::RelationID"]},{"text":"impl Ord for OsmID","synthetic":false,"types":["map_model::osm::OsmID"]},{"text":"impl Ord for PathStep","synthetic":false,"types":["map_model::pathfind::PathStep"]},{"text":"impl Ord for PathConstraints","synthetic":false,"types":["map_model::pathfind::PathConstraints"]},{"text":"impl Ord for OriginalRoad","synthetic":false,"types":["map_model::raw::OriginalRoad"]},{"text":"impl Ord for RestrictionType","synthetic":false,"types":["map_model::raw::RestrictionType"]},{"text":"impl Ord for TurnRestriction","synthetic":false,"types":["map_model::raw::TurnRestriction"]},{"text":"impl Ord for Position","synthetic":false,"types":["map_model::traversable::Position"]},{"text":"impl Ord for Traversable","synthetic":false,"types":["map_model::traversable::Traversable"]}]; implementors["sim"] = [{"text":"impl Ord for ScenarioModifier","synthetic":false,"types":["sim::make::modifier::ScenarioModifier"]},{"text":"impl Ord for OffMapLocation","synthetic":false,"types":["sim::make::scenario::OffMapLocation"]},{"text":"impl Ord for TripMode","synthetic":false,"types":["sim::trips::TripMode"]},{"text":"impl Ord for TripEndpoint","synthetic":false,"types":["sim::trips::TripEndpoint"]},{"text":"impl Ord for CarID","synthetic":false,"types":["sim::CarID"]},{"text":"impl Ord for PedestrianID","synthetic":false,"types":["sim::PedestrianID"]},{"text":"impl Ord for AgentID","synthetic":false,"types":["sim::AgentID"]},{"text":"impl Ord for AgentType","synthetic":false,"types":["sim::AgentType"]},{"text":"impl Ord for TripID","synthetic":false,"types":["sim::TripID"]},{"text":"impl Ord for PersonID","synthetic":false,"types":["sim::PersonID"]},{"text":"impl Ord for OrigPersonID","synthetic":false,"types":["sim::OrigPersonID"]},{"text":"impl Ord for VehicleType","synthetic":false,"types":["sim::VehicleType"]},{"text":"impl Ord for ParkingSpot","synthetic":false,"types":["sim::ParkingSpot"]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/rustdoc/implementors/core/cmp/trait.PartialEq.js b/rustdoc/implementors/core/cmp/trait.PartialEq.js index be7e7256ee..a2859b5805 100644 --- a/rustdoc/implementors/core/cmp/trait.PartialEq.js +++ b/rustdoc/implementors/core/cmp/trait.PartialEq.js @@ -4,6 +4,6 @@ implementors["ezgui"] = [{"text":"impl PartialEq<ColorSchemeChoice> for ColorSchemeChoice","synthetic":false,"types":["game::colors::ColorSchemeChoice"]},{"text":"impl PartialEq<HeatmapOptions> for HeatmapOptions","synthetic":false,"types":["game::common::heatmap::HeatmapOptions"]},{"text":"impl PartialEq<Show> for Show","synthetic":false,"types":["game::devtools::mapping::Show"]},{"text":"impl PartialEq<Value> for Value","synthetic":false,"types":["game::devtools::mapping::Value"]},{"text":"impl PartialEq<BundleEdits> for BundleEdits","synthetic":false,"types":["game::edit::traffic_signals::BundleEdits"]},{"text":"impl PartialEq<ID> for ID","synthetic":false,"types":["game::helpers::ID"]},{"text":"impl PartialEq<OpenTrip> for OpenTrip","synthetic":false,"types":["game::info::trip::OpenTrip"]},{"text":"impl PartialEq<DataOptions> for DataOptions","synthetic":false,"types":["game::info::DataOptions"]},{"text":"impl PartialEq<SEIR> for SEIR","synthetic":false,"types":["game::layer::pandemic::SEIR"]},{"text":"impl PartialEq<Options> for Options","synthetic":false,"types":["game::layer::pandemic::Options"]},{"text":"impl PartialEq<Loc> for Loc","synthetic":false,"types":["game::layer::parking::Loc"]},{"text":"impl PartialEq<Options> for Options","synthetic":false,"types":["game::layer::population::Options"]},{"text":"impl PartialEq<TrafficSignalStyle> for TrafficSignalStyle","synthetic":false,"types":["game::options::TrafficSignalStyle"]},{"text":"impl PartialEq<UnzoomedAgents> for UnzoomedAgents","synthetic":false,"types":["game::render::map::UnzoomedAgents"]},{"text":"impl PartialEq<BlockSelection> for BlockSelection","synthetic":false,"types":["game::sandbox::dashboards::commuter::BlockSelection"]},{"text":"impl PartialEq<Filter> for Filter","synthetic":false,"types":["game::sandbox::dashboards::commuter::Filter"]},{"text":"impl PartialEq<SortBy> for SortBy","synthetic":false,"types":["game::sandbox::dashboards::parking_overhead::SortBy"]},{"text":"impl PartialEq<SortBy> for SortBy","synthetic":false,"types":["game::sandbox::dashboards::trip_table::SortBy"]},{"text":"impl PartialEq<DashTab> for DashTab","synthetic":false,"types":["game::sandbox::dashboards::DashTab"]},{"text":"impl PartialEq<TutorialPointer> for TutorialPointer","synthetic":false,"types":["game::sandbox::gameplay::tutorial::TutorialPointer"]},{"text":"impl PartialEq<Task> for Task","synthetic":false,"types":["game::sandbox::gameplay::tutorial::Task"]},{"text":"impl PartialEq<GameplayMode> for GameplayMode","synthetic":false,"types":["game::sandbox::gameplay::GameplayMode"]},{"text":"impl PartialEq<SpeedSetting> for SpeedSetting","synthetic":false,"types":["game::sandbox::speed::SpeedSetting"]}]; implementors["geom"] = [{"text":"impl PartialEq<Angle> for Angle","synthetic":false,"types":["geom::angle::Angle"]},{"text":"impl PartialEq<GPSBounds> for GPSBounds","synthetic":false,"types":["geom::bounds::GPSBounds"]},{"text":"impl PartialEq<Distance> for Distance","synthetic":false,"types":["geom::distance::Distance"]},{"text":"impl PartialEq<Duration> for Duration","synthetic":false,"types":["geom::duration::Duration"]},{"text":"impl PartialEq<LonLat> for LonLat","synthetic":false,"types":["geom::gps::LonLat"]},{"text":"impl PartialEq<Line> for Line","synthetic":false,"types":["geom::line::Line"]},{"text":"impl PartialEq<PolyLine> for PolyLine","synthetic":false,"types":["geom::polyline::PolyLine"]},{"text":"impl PartialEq<Pt2D> for Pt2D","synthetic":false,"types":["geom::pt::Pt2D"]},{"text":"impl PartialEq<HashablePt2D> for HashablePt2D","synthetic":false,"types":["geom::pt::HashablePt2D"]},{"text":"impl PartialEq<Ring> for Ring","synthetic":false,"types":["geom::ring::Ring"]},{"text":"impl PartialEq<Speed> for Speed","synthetic":false,"types":["geom::speed::Speed"]},{"text":"impl PartialEq<Statistic> for Statistic","synthetic":false,"types":["geom::stats::Statistic"]},{"text":"impl PartialEq<Time> for Time","synthetic":false,"types":["geom::time::Time"]}]; implementors["map_editor"] = [{"text":"impl PartialEq<ID> for ID","synthetic":false,"types":["map_editor::model::ID"]}]; -implementors["map_model"] = [{"text":"impl PartialEq<MapEdits> for MapEdits","synthetic":false,"types":["map_model::edits::MapEdits"]},{"text":"impl PartialEq<EditIntersection> for EditIntersection","synthetic":false,"types":["map_model::edits::EditIntersection"]},{"text":"impl PartialEq<EditCmd> for EditCmd","synthetic":false,"types":["map_model::edits::EditCmd"]},{"text":"impl PartialEq<AreaID> for AreaID","synthetic":false,"types":["map_model::objects::area::AreaID"]},{"text":"impl PartialEq<AreaType> for AreaType","synthetic":false,"types":["map_model::objects::area::AreaType"]},{"text":"impl PartialEq<BuildingID> for BuildingID","synthetic":false,"types":["map_model::objects::building::BuildingID"]},{"text":"impl PartialEq<OffstreetParking> for OffstreetParking","synthetic":false,"types":["map_model::objects::building::OffstreetParking"]},{"text":"impl PartialEq<BusStopID> for BusStopID","synthetic":false,"types":["map_model::objects::bus_stop::BusStopID"]},{"text":"impl PartialEq<BusRouteID> for BusRouteID","synthetic":false,"types":["map_model::objects::bus_stop::BusRouteID"]},{"text":"impl PartialEq<BusStop> for BusStop","synthetic":false,"types":["map_model::objects::bus_stop::BusStop"]},{"text":"impl PartialEq<IntersectionID> for IntersectionID","synthetic":false,"types":["map_model::objects::intersection::IntersectionID"]},{"text":"impl PartialEq<IntersectionType> for IntersectionType","synthetic":false,"types":["map_model::objects::intersection::IntersectionType"]},{"text":"impl PartialEq<LaneID> for LaneID","synthetic":false,"types":["map_model::objects::lane::LaneID"]},{"text":"impl PartialEq<LaneType> for LaneType","synthetic":false,"types":["map_model::objects::lane::LaneType"]},{"text":"impl PartialEq<ParkingLotID> for ParkingLotID","synthetic":false,"types":["map_model::objects::parking_lot::ParkingLotID"]},{"text":"impl PartialEq<RoadID> for RoadID","synthetic":false,"types":["map_model::objects::road::RoadID"]},{"text":"impl PartialEq<DirectedRoadID> for DirectedRoadID","synthetic":false,"types":["map_model::objects::road::DirectedRoadID"]},{"text":"impl PartialEq<ControlStopSign> for ControlStopSign","synthetic":false,"types":["map_model::objects::stop_signs::ControlStopSign"]},{"text":"impl PartialEq<RoadWithStopSign> for RoadWithStopSign","synthetic":false,"types":["map_model::objects::stop_signs::RoadWithStopSign"]},{"text":"impl PartialEq<ControlTrafficSignal> for ControlTrafficSignal","synthetic":false,"types":["map_model::objects::traffic_signals::ControlTrafficSignal"]},{"text":"impl PartialEq<Phase> for Phase","synthetic":false,"types":["map_model::objects::traffic_signals::Phase"]},{"text":"impl PartialEq<PhaseType> for PhaseType","synthetic":false,"types":["map_model::objects::traffic_signals::PhaseType"]},{"text":"impl PartialEq<TurnID> for TurnID","synthetic":false,"types":["map_model::objects::turn::TurnID"]},{"text":"impl PartialEq<TurnType> for TurnType","synthetic":false,"types":["map_model::objects::turn::TurnType"]},{"text":"impl PartialEq<TurnPriority> for TurnPriority","synthetic":false,"types":["map_model::objects::turn::TurnPriority"]},{"text":"impl PartialEq<Turn> for Turn","synthetic":false,"types":["map_model::objects::turn::Turn"]},{"text":"impl PartialEq<TurnGroupID> for TurnGroupID","synthetic":false,"types":["map_model::objects::turn::TurnGroupID"]},{"text":"impl PartialEq<TurnGroup> for TurnGroup","synthetic":false,"types":["map_model::objects::turn::TurnGroup"]},{"text":"impl PartialEq<AccessRestrictions> for AccessRestrictions","synthetic":false,"types":["map_model::objects::zone::AccessRestrictions"]},{"text":"impl PartialEq<Zone> for Zone","synthetic":false,"types":["map_model::objects::zone::Zone"]},{"text":"impl PartialEq<RoadRank> for RoadRank","synthetic":false,"types":["map_model::osm::RoadRank"]},{"text":"impl PartialEq<NodeID> for NodeID","synthetic":false,"types":["map_model::osm::NodeID"]},{"text":"impl PartialEq<WayID> for WayID","synthetic":false,"types":["map_model::osm::WayID"]},{"text":"impl PartialEq<RelationID> for RelationID","synthetic":false,"types":["map_model::osm::RelationID"]},{"text":"impl PartialEq<OsmID> for OsmID","synthetic":false,"types":["map_model::osm::OsmID"]},{"text":"impl PartialEq<UberTurn> for UberTurn","synthetic":false,"types":["map_model::pathfind::uber_turns::UberTurn"]},{"text":"impl PartialEq<PathStep> for PathStep","synthetic":false,"types":["map_model::pathfind::PathStep"]},{"text":"impl PartialEq<Path> for Path","synthetic":false,"types":["map_model::pathfind::Path"]},{"text":"impl PartialEq<PathConstraints> for PathConstraints","synthetic":false,"types":["map_model::pathfind::PathConstraints"]},{"text":"impl PartialEq<EnumSet<PathConstraints>> for PathConstraints","synthetic":false,"types":["map_model::pathfind::PathConstraints"]},{"text":"impl PartialEq<PathRequest> for PathRequest","synthetic":false,"types":["map_model::pathfind::PathRequest"]},{"text":"impl PartialEq<OriginalRoad> for OriginalRoad","synthetic":false,"types":["map_model::raw::OriginalRoad"]},{"text":"impl PartialEq<RawRoad> for RawRoad","synthetic":false,"types":["map_model::raw::RawRoad"]},{"text":"impl PartialEq<RawIntersection> for RawIntersection","synthetic":false,"types":["map_model::raw::RawIntersection"]},{"text":"impl PartialEq<RestrictionType> for RestrictionType","synthetic":false,"types":["map_model::raw::RestrictionType"]},{"text":"impl PartialEq<TurnRestriction> for TurnRestriction","synthetic":false,"types":["map_model::raw::TurnRestriction"]},{"text":"impl PartialEq<DrivingSide> for DrivingSide","synthetic":false,"types":["map_model::raw::DrivingSide"]},{"text":"impl PartialEq<Position> for Position","synthetic":false,"types":["map_model::traversable::Position"]},{"text":"impl PartialEq<Traversable> for Traversable","synthetic":false,"types":["map_model::traversable::Traversable"]}]; +implementors["map_model"] = [{"text":"impl PartialEq<MapEdits> for MapEdits","synthetic":false,"types":["map_model::edits::MapEdits"]},{"text":"impl PartialEq<EditIntersection> for EditIntersection","synthetic":false,"types":["map_model::edits::EditIntersection"]},{"text":"impl PartialEq<EditCmd> for EditCmd","synthetic":false,"types":["map_model::edits::EditCmd"]},{"text":"impl PartialEq<AreaID> for AreaID","synthetic":false,"types":["map_model::objects::area::AreaID"]},{"text":"impl PartialEq<AreaType> for AreaType","synthetic":false,"types":["map_model::objects::area::AreaType"]},{"text":"impl PartialEq<BuildingID> for BuildingID","synthetic":false,"types":["map_model::objects::building::BuildingID"]},{"text":"impl PartialEq<OffstreetParking> for OffstreetParking","synthetic":false,"types":["map_model::objects::building::OffstreetParking"]},{"text":"impl PartialEq<NamePerLanguage> for NamePerLanguage","synthetic":false,"types":["map_model::objects::building::NamePerLanguage"]},{"text":"impl PartialEq<BusStopID> for BusStopID","synthetic":false,"types":["map_model::objects::bus_stop::BusStopID"]},{"text":"impl PartialEq<BusRouteID> for BusRouteID","synthetic":false,"types":["map_model::objects::bus_stop::BusRouteID"]},{"text":"impl PartialEq<BusStop> for BusStop","synthetic":false,"types":["map_model::objects::bus_stop::BusStop"]},{"text":"impl PartialEq<IntersectionID> for IntersectionID","synthetic":false,"types":["map_model::objects::intersection::IntersectionID"]},{"text":"impl PartialEq<IntersectionType> for IntersectionType","synthetic":false,"types":["map_model::objects::intersection::IntersectionType"]},{"text":"impl PartialEq<LaneID> for LaneID","synthetic":false,"types":["map_model::objects::lane::LaneID"]},{"text":"impl PartialEq<LaneType> for LaneType","synthetic":false,"types":["map_model::objects::lane::LaneType"]},{"text":"impl PartialEq<ParkingLotID> for ParkingLotID","synthetic":false,"types":["map_model::objects::parking_lot::ParkingLotID"]},{"text":"impl PartialEq<RoadID> for RoadID","synthetic":false,"types":["map_model::objects::road::RoadID"]},{"text":"impl PartialEq<DirectedRoadID> for DirectedRoadID","synthetic":false,"types":["map_model::objects::road::DirectedRoadID"]},{"text":"impl PartialEq<ControlStopSign> for ControlStopSign","synthetic":false,"types":["map_model::objects::stop_signs::ControlStopSign"]},{"text":"impl PartialEq<RoadWithStopSign> for RoadWithStopSign","synthetic":false,"types":["map_model::objects::stop_signs::RoadWithStopSign"]},{"text":"impl PartialEq<ControlTrafficSignal> for ControlTrafficSignal","synthetic":false,"types":["map_model::objects::traffic_signals::ControlTrafficSignal"]},{"text":"impl PartialEq<Phase> for Phase","synthetic":false,"types":["map_model::objects::traffic_signals::Phase"]},{"text":"impl PartialEq<PhaseType> for PhaseType","synthetic":false,"types":["map_model::objects::traffic_signals::PhaseType"]},{"text":"impl PartialEq<TurnID> for TurnID","synthetic":false,"types":["map_model::objects::turn::TurnID"]},{"text":"impl PartialEq<TurnType> for TurnType","synthetic":false,"types":["map_model::objects::turn::TurnType"]},{"text":"impl PartialEq<TurnPriority> for TurnPriority","synthetic":false,"types":["map_model::objects::turn::TurnPriority"]},{"text":"impl PartialEq<Turn> for Turn","synthetic":false,"types":["map_model::objects::turn::Turn"]},{"text":"impl PartialEq<TurnGroupID> for TurnGroupID","synthetic":false,"types":["map_model::objects::turn::TurnGroupID"]},{"text":"impl PartialEq<TurnGroup> for TurnGroup","synthetic":false,"types":["map_model::objects::turn::TurnGroup"]},{"text":"impl PartialEq<AccessRestrictions> for AccessRestrictions","synthetic":false,"types":["map_model::objects::zone::AccessRestrictions"]},{"text":"impl PartialEq<Zone> for Zone","synthetic":false,"types":["map_model::objects::zone::Zone"]},{"text":"impl PartialEq<RoadRank> for RoadRank","synthetic":false,"types":["map_model::osm::RoadRank"]},{"text":"impl PartialEq<NodeID> for NodeID","synthetic":false,"types":["map_model::osm::NodeID"]},{"text":"impl PartialEq<WayID> for WayID","synthetic":false,"types":["map_model::osm::WayID"]},{"text":"impl PartialEq<RelationID> for RelationID","synthetic":false,"types":["map_model::osm::RelationID"]},{"text":"impl PartialEq<OsmID> for OsmID","synthetic":false,"types":["map_model::osm::OsmID"]},{"text":"impl PartialEq<UberTurn> for UberTurn","synthetic":false,"types":["map_model::pathfind::uber_turns::UberTurn"]},{"text":"impl PartialEq<PathStep> for PathStep","synthetic":false,"types":["map_model::pathfind::PathStep"]},{"text":"impl PartialEq<Path> for Path","synthetic":false,"types":["map_model::pathfind::Path"]},{"text":"impl PartialEq<PathConstraints> for PathConstraints","synthetic":false,"types":["map_model::pathfind::PathConstraints"]},{"text":"impl PartialEq<EnumSet<PathConstraints>> for PathConstraints","synthetic":false,"types":["map_model::pathfind::PathConstraints"]},{"text":"impl PartialEq<PathRequest> for PathRequest","synthetic":false,"types":["map_model::pathfind::PathRequest"]},{"text":"impl PartialEq<OriginalRoad> for OriginalRoad","synthetic":false,"types":["map_model::raw::OriginalRoad"]},{"text":"impl PartialEq<RawRoad> for RawRoad","synthetic":false,"types":["map_model::raw::RawRoad"]},{"text":"impl PartialEq<RawIntersection> for RawIntersection","synthetic":false,"types":["map_model::raw::RawIntersection"]},{"text":"impl PartialEq<RestrictionType> for RestrictionType","synthetic":false,"types":["map_model::raw::RestrictionType"]},{"text":"impl PartialEq<TurnRestriction> for TurnRestriction","synthetic":false,"types":["map_model::raw::TurnRestriction"]},{"text":"impl PartialEq<DrivingSide> for DrivingSide","synthetic":false,"types":["map_model::raw::DrivingSide"]},{"text":"impl PartialEq<Position> for Position","synthetic":false,"types":["map_model::traversable::Position"]},{"text":"impl PartialEq<Traversable> for Traversable","synthetic":false,"types":["map_model::traversable::Traversable"]}]; implementors["sim"] = [{"text":"impl PartialEq<AlertLocation> for AlertLocation","synthetic":false,"types":["sim::events::AlertLocation"]},{"text":"impl PartialEq<TripPhaseType> for TripPhaseType","synthetic":false,"types":["sim::events::TripPhaseType"]},{"text":"impl PartialEq<ScenarioModifier> for ScenarioModifier","synthetic":false,"types":["sim::make::modifier::ScenarioModifier"]},{"text":"impl PartialEq<OffMapLocation> for OffMapLocation","synthetic":false,"types":["sim::make::scenario::OffMapLocation"]},{"text":"impl PartialEq<TripSpec> for TripSpec","synthetic":false,"types":["sim::make::spawner::TripSpec"]},{"text":"impl PartialEq<CarStatus> for CarStatus","synthetic":false,"types":["sim::render::CarStatus"]},{"text":"impl PartialEq<Sim> for Sim","synthetic":false,"types":["sim::sim::Sim"]},{"text":"impl PartialEq<TripInfo> for TripInfo","synthetic":false,"types":["sim::trips::TripInfo"]},{"text":"impl PartialEq<TripMode> for TripMode","synthetic":false,"types":["sim::trips::TripMode"]},{"text":"impl PartialEq<TripEndpoint> for TripEndpoint","synthetic":false,"types":["sim::trips::TripEndpoint"]},{"text":"impl PartialEq<Person> for Person","synthetic":false,"types":["sim::trips::Person"]},{"text":"impl PartialEq<PersonState> for PersonState","synthetic":false,"types":["sim::trips::PersonState"]},{"text":"impl PartialEq<CarID> for CarID","synthetic":false,"types":["sim::CarID"]},{"text":"impl PartialEq<PedestrianID> for PedestrianID","synthetic":false,"types":["sim::PedestrianID"]},{"text":"impl PartialEq<AgentID> for AgentID","synthetic":false,"types":["sim::AgentID"]},{"text":"impl PartialEq<AgentType> for AgentType","synthetic":false,"types":["sim::AgentType"]},{"text":"impl PartialEq<TripID> for TripID","synthetic":false,"types":["sim::TripID"]},{"text":"impl PartialEq<PersonID> for PersonID","synthetic":false,"types":["sim::PersonID"]},{"text":"impl PartialEq<OrigPersonID> for OrigPersonID","synthetic":false,"types":["sim::OrigPersonID"]},{"text":"impl PartialEq<VehicleType> for VehicleType","synthetic":false,"types":["sim::VehicleType"]},{"text":"impl PartialEq<Vehicle> for Vehicle","synthetic":false,"types":["sim::Vehicle"]},{"text":"impl PartialEq<VehicleSpec> for VehicleSpec","synthetic":false,"types":["sim::VehicleSpec"]},{"text":"impl PartialEq<ParkingSpot> for ParkingSpot","synthetic":false,"types":["sim::ParkingSpot"]},{"text":"impl PartialEq<ParkedCar> for ParkedCar","synthetic":false,"types":["sim::ParkedCar"]},{"text":"impl PartialEq<DrivingGoal> for DrivingGoal","synthetic":false,"types":["sim::DrivingGoal"]},{"text":"impl PartialEq<SidewalkSpot> for SidewalkSpot","synthetic":false,"types":["sim::SidewalkSpot"]},{"text":"impl PartialEq<SidewalkPOI> for SidewalkPOI","synthetic":false,"types":["sim::SidewalkPOI"]},{"text":"impl PartialEq<TimeInterval> for TimeInterval","synthetic":false,"types":["sim::TimeInterval"]},{"text":"impl PartialEq<DistanceInterval> for DistanceInterval","synthetic":false,"types":["sim::DistanceInterval"]},{"text":"impl PartialEq<CreatePedestrian> for CreatePedestrian","synthetic":false,"types":["sim::CreatePedestrian"]},{"text":"impl PartialEq<CreateCar> for CreateCar","synthetic":false,"types":["sim::CreateCar"]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/rustdoc/implementors/core/cmp/trait.PartialOrd.js b/rustdoc/implementors/core/cmp/trait.PartialOrd.js index 43470fb97e..a8f080b078 100644 --- a/rustdoc/implementors/core/cmp/trait.PartialOrd.js +++ b/rustdoc/implementors/core/cmp/trait.PartialOrd.js @@ -2,6 +2,6 @@ implementors["ezgui"] = [{"text":"impl PartialOrd<Key> for Key","synthetic":false,"types":["ezgui::event::Key"]},{"text":"impl PartialOrd<MultiKey> for MultiKey","synthetic":false,"types":["ezgui::event::MultiKey"]}]; implementors["game"] = [{"text":"impl PartialOrd<ID> for ID","synthetic":false,"types":["game::helpers::ID"]},{"text":"impl PartialOrd<Loc> for Loc","synthetic":false,"types":["game::layer::parking::Loc"]},{"text":"impl PartialOrd<TutorialPointer> for TutorialPointer","synthetic":false,"types":["game::sandbox::gameplay::tutorial::TutorialPointer"]},{"text":"impl PartialOrd<Task> for Task","synthetic":false,"types":["game::sandbox::gameplay::tutorial::Task"]},{"text":"impl PartialOrd<GameplayMode> for GameplayMode","synthetic":false,"types":["game::sandbox::gameplay::GameplayMode"]},{"text":"impl PartialOrd<SpeedSetting> for SpeedSetting","synthetic":false,"types":["game::sandbox::speed::SpeedSetting"]}]; implementors["geom"] = [{"text":"impl PartialOrd<Angle> for Angle","synthetic":false,"types":["geom::angle::Angle"]},{"text":"impl PartialOrd<Distance> for Distance","synthetic":false,"types":["geom::distance::Distance"]},{"text":"impl PartialOrd<Duration> for Duration","synthetic":false,"types":["geom::duration::Duration"]},{"text":"impl PartialOrd<LonLat> for LonLat","synthetic":false,"types":["geom::gps::LonLat"]},{"text":"impl PartialOrd<HashablePt2D> for HashablePt2D","synthetic":false,"types":["geom::pt::HashablePt2D"]},{"text":"impl PartialOrd<Speed> for Speed","synthetic":false,"types":["geom::speed::Speed"]},{"text":"impl PartialOrd<Statistic> for Statistic","synthetic":false,"types":["geom::stats::Statistic"]},{"text":"impl PartialOrd<Time> for Time","synthetic":false,"types":["geom::time::Time"]}]; -implementors["map_model"] = [{"text":"impl PartialOrd<AreaID> for AreaID","synthetic":false,"types":["map_model::objects::area::AreaID"]},{"text":"impl PartialOrd<BuildingID> for BuildingID","synthetic":false,"types":["map_model::objects::building::BuildingID"]},{"text":"impl PartialOrd<BusStopID> for BusStopID","synthetic":false,"types":["map_model::objects::bus_stop::BusStopID"]},{"text":"impl PartialOrd<BusRouteID> for BusRouteID","synthetic":false,"types":["map_model::objects::bus_stop::BusRouteID"]},{"text":"impl PartialOrd<IntersectionID> for IntersectionID","synthetic":false,"types":["map_model::objects::intersection::IntersectionID"]},{"text":"impl PartialOrd<LaneID> for LaneID","synthetic":false,"types":["map_model::objects::lane::LaneID"]},{"text":"impl PartialOrd<LaneType> for LaneType","synthetic":false,"types":["map_model::objects::lane::LaneType"]},{"text":"impl PartialOrd<ParkingLotID> for ParkingLotID","synthetic":false,"types":["map_model::objects::parking_lot::ParkingLotID"]},{"text":"impl PartialOrd<RoadID> for RoadID","synthetic":false,"types":["map_model::objects::road::RoadID"]},{"text":"impl PartialOrd<DirectedRoadID> for DirectedRoadID","synthetic":false,"types":["map_model::objects::road::DirectedRoadID"]},{"text":"impl PartialOrd<TurnID> for TurnID","synthetic":false,"types":["map_model::objects::turn::TurnID"]},{"text":"impl PartialOrd<TurnType> for TurnType","synthetic":false,"types":["map_model::objects::turn::TurnType"]},{"text":"impl PartialOrd<TurnPriority> for TurnPriority","synthetic":false,"types":["map_model::objects::turn::TurnPriority"]},{"text":"impl PartialOrd<TurnGroupID> for TurnGroupID","synthetic":false,"types":["map_model::objects::turn::TurnGroupID"]},{"text":"impl PartialOrd<RoadRank> for RoadRank","synthetic":false,"types":["map_model::osm::RoadRank"]},{"text":"impl PartialOrd<NodeID> for NodeID","synthetic":false,"types":["map_model::osm::NodeID"]},{"text":"impl PartialOrd<WayID> for WayID","synthetic":false,"types":["map_model::osm::WayID"]},{"text":"impl PartialOrd<RelationID> for RelationID","synthetic":false,"types":["map_model::osm::RelationID"]},{"text":"impl PartialOrd<OsmID> for OsmID","synthetic":false,"types":["map_model::osm::OsmID"]},{"text":"impl PartialOrd<PathStep> for PathStep","synthetic":false,"types":["map_model::pathfind::PathStep"]},{"text":"impl PartialOrd<PathConstraints> for PathConstraints","synthetic":false,"types":["map_model::pathfind::PathConstraints"]},{"text":"impl PartialOrd<OriginalRoad> for OriginalRoad","synthetic":false,"types":["map_model::raw::OriginalRoad"]},{"text":"impl PartialOrd<RestrictionType> for RestrictionType","synthetic":false,"types":["map_model::raw::RestrictionType"]},{"text":"impl PartialOrd<TurnRestriction> for TurnRestriction","synthetic":false,"types":["map_model::raw::TurnRestriction"]},{"text":"impl PartialOrd<Position> for Position","synthetic":false,"types":["map_model::traversable::Position"]},{"text":"impl PartialOrd<Traversable> for Traversable","synthetic":false,"types":["map_model::traversable::Traversable"]}]; +implementors["map_model"] = [{"text":"impl PartialOrd<AreaID> for AreaID","synthetic":false,"types":["map_model::objects::area::AreaID"]},{"text":"impl PartialOrd<BuildingID> for BuildingID","synthetic":false,"types":["map_model::objects::building::BuildingID"]},{"text":"impl PartialOrd<NamePerLanguage> for NamePerLanguage","synthetic":false,"types":["map_model::objects::building::NamePerLanguage"]},{"text":"impl PartialOrd<BusStopID> for BusStopID","synthetic":false,"types":["map_model::objects::bus_stop::BusStopID"]},{"text":"impl PartialOrd<BusRouteID> for BusRouteID","synthetic":false,"types":["map_model::objects::bus_stop::BusRouteID"]},{"text":"impl PartialOrd<IntersectionID> for IntersectionID","synthetic":false,"types":["map_model::objects::intersection::IntersectionID"]},{"text":"impl PartialOrd<LaneID> for LaneID","synthetic":false,"types":["map_model::objects::lane::LaneID"]},{"text":"impl PartialOrd<LaneType> for LaneType","synthetic":false,"types":["map_model::objects::lane::LaneType"]},{"text":"impl PartialOrd<ParkingLotID> for ParkingLotID","synthetic":false,"types":["map_model::objects::parking_lot::ParkingLotID"]},{"text":"impl PartialOrd<RoadID> for RoadID","synthetic":false,"types":["map_model::objects::road::RoadID"]},{"text":"impl PartialOrd<DirectedRoadID> for DirectedRoadID","synthetic":false,"types":["map_model::objects::road::DirectedRoadID"]},{"text":"impl PartialOrd<TurnID> for TurnID","synthetic":false,"types":["map_model::objects::turn::TurnID"]},{"text":"impl PartialOrd<TurnType> for TurnType","synthetic":false,"types":["map_model::objects::turn::TurnType"]},{"text":"impl PartialOrd<TurnPriority> for TurnPriority","synthetic":false,"types":["map_model::objects::turn::TurnPriority"]},{"text":"impl PartialOrd<TurnGroupID> for TurnGroupID","synthetic":false,"types":["map_model::objects::turn::TurnGroupID"]},{"text":"impl PartialOrd<RoadRank> for RoadRank","synthetic":false,"types":["map_model::osm::RoadRank"]},{"text":"impl PartialOrd<NodeID> for NodeID","synthetic":false,"types":["map_model::osm::NodeID"]},{"text":"impl PartialOrd<WayID> for WayID","synthetic":false,"types":["map_model::osm::WayID"]},{"text":"impl PartialOrd<RelationID> for RelationID","synthetic":false,"types":["map_model::osm::RelationID"]},{"text":"impl PartialOrd<OsmID> for OsmID","synthetic":false,"types":["map_model::osm::OsmID"]},{"text":"impl PartialOrd<PathStep> for PathStep","synthetic":false,"types":["map_model::pathfind::PathStep"]},{"text":"impl PartialOrd<PathConstraints> for PathConstraints","synthetic":false,"types":["map_model::pathfind::PathConstraints"]},{"text":"impl PartialOrd<OriginalRoad> for OriginalRoad","synthetic":false,"types":["map_model::raw::OriginalRoad"]},{"text":"impl PartialOrd<RestrictionType> for RestrictionType","synthetic":false,"types":["map_model::raw::RestrictionType"]},{"text":"impl PartialOrd<TurnRestriction> for TurnRestriction","synthetic":false,"types":["map_model::raw::TurnRestriction"]},{"text":"impl PartialOrd<Position> for Position","synthetic":false,"types":["map_model::traversable::Position"]},{"text":"impl PartialOrd<Traversable> for Traversable","synthetic":false,"types":["map_model::traversable::Traversable"]}]; implementors["sim"] = [{"text":"impl PartialOrd<ScenarioModifier> for ScenarioModifier","synthetic":false,"types":["sim::make::modifier::ScenarioModifier"]},{"text":"impl PartialOrd<OffMapLocation> for OffMapLocation","synthetic":false,"types":["sim::make::scenario::OffMapLocation"]},{"text":"impl PartialOrd<TripMode> for TripMode","synthetic":false,"types":["sim::trips::TripMode"]},{"text":"impl PartialOrd<TripEndpoint> for TripEndpoint","synthetic":false,"types":["sim::trips::TripEndpoint"]},{"text":"impl PartialOrd<CarID> for CarID","synthetic":false,"types":["sim::CarID"]},{"text":"impl PartialOrd<PedestrianID> for PedestrianID","synthetic":false,"types":["sim::PedestrianID"]},{"text":"impl PartialOrd<AgentID> for AgentID","synthetic":false,"types":["sim::AgentID"]},{"text":"impl PartialOrd<AgentType> for AgentType","synthetic":false,"types":["sim::AgentType"]},{"text":"impl PartialOrd<TripID> for TripID","synthetic":false,"types":["sim::TripID"]},{"text":"impl PartialOrd<PersonID> for PersonID","synthetic":false,"types":["sim::PersonID"]},{"text":"impl PartialOrd<OrigPersonID> for OrigPersonID","synthetic":false,"types":["sim::OrigPersonID"]},{"text":"impl PartialOrd<VehicleType> for VehicleType","synthetic":false,"types":["sim::VehicleType"]},{"text":"impl PartialOrd<ParkingSpot> for ParkingSpot","synthetic":false,"types":["sim::ParkingSpot"]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/rustdoc/implementors/core/fmt/trait.Debug.js b/rustdoc/implementors/core/fmt/trait.Debug.js index 363c65ddce..65b4a613e2 100644 --- a/rustdoc/implementors/core/fmt/trait.Debug.js +++ b/rustdoc/implementors/core/fmt/trait.Debug.js @@ -6,6 +6,6 @@ implementors["geom"] = [{"text":"impl Debug for Record","synthetic":false,"types":["importer::berlin::Record"]},{"text":"impl Debug for TripRecord","synthetic":false,"types":["importer::seattle::TripRecord"]},{"text":"impl Debug for StopTimeRecord","synthetic":false,"types":["importer::seattle::StopTimeRecord"]}]; implementors["kml"] = [{"text":"impl Debug for ExtraShape","synthetic":false,"types":["kml::ExtraShape"]}]; implementors["map_editor"] = [{"text":"impl Debug for ID","synthetic":false,"types":["map_editor::model::ID"]}]; -implementors["map_model"] = [{"text":"impl Debug for MapEdits","synthetic":false,"types":["map_model::edits::MapEdits"]},{"text":"impl Debug for EditIntersection","synthetic":false,"types":["map_model::edits::EditIntersection"]},{"text":"impl Debug for EditCmd","synthetic":false,"types":["map_model::edits::EditCmd"]},{"text":"impl Debug for OriginalLane","synthetic":false,"types":["map_model::edits::OriginalLane"]},{"text":"impl Debug for MapConfig","synthetic":false,"types":["map_model::map::MapConfig"]},{"text":"impl Debug for AreaID","synthetic":false,"types":["map_model::objects::area::AreaID"]},{"text":"impl Debug for AreaType","synthetic":false,"types":["map_model::objects::area::AreaType"]},{"text":"impl Debug for Area","synthetic":false,"types":["map_model::objects::area::Area"]},{"text":"impl Debug for BuildingID","synthetic":false,"types":["map_model::objects::building::BuildingID"]},{"text":"impl Debug for Building","synthetic":false,"types":["map_model::objects::building::Building"]},{"text":"impl Debug for OffstreetParking","synthetic":false,"types":["map_model::objects::building::OffstreetParking"]},{"text":"impl Debug for BuildingType","synthetic":false,"types":["map_model::objects::building::BuildingType"]},{"text":"impl Debug for BusStopID","synthetic":false,"types":["map_model::objects::bus_stop::BusStopID"]},{"text":"impl Debug for BusRouteID","synthetic":false,"types":["map_model::objects::bus_stop::BusRouteID"]},{"text":"impl Debug for BusStop","synthetic":false,"types":["map_model::objects::bus_stop::BusStop"]},{"text":"impl Debug for BusRoute","synthetic":false,"types":["map_model::objects::bus_stop::BusRoute"]},{"text":"impl Debug for IntersectionID","synthetic":false,"types":["map_model::objects::intersection::IntersectionID"]},{"text":"impl Debug for IntersectionType","synthetic":false,"types":["map_model::objects::intersection::IntersectionType"]},{"text":"impl Debug for Intersection","synthetic":false,"types":["map_model::objects::intersection::Intersection"]},{"text":"impl Debug for LaneID","synthetic":false,"types":["map_model::objects::lane::LaneID"]},{"text":"impl Debug for LaneType","synthetic":false,"types":["map_model::objects::lane::LaneType"]},{"text":"impl Debug for Lane","synthetic":false,"types":["map_model::objects::lane::Lane"]},{"text":"impl Debug for ParkingLotID","synthetic":false,"types":["map_model::objects::parking_lot::ParkingLotID"]},{"text":"impl Debug for RoadID","synthetic":false,"types":["map_model::objects::road::RoadID"]},{"text":"impl Debug for DirectedRoadID","synthetic":false,"types":["map_model::objects::road::DirectedRoadID"]},{"text":"impl Debug for Road","synthetic":false,"types":["map_model::objects::road::Road"]},{"text":"impl Debug for ControlStopSign","synthetic":false,"types":["map_model::objects::stop_signs::ControlStopSign"]},{"text":"impl Debug for RoadWithStopSign","synthetic":false,"types":["map_model::objects::stop_signs::RoadWithStopSign"]},{"text":"impl Debug for ControlTrafficSignal","synthetic":false,"types":["map_model::objects::traffic_signals::ControlTrafficSignal"]},{"text":"impl Debug for Phase","synthetic":false,"types":["map_model::objects::traffic_signals::Phase"]},{"text":"impl Debug for PhaseType","synthetic":false,"types":["map_model::objects::traffic_signals::PhaseType"]},{"text":"impl Debug for TurnID","synthetic":false,"types":["map_model::objects::turn::TurnID"]},{"text":"impl Debug for TurnType","synthetic":false,"types":["map_model::objects::turn::TurnType"]},{"text":"impl Debug for TurnPriority","synthetic":false,"types":["map_model::objects::turn::TurnPriority"]},{"text":"impl Debug for Turn","synthetic":false,"types":["map_model::objects::turn::Turn"]},{"text":"impl Debug for TurnGroupID","synthetic":false,"types":["map_model::objects::turn::TurnGroupID"]},{"text":"impl Debug for TurnGroup","synthetic":false,"types":["map_model::objects::turn::TurnGroup"]},{"text":"impl Debug for AccessRestrictions","synthetic":false,"types":["map_model::objects::zone::AccessRestrictions"]},{"text":"impl Debug for Zone","synthetic":false,"types":["map_model::objects::zone::Zone"]},{"text":"impl Debug for NodeID","synthetic":false,"types":["map_model::osm::NodeID"]},{"text":"impl Debug for WayID","synthetic":false,"types":["map_model::osm::WayID"]},{"text":"impl Debug for RelationID","synthetic":false,"types":["map_model::osm::RelationID"]},{"text":"impl Debug for OsmID","synthetic":false,"types":["map_model::osm::OsmID"]},{"text":"impl Debug for UberTurn","synthetic":false,"types":["map_model::pathfind::uber_turns::UberTurn"]},{"text":"impl Debug for PathStep","synthetic":false,"types":["map_model::pathfind::PathStep"]},{"text":"impl Debug for Path","synthetic":false,"types":["map_model::pathfind::Path"]},{"text":"impl Debug for PathConstraints","synthetic":false,"types":["map_model::pathfind::PathConstraints"]},{"text":"impl Debug for PathRequest","synthetic":false,"types":["map_model::pathfind::PathRequest"]},{"text":"impl Debug for RawMap","synthetic":false,"types":["map_model::raw::RawMap"]},{"text":"impl Debug for OriginalRoad","synthetic":false,"types":["map_model::raw::OriginalRoad"]},{"text":"impl Debug for RawRoad","synthetic":false,"types":["map_model::raw::RawRoad"]},{"text":"impl Debug for RawIntersection","synthetic":false,"types":["map_model::raw::RawIntersection"]},{"text":"impl Debug for RawBuilding","synthetic":false,"types":["map_model::raw::RawBuilding"]},{"text":"impl Debug for RawArea","synthetic":false,"types":["map_model::raw::RawArea"]},{"text":"impl Debug for RawParkingLot","synthetic":false,"types":["map_model::raw::RawParkingLot"]},{"text":"impl Debug for RestrictionType","synthetic":false,"types":["map_model::raw::RestrictionType"]},{"text":"impl Debug for TurnRestriction","synthetic":false,"types":["map_model::raw::TurnRestriction"]},{"text":"impl Debug for DrivingSide","synthetic":false,"types":["map_model::raw::DrivingSide"]},{"text":"impl Debug for RawBusRoute","synthetic":false,"types":["map_model::raw::RawBusRoute"]},{"text":"impl Debug for RawBusStop","synthetic":false,"types":["map_model::raw::RawBusStop"]},{"text":"impl Debug for Position","synthetic":false,"types":["map_model::traversable::Position"]},{"text":"impl Debug for Traversable","synthetic":false,"types":["map_model::traversable::Traversable"]}]; +implementors["map_model"] = [{"text":"impl Debug for MapEdits","synthetic":false,"types":["map_model::edits::MapEdits"]},{"text":"impl Debug for EditIntersection","synthetic":false,"types":["map_model::edits::EditIntersection"]},{"text":"impl Debug for EditCmd","synthetic":false,"types":["map_model::edits::EditCmd"]},{"text":"impl Debug for OriginalLane","synthetic":false,"types":["map_model::edits::OriginalLane"]},{"text":"impl Debug for MapConfig","synthetic":false,"types":["map_model::map::MapConfig"]},{"text":"impl Debug for AreaID","synthetic":false,"types":["map_model::objects::area::AreaID"]},{"text":"impl Debug for AreaType","synthetic":false,"types":["map_model::objects::area::AreaType"]},{"text":"impl Debug for Area","synthetic":false,"types":["map_model::objects::area::Area"]},{"text":"impl Debug for BuildingID","synthetic":false,"types":["map_model::objects::building::BuildingID"]},{"text":"impl Debug for Building","synthetic":false,"types":["map_model::objects::building::Building"]},{"text":"impl Debug for OffstreetParking","synthetic":false,"types":["map_model::objects::building::OffstreetParking"]},{"text":"impl Debug for BuildingType","synthetic":false,"types":["map_model::objects::building::BuildingType"]},{"text":"impl Debug for NamePerLanguage","synthetic":false,"types":["map_model::objects::building::NamePerLanguage"]},{"text":"impl Debug for BusStopID","synthetic":false,"types":["map_model::objects::bus_stop::BusStopID"]},{"text":"impl Debug for BusRouteID","synthetic":false,"types":["map_model::objects::bus_stop::BusRouteID"]},{"text":"impl Debug for BusStop","synthetic":false,"types":["map_model::objects::bus_stop::BusStop"]},{"text":"impl Debug for BusRoute","synthetic":false,"types":["map_model::objects::bus_stop::BusRoute"]},{"text":"impl Debug for IntersectionID","synthetic":false,"types":["map_model::objects::intersection::IntersectionID"]},{"text":"impl Debug for IntersectionType","synthetic":false,"types":["map_model::objects::intersection::IntersectionType"]},{"text":"impl Debug for Intersection","synthetic":false,"types":["map_model::objects::intersection::Intersection"]},{"text":"impl Debug for LaneID","synthetic":false,"types":["map_model::objects::lane::LaneID"]},{"text":"impl Debug for LaneType","synthetic":false,"types":["map_model::objects::lane::LaneType"]},{"text":"impl Debug for Lane","synthetic":false,"types":["map_model::objects::lane::Lane"]},{"text":"impl Debug for ParkingLotID","synthetic":false,"types":["map_model::objects::parking_lot::ParkingLotID"]},{"text":"impl Debug for RoadID","synthetic":false,"types":["map_model::objects::road::RoadID"]},{"text":"impl Debug for DirectedRoadID","synthetic":false,"types":["map_model::objects::road::DirectedRoadID"]},{"text":"impl Debug for Road","synthetic":false,"types":["map_model::objects::road::Road"]},{"text":"impl Debug for ControlStopSign","synthetic":false,"types":["map_model::objects::stop_signs::ControlStopSign"]},{"text":"impl Debug for RoadWithStopSign","synthetic":false,"types":["map_model::objects::stop_signs::RoadWithStopSign"]},{"text":"impl Debug for ControlTrafficSignal","synthetic":false,"types":["map_model::objects::traffic_signals::ControlTrafficSignal"]},{"text":"impl Debug for Phase","synthetic":false,"types":["map_model::objects::traffic_signals::Phase"]},{"text":"impl Debug for PhaseType","synthetic":false,"types":["map_model::objects::traffic_signals::PhaseType"]},{"text":"impl Debug for TurnID","synthetic":false,"types":["map_model::objects::turn::TurnID"]},{"text":"impl Debug for TurnType","synthetic":false,"types":["map_model::objects::turn::TurnType"]},{"text":"impl Debug for TurnPriority","synthetic":false,"types":["map_model::objects::turn::TurnPriority"]},{"text":"impl Debug for Turn","synthetic":false,"types":["map_model::objects::turn::Turn"]},{"text":"impl Debug for TurnGroupID","synthetic":false,"types":["map_model::objects::turn::TurnGroupID"]},{"text":"impl Debug for TurnGroup","synthetic":false,"types":["map_model::objects::turn::TurnGroup"]},{"text":"impl Debug for AccessRestrictions","synthetic":false,"types":["map_model::objects::zone::AccessRestrictions"]},{"text":"impl Debug for Zone","synthetic":false,"types":["map_model::objects::zone::Zone"]},{"text":"impl Debug for NodeID","synthetic":false,"types":["map_model::osm::NodeID"]},{"text":"impl Debug for WayID","synthetic":false,"types":["map_model::osm::WayID"]},{"text":"impl Debug for RelationID","synthetic":false,"types":["map_model::osm::RelationID"]},{"text":"impl Debug for OsmID","synthetic":false,"types":["map_model::osm::OsmID"]},{"text":"impl Debug for UberTurn","synthetic":false,"types":["map_model::pathfind::uber_turns::UberTurn"]},{"text":"impl Debug for PathStep","synthetic":false,"types":["map_model::pathfind::PathStep"]},{"text":"impl Debug for Path","synthetic":false,"types":["map_model::pathfind::Path"]},{"text":"impl Debug for PathConstraints","synthetic":false,"types":["map_model::pathfind::PathConstraints"]},{"text":"impl Debug for PathRequest","synthetic":false,"types":["map_model::pathfind::PathRequest"]},{"text":"impl Debug for RawMap","synthetic":false,"types":["map_model::raw::RawMap"]},{"text":"impl Debug for OriginalRoad","synthetic":false,"types":["map_model::raw::OriginalRoad"]},{"text":"impl Debug for RawRoad","synthetic":false,"types":["map_model::raw::RawRoad"]},{"text":"impl Debug for RawIntersection","synthetic":false,"types":["map_model::raw::RawIntersection"]},{"text":"impl Debug for RawBuilding","synthetic":false,"types":["map_model::raw::RawBuilding"]},{"text":"impl Debug for RawArea","synthetic":false,"types":["map_model::raw::RawArea"]},{"text":"impl Debug for RawParkingLot","synthetic":false,"types":["map_model::raw::RawParkingLot"]},{"text":"impl Debug for RestrictionType","synthetic":false,"types":["map_model::raw::RestrictionType"]},{"text":"impl Debug for TurnRestriction","synthetic":false,"types":["map_model::raw::TurnRestriction"]},{"text":"impl Debug for DrivingSide","synthetic":false,"types":["map_model::raw::DrivingSide"]},{"text":"impl Debug for RawBusRoute","synthetic":false,"types":["map_model::raw::RawBusRoute"]},{"text":"impl Debug for RawBusStop","synthetic":false,"types":["map_model::raw::RawBusStop"]},{"text":"impl Debug for Position","synthetic":false,"types":["map_model::traversable::Position"]},{"text":"impl Debug for Traversable","synthetic":false,"types":["map_model::traversable::Traversable"]}]; implementors["sim"] = [{"text":"impl Debug for TripPhase","synthetic":false,"types":["sim::analytics::TripPhase"]},{"text":"impl Debug for AlertLocation","synthetic":false,"types":["sim::events::AlertLocation"]},{"text":"impl Debug for TripPhaseType","synthetic":false,"types":["sim::events::TripPhaseType"]},{"text":"impl Debug for ScenarioGenerator","synthetic":false,"types":["sim::make::generator::ScenarioGenerator"]},{"text":"impl Debug for SpawnOverTime","synthetic":false,"types":["sim::make::generator::SpawnOverTime"]},{"text":"impl Debug for BorderSpawnOverTime","synthetic":false,"types":["sim::make::generator::BorderSpawnOverTime"]},{"text":"impl Debug for OriginDestination","synthetic":false,"types":["sim::make::generator::OriginDestination"]},{"text":"impl Debug for Scenario","synthetic":false,"types":["sim::make::scenario::Scenario"]},{"text":"impl Debug for PersonSpec","synthetic":false,"types":["sim::make::scenario::PersonSpec"]},{"text":"impl Debug for IndividTrip","synthetic":false,"types":["sim::make::scenario::IndividTrip"]},{"text":"impl Debug for SpawnTrip","synthetic":false,"types":["sim::make::scenario::SpawnTrip"]},{"text":"impl Debug for OffMapLocation","synthetic":false,"types":["sim::make::scenario::OffMapLocation"]},{"text":"impl Debug for TripSpec","synthetic":false,"types":["sim::make::spawner::TripSpec"]},{"text":"impl Debug for TripInfo","synthetic":false,"types":["sim::trips::TripInfo"]},{"text":"impl Debug for TripMode","synthetic":false,"types":["sim::trips::TripMode"]},{"text":"impl Debug for TripEndpoint","synthetic":false,"types":["sim::trips::TripEndpoint"]},{"text":"impl Debug for Person","synthetic":false,"types":["sim::trips::Person"]},{"text":"impl Debug for PersonState","synthetic":false,"types":["sim::trips::PersonState"]},{"text":"impl Debug for CarID","synthetic":false,"types":["sim::CarID"]},{"text":"impl Debug for PedestrianID","synthetic":false,"types":["sim::PedestrianID"]},{"text":"impl Debug for AgentID","synthetic":false,"types":["sim::AgentID"]},{"text":"impl Debug for AgentType","synthetic":false,"types":["sim::AgentType"]},{"text":"impl Debug for TripID","synthetic":false,"types":["sim::TripID"]},{"text":"impl Debug for PersonID","synthetic":false,"types":["sim::PersonID"]},{"text":"impl Debug for OrigPersonID","synthetic":false,"types":["sim::OrigPersonID"]},{"text":"impl Debug for VehicleType","synthetic":false,"types":["sim::VehicleType"]},{"text":"impl Debug for Vehicle","synthetic":false,"types":["sim::Vehicle"]},{"text":"impl Debug for VehicleSpec","synthetic":false,"types":["sim::VehicleSpec"]},{"text":"impl Debug for ParkingSpot","synthetic":false,"types":["sim::ParkingSpot"]},{"text":"impl Debug for ParkedCar","synthetic":false,"types":["sim::ParkedCar"]},{"text":"impl Debug for DrivingGoal","synthetic":false,"types":["sim::DrivingGoal"]},{"text":"impl Debug for SidewalkSpot","synthetic":false,"types":["sim::SidewalkSpot"]},{"text":"impl Debug for SidewalkPOI","synthetic":false,"types":["sim::SidewalkPOI"]},{"text":"impl Debug for TimeInterval","synthetic":false,"types":["sim::TimeInterval"]},{"text":"impl Debug for DistanceInterval","synthetic":false,"types":["sim::DistanceInterval"]},{"text":"impl Debug for CreatePedestrian","synthetic":false,"types":["sim::CreatePedestrian"]},{"text":"impl Debug for CreateCar","synthetic":false,"types":["sim::CreateCar"]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/rustdoc/implementors/core/marker/trait.Freeze.js b/rustdoc/implementors/core/marker/trait.Freeze.js index b5df6def48..868697cad9 100644 --- a/rustdoc/implementors/core/marker/trait.Freeze.js +++ b/rustdoc/implementors/core/marker/trait.Freeze.js @@ -9,7 +9,7 @@ implementors["importer"] = [{"text":"impl Freeze for Input","synthetic":true,"types":["iotool::Input"]},{"text":"impl Freeze for Person","synthetic":true,"types":["iotool::Person"]},{"text":"impl Freeze for Trip","synthetic":true,"types":["iotool::Trip"]}]; implementors["kml"] = [{"text":"impl Freeze for ExtraShapes","synthetic":true,"types":["kml::ExtraShapes"]},{"text":"impl Freeze for ExtraShape","synthetic":true,"types":["kml::ExtraShape"]}]; implementors["map_editor"] = [{"text":"impl !Freeze for UI","synthetic":true,"types":["map_editor::UI"]},{"text":"impl !Freeze for State","synthetic":true,"types":["map_editor::State"]},{"text":"impl Freeze for Model","synthetic":true,"types":["map_editor::model::Model"]},{"text":"impl Freeze for ID","synthetic":true,"types":["map_editor::model::ID"]},{"text":"impl<ID> Freeze for Object<ID> where
    ID: Freeze, 
","synthetic":true,"types":["map_editor::world::Object"]},{"text":"impl !Freeze for WorldObject","synthetic":true,"types":["map_editor::world::WorldObject"]},{"text":"impl<ID> Freeze for World<ID> where
    ID: Freeze, 
","synthetic":true,"types":["map_editor::world::World"]}]; -implementors["map_model"] = [{"text":"impl Freeze for City","synthetic":true,"types":["map_model::city::City"]},{"text":"impl Freeze for EditEffects","synthetic":true,"types":["map_model::edits::EditEffects"]},{"text":"impl Freeze for MapEdits","synthetic":true,"types":["map_model::edits::MapEdits"]},{"text":"impl Freeze for OriginalLane","synthetic":true,"types":["map_model::edits::OriginalLane"]},{"text":"impl Freeze for PermanentMapEdits","synthetic":true,"types":["map_model::edits::PermanentMapEdits"]},{"text":"impl Freeze for MapConfig","synthetic":true,"types":["map_model::map::MapConfig"]},{"text":"impl Freeze for Area","synthetic":true,"types":["map_model::objects::area::Area"]},{"text":"impl Freeze for AreaID","synthetic":true,"types":["map_model::objects::area::AreaID"]},{"text":"impl Freeze for Building","synthetic":true,"types":["map_model::objects::building::Building"]},{"text":"impl Freeze for BuildingID","synthetic":true,"types":["map_model::objects::building::BuildingID"]},{"text":"impl Freeze for BusRoute","synthetic":true,"types":["map_model::objects::bus_stop::BusRoute"]},{"text":"impl Freeze for BusRouteID","synthetic":true,"types":["map_model::objects::bus_stop::BusRouteID"]},{"text":"impl Freeze for BusStop","synthetic":true,"types":["map_model::objects::bus_stop::BusStop"]},{"text":"impl Freeze for BusStopID","synthetic":true,"types":["map_model::objects::bus_stop::BusStopID"]},{"text":"impl Freeze for Intersection","synthetic":true,"types":["map_model::objects::intersection::Intersection"]},{"text":"impl Freeze for IntersectionID","synthetic":true,"types":["map_model::objects::intersection::IntersectionID"]},{"text":"impl Freeze for Lane","synthetic":true,"types":["map_model::objects::lane::Lane"]},{"text":"impl Freeze for LaneID","synthetic":true,"types":["map_model::objects::lane::LaneID"]},{"text":"impl Freeze for ParkingLot","synthetic":true,"types":["map_model::objects::parking_lot::ParkingLot"]},{"text":"impl Freeze for ParkingLotID","synthetic":true,"types":["map_model::objects::parking_lot::ParkingLotID"]},{"text":"impl Freeze for DirectedRoadID","synthetic":true,"types":["map_model::objects::road::DirectedRoadID"]},{"text":"impl Freeze for Road","synthetic":true,"types":["map_model::objects::road::Road"]},{"text":"impl Freeze for RoadID","synthetic":true,"types":["map_model::objects::road::RoadID"]},{"text":"impl Freeze for ControlStopSign","synthetic":true,"types":["map_model::objects::stop_signs::ControlStopSign"]},{"text":"impl Freeze for RoadWithStopSign","synthetic":true,"types":["map_model::objects::stop_signs::RoadWithStopSign"]},{"text":"impl Freeze for ControlTrafficSignal","synthetic":true,"types":["map_model::objects::traffic_signals::ControlTrafficSignal"]},{"text":"impl Freeze for Phase","synthetic":true,"types":["map_model::objects::traffic_signals::Phase"]},{"text":"impl Freeze for Turn","synthetic":true,"types":["map_model::objects::turn::Turn"]},{"text":"impl Freeze for TurnGroup","synthetic":true,"types":["map_model::objects::turn::TurnGroup"]},{"text":"impl Freeze for TurnGroupID","synthetic":true,"types":["map_model::objects::turn::TurnGroupID"]},{"text":"impl Freeze for TurnID","synthetic":true,"types":["map_model::objects::turn::TurnID"]},{"text":"impl Freeze for AccessRestrictions","synthetic":true,"types":["map_model::objects::zone::AccessRestrictions"]},{"text":"impl Freeze for Zone","synthetic":true,"types":["map_model::objects::zone::Zone"]},{"text":"impl Freeze for IntersectionCluster","synthetic":true,"types":["map_model::pathfind::uber_turns::IntersectionCluster"]},{"text":"impl Freeze for UberTurn","synthetic":true,"types":["map_model::pathfind::uber_turns::UberTurn"]},{"text":"impl Freeze for UberTurnGroup","synthetic":true,"types":["map_model::pathfind::uber_turns::UberTurnGroup"]},{"text":"impl Freeze for Path","synthetic":true,"types":["map_model::pathfind::Path"]},{"text":"impl Freeze for PathRequest","synthetic":true,"types":["map_model::pathfind::PathRequest"]},{"text":"impl Freeze for Position","synthetic":true,"types":["map_model::traversable::Position"]},{"text":"impl !Freeze for Map","synthetic":true,"types":["map_model::Map"]},{"text":"impl Freeze for EditCmd","synthetic":true,"types":["map_model::edits::EditCmd"]},{"text":"impl Freeze for EditIntersection","synthetic":true,"types":["map_model::edits::EditIntersection"]},{"text":"impl Freeze for AreaType","synthetic":true,"types":["map_model::objects::area::AreaType"]},{"text":"impl Freeze for BuildingType","synthetic":true,"types":["map_model::objects::building::BuildingType"]},{"text":"impl Freeze for OffstreetParking","synthetic":true,"types":["map_model::objects::building::OffstreetParking"]},{"text":"impl Freeze for IntersectionType","synthetic":true,"types":["map_model::objects::intersection::IntersectionType"]},{"text":"impl Freeze for LaneType","synthetic":true,"types":["map_model::objects::lane::LaneType"]},{"text":"impl Freeze for PhaseType","synthetic":true,"types":["map_model::objects::traffic_signals::PhaseType"]},{"text":"impl Freeze for TurnPriority","synthetic":true,"types":["map_model::objects::turn::TurnPriority"]},{"text":"impl Freeze for TurnType","synthetic":true,"types":["map_model::objects::turn::TurnType"]},{"text":"impl Freeze for PathConstraints","synthetic":true,"types":["map_model::pathfind::PathConstraints"]},{"text":"impl Freeze for PathStep","synthetic":true,"types":["map_model::pathfind::PathStep"]},{"text":"impl Freeze for Traversable","synthetic":true,"types":["map_model::traversable::Traversable"]},{"text":"impl Freeze for NodeID","synthetic":true,"types":["map_model::osm::NodeID"]},{"text":"impl Freeze for WayID","synthetic":true,"types":["map_model::osm::WayID"]},{"text":"impl Freeze for RelationID","synthetic":true,"types":["map_model::osm::RelationID"]},{"text":"impl Freeze for RoadRank","synthetic":true,"types":["map_model::osm::RoadRank"]},{"text":"impl Freeze for OsmID","synthetic":true,"types":["map_model::osm::OsmID"]},{"text":"impl Freeze for RawMap","synthetic":true,"types":["map_model::raw::RawMap"]},{"text":"impl Freeze for OriginalRoad","synthetic":true,"types":["map_model::raw::OriginalRoad"]},{"text":"impl Freeze for RawRoad","synthetic":true,"types":["map_model::raw::RawRoad"]},{"text":"impl Freeze for RawIntersection","synthetic":true,"types":["map_model::raw::RawIntersection"]},{"text":"impl Freeze for RawBuilding","synthetic":true,"types":["map_model::raw::RawBuilding"]},{"text":"impl Freeze for RawArea","synthetic":true,"types":["map_model::raw::RawArea"]},{"text":"impl Freeze for RawParkingLot","synthetic":true,"types":["map_model::raw::RawParkingLot"]},{"text":"impl Freeze for TurnRestriction","synthetic":true,"types":["map_model::raw::TurnRestriction"]},{"text":"impl Freeze for RawBusRoute","synthetic":true,"types":["map_model::raw::RawBusRoute"]},{"text":"impl Freeze for RawBusStop","synthetic":true,"types":["map_model::raw::RawBusStop"]},{"text":"impl Freeze for RestrictionType","synthetic":true,"types":["map_model::raw::RestrictionType"]},{"text":"impl Freeze for DrivingSide","synthetic":true,"types":["map_model::raw::DrivingSide"]}]; +implementors["map_model"] = [{"text":"impl Freeze for City","synthetic":true,"types":["map_model::city::City"]},{"text":"impl Freeze for EditEffects","synthetic":true,"types":["map_model::edits::EditEffects"]},{"text":"impl Freeze for MapEdits","synthetic":true,"types":["map_model::edits::MapEdits"]},{"text":"impl Freeze for OriginalLane","synthetic":true,"types":["map_model::edits::OriginalLane"]},{"text":"impl Freeze for PermanentMapEdits","synthetic":true,"types":["map_model::edits::PermanentMapEdits"]},{"text":"impl Freeze for MapConfig","synthetic":true,"types":["map_model::map::MapConfig"]},{"text":"impl Freeze for Area","synthetic":true,"types":["map_model::objects::area::Area"]},{"text":"impl Freeze for AreaID","synthetic":true,"types":["map_model::objects::area::AreaID"]},{"text":"impl Freeze for Building","synthetic":true,"types":["map_model::objects::building::Building"]},{"text":"impl Freeze for BuildingID","synthetic":true,"types":["map_model::objects::building::BuildingID"]},{"text":"impl Freeze for NamePerLanguage","synthetic":true,"types":["map_model::objects::building::NamePerLanguage"]},{"text":"impl Freeze for BusRoute","synthetic":true,"types":["map_model::objects::bus_stop::BusRoute"]},{"text":"impl Freeze for BusRouteID","synthetic":true,"types":["map_model::objects::bus_stop::BusRouteID"]},{"text":"impl Freeze for BusStop","synthetic":true,"types":["map_model::objects::bus_stop::BusStop"]},{"text":"impl Freeze for BusStopID","synthetic":true,"types":["map_model::objects::bus_stop::BusStopID"]},{"text":"impl Freeze for Intersection","synthetic":true,"types":["map_model::objects::intersection::Intersection"]},{"text":"impl Freeze for IntersectionID","synthetic":true,"types":["map_model::objects::intersection::IntersectionID"]},{"text":"impl Freeze for Lane","synthetic":true,"types":["map_model::objects::lane::Lane"]},{"text":"impl Freeze for LaneID","synthetic":true,"types":["map_model::objects::lane::LaneID"]},{"text":"impl Freeze for ParkingLot","synthetic":true,"types":["map_model::objects::parking_lot::ParkingLot"]},{"text":"impl Freeze for ParkingLotID","synthetic":true,"types":["map_model::objects::parking_lot::ParkingLotID"]},{"text":"impl Freeze for DirectedRoadID","synthetic":true,"types":["map_model::objects::road::DirectedRoadID"]},{"text":"impl Freeze for Road","synthetic":true,"types":["map_model::objects::road::Road"]},{"text":"impl Freeze for RoadID","synthetic":true,"types":["map_model::objects::road::RoadID"]},{"text":"impl Freeze for ControlStopSign","synthetic":true,"types":["map_model::objects::stop_signs::ControlStopSign"]},{"text":"impl Freeze for RoadWithStopSign","synthetic":true,"types":["map_model::objects::stop_signs::RoadWithStopSign"]},{"text":"impl Freeze for ControlTrafficSignal","synthetic":true,"types":["map_model::objects::traffic_signals::ControlTrafficSignal"]},{"text":"impl Freeze for Phase","synthetic":true,"types":["map_model::objects::traffic_signals::Phase"]},{"text":"impl Freeze for Turn","synthetic":true,"types":["map_model::objects::turn::Turn"]},{"text":"impl Freeze for TurnGroup","synthetic":true,"types":["map_model::objects::turn::TurnGroup"]},{"text":"impl Freeze for TurnGroupID","synthetic":true,"types":["map_model::objects::turn::TurnGroupID"]},{"text":"impl Freeze for TurnID","synthetic":true,"types":["map_model::objects::turn::TurnID"]},{"text":"impl Freeze for AccessRestrictions","synthetic":true,"types":["map_model::objects::zone::AccessRestrictions"]},{"text":"impl Freeze for Zone","synthetic":true,"types":["map_model::objects::zone::Zone"]},{"text":"impl Freeze for IntersectionCluster","synthetic":true,"types":["map_model::pathfind::uber_turns::IntersectionCluster"]},{"text":"impl Freeze for UberTurn","synthetic":true,"types":["map_model::pathfind::uber_turns::UberTurn"]},{"text":"impl Freeze for UberTurnGroup","synthetic":true,"types":["map_model::pathfind::uber_turns::UberTurnGroup"]},{"text":"impl Freeze for Path","synthetic":true,"types":["map_model::pathfind::Path"]},{"text":"impl Freeze for PathRequest","synthetic":true,"types":["map_model::pathfind::PathRequest"]},{"text":"impl Freeze for Position","synthetic":true,"types":["map_model::traversable::Position"]},{"text":"impl !Freeze for Map","synthetic":true,"types":["map_model::Map"]},{"text":"impl Freeze for EditCmd","synthetic":true,"types":["map_model::edits::EditCmd"]},{"text":"impl Freeze for EditIntersection","synthetic":true,"types":["map_model::edits::EditIntersection"]},{"text":"impl Freeze for AreaType","synthetic":true,"types":["map_model::objects::area::AreaType"]},{"text":"impl Freeze for BuildingType","synthetic":true,"types":["map_model::objects::building::BuildingType"]},{"text":"impl Freeze for OffstreetParking","synthetic":true,"types":["map_model::objects::building::OffstreetParking"]},{"text":"impl Freeze for IntersectionType","synthetic":true,"types":["map_model::objects::intersection::IntersectionType"]},{"text":"impl Freeze for LaneType","synthetic":true,"types":["map_model::objects::lane::LaneType"]},{"text":"impl Freeze for PhaseType","synthetic":true,"types":["map_model::objects::traffic_signals::PhaseType"]},{"text":"impl Freeze for TurnPriority","synthetic":true,"types":["map_model::objects::turn::TurnPriority"]},{"text":"impl Freeze for TurnType","synthetic":true,"types":["map_model::objects::turn::TurnType"]},{"text":"impl Freeze for PathConstraints","synthetic":true,"types":["map_model::pathfind::PathConstraints"]},{"text":"impl Freeze for PathStep","synthetic":true,"types":["map_model::pathfind::PathStep"]},{"text":"impl Freeze for Traversable","synthetic":true,"types":["map_model::traversable::Traversable"]},{"text":"impl Freeze for NodeID","synthetic":true,"types":["map_model::osm::NodeID"]},{"text":"impl Freeze for WayID","synthetic":true,"types":["map_model::osm::WayID"]},{"text":"impl Freeze for RelationID","synthetic":true,"types":["map_model::osm::RelationID"]},{"text":"impl Freeze for RoadRank","synthetic":true,"types":["map_model::osm::RoadRank"]},{"text":"impl Freeze for OsmID","synthetic":true,"types":["map_model::osm::OsmID"]},{"text":"impl Freeze for RawMap","synthetic":true,"types":["map_model::raw::RawMap"]},{"text":"impl Freeze for OriginalRoad","synthetic":true,"types":["map_model::raw::OriginalRoad"]},{"text":"impl Freeze for RawRoad","synthetic":true,"types":["map_model::raw::RawRoad"]},{"text":"impl Freeze for RawIntersection","synthetic":true,"types":["map_model::raw::RawIntersection"]},{"text":"impl Freeze for RawBuilding","synthetic":true,"types":["map_model::raw::RawBuilding"]},{"text":"impl Freeze for RawArea","synthetic":true,"types":["map_model::raw::RawArea"]},{"text":"impl Freeze for RawParkingLot","synthetic":true,"types":["map_model::raw::RawParkingLot"]},{"text":"impl Freeze for TurnRestriction","synthetic":true,"types":["map_model::raw::TurnRestriction"]},{"text":"impl Freeze for RawBusRoute","synthetic":true,"types":["map_model::raw::RawBusRoute"]},{"text":"impl Freeze for RawBusStop","synthetic":true,"types":["map_model::raw::RawBusStop"]},{"text":"impl Freeze for RestrictionType","synthetic":true,"types":["map_model::raw::RestrictionType"]},{"text":"impl Freeze for DrivingSide","synthetic":true,"types":["map_model::raw::DrivingSide"]}]; implementors["sim"] = [{"text":"impl Freeze for Analytics","synthetic":true,"types":["sim::analytics::Analytics"]},{"text":"impl Freeze for TripPhase","synthetic":true,"types":["sim::analytics::TripPhase"]},{"text":"impl Freeze for BorderSpawnOverTime","synthetic":true,"types":["sim::make::generator::BorderSpawnOverTime"]},{"text":"impl Freeze for IndividTrip","synthetic":true,"types":["sim::make::scenario::IndividTrip"]},{"text":"impl Freeze for OffMapLocation","synthetic":true,"types":["sim::make::scenario::OffMapLocation"]},{"text":"impl Freeze for PersonSpec","synthetic":true,"types":["sim::make::scenario::PersonSpec"]},{"text":"impl Freeze for Scenario","synthetic":true,"types":["sim::make::scenario::Scenario"]},{"text":"impl Freeze for ScenarioGenerator","synthetic":true,"types":["sim::make::generator::ScenarioGenerator"]},{"text":"impl Freeze for SimFlags","synthetic":true,"types":["sim::make::load::SimFlags"]},{"text":"impl Freeze for SpawnOverTime","synthetic":true,"types":["sim::make::generator::SpawnOverTime"]},{"text":"impl Freeze for TripSpawner","synthetic":true,"types":["sim::make::spawner::TripSpawner"]},{"text":"impl Freeze for AgentProperties","synthetic":true,"types":["sim::sim::AgentProperties"]},{"text":"impl Freeze for Sim","synthetic":true,"types":["sim::sim::Sim"]},{"text":"impl Freeze for SimOptions","synthetic":true,"types":["sim::sim::SimOptions"]},{"text":"impl Freeze for Person","synthetic":true,"types":["sim::trips::Person"]},{"text":"impl Freeze for TripInfo","synthetic":true,"types":["sim::trips::TripInfo"]},{"text":"impl Freeze for DontDrawAgents","synthetic":true,"types":["sim::render::DontDrawAgents"]},{"text":"impl Freeze for DrawCarInput","synthetic":true,"types":["sim::render::DrawCarInput"]},{"text":"impl Freeze for DrawPedCrowdInput","synthetic":true,"types":["sim::render::DrawPedCrowdInput"]},{"text":"impl Freeze for DrawPedestrianInput","synthetic":true,"types":["sim::render::DrawPedestrianInput"]},{"text":"impl Freeze for UnzoomedAgent","synthetic":true,"types":["sim::render::UnzoomedAgent"]},{"text":"impl Freeze for CarID","synthetic":true,"types":["sim::CarID"]},{"text":"impl Freeze for PedestrianID","synthetic":true,"types":["sim::PedestrianID"]},{"text":"impl Freeze for TripID","synthetic":true,"types":["sim::TripID"]},{"text":"impl Freeze for PersonID","synthetic":true,"types":["sim::PersonID"]},{"text":"impl Freeze for OrigPersonID","synthetic":true,"types":["sim::OrigPersonID"]},{"text":"impl Freeze for Vehicle","synthetic":true,"types":["sim::Vehicle"]},{"text":"impl Freeze for VehicleSpec","synthetic":true,"types":["sim::VehicleSpec"]},{"text":"impl Freeze for ParkedCar","synthetic":true,"types":["sim::ParkedCar"]},{"text":"impl Freeze for SidewalkSpot","synthetic":true,"types":["sim::SidewalkSpot"]},{"text":"impl Freeze for TimeInterval","synthetic":true,"types":["sim::TimeInterval"]},{"text":"impl Freeze for DistanceInterval","synthetic":true,"types":["sim::DistanceInterval"]},{"text":"impl Freeze for CreatePedestrian","synthetic":true,"types":["sim::CreatePedestrian"]},{"text":"impl Freeze for CreateCar","synthetic":true,"types":["sim::CreateCar"]},{"text":"impl Freeze for AlertLocation","synthetic":true,"types":["sim::events::AlertLocation"]},{"text":"impl Freeze for TripPhaseType","synthetic":true,"types":["sim::events::TripPhaseType"]},{"text":"impl Freeze for OriginDestination","synthetic":true,"types":["sim::make::generator::OriginDestination"]},{"text":"impl Freeze for ScenarioModifier","synthetic":true,"types":["sim::make::modifier::ScenarioModifier"]},{"text":"impl Freeze for SpawnTrip","synthetic":true,"types":["sim::make::scenario::SpawnTrip"]},{"text":"impl Freeze for TripSpec","synthetic":true,"types":["sim::make::spawner::TripSpec"]},{"text":"impl Freeze for AlertHandler","synthetic":true,"types":["sim::sim::AlertHandler"]},{"text":"impl Freeze for PersonState","synthetic":true,"types":["sim::trips::PersonState"]},{"text":"impl<T> Freeze for TripResult<T> where
    T: Freeze, 
","synthetic":true,"types":["sim::trips::TripResult"]},{"text":"impl Freeze for TripEndpoint","synthetic":true,"types":["sim::trips::TripEndpoint"]},{"text":"impl Freeze for TripMode","synthetic":true,"types":["sim::trips::TripMode"]},{"text":"impl Freeze for CarStatus","synthetic":true,"types":["sim::render::CarStatus"]},{"text":"impl Freeze for PedCrowdLocation","synthetic":true,"types":["sim::render::PedCrowdLocation"]},{"text":"impl Freeze for AgentID","synthetic":true,"types":["sim::AgentID"]},{"text":"impl Freeze for AgentType","synthetic":true,"types":["sim::AgentType"]},{"text":"impl Freeze for VehicleType","synthetic":true,"types":["sim::VehicleType"]},{"text":"impl Freeze for ParkingSpot","synthetic":true,"types":["sim::ParkingSpot"]},{"text":"impl Freeze for DrivingGoal","synthetic":true,"types":["sim::DrivingGoal"]},{"text":"impl Freeze for SidewalkPOI","synthetic":true,"types":["sim::SidewalkPOI"]}]; implementors["updater"] = [{"text":"impl Freeze for Manifest","synthetic":true,"types":["updater::Manifest"]},{"text":"impl Freeze for Entry","synthetic":true,"types":["updater::Entry"]},{"text":"impl Freeze for Cities","synthetic":true,"types":["updater::Cities"]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/rustdoc/implementors/core/marker/trait.Send.js b/rustdoc/implementors/core/marker/trait.Send.js index 5b6455360d..6aff4d9bc3 100644 --- a/rustdoc/implementors/core/marker/trait.Send.js +++ b/rustdoc/implementors/core/marker/trait.Send.js @@ -9,7 +9,7 @@ implementors["importer"] = [{"text":"impl Send for Input","synthetic":true,"types":["iotool::Input"]},{"text":"impl Send for Person","synthetic":true,"types":["iotool::Person"]},{"text":"impl Send for Trip","synthetic":true,"types":["iotool::Trip"]}]; implementors["kml"] = [{"text":"impl Send for ExtraShapes","synthetic":true,"types":["kml::ExtraShapes"]},{"text":"impl Send for ExtraShape","synthetic":true,"types":["kml::ExtraShape"]}]; implementors["map_editor"] = [{"text":"impl !Send for UI","synthetic":true,"types":["map_editor::UI"]},{"text":"impl !Send for State","synthetic":true,"types":["map_editor::State"]},{"text":"impl !Send for Model","synthetic":true,"types":["map_editor::model::Model"]},{"text":"impl Send for ID","synthetic":true,"types":["map_editor::model::ID"]},{"text":"impl<ID> Send for Object<ID> where
    ID: Send
","synthetic":true,"types":["map_editor::world::Object"]},{"text":"impl !Send for WorldObject","synthetic":true,"types":["map_editor::world::WorldObject"]},{"text":"impl<ID> !Send for World<ID>","synthetic":true,"types":["map_editor::world::World"]}]; -implementors["map_model"] = [{"text":"impl Send for City","synthetic":true,"types":["map_model::city::City"]},{"text":"impl Send for EditEffects","synthetic":true,"types":["map_model::edits::EditEffects"]},{"text":"impl Send for MapEdits","synthetic":true,"types":["map_model::edits::MapEdits"]},{"text":"impl Send for OriginalLane","synthetic":true,"types":["map_model::edits::OriginalLane"]},{"text":"impl Send for PermanentMapEdits","synthetic":true,"types":["map_model::edits::PermanentMapEdits"]},{"text":"impl Send for MapConfig","synthetic":true,"types":["map_model::map::MapConfig"]},{"text":"impl Send for Area","synthetic":true,"types":["map_model::objects::area::Area"]},{"text":"impl Send for AreaID","synthetic":true,"types":["map_model::objects::area::AreaID"]},{"text":"impl Send for Building","synthetic":true,"types":["map_model::objects::building::Building"]},{"text":"impl Send for BuildingID","synthetic":true,"types":["map_model::objects::building::BuildingID"]},{"text":"impl Send for BusRoute","synthetic":true,"types":["map_model::objects::bus_stop::BusRoute"]},{"text":"impl Send for BusRouteID","synthetic":true,"types":["map_model::objects::bus_stop::BusRouteID"]},{"text":"impl Send for BusStop","synthetic":true,"types":["map_model::objects::bus_stop::BusStop"]},{"text":"impl Send for BusStopID","synthetic":true,"types":["map_model::objects::bus_stop::BusStopID"]},{"text":"impl Send for Intersection","synthetic":true,"types":["map_model::objects::intersection::Intersection"]},{"text":"impl Send for IntersectionID","synthetic":true,"types":["map_model::objects::intersection::IntersectionID"]},{"text":"impl Send for Lane","synthetic":true,"types":["map_model::objects::lane::Lane"]},{"text":"impl Send for LaneID","synthetic":true,"types":["map_model::objects::lane::LaneID"]},{"text":"impl Send for ParkingLot","synthetic":true,"types":["map_model::objects::parking_lot::ParkingLot"]},{"text":"impl Send for ParkingLotID","synthetic":true,"types":["map_model::objects::parking_lot::ParkingLotID"]},{"text":"impl Send for DirectedRoadID","synthetic":true,"types":["map_model::objects::road::DirectedRoadID"]},{"text":"impl Send for Road","synthetic":true,"types":["map_model::objects::road::Road"]},{"text":"impl Send for RoadID","synthetic":true,"types":["map_model::objects::road::RoadID"]},{"text":"impl Send for ControlStopSign","synthetic":true,"types":["map_model::objects::stop_signs::ControlStopSign"]},{"text":"impl Send for RoadWithStopSign","synthetic":true,"types":["map_model::objects::stop_signs::RoadWithStopSign"]},{"text":"impl Send for ControlTrafficSignal","synthetic":true,"types":["map_model::objects::traffic_signals::ControlTrafficSignal"]},{"text":"impl Send for Phase","synthetic":true,"types":["map_model::objects::traffic_signals::Phase"]},{"text":"impl Send for Turn","synthetic":true,"types":["map_model::objects::turn::Turn"]},{"text":"impl Send for TurnGroup","synthetic":true,"types":["map_model::objects::turn::TurnGroup"]},{"text":"impl Send for TurnGroupID","synthetic":true,"types":["map_model::objects::turn::TurnGroupID"]},{"text":"impl Send for TurnID","synthetic":true,"types":["map_model::objects::turn::TurnID"]},{"text":"impl Send for AccessRestrictions","synthetic":true,"types":["map_model::objects::zone::AccessRestrictions"]},{"text":"impl Send for Zone","synthetic":true,"types":["map_model::objects::zone::Zone"]},{"text":"impl Send for IntersectionCluster","synthetic":true,"types":["map_model::pathfind::uber_turns::IntersectionCluster"]},{"text":"impl Send for UberTurn","synthetic":true,"types":["map_model::pathfind::uber_turns::UberTurn"]},{"text":"impl Send for UberTurnGroup","synthetic":true,"types":["map_model::pathfind::uber_turns::UberTurnGroup"]},{"text":"impl Send for Path","synthetic":true,"types":["map_model::pathfind::Path"]},{"text":"impl Send for PathRequest","synthetic":true,"types":["map_model::pathfind::PathRequest"]},{"text":"impl Send for Position","synthetic":true,"types":["map_model::traversable::Position"]},{"text":"impl Send for Map","synthetic":true,"types":["map_model::Map"]},{"text":"impl Send for EditCmd","synthetic":true,"types":["map_model::edits::EditCmd"]},{"text":"impl Send for EditIntersection","synthetic":true,"types":["map_model::edits::EditIntersection"]},{"text":"impl Send for AreaType","synthetic":true,"types":["map_model::objects::area::AreaType"]},{"text":"impl Send for BuildingType","synthetic":true,"types":["map_model::objects::building::BuildingType"]},{"text":"impl Send for OffstreetParking","synthetic":true,"types":["map_model::objects::building::OffstreetParking"]},{"text":"impl Send for IntersectionType","synthetic":true,"types":["map_model::objects::intersection::IntersectionType"]},{"text":"impl Send for LaneType","synthetic":true,"types":["map_model::objects::lane::LaneType"]},{"text":"impl Send for PhaseType","synthetic":true,"types":["map_model::objects::traffic_signals::PhaseType"]},{"text":"impl Send for TurnPriority","synthetic":true,"types":["map_model::objects::turn::TurnPriority"]},{"text":"impl Send for TurnType","synthetic":true,"types":["map_model::objects::turn::TurnType"]},{"text":"impl Send for PathConstraints","synthetic":true,"types":["map_model::pathfind::PathConstraints"]},{"text":"impl Send for PathStep","synthetic":true,"types":["map_model::pathfind::PathStep"]},{"text":"impl Send for Traversable","synthetic":true,"types":["map_model::traversable::Traversable"]},{"text":"impl Send for NodeID","synthetic":true,"types":["map_model::osm::NodeID"]},{"text":"impl Send for WayID","synthetic":true,"types":["map_model::osm::WayID"]},{"text":"impl Send for RelationID","synthetic":true,"types":["map_model::osm::RelationID"]},{"text":"impl Send for RoadRank","synthetic":true,"types":["map_model::osm::RoadRank"]},{"text":"impl Send for OsmID","synthetic":true,"types":["map_model::osm::OsmID"]},{"text":"impl Send for RawMap","synthetic":true,"types":["map_model::raw::RawMap"]},{"text":"impl Send for OriginalRoad","synthetic":true,"types":["map_model::raw::OriginalRoad"]},{"text":"impl Send for RawRoad","synthetic":true,"types":["map_model::raw::RawRoad"]},{"text":"impl Send for RawIntersection","synthetic":true,"types":["map_model::raw::RawIntersection"]},{"text":"impl Send for RawBuilding","synthetic":true,"types":["map_model::raw::RawBuilding"]},{"text":"impl Send for RawArea","synthetic":true,"types":["map_model::raw::RawArea"]},{"text":"impl Send for RawParkingLot","synthetic":true,"types":["map_model::raw::RawParkingLot"]},{"text":"impl Send for TurnRestriction","synthetic":true,"types":["map_model::raw::TurnRestriction"]},{"text":"impl Send for RawBusRoute","synthetic":true,"types":["map_model::raw::RawBusRoute"]},{"text":"impl Send for RawBusStop","synthetic":true,"types":["map_model::raw::RawBusStop"]},{"text":"impl Send for RestrictionType","synthetic":true,"types":["map_model::raw::RestrictionType"]},{"text":"impl Send for DrivingSide","synthetic":true,"types":["map_model::raw::DrivingSide"]}]; +implementors["map_model"] = [{"text":"impl Send for City","synthetic":true,"types":["map_model::city::City"]},{"text":"impl Send for EditEffects","synthetic":true,"types":["map_model::edits::EditEffects"]},{"text":"impl Send for MapEdits","synthetic":true,"types":["map_model::edits::MapEdits"]},{"text":"impl Send for OriginalLane","synthetic":true,"types":["map_model::edits::OriginalLane"]},{"text":"impl Send for PermanentMapEdits","synthetic":true,"types":["map_model::edits::PermanentMapEdits"]},{"text":"impl Send for MapConfig","synthetic":true,"types":["map_model::map::MapConfig"]},{"text":"impl Send for Area","synthetic":true,"types":["map_model::objects::area::Area"]},{"text":"impl Send for AreaID","synthetic":true,"types":["map_model::objects::area::AreaID"]},{"text":"impl Send for Building","synthetic":true,"types":["map_model::objects::building::Building"]},{"text":"impl Send for BuildingID","synthetic":true,"types":["map_model::objects::building::BuildingID"]},{"text":"impl Send for NamePerLanguage","synthetic":true,"types":["map_model::objects::building::NamePerLanguage"]},{"text":"impl Send for BusRoute","synthetic":true,"types":["map_model::objects::bus_stop::BusRoute"]},{"text":"impl Send for BusRouteID","synthetic":true,"types":["map_model::objects::bus_stop::BusRouteID"]},{"text":"impl Send for BusStop","synthetic":true,"types":["map_model::objects::bus_stop::BusStop"]},{"text":"impl Send for BusStopID","synthetic":true,"types":["map_model::objects::bus_stop::BusStopID"]},{"text":"impl Send for Intersection","synthetic":true,"types":["map_model::objects::intersection::Intersection"]},{"text":"impl Send for IntersectionID","synthetic":true,"types":["map_model::objects::intersection::IntersectionID"]},{"text":"impl Send for Lane","synthetic":true,"types":["map_model::objects::lane::Lane"]},{"text":"impl Send for LaneID","synthetic":true,"types":["map_model::objects::lane::LaneID"]},{"text":"impl Send for ParkingLot","synthetic":true,"types":["map_model::objects::parking_lot::ParkingLot"]},{"text":"impl Send for ParkingLotID","synthetic":true,"types":["map_model::objects::parking_lot::ParkingLotID"]},{"text":"impl Send for DirectedRoadID","synthetic":true,"types":["map_model::objects::road::DirectedRoadID"]},{"text":"impl Send for Road","synthetic":true,"types":["map_model::objects::road::Road"]},{"text":"impl Send for RoadID","synthetic":true,"types":["map_model::objects::road::RoadID"]},{"text":"impl Send for ControlStopSign","synthetic":true,"types":["map_model::objects::stop_signs::ControlStopSign"]},{"text":"impl Send for RoadWithStopSign","synthetic":true,"types":["map_model::objects::stop_signs::RoadWithStopSign"]},{"text":"impl Send for ControlTrafficSignal","synthetic":true,"types":["map_model::objects::traffic_signals::ControlTrafficSignal"]},{"text":"impl Send for Phase","synthetic":true,"types":["map_model::objects::traffic_signals::Phase"]},{"text":"impl Send for Turn","synthetic":true,"types":["map_model::objects::turn::Turn"]},{"text":"impl Send for TurnGroup","synthetic":true,"types":["map_model::objects::turn::TurnGroup"]},{"text":"impl Send for TurnGroupID","synthetic":true,"types":["map_model::objects::turn::TurnGroupID"]},{"text":"impl Send for TurnID","synthetic":true,"types":["map_model::objects::turn::TurnID"]},{"text":"impl Send for AccessRestrictions","synthetic":true,"types":["map_model::objects::zone::AccessRestrictions"]},{"text":"impl Send for Zone","synthetic":true,"types":["map_model::objects::zone::Zone"]},{"text":"impl Send for IntersectionCluster","synthetic":true,"types":["map_model::pathfind::uber_turns::IntersectionCluster"]},{"text":"impl Send for UberTurn","synthetic":true,"types":["map_model::pathfind::uber_turns::UberTurn"]},{"text":"impl Send for UberTurnGroup","synthetic":true,"types":["map_model::pathfind::uber_turns::UberTurnGroup"]},{"text":"impl Send for Path","synthetic":true,"types":["map_model::pathfind::Path"]},{"text":"impl Send for PathRequest","synthetic":true,"types":["map_model::pathfind::PathRequest"]},{"text":"impl Send for Position","synthetic":true,"types":["map_model::traversable::Position"]},{"text":"impl Send for Map","synthetic":true,"types":["map_model::Map"]},{"text":"impl Send for EditCmd","synthetic":true,"types":["map_model::edits::EditCmd"]},{"text":"impl Send for EditIntersection","synthetic":true,"types":["map_model::edits::EditIntersection"]},{"text":"impl Send for AreaType","synthetic":true,"types":["map_model::objects::area::AreaType"]},{"text":"impl Send for BuildingType","synthetic":true,"types":["map_model::objects::building::BuildingType"]},{"text":"impl Send for OffstreetParking","synthetic":true,"types":["map_model::objects::building::OffstreetParking"]},{"text":"impl Send for IntersectionType","synthetic":true,"types":["map_model::objects::intersection::IntersectionType"]},{"text":"impl Send for LaneType","synthetic":true,"types":["map_model::objects::lane::LaneType"]},{"text":"impl Send for PhaseType","synthetic":true,"types":["map_model::objects::traffic_signals::PhaseType"]},{"text":"impl Send for TurnPriority","synthetic":true,"types":["map_model::objects::turn::TurnPriority"]},{"text":"impl Send for TurnType","synthetic":true,"types":["map_model::objects::turn::TurnType"]},{"text":"impl Send for PathConstraints","synthetic":true,"types":["map_model::pathfind::PathConstraints"]},{"text":"impl Send for PathStep","synthetic":true,"types":["map_model::pathfind::PathStep"]},{"text":"impl Send for Traversable","synthetic":true,"types":["map_model::traversable::Traversable"]},{"text":"impl Send for NodeID","synthetic":true,"types":["map_model::osm::NodeID"]},{"text":"impl Send for WayID","synthetic":true,"types":["map_model::osm::WayID"]},{"text":"impl Send for RelationID","synthetic":true,"types":["map_model::osm::RelationID"]},{"text":"impl Send for RoadRank","synthetic":true,"types":["map_model::osm::RoadRank"]},{"text":"impl Send for OsmID","synthetic":true,"types":["map_model::osm::OsmID"]},{"text":"impl Send for RawMap","synthetic":true,"types":["map_model::raw::RawMap"]},{"text":"impl Send for OriginalRoad","synthetic":true,"types":["map_model::raw::OriginalRoad"]},{"text":"impl Send for RawRoad","synthetic":true,"types":["map_model::raw::RawRoad"]},{"text":"impl Send for RawIntersection","synthetic":true,"types":["map_model::raw::RawIntersection"]},{"text":"impl Send for RawBuilding","synthetic":true,"types":["map_model::raw::RawBuilding"]},{"text":"impl Send for RawArea","synthetic":true,"types":["map_model::raw::RawArea"]},{"text":"impl Send for RawParkingLot","synthetic":true,"types":["map_model::raw::RawParkingLot"]},{"text":"impl Send for TurnRestriction","synthetic":true,"types":["map_model::raw::TurnRestriction"]},{"text":"impl Send for RawBusRoute","synthetic":true,"types":["map_model::raw::RawBusRoute"]},{"text":"impl Send for RawBusStop","synthetic":true,"types":["map_model::raw::RawBusStop"]},{"text":"impl Send for RestrictionType","synthetic":true,"types":["map_model::raw::RestrictionType"]},{"text":"impl Send for DrivingSide","synthetic":true,"types":["map_model::raw::DrivingSide"]}]; implementors["sim"] = [{"text":"impl Send for Analytics","synthetic":true,"types":["sim::analytics::Analytics"]},{"text":"impl Send for TripPhase","synthetic":true,"types":["sim::analytics::TripPhase"]},{"text":"impl Send for BorderSpawnOverTime","synthetic":true,"types":["sim::make::generator::BorderSpawnOverTime"]},{"text":"impl Send for IndividTrip","synthetic":true,"types":["sim::make::scenario::IndividTrip"]},{"text":"impl Send for OffMapLocation","synthetic":true,"types":["sim::make::scenario::OffMapLocation"]},{"text":"impl Send for PersonSpec","synthetic":true,"types":["sim::make::scenario::PersonSpec"]},{"text":"impl Send for Scenario","synthetic":true,"types":["sim::make::scenario::Scenario"]},{"text":"impl Send for ScenarioGenerator","synthetic":true,"types":["sim::make::generator::ScenarioGenerator"]},{"text":"impl Send for SimFlags","synthetic":true,"types":["sim::make::load::SimFlags"]},{"text":"impl Send for SpawnOverTime","synthetic":true,"types":["sim::make::generator::SpawnOverTime"]},{"text":"impl Send for TripSpawner","synthetic":true,"types":["sim::make::spawner::TripSpawner"]},{"text":"impl Send for AgentProperties","synthetic":true,"types":["sim::sim::AgentProperties"]},{"text":"impl Send for Sim","synthetic":true,"types":["sim::sim::Sim"]},{"text":"impl Send for SimOptions","synthetic":true,"types":["sim::sim::SimOptions"]},{"text":"impl Send for Person","synthetic":true,"types":["sim::trips::Person"]},{"text":"impl Send for TripInfo","synthetic":true,"types":["sim::trips::TripInfo"]},{"text":"impl Send for DontDrawAgents","synthetic":true,"types":["sim::render::DontDrawAgents"]},{"text":"impl Send for DrawCarInput","synthetic":true,"types":["sim::render::DrawCarInput"]},{"text":"impl Send for DrawPedCrowdInput","synthetic":true,"types":["sim::render::DrawPedCrowdInput"]},{"text":"impl Send for DrawPedestrianInput","synthetic":true,"types":["sim::render::DrawPedestrianInput"]},{"text":"impl Send for UnzoomedAgent","synthetic":true,"types":["sim::render::UnzoomedAgent"]},{"text":"impl Send for CarID","synthetic":true,"types":["sim::CarID"]},{"text":"impl Send for PedestrianID","synthetic":true,"types":["sim::PedestrianID"]},{"text":"impl Send for TripID","synthetic":true,"types":["sim::TripID"]},{"text":"impl Send for PersonID","synthetic":true,"types":["sim::PersonID"]},{"text":"impl Send for OrigPersonID","synthetic":true,"types":["sim::OrigPersonID"]},{"text":"impl Send for Vehicle","synthetic":true,"types":["sim::Vehicle"]},{"text":"impl Send for VehicleSpec","synthetic":true,"types":["sim::VehicleSpec"]},{"text":"impl Send for ParkedCar","synthetic":true,"types":["sim::ParkedCar"]},{"text":"impl Send for SidewalkSpot","synthetic":true,"types":["sim::SidewalkSpot"]},{"text":"impl Send for TimeInterval","synthetic":true,"types":["sim::TimeInterval"]},{"text":"impl Send for DistanceInterval","synthetic":true,"types":["sim::DistanceInterval"]},{"text":"impl Send for CreatePedestrian","synthetic":true,"types":["sim::CreatePedestrian"]},{"text":"impl Send for CreateCar","synthetic":true,"types":["sim::CreateCar"]},{"text":"impl Send for AlertLocation","synthetic":true,"types":["sim::events::AlertLocation"]},{"text":"impl Send for TripPhaseType","synthetic":true,"types":["sim::events::TripPhaseType"]},{"text":"impl Send for OriginDestination","synthetic":true,"types":["sim::make::generator::OriginDestination"]},{"text":"impl Send for ScenarioModifier","synthetic":true,"types":["sim::make::modifier::ScenarioModifier"]},{"text":"impl Send for SpawnTrip","synthetic":true,"types":["sim::make::scenario::SpawnTrip"]},{"text":"impl Send for TripSpec","synthetic":true,"types":["sim::make::spawner::TripSpec"]},{"text":"impl Send for AlertHandler","synthetic":true,"types":["sim::sim::AlertHandler"]},{"text":"impl Send for PersonState","synthetic":true,"types":["sim::trips::PersonState"]},{"text":"impl<T> Send for TripResult<T> where
    T: Send
","synthetic":true,"types":["sim::trips::TripResult"]},{"text":"impl Send for TripEndpoint","synthetic":true,"types":["sim::trips::TripEndpoint"]},{"text":"impl Send for TripMode","synthetic":true,"types":["sim::trips::TripMode"]},{"text":"impl Send for CarStatus","synthetic":true,"types":["sim::render::CarStatus"]},{"text":"impl Send for PedCrowdLocation","synthetic":true,"types":["sim::render::PedCrowdLocation"]},{"text":"impl Send for AgentID","synthetic":true,"types":["sim::AgentID"]},{"text":"impl Send for AgentType","synthetic":true,"types":["sim::AgentType"]},{"text":"impl Send for VehicleType","synthetic":true,"types":["sim::VehicleType"]},{"text":"impl Send for ParkingSpot","synthetic":true,"types":["sim::ParkingSpot"]},{"text":"impl Send for DrivingGoal","synthetic":true,"types":["sim::DrivingGoal"]},{"text":"impl Send for SidewalkPOI","synthetic":true,"types":["sim::SidewalkPOI"]}]; implementors["updater"] = [{"text":"impl Send for Manifest","synthetic":true,"types":["updater::Manifest"]},{"text":"impl Send for Entry","synthetic":true,"types":["updater::Entry"]},{"text":"impl Send for Cities","synthetic":true,"types":["updater::Cities"]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/rustdoc/implementors/core/marker/trait.StructuralEq.js b/rustdoc/implementors/core/marker/trait.StructuralEq.js index c0285697f6..4b13551cb8 100644 --- a/rustdoc/implementors/core/marker/trait.StructuralEq.js +++ b/rustdoc/implementors/core/marker/trait.StructuralEq.js @@ -3,6 +3,6 @@ implementors["ezgui"] = [{"text":"impl StructuralEq for ID","synthetic":false,"types":["game::helpers::ID"]},{"text":"impl StructuralEq for Loc","synthetic":false,"types":["game::layer::parking::Loc"]},{"text":"impl StructuralEq for TutorialPointer","synthetic":false,"types":["game::sandbox::gameplay::tutorial::TutorialPointer"]},{"text":"impl StructuralEq for GameplayMode","synthetic":false,"types":["game::sandbox::gameplay::GameplayMode"]}]; implementors["geom"] = [{"text":"impl StructuralEq for LonLat","synthetic":false,"types":["geom::gps::LonLat"]},{"text":"impl StructuralEq for HashablePt2D","synthetic":false,"types":["geom::pt::HashablePt2D"]},{"text":"impl StructuralEq for Statistic","synthetic":false,"types":["geom::stats::Statistic"]}]; implementors["map_editor"] = [{"text":"impl StructuralEq for ID","synthetic":false,"types":["map_editor::model::ID"]}]; -implementors["map_model"] = [{"text":"impl StructuralEq for AreaID","synthetic":false,"types":["map_model::objects::area::AreaID"]},{"text":"impl StructuralEq for AreaType","synthetic":false,"types":["map_model::objects::area::AreaType"]},{"text":"impl StructuralEq for BuildingID","synthetic":false,"types":["map_model::objects::building::BuildingID"]},{"text":"impl StructuralEq for BusStopID","synthetic":false,"types":["map_model::objects::bus_stop::BusStopID"]},{"text":"impl StructuralEq for BusRouteID","synthetic":false,"types":["map_model::objects::bus_stop::BusRouteID"]},{"text":"impl StructuralEq for IntersectionID","synthetic":false,"types":["map_model::objects::intersection::IntersectionID"]},{"text":"impl StructuralEq for IntersectionType","synthetic":false,"types":["map_model::objects::intersection::IntersectionType"]},{"text":"impl StructuralEq for LaneID","synthetic":false,"types":["map_model::objects::lane::LaneID"]},{"text":"impl StructuralEq for LaneType","synthetic":false,"types":["map_model::objects::lane::LaneType"]},{"text":"impl StructuralEq for ParkingLotID","synthetic":false,"types":["map_model::objects::parking_lot::ParkingLotID"]},{"text":"impl StructuralEq for RoadID","synthetic":false,"types":["map_model::objects::road::RoadID"]},{"text":"impl StructuralEq for DirectedRoadID","synthetic":false,"types":["map_model::objects::road::DirectedRoadID"]},{"text":"impl StructuralEq for TurnID","synthetic":false,"types":["map_model::objects::turn::TurnID"]},{"text":"impl StructuralEq for TurnType","synthetic":false,"types":["map_model::objects::turn::TurnType"]},{"text":"impl StructuralEq for TurnGroupID","synthetic":false,"types":["map_model::objects::turn::TurnGroupID"]},{"text":"impl StructuralEq for RoadRank","synthetic":false,"types":["map_model::osm::RoadRank"]},{"text":"impl StructuralEq for NodeID","synthetic":false,"types":["map_model::osm::NodeID"]},{"text":"impl StructuralEq for WayID","synthetic":false,"types":["map_model::osm::WayID"]},{"text":"impl StructuralEq for RelationID","synthetic":false,"types":["map_model::osm::RelationID"]},{"text":"impl StructuralEq for OsmID","synthetic":false,"types":["map_model::osm::OsmID"]},{"text":"impl StructuralEq for PathStep","synthetic":false,"types":["map_model::pathfind::PathStep"]},{"text":"impl StructuralEq for PathRequest","synthetic":false,"types":["map_model::pathfind::PathRequest"]},{"text":"impl StructuralEq for OriginalRoad","synthetic":false,"types":["map_model::raw::OriginalRoad"]},{"text":"impl StructuralEq for RestrictionType","synthetic":false,"types":["map_model::raw::RestrictionType"]},{"text":"impl StructuralEq for TurnRestriction","synthetic":false,"types":["map_model::raw::TurnRestriction"]},{"text":"impl StructuralEq for Position","synthetic":false,"types":["map_model::traversable::Position"]},{"text":"impl StructuralEq for Traversable","synthetic":false,"types":["map_model::traversable::Traversable"]}]; +implementors["map_model"] = [{"text":"impl StructuralEq for AreaID","synthetic":false,"types":["map_model::objects::area::AreaID"]},{"text":"impl StructuralEq for AreaType","synthetic":false,"types":["map_model::objects::area::AreaType"]},{"text":"impl StructuralEq for BuildingID","synthetic":false,"types":["map_model::objects::building::BuildingID"]},{"text":"impl StructuralEq for NamePerLanguage","synthetic":false,"types":["map_model::objects::building::NamePerLanguage"]},{"text":"impl StructuralEq for BusStopID","synthetic":false,"types":["map_model::objects::bus_stop::BusStopID"]},{"text":"impl StructuralEq for BusRouteID","synthetic":false,"types":["map_model::objects::bus_stop::BusRouteID"]},{"text":"impl StructuralEq for IntersectionID","synthetic":false,"types":["map_model::objects::intersection::IntersectionID"]},{"text":"impl StructuralEq for IntersectionType","synthetic":false,"types":["map_model::objects::intersection::IntersectionType"]},{"text":"impl StructuralEq for LaneID","synthetic":false,"types":["map_model::objects::lane::LaneID"]},{"text":"impl StructuralEq for LaneType","synthetic":false,"types":["map_model::objects::lane::LaneType"]},{"text":"impl StructuralEq for ParkingLotID","synthetic":false,"types":["map_model::objects::parking_lot::ParkingLotID"]},{"text":"impl StructuralEq for RoadID","synthetic":false,"types":["map_model::objects::road::RoadID"]},{"text":"impl StructuralEq for DirectedRoadID","synthetic":false,"types":["map_model::objects::road::DirectedRoadID"]},{"text":"impl StructuralEq for TurnID","synthetic":false,"types":["map_model::objects::turn::TurnID"]},{"text":"impl StructuralEq for TurnType","synthetic":false,"types":["map_model::objects::turn::TurnType"]},{"text":"impl StructuralEq for TurnGroupID","synthetic":false,"types":["map_model::objects::turn::TurnGroupID"]},{"text":"impl StructuralEq for RoadRank","synthetic":false,"types":["map_model::osm::RoadRank"]},{"text":"impl StructuralEq for NodeID","synthetic":false,"types":["map_model::osm::NodeID"]},{"text":"impl StructuralEq for WayID","synthetic":false,"types":["map_model::osm::WayID"]},{"text":"impl StructuralEq for RelationID","synthetic":false,"types":["map_model::osm::RelationID"]},{"text":"impl StructuralEq for OsmID","synthetic":false,"types":["map_model::osm::OsmID"]},{"text":"impl StructuralEq for PathStep","synthetic":false,"types":["map_model::pathfind::PathStep"]},{"text":"impl StructuralEq for PathRequest","synthetic":false,"types":["map_model::pathfind::PathRequest"]},{"text":"impl StructuralEq for OriginalRoad","synthetic":false,"types":["map_model::raw::OriginalRoad"]},{"text":"impl StructuralEq for RestrictionType","synthetic":false,"types":["map_model::raw::RestrictionType"]},{"text":"impl StructuralEq for TurnRestriction","synthetic":false,"types":["map_model::raw::TurnRestriction"]},{"text":"impl StructuralEq for Position","synthetic":false,"types":["map_model::traversable::Position"]},{"text":"impl StructuralEq for Traversable","synthetic":false,"types":["map_model::traversable::Traversable"]}]; implementors["sim"] = [{"text":"impl StructuralEq for ScenarioModifier","synthetic":false,"types":["sim::make::modifier::ScenarioModifier"]},{"text":"impl StructuralEq for OffMapLocation","synthetic":false,"types":["sim::make::scenario::OffMapLocation"]},{"text":"impl StructuralEq for CarStatus","synthetic":false,"types":["sim::render::CarStatus"]},{"text":"impl StructuralEq for TripMode","synthetic":false,"types":["sim::trips::TripMode"]},{"text":"impl StructuralEq for TripEndpoint","synthetic":false,"types":["sim::trips::TripEndpoint"]},{"text":"impl StructuralEq for CarID","synthetic":false,"types":["sim::CarID"]},{"text":"impl StructuralEq for PedestrianID","synthetic":false,"types":["sim::PedestrianID"]},{"text":"impl StructuralEq for AgentID","synthetic":false,"types":["sim::AgentID"]},{"text":"impl StructuralEq for AgentType","synthetic":false,"types":["sim::AgentType"]},{"text":"impl StructuralEq for TripID","synthetic":false,"types":["sim::TripID"]},{"text":"impl StructuralEq for PersonID","synthetic":false,"types":["sim::PersonID"]},{"text":"impl StructuralEq for OrigPersonID","synthetic":false,"types":["sim::OrigPersonID"]},{"text":"impl StructuralEq for VehicleType","synthetic":false,"types":["sim::VehicleType"]},{"text":"impl StructuralEq for ParkingSpot","synthetic":false,"types":["sim::ParkingSpot"]},{"text":"impl StructuralEq for DrivingGoal","synthetic":false,"types":["sim::DrivingGoal"]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/rustdoc/implementors/core/marker/trait.StructuralPartialEq.js b/rustdoc/implementors/core/marker/trait.StructuralPartialEq.js index dfb6e6031d..ca07eb5e37 100644 --- a/rustdoc/implementors/core/marker/trait.StructuralPartialEq.js +++ b/rustdoc/implementors/core/marker/trait.StructuralPartialEq.js @@ -4,6 +4,6 @@ implementors["ezgui"] = [{"text":"impl StructuralPartialEq for ColorSchemeChoice","synthetic":false,"types":["game::colors::ColorSchemeChoice"]},{"text":"impl StructuralPartialEq for HeatmapOptions","synthetic":false,"types":["game::common::heatmap::HeatmapOptions"]},{"text":"impl StructuralPartialEq for Show","synthetic":false,"types":["game::devtools::mapping::Show"]},{"text":"impl StructuralPartialEq for Value","synthetic":false,"types":["game::devtools::mapping::Value"]},{"text":"impl StructuralPartialEq for BundleEdits","synthetic":false,"types":["game::edit::traffic_signals::BundleEdits"]},{"text":"impl StructuralPartialEq for ID","synthetic":false,"types":["game::helpers::ID"]},{"text":"impl StructuralPartialEq for DataOptions","synthetic":false,"types":["game::info::DataOptions"]},{"text":"impl StructuralPartialEq for SEIR","synthetic":false,"types":["game::layer::pandemic::SEIR"]},{"text":"impl StructuralPartialEq for Options","synthetic":false,"types":["game::layer::pandemic::Options"]},{"text":"impl StructuralPartialEq for Loc","synthetic":false,"types":["game::layer::parking::Loc"]},{"text":"impl StructuralPartialEq for Options","synthetic":false,"types":["game::layer::population::Options"]},{"text":"impl StructuralPartialEq for TrafficSignalStyle","synthetic":false,"types":["game::options::TrafficSignalStyle"]},{"text":"impl StructuralPartialEq for UnzoomedAgents","synthetic":false,"types":["game::render::map::UnzoomedAgents"]},{"text":"impl StructuralPartialEq for BlockSelection","synthetic":false,"types":["game::sandbox::dashboards::commuter::BlockSelection"]},{"text":"impl StructuralPartialEq for Filter","synthetic":false,"types":["game::sandbox::dashboards::commuter::Filter"]},{"text":"impl StructuralPartialEq for SortBy","synthetic":false,"types":["game::sandbox::dashboards::parking_overhead::SortBy"]},{"text":"impl StructuralPartialEq for SortBy","synthetic":false,"types":["game::sandbox::dashboards::trip_table::SortBy"]},{"text":"impl StructuralPartialEq for DashTab","synthetic":false,"types":["game::sandbox::dashboards::DashTab"]},{"text":"impl StructuralPartialEq for TutorialPointer","synthetic":false,"types":["game::sandbox::gameplay::tutorial::TutorialPointer"]},{"text":"impl StructuralPartialEq for Task","synthetic":false,"types":["game::sandbox::gameplay::tutorial::Task"]},{"text":"impl StructuralPartialEq for GameplayMode","synthetic":false,"types":["game::sandbox::gameplay::GameplayMode"]},{"text":"impl StructuralPartialEq for SpeedSetting","synthetic":false,"types":["game::sandbox::speed::SpeedSetting"]}]; implementors["geom"] = [{"text":"impl StructuralPartialEq for Angle","synthetic":false,"types":["geom::angle::Angle"]},{"text":"impl StructuralPartialEq for GPSBounds","synthetic":false,"types":["geom::bounds::GPSBounds"]},{"text":"impl StructuralPartialEq for Distance","synthetic":false,"types":["geom::distance::Distance"]},{"text":"impl StructuralPartialEq for Duration","synthetic":false,"types":["geom::duration::Duration"]},{"text":"impl StructuralPartialEq for LonLat","synthetic":false,"types":["geom::gps::LonLat"]},{"text":"impl StructuralPartialEq for Line","synthetic":false,"types":["geom::line::Line"]},{"text":"impl StructuralPartialEq for PolyLine","synthetic":false,"types":["geom::polyline::PolyLine"]},{"text":"impl StructuralPartialEq for HashablePt2D","synthetic":false,"types":["geom::pt::HashablePt2D"]},{"text":"impl StructuralPartialEq for Ring","synthetic":false,"types":["geom::ring::Ring"]},{"text":"impl StructuralPartialEq for Speed","synthetic":false,"types":["geom::speed::Speed"]},{"text":"impl StructuralPartialEq for Statistic","synthetic":false,"types":["geom::stats::Statistic"]},{"text":"impl StructuralPartialEq for Time","synthetic":false,"types":["geom::time::Time"]}]; implementors["map_editor"] = [{"text":"impl StructuralPartialEq for ID","synthetic":false,"types":["map_editor::model::ID"]}]; -implementors["map_model"] = [{"text":"impl StructuralPartialEq for MapEdits","synthetic":false,"types":["map_model::edits::MapEdits"]},{"text":"impl StructuralPartialEq for EditIntersection","synthetic":false,"types":["map_model::edits::EditIntersection"]},{"text":"impl StructuralPartialEq for EditCmd","synthetic":false,"types":["map_model::edits::EditCmd"]},{"text":"impl StructuralPartialEq for AreaID","synthetic":false,"types":["map_model::objects::area::AreaID"]},{"text":"impl StructuralPartialEq for AreaType","synthetic":false,"types":["map_model::objects::area::AreaType"]},{"text":"impl StructuralPartialEq for BuildingID","synthetic":false,"types":["map_model::objects::building::BuildingID"]},{"text":"impl StructuralPartialEq for OffstreetParking","synthetic":false,"types":["map_model::objects::building::OffstreetParking"]},{"text":"impl StructuralPartialEq for BusStopID","synthetic":false,"types":["map_model::objects::bus_stop::BusStopID"]},{"text":"impl StructuralPartialEq for BusRouteID","synthetic":false,"types":["map_model::objects::bus_stop::BusRouteID"]},{"text":"impl StructuralPartialEq for BusStop","synthetic":false,"types":["map_model::objects::bus_stop::BusStop"]},{"text":"impl StructuralPartialEq for IntersectionID","synthetic":false,"types":["map_model::objects::intersection::IntersectionID"]},{"text":"impl StructuralPartialEq for IntersectionType","synthetic":false,"types":["map_model::objects::intersection::IntersectionType"]},{"text":"impl StructuralPartialEq for LaneID","synthetic":false,"types":["map_model::objects::lane::LaneID"]},{"text":"impl StructuralPartialEq for LaneType","synthetic":false,"types":["map_model::objects::lane::LaneType"]},{"text":"impl StructuralPartialEq for ParkingLotID","synthetic":false,"types":["map_model::objects::parking_lot::ParkingLotID"]},{"text":"impl StructuralPartialEq for RoadID","synthetic":false,"types":["map_model::objects::road::RoadID"]},{"text":"impl StructuralPartialEq for DirectedRoadID","synthetic":false,"types":["map_model::objects::road::DirectedRoadID"]},{"text":"impl StructuralPartialEq for ControlStopSign","synthetic":false,"types":["map_model::objects::stop_signs::ControlStopSign"]},{"text":"impl StructuralPartialEq for RoadWithStopSign","synthetic":false,"types":["map_model::objects::stop_signs::RoadWithStopSign"]},{"text":"impl StructuralPartialEq for ControlTrafficSignal","synthetic":false,"types":["map_model::objects::traffic_signals::ControlTrafficSignal"]},{"text":"impl StructuralPartialEq for Phase","synthetic":false,"types":["map_model::objects::traffic_signals::Phase"]},{"text":"impl StructuralPartialEq for PhaseType","synthetic":false,"types":["map_model::objects::traffic_signals::PhaseType"]},{"text":"impl StructuralPartialEq for TurnID","synthetic":false,"types":["map_model::objects::turn::TurnID"]},{"text":"impl StructuralPartialEq for TurnType","synthetic":false,"types":["map_model::objects::turn::TurnType"]},{"text":"impl StructuralPartialEq for TurnPriority","synthetic":false,"types":["map_model::objects::turn::TurnPriority"]},{"text":"impl StructuralPartialEq for Turn","synthetic":false,"types":["map_model::objects::turn::Turn"]},{"text":"impl StructuralPartialEq for TurnGroupID","synthetic":false,"types":["map_model::objects::turn::TurnGroupID"]},{"text":"impl StructuralPartialEq for TurnGroup","synthetic":false,"types":["map_model::objects::turn::TurnGroup"]},{"text":"impl StructuralPartialEq for AccessRestrictions","synthetic":false,"types":["map_model::objects::zone::AccessRestrictions"]},{"text":"impl StructuralPartialEq for Zone","synthetic":false,"types":["map_model::objects::zone::Zone"]},{"text":"impl StructuralPartialEq for RoadRank","synthetic":false,"types":["map_model::osm::RoadRank"]},{"text":"impl StructuralPartialEq for NodeID","synthetic":false,"types":["map_model::osm::NodeID"]},{"text":"impl StructuralPartialEq for WayID","synthetic":false,"types":["map_model::osm::WayID"]},{"text":"impl StructuralPartialEq for RelationID","synthetic":false,"types":["map_model::osm::RelationID"]},{"text":"impl StructuralPartialEq for OsmID","synthetic":false,"types":["map_model::osm::OsmID"]},{"text":"impl StructuralPartialEq for UberTurn","synthetic":false,"types":["map_model::pathfind::uber_turns::UberTurn"]},{"text":"impl StructuralPartialEq for PathStep","synthetic":false,"types":["map_model::pathfind::PathStep"]},{"text":"impl StructuralPartialEq for Path","synthetic":false,"types":["map_model::pathfind::Path"]},{"text":"impl StructuralPartialEq for PathRequest","synthetic":false,"types":["map_model::pathfind::PathRequest"]},{"text":"impl StructuralPartialEq for OriginalRoad","synthetic":false,"types":["map_model::raw::OriginalRoad"]},{"text":"impl StructuralPartialEq for RawRoad","synthetic":false,"types":["map_model::raw::RawRoad"]},{"text":"impl StructuralPartialEq for RawIntersection","synthetic":false,"types":["map_model::raw::RawIntersection"]},{"text":"impl StructuralPartialEq for RestrictionType","synthetic":false,"types":["map_model::raw::RestrictionType"]},{"text":"impl StructuralPartialEq for TurnRestriction","synthetic":false,"types":["map_model::raw::TurnRestriction"]},{"text":"impl StructuralPartialEq for DrivingSide","synthetic":false,"types":["map_model::raw::DrivingSide"]},{"text":"impl StructuralPartialEq for Position","synthetic":false,"types":["map_model::traversable::Position"]},{"text":"impl StructuralPartialEq for Traversable","synthetic":false,"types":["map_model::traversable::Traversable"]}]; +implementors["map_model"] = [{"text":"impl StructuralPartialEq for MapEdits","synthetic":false,"types":["map_model::edits::MapEdits"]},{"text":"impl StructuralPartialEq for EditIntersection","synthetic":false,"types":["map_model::edits::EditIntersection"]},{"text":"impl StructuralPartialEq for EditCmd","synthetic":false,"types":["map_model::edits::EditCmd"]},{"text":"impl StructuralPartialEq for AreaID","synthetic":false,"types":["map_model::objects::area::AreaID"]},{"text":"impl StructuralPartialEq for AreaType","synthetic":false,"types":["map_model::objects::area::AreaType"]},{"text":"impl StructuralPartialEq for BuildingID","synthetic":false,"types":["map_model::objects::building::BuildingID"]},{"text":"impl StructuralPartialEq for OffstreetParking","synthetic":false,"types":["map_model::objects::building::OffstreetParking"]},{"text":"impl StructuralPartialEq for NamePerLanguage","synthetic":false,"types":["map_model::objects::building::NamePerLanguage"]},{"text":"impl StructuralPartialEq for BusStopID","synthetic":false,"types":["map_model::objects::bus_stop::BusStopID"]},{"text":"impl StructuralPartialEq for BusRouteID","synthetic":false,"types":["map_model::objects::bus_stop::BusRouteID"]},{"text":"impl StructuralPartialEq for BusStop","synthetic":false,"types":["map_model::objects::bus_stop::BusStop"]},{"text":"impl StructuralPartialEq for IntersectionID","synthetic":false,"types":["map_model::objects::intersection::IntersectionID"]},{"text":"impl StructuralPartialEq for IntersectionType","synthetic":false,"types":["map_model::objects::intersection::IntersectionType"]},{"text":"impl StructuralPartialEq for LaneID","synthetic":false,"types":["map_model::objects::lane::LaneID"]},{"text":"impl StructuralPartialEq for LaneType","synthetic":false,"types":["map_model::objects::lane::LaneType"]},{"text":"impl StructuralPartialEq for ParkingLotID","synthetic":false,"types":["map_model::objects::parking_lot::ParkingLotID"]},{"text":"impl StructuralPartialEq for RoadID","synthetic":false,"types":["map_model::objects::road::RoadID"]},{"text":"impl StructuralPartialEq for DirectedRoadID","synthetic":false,"types":["map_model::objects::road::DirectedRoadID"]},{"text":"impl StructuralPartialEq for ControlStopSign","synthetic":false,"types":["map_model::objects::stop_signs::ControlStopSign"]},{"text":"impl StructuralPartialEq for RoadWithStopSign","synthetic":false,"types":["map_model::objects::stop_signs::RoadWithStopSign"]},{"text":"impl StructuralPartialEq for ControlTrafficSignal","synthetic":false,"types":["map_model::objects::traffic_signals::ControlTrafficSignal"]},{"text":"impl StructuralPartialEq for Phase","synthetic":false,"types":["map_model::objects::traffic_signals::Phase"]},{"text":"impl StructuralPartialEq for PhaseType","synthetic":false,"types":["map_model::objects::traffic_signals::PhaseType"]},{"text":"impl StructuralPartialEq for TurnID","synthetic":false,"types":["map_model::objects::turn::TurnID"]},{"text":"impl StructuralPartialEq for TurnType","synthetic":false,"types":["map_model::objects::turn::TurnType"]},{"text":"impl StructuralPartialEq for TurnPriority","synthetic":false,"types":["map_model::objects::turn::TurnPriority"]},{"text":"impl StructuralPartialEq for Turn","synthetic":false,"types":["map_model::objects::turn::Turn"]},{"text":"impl StructuralPartialEq for TurnGroupID","synthetic":false,"types":["map_model::objects::turn::TurnGroupID"]},{"text":"impl StructuralPartialEq for TurnGroup","synthetic":false,"types":["map_model::objects::turn::TurnGroup"]},{"text":"impl StructuralPartialEq for AccessRestrictions","synthetic":false,"types":["map_model::objects::zone::AccessRestrictions"]},{"text":"impl StructuralPartialEq for Zone","synthetic":false,"types":["map_model::objects::zone::Zone"]},{"text":"impl StructuralPartialEq for RoadRank","synthetic":false,"types":["map_model::osm::RoadRank"]},{"text":"impl StructuralPartialEq for NodeID","synthetic":false,"types":["map_model::osm::NodeID"]},{"text":"impl StructuralPartialEq for WayID","synthetic":false,"types":["map_model::osm::WayID"]},{"text":"impl StructuralPartialEq for RelationID","synthetic":false,"types":["map_model::osm::RelationID"]},{"text":"impl StructuralPartialEq for OsmID","synthetic":false,"types":["map_model::osm::OsmID"]},{"text":"impl StructuralPartialEq for UberTurn","synthetic":false,"types":["map_model::pathfind::uber_turns::UberTurn"]},{"text":"impl StructuralPartialEq for PathStep","synthetic":false,"types":["map_model::pathfind::PathStep"]},{"text":"impl StructuralPartialEq for Path","synthetic":false,"types":["map_model::pathfind::Path"]},{"text":"impl StructuralPartialEq for PathRequest","synthetic":false,"types":["map_model::pathfind::PathRequest"]},{"text":"impl StructuralPartialEq for OriginalRoad","synthetic":false,"types":["map_model::raw::OriginalRoad"]},{"text":"impl StructuralPartialEq for RawRoad","synthetic":false,"types":["map_model::raw::RawRoad"]},{"text":"impl StructuralPartialEq for RawIntersection","synthetic":false,"types":["map_model::raw::RawIntersection"]},{"text":"impl StructuralPartialEq for RestrictionType","synthetic":false,"types":["map_model::raw::RestrictionType"]},{"text":"impl StructuralPartialEq for TurnRestriction","synthetic":false,"types":["map_model::raw::TurnRestriction"]},{"text":"impl StructuralPartialEq for DrivingSide","synthetic":false,"types":["map_model::raw::DrivingSide"]},{"text":"impl StructuralPartialEq for Position","synthetic":false,"types":["map_model::traversable::Position"]},{"text":"impl StructuralPartialEq for Traversable","synthetic":false,"types":["map_model::traversable::Traversable"]}]; implementors["sim"] = [{"text":"impl StructuralPartialEq for AlertLocation","synthetic":false,"types":["sim::events::AlertLocation"]},{"text":"impl StructuralPartialEq for TripPhaseType","synthetic":false,"types":["sim::events::TripPhaseType"]},{"text":"impl StructuralPartialEq for ScenarioModifier","synthetic":false,"types":["sim::make::modifier::ScenarioModifier"]},{"text":"impl StructuralPartialEq for OffMapLocation","synthetic":false,"types":["sim::make::scenario::OffMapLocation"]},{"text":"impl StructuralPartialEq for TripSpec","synthetic":false,"types":["sim::make::spawner::TripSpec"]},{"text":"impl StructuralPartialEq for CarStatus","synthetic":false,"types":["sim::render::CarStatus"]},{"text":"impl StructuralPartialEq for TripInfo","synthetic":false,"types":["sim::trips::TripInfo"]},{"text":"impl StructuralPartialEq for TripMode","synthetic":false,"types":["sim::trips::TripMode"]},{"text":"impl StructuralPartialEq for TripEndpoint","synthetic":false,"types":["sim::trips::TripEndpoint"]},{"text":"impl StructuralPartialEq for Person","synthetic":false,"types":["sim::trips::Person"]},{"text":"impl StructuralPartialEq for PersonState","synthetic":false,"types":["sim::trips::PersonState"]},{"text":"impl StructuralPartialEq for CarID","synthetic":false,"types":["sim::CarID"]},{"text":"impl StructuralPartialEq for PedestrianID","synthetic":false,"types":["sim::PedestrianID"]},{"text":"impl StructuralPartialEq for AgentID","synthetic":false,"types":["sim::AgentID"]},{"text":"impl StructuralPartialEq for AgentType","synthetic":false,"types":["sim::AgentType"]},{"text":"impl StructuralPartialEq for TripID","synthetic":false,"types":["sim::TripID"]},{"text":"impl StructuralPartialEq for PersonID","synthetic":false,"types":["sim::PersonID"]},{"text":"impl StructuralPartialEq for OrigPersonID","synthetic":false,"types":["sim::OrigPersonID"]},{"text":"impl StructuralPartialEq for VehicleType","synthetic":false,"types":["sim::VehicleType"]},{"text":"impl StructuralPartialEq for Vehicle","synthetic":false,"types":["sim::Vehicle"]},{"text":"impl StructuralPartialEq for VehicleSpec","synthetic":false,"types":["sim::VehicleSpec"]},{"text":"impl StructuralPartialEq for ParkingSpot","synthetic":false,"types":["sim::ParkingSpot"]},{"text":"impl StructuralPartialEq for ParkedCar","synthetic":false,"types":["sim::ParkedCar"]},{"text":"impl StructuralPartialEq for DrivingGoal","synthetic":false,"types":["sim::DrivingGoal"]},{"text":"impl StructuralPartialEq for SidewalkSpot","synthetic":false,"types":["sim::SidewalkSpot"]},{"text":"impl StructuralPartialEq for SidewalkPOI","synthetic":false,"types":["sim::SidewalkPOI"]},{"text":"impl StructuralPartialEq for TimeInterval","synthetic":false,"types":["sim::TimeInterval"]},{"text":"impl StructuralPartialEq for DistanceInterval","synthetic":false,"types":["sim::DistanceInterval"]},{"text":"impl StructuralPartialEq for CreatePedestrian","synthetic":false,"types":["sim::CreatePedestrian"]},{"text":"impl StructuralPartialEq for CreateCar","synthetic":false,"types":["sim::CreateCar"]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/rustdoc/implementors/core/marker/trait.Sync.js b/rustdoc/implementors/core/marker/trait.Sync.js index 95611eddc0..b72deeb1d6 100644 --- a/rustdoc/implementors/core/marker/trait.Sync.js +++ b/rustdoc/implementors/core/marker/trait.Sync.js @@ -9,7 +9,7 @@ implementors["importer"] = [{"text":"impl Sync for Input","synthetic":true,"types":["iotool::Input"]},{"text":"impl Sync for Person","synthetic":true,"types":["iotool::Person"]},{"text":"impl Sync for Trip","synthetic":true,"types":["iotool::Trip"]}]; implementors["kml"] = [{"text":"impl Sync for ExtraShapes","synthetic":true,"types":["kml::ExtraShapes"]},{"text":"impl Sync for ExtraShape","synthetic":true,"types":["kml::ExtraShape"]}]; implementors["map_editor"] = [{"text":"impl !Sync for UI","synthetic":true,"types":["map_editor::UI"]},{"text":"impl !Sync for State","synthetic":true,"types":["map_editor::State"]},{"text":"impl !Sync for Model","synthetic":true,"types":["map_editor::model::Model"]},{"text":"impl Sync for ID","synthetic":true,"types":["map_editor::model::ID"]},{"text":"impl<ID> Sync for Object<ID> where
    ID: Sync
","synthetic":true,"types":["map_editor::world::Object"]},{"text":"impl !Sync for WorldObject","synthetic":true,"types":["map_editor::world::WorldObject"]},{"text":"impl<ID> !Sync for World<ID>","synthetic":true,"types":["map_editor::world::World"]}]; -implementors["map_model"] = [{"text":"impl Sync for City","synthetic":true,"types":["map_model::city::City"]},{"text":"impl Sync for EditEffects","synthetic":true,"types":["map_model::edits::EditEffects"]},{"text":"impl Sync for MapEdits","synthetic":true,"types":["map_model::edits::MapEdits"]},{"text":"impl Sync for OriginalLane","synthetic":true,"types":["map_model::edits::OriginalLane"]},{"text":"impl Sync for PermanentMapEdits","synthetic":true,"types":["map_model::edits::PermanentMapEdits"]},{"text":"impl Sync for MapConfig","synthetic":true,"types":["map_model::map::MapConfig"]},{"text":"impl Sync for Area","synthetic":true,"types":["map_model::objects::area::Area"]},{"text":"impl Sync for AreaID","synthetic":true,"types":["map_model::objects::area::AreaID"]},{"text":"impl Sync for Building","synthetic":true,"types":["map_model::objects::building::Building"]},{"text":"impl Sync for BuildingID","synthetic":true,"types":["map_model::objects::building::BuildingID"]},{"text":"impl Sync for BusRoute","synthetic":true,"types":["map_model::objects::bus_stop::BusRoute"]},{"text":"impl Sync for BusRouteID","synthetic":true,"types":["map_model::objects::bus_stop::BusRouteID"]},{"text":"impl Sync for BusStop","synthetic":true,"types":["map_model::objects::bus_stop::BusStop"]},{"text":"impl Sync for BusStopID","synthetic":true,"types":["map_model::objects::bus_stop::BusStopID"]},{"text":"impl Sync for Intersection","synthetic":true,"types":["map_model::objects::intersection::Intersection"]},{"text":"impl Sync for IntersectionID","synthetic":true,"types":["map_model::objects::intersection::IntersectionID"]},{"text":"impl Sync for Lane","synthetic":true,"types":["map_model::objects::lane::Lane"]},{"text":"impl Sync for LaneID","synthetic":true,"types":["map_model::objects::lane::LaneID"]},{"text":"impl Sync for ParkingLot","synthetic":true,"types":["map_model::objects::parking_lot::ParkingLot"]},{"text":"impl Sync for ParkingLotID","synthetic":true,"types":["map_model::objects::parking_lot::ParkingLotID"]},{"text":"impl Sync for DirectedRoadID","synthetic":true,"types":["map_model::objects::road::DirectedRoadID"]},{"text":"impl Sync for Road","synthetic":true,"types":["map_model::objects::road::Road"]},{"text":"impl Sync for RoadID","synthetic":true,"types":["map_model::objects::road::RoadID"]},{"text":"impl Sync for ControlStopSign","synthetic":true,"types":["map_model::objects::stop_signs::ControlStopSign"]},{"text":"impl Sync for RoadWithStopSign","synthetic":true,"types":["map_model::objects::stop_signs::RoadWithStopSign"]},{"text":"impl Sync for ControlTrafficSignal","synthetic":true,"types":["map_model::objects::traffic_signals::ControlTrafficSignal"]},{"text":"impl Sync for Phase","synthetic":true,"types":["map_model::objects::traffic_signals::Phase"]},{"text":"impl Sync for Turn","synthetic":true,"types":["map_model::objects::turn::Turn"]},{"text":"impl Sync for TurnGroup","synthetic":true,"types":["map_model::objects::turn::TurnGroup"]},{"text":"impl Sync for TurnGroupID","synthetic":true,"types":["map_model::objects::turn::TurnGroupID"]},{"text":"impl Sync for TurnID","synthetic":true,"types":["map_model::objects::turn::TurnID"]},{"text":"impl Sync for AccessRestrictions","synthetic":true,"types":["map_model::objects::zone::AccessRestrictions"]},{"text":"impl Sync for Zone","synthetic":true,"types":["map_model::objects::zone::Zone"]},{"text":"impl Sync for IntersectionCluster","synthetic":true,"types":["map_model::pathfind::uber_turns::IntersectionCluster"]},{"text":"impl Sync for UberTurn","synthetic":true,"types":["map_model::pathfind::uber_turns::UberTurn"]},{"text":"impl Sync for UberTurnGroup","synthetic":true,"types":["map_model::pathfind::uber_turns::UberTurnGroup"]},{"text":"impl Sync for Path","synthetic":true,"types":["map_model::pathfind::Path"]},{"text":"impl Sync for PathRequest","synthetic":true,"types":["map_model::pathfind::PathRequest"]},{"text":"impl Sync for Position","synthetic":true,"types":["map_model::traversable::Position"]},{"text":"impl Sync for Map","synthetic":true,"types":["map_model::Map"]},{"text":"impl Sync for EditCmd","synthetic":true,"types":["map_model::edits::EditCmd"]},{"text":"impl Sync for EditIntersection","synthetic":true,"types":["map_model::edits::EditIntersection"]},{"text":"impl Sync for AreaType","synthetic":true,"types":["map_model::objects::area::AreaType"]},{"text":"impl Sync for BuildingType","synthetic":true,"types":["map_model::objects::building::BuildingType"]},{"text":"impl Sync for OffstreetParking","synthetic":true,"types":["map_model::objects::building::OffstreetParking"]},{"text":"impl Sync for IntersectionType","synthetic":true,"types":["map_model::objects::intersection::IntersectionType"]},{"text":"impl Sync for LaneType","synthetic":true,"types":["map_model::objects::lane::LaneType"]},{"text":"impl Sync for PhaseType","synthetic":true,"types":["map_model::objects::traffic_signals::PhaseType"]},{"text":"impl Sync for TurnPriority","synthetic":true,"types":["map_model::objects::turn::TurnPriority"]},{"text":"impl Sync for TurnType","synthetic":true,"types":["map_model::objects::turn::TurnType"]},{"text":"impl Sync for PathConstraints","synthetic":true,"types":["map_model::pathfind::PathConstraints"]},{"text":"impl Sync for PathStep","synthetic":true,"types":["map_model::pathfind::PathStep"]},{"text":"impl Sync for Traversable","synthetic":true,"types":["map_model::traversable::Traversable"]},{"text":"impl Sync for NodeID","synthetic":true,"types":["map_model::osm::NodeID"]},{"text":"impl Sync for WayID","synthetic":true,"types":["map_model::osm::WayID"]},{"text":"impl Sync for RelationID","synthetic":true,"types":["map_model::osm::RelationID"]},{"text":"impl Sync for RoadRank","synthetic":true,"types":["map_model::osm::RoadRank"]},{"text":"impl Sync for OsmID","synthetic":true,"types":["map_model::osm::OsmID"]},{"text":"impl Sync for RawMap","synthetic":true,"types":["map_model::raw::RawMap"]},{"text":"impl Sync for OriginalRoad","synthetic":true,"types":["map_model::raw::OriginalRoad"]},{"text":"impl Sync for RawRoad","synthetic":true,"types":["map_model::raw::RawRoad"]},{"text":"impl Sync for RawIntersection","synthetic":true,"types":["map_model::raw::RawIntersection"]},{"text":"impl Sync for RawBuilding","synthetic":true,"types":["map_model::raw::RawBuilding"]},{"text":"impl Sync for RawArea","synthetic":true,"types":["map_model::raw::RawArea"]},{"text":"impl Sync for RawParkingLot","synthetic":true,"types":["map_model::raw::RawParkingLot"]},{"text":"impl Sync for TurnRestriction","synthetic":true,"types":["map_model::raw::TurnRestriction"]},{"text":"impl Sync for RawBusRoute","synthetic":true,"types":["map_model::raw::RawBusRoute"]},{"text":"impl Sync for RawBusStop","synthetic":true,"types":["map_model::raw::RawBusStop"]},{"text":"impl Sync for RestrictionType","synthetic":true,"types":["map_model::raw::RestrictionType"]},{"text":"impl Sync for DrivingSide","synthetic":true,"types":["map_model::raw::DrivingSide"]}]; +implementors["map_model"] = [{"text":"impl Sync for City","synthetic":true,"types":["map_model::city::City"]},{"text":"impl Sync for EditEffects","synthetic":true,"types":["map_model::edits::EditEffects"]},{"text":"impl Sync for MapEdits","synthetic":true,"types":["map_model::edits::MapEdits"]},{"text":"impl Sync for OriginalLane","synthetic":true,"types":["map_model::edits::OriginalLane"]},{"text":"impl Sync for PermanentMapEdits","synthetic":true,"types":["map_model::edits::PermanentMapEdits"]},{"text":"impl Sync for MapConfig","synthetic":true,"types":["map_model::map::MapConfig"]},{"text":"impl Sync for Area","synthetic":true,"types":["map_model::objects::area::Area"]},{"text":"impl Sync for AreaID","synthetic":true,"types":["map_model::objects::area::AreaID"]},{"text":"impl Sync for Building","synthetic":true,"types":["map_model::objects::building::Building"]},{"text":"impl Sync for BuildingID","synthetic":true,"types":["map_model::objects::building::BuildingID"]},{"text":"impl Sync for NamePerLanguage","synthetic":true,"types":["map_model::objects::building::NamePerLanguage"]},{"text":"impl Sync for BusRoute","synthetic":true,"types":["map_model::objects::bus_stop::BusRoute"]},{"text":"impl Sync for BusRouteID","synthetic":true,"types":["map_model::objects::bus_stop::BusRouteID"]},{"text":"impl Sync for BusStop","synthetic":true,"types":["map_model::objects::bus_stop::BusStop"]},{"text":"impl Sync for BusStopID","synthetic":true,"types":["map_model::objects::bus_stop::BusStopID"]},{"text":"impl Sync for Intersection","synthetic":true,"types":["map_model::objects::intersection::Intersection"]},{"text":"impl Sync for IntersectionID","synthetic":true,"types":["map_model::objects::intersection::IntersectionID"]},{"text":"impl Sync for Lane","synthetic":true,"types":["map_model::objects::lane::Lane"]},{"text":"impl Sync for LaneID","synthetic":true,"types":["map_model::objects::lane::LaneID"]},{"text":"impl Sync for ParkingLot","synthetic":true,"types":["map_model::objects::parking_lot::ParkingLot"]},{"text":"impl Sync for ParkingLotID","synthetic":true,"types":["map_model::objects::parking_lot::ParkingLotID"]},{"text":"impl Sync for DirectedRoadID","synthetic":true,"types":["map_model::objects::road::DirectedRoadID"]},{"text":"impl Sync for Road","synthetic":true,"types":["map_model::objects::road::Road"]},{"text":"impl Sync for RoadID","synthetic":true,"types":["map_model::objects::road::RoadID"]},{"text":"impl Sync for ControlStopSign","synthetic":true,"types":["map_model::objects::stop_signs::ControlStopSign"]},{"text":"impl Sync for RoadWithStopSign","synthetic":true,"types":["map_model::objects::stop_signs::RoadWithStopSign"]},{"text":"impl Sync for ControlTrafficSignal","synthetic":true,"types":["map_model::objects::traffic_signals::ControlTrafficSignal"]},{"text":"impl Sync for Phase","synthetic":true,"types":["map_model::objects::traffic_signals::Phase"]},{"text":"impl Sync for Turn","synthetic":true,"types":["map_model::objects::turn::Turn"]},{"text":"impl Sync for TurnGroup","synthetic":true,"types":["map_model::objects::turn::TurnGroup"]},{"text":"impl Sync for TurnGroupID","synthetic":true,"types":["map_model::objects::turn::TurnGroupID"]},{"text":"impl Sync for TurnID","synthetic":true,"types":["map_model::objects::turn::TurnID"]},{"text":"impl Sync for AccessRestrictions","synthetic":true,"types":["map_model::objects::zone::AccessRestrictions"]},{"text":"impl Sync for Zone","synthetic":true,"types":["map_model::objects::zone::Zone"]},{"text":"impl Sync for IntersectionCluster","synthetic":true,"types":["map_model::pathfind::uber_turns::IntersectionCluster"]},{"text":"impl Sync for UberTurn","synthetic":true,"types":["map_model::pathfind::uber_turns::UberTurn"]},{"text":"impl Sync for UberTurnGroup","synthetic":true,"types":["map_model::pathfind::uber_turns::UberTurnGroup"]},{"text":"impl Sync for Path","synthetic":true,"types":["map_model::pathfind::Path"]},{"text":"impl Sync for PathRequest","synthetic":true,"types":["map_model::pathfind::PathRequest"]},{"text":"impl Sync for Position","synthetic":true,"types":["map_model::traversable::Position"]},{"text":"impl Sync for Map","synthetic":true,"types":["map_model::Map"]},{"text":"impl Sync for EditCmd","synthetic":true,"types":["map_model::edits::EditCmd"]},{"text":"impl Sync for EditIntersection","synthetic":true,"types":["map_model::edits::EditIntersection"]},{"text":"impl Sync for AreaType","synthetic":true,"types":["map_model::objects::area::AreaType"]},{"text":"impl Sync for BuildingType","synthetic":true,"types":["map_model::objects::building::BuildingType"]},{"text":"impl Sync for OffstreetParking","synthetic":true,"types":["map_model::objects::building::OffstreetParking"]},{"text":"impl Sync for IntersectionType","synthetic":true,"types":["map_model::objects::intersection::IntersectionType"]},{"text":"impl Sync for LaneType","synthetic":true,"types":["map_model::objects::lane::LaneType"]},{"text":"impl Sync for PhaseType","synthetic":true,"types":["map_model::objects::traffic_signals::PhaseType"]},{"text":"impl Sync for TurnPriority","synthetic":true,"types":["map_model::objects::turn::TurnPriority"]},{"text":"impl Sync for TurnType","synthetic":true,"types":["map_model::objects::turn::TurnType"]},{"text":"impl Sync for PathConstraints","synthetic":true,"types":["map_model::pathfind::PathConstraints"]},{"text":"impl Sync for PathStep","synthetic":true,"types":["map_model::pathfind::PathStep"]},{"text":"impl Sync for Traversable","synthetic":true,"types":["map_model::traversable::Traversable"]},{"text":"impl Sync for NodeID","synthetic":true,"types":["map_model::osm::NodeID"]},{"text":"impl Sync for WayID","synthetic":true,"types":["map_model::osm::WayID"]},{"text":"impl Sync for RelationID","synthetic":true,"types":["map_model::osm::RelationID"]},{"text":"impl Sync for RoadRank","synthetic":true,"types":["map_model::osm::RoadRank"]},{"text":"impl Sync for OsmID","synthetic":true,"types":["map_model::osm::OsmID"]},{"text":"impl Sync for RawMap","synthetic":true,"types":["map_model::raw::RawMap"]},{"text":"impl Sync for OriginalRoad","synthetic":true,"types":["map_model::raw::OriginalRoad"]},{"text":"impl Sync for RawRoad","synthetic":true,"types":["map_model::raw::RawRoad"]},{"text":"impl Sync for RawIntersection","synthetic":true,"types":["map_model::raw::RawIntersection"]},{"text":"impl Sync for RawBuilding","synthetic":true,"types":["map_model::raw::RawBuilding"]},{"text":"impl Sync for RawArea","synthetic":true,"types":["map_model::raw::RawArea"]},{"text":"impl Sync for RawParkingLot","synthetic":true,"types":["map_model::raw::RawParkingLot"]},{"text":"impl Sync for TurnRestriction","synthetic":true,"types":["map_model::raw::TurnRestriction"]},{"text":"impl Sync for RawBusRoute","synthetic":true,"types":["map_model::raw::RawBusRoute"]},{"text":"impl Sync for RawBusStop","synthetic":true,"types":["map_model::raw::RawBusStop"]},{"text":"impl Sync for RestrictionType","synthetic":true,"types":["map_model::raw::RestrictionType"]},{"text":"impl Sync for DrivingSide","synthetic":true,"types":["map_model::raw::DrivingSide"]}]; implementors["sim"] = [{"text":"impl Sync for Analytics","synthetic":true,"types":["sim::analytics::Analytics"]},{"text":"impl Sync for TripPhase","synthetic":true,"types":["sim::analytics::TripPhase"]},{"text":"impl Sync for BorderSpawnOverTime","synthetic":true,"types":["sim::make::generator::BorderSpawnOverTime"]},{"text":"impl Sync for IndividTrip","synthetic":true,"types":["sim::make::scenario::IndividTrip"]},{"text":"impl Sync for OffMapLocation","synthetic":true,"types":["sim::make::scenario::OffMapLocation"]},{"text":"impl Sync for PersonSpec","synthetic":true,"types":["sim::make::scenario::PersonSpec"]},{"text":"impl Sync for Scenario","synthetic":true,"types":["sim::make::scenario::Scenario"]},{"text":"impl Sync for ScenarioGenerator","synthetic":true,"types":["sim::make::generator::ScenarioGenerator"]},{"text":"impl Sync for SimFlags","synthetic":true,"types":["sim::make::load::SimFlags"]},{"text":"impl Sync for SpawnOverTime","synthetic":true,"types":["sim::make::generator::SpawnOverTime"]},{"text":"impl Sync for TripSpawner","synthetic":true,"types":["sim::make::spawner::TripSpawner"]},{"text":"impl Sync for AgentProperties","synthetic":true,"types":["sim::sim::AgentProperties"]},{"text":"impl Sync for Sim","synthetic":true,"types":["sim::sim::Sim"]},{"text":"impl Sync for SimOptions","synthetic":true,"types":["sim::sim::SimOptions"]},{"text":"impl Sync for Person","synthetic":true,"types":["sim::trips::Person"]},{"text":"impl Sync for TripInfo","synthetic":true,"types":["sim::trips::TripInfo"]},{"text":"impl Sync for DontDrawAgents","synthetic":true,"types":["sim::render::DontDrawAgents"]},{"text":"impl Sync for DrawCarInput","synthetic":true,"types":["sim::render::DrawCarInput"]},{"text":"impl Sync for DrawPedCrowdInput","synthetic":true,"types":["sim::render::DrawPedCrowdInput"]},{"text":"impl Sync for DrawPedestrianInput","synthetic":true,"types":["sim::render::DrawPedestrianInput"]},{"text":"impl Sync for UnzoomedAgent","synthetic":true,"types":["sim::render::UnzoomedAgent"]},{"text":"impl Sync for CarID","synthetic":true,"types":["sim::CarID"]},{"text":"impl Sync for PedestrianID","synthetic":true,"types":["sim::PedestrianID"]},{"text":"impl Sync for TripID","synthetic":true,"types":["sim::TripID"]},{"text":"impl Sync for PersonID","synthetic":true,"types":["sim::PersonID"]},{"text":"impl Sync for OrigPersonID","synthetic":true,"types":["sim::OrigPersonID"]},{"text":"impl Sync for Vehicle","synthetic":true,"types":["sim::Vehicle"]},{"text":"impl Sync for VehicleSpec","synthetic":true,"types":["sim::VehicleSpec"]},{"text":"impl Sync for ParkedCar","synthetic":true,"types":["sim::ParkedCar"]},{"text":"impl Sync for SidewalkSpot","synthetic":true,"types":["sim::SidewalkSpot"]},{"text":"impl Sync for TimeInterval","synthetic":true,"types":["sim::TimeInterval"]},{"text":"impl Sync for DistanceInterval","synthetic":true,"types":["sim::DistanceInterval"]},{"text":"impl Sync for CreatePedestrian","synthetic":true,"types":["sim::CreatePedestrian"]},{"text":"impl Sync for CreateCar","synthetic":true,"types":["sim::CreateCar"]},{"text":"impl Sync for AlertLocation","synthetic":true,"types":["sim::events::AlertLocation"]},{"text":"impl Sync for TripPhaseType","synthetic":true,"types":["sim::events::TripPhaseType"]},{"text":"impl Sync for OriginDestination","synthetic":true,"types":["sim::make::generator::OriginDestination"]},{"text":"impl Sync for ScenarioModifier","synthetic":true,"types":["sim::make::modifier::ScenarioModifier"]},{"text":"impl Sync for SpawnTrip","synthetic":true,"types":["sim::make::scenario::SpawnTrip"]},{"text":"impl Sync for TripSpec","synthetic":true,"types":["sim::make::spawner::TripSpec"]},{"text":"impl Sync for AlertHandler","synthetic":true,"types":["sim::sim::AlertHandler"]},{"text":"impl Sync for PersonState","synthetic":true,"types":["sim::trips::PersonState"]},{"text":"impl<T> Sync for TripResult<T> where
    T: Sync
","synthetic":true,"types":["sim::trips::TripResult"]},{"text":"impl Sync for TripEndpoint","synthetic":true,"types":["sim::trips::TripEndpoint"]},{"text":"impl Sync for TripMode","synthetic":true,"types":["sim::trips::TripMode"]},{"text":"impl Sync for CarStatus","synthetic":true,"types":["sim::render::CarStatus"]},{"text":"impl Sync for PedCrowdLocation","synthetic":true,"types":["sim::render::PedCrowdLocation"]},{"text":"impl Sync for AgentID","synthetic":true,"types":["sim::AgentID"]},{"text":"impl Sync for AgentType","synthetic":true,"types":["sim::AgentType"]},{"text":"impl Sync for VehicleType","synthetic":true,"types":["sim::VehicleType"]},{"text":"impl Sync for ParkingSpot","synthetic":true,"types":["sim::ParkingSpot"]},{"text":"impl Sync for DrivingGoal","synthetic":true,"types":["sim::DrivingGoal"]},{"text":"impl Sync for SidewalkPOI","synthetic":true,"types":["sim::SidewalkPOI"]}]; implementors["updater"] = [{"text":"impl Sync for Manifest","synthetic":true,"types":["updater::Manifest"]},{"text":"impl Sync for Entry","synthetic":true,"types":["updater::Entry"]},{"text":"impl Sync for Cities","synthetic":true,"types":["updater::Cities"]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/rustdoc/implementors/core/marker/trait.Unpin.js b/rustdoc/implementors/core/marker/trait.Unpin.js index 157b8a7446..3d7c7e8f86 100644 --- a/rustdoc/implementors/core/marker/trait.Unpin.js +++ b/rustdoc/implementors/core/marker/trait.Unpin.js @@ -9,7 +9,7 @@ implementors["importer"] = [{"text":"impl Unpin for Input","synthetic":true,"types":["iotool::Input"]},{"text":"impl Unpin for Person","synthetic":true,"types":["iotool::Person"]},{"text":"impl Unpin for Trip","synthetic":true,"types":["iotool::Trip"]}]; implementors["kml"] = [{"text":"impl Unpin for ExtraShapes","synthetic":true,"types":["kml::ExtraShapes"]},{"text":"impl Unpin for ExtraShape","synthetic":true,"types":["kml::ExtraShape"]}]; implementors["map_editor"] = [{"text":"impl Unpin for UI","synthetic":true,"types":["map_editor::UI"]},{"text":"impl Unpin for State","synthetic":true,"types":["map_editor::State"]},{"text":"impl Unpin for Model","synthetic":true,"types":["map_editor::model::Model"]},{"text":"impl Unpin for ID","synthetic":true,"types":["map_editor::model::ID"]},{"text":"impl<ID> Unpin for Object<ID> where
    ID: Unpin
","synthetic":true,"types":["map_editor::world::Object"]},{"text":"impl Unpin for WorldObject","synthetic":true,"types":["map_editor::world::WorldObject"]},{"text":"impl<ID> Unpin for World<ID> where
    ID: Unpin
","synthetic":true,"types":["map_editor::world::World"]}]; -implementors["map_model"] = [{"text":"impl Unpin for City","synthetic":true,"types":["map_model::city::City"]},{"text":"impl Unpin for EditEffects","synthetic":true,"types":["map_model::edits::EditEffects"]},{"text":"impl Unpin for MapEdits","synthetic":true,"types":["map_model::edits::MapEdits"]},{"text":"impl Unpin for OriginalLane","synthetic":true,"types":["map_model::edits::OriginalLane"]},{"text":"impl Unpin for PermanentMapEdits","synthetic":true,"types":["map_model::edits::PermanentMapEdits"]},{"text":"impl Unpin for MapConfig","synthetic":true,"types":["map_model::map::MapConfig"]},{"text":"impl Unpin for Area","synthetic":true,"types":["map_model::objects::area::Area"]},{"text":"impl Unpin for AreaID","synthetic":true,"types":["map_model::objects::area::AreaID"]},{"text":"impl Unpin for Building","synthetic":true,"types":["map_model::objects::building::Building"]},{"text":"impl Unpin for BuildingID","synthetic":true,"types":["map_model::objects::building::BuildingID"]},{"text":"impl Unpin for BusRoute","synthetic":true,"types":["map_model::objects::bus_stop::BusRoute"]},{"text":"impl Unpin for BusRouteID","synthetic":true,"types":["map_model::objects::bus_stop::BusRouteID"]},{"text":"impl Unpin for BusStop","synthetic":true,"types":["map_model::objects::bus_stop::BusStop"]},{"text":"impl Unpin for BusStopID","synthetic":true,"types":["map_model::objects::bus_stop::BusStopID"]},{"text":"impl Unpin for Intersection","synthetic":true,"types":["map_model::objects::intersection::Intersection"]},{"text":"impl Unpin for IntersectionID","synthetic":true,"types":["map_model::objects::intersection::IntersectionID"]},{"text":"impl Unpin for Lane","synthetic":true,"types":["map_model::objects::lane::Lane"]},{"text":"impl Unpin for LaneID","synthetic":true,"types":["map_model::objects::lane::LaneID"]},{"text":"impl Unpin for ParkingLot","synthetic":true,"types":["map_model::objects::parking_lot::ParkingLot"]},{"text":"impl Unpin for ParkingLotID","synthetic":true,"types":["map_model::objects::parking_lot::ParkingLotID"]},{"text":"impl Unpin for DirectedRoadID","synthetic":true,"types":["map_model::objects::road::DirectedRoadID"]},{"text":"impl Unpin for Road","synthetic":true,"types":["map_model::objects::road::Road"]},{"text":"impl Unpin for RoadID","synthetic":true,"types":["map_model::objects::road::RoadID"]},{"text":"impl Unpin for ControlStopSign","synthetic":true,"types":["map_model::objects::stop_signs::ControlStopSign"]},{"text":"impl Unpin for RoadWithStopSign","synthetic":true,"types":["map_model::objects::stop_signs::RoadWithStopSign"]},{"text":"impl Unpin for ControlTrafficSignal","synthetic":true,"types":["map_model::objects::traffic_signals::ControlTrafficSignal"]},{"text":"impl Unpin for Phase","synthetic":true,"types":["map_model::objects::traffic_signals::Phase"]},{"text":"impl Unpin for Turn","synthetic":true,"types":["map_model::objects::turn::Turn"]},{"text":"impl Unpin for TurnGroup","synthetic":true,"types":["map_model::objects::turn::TurnGroup"]},{"text":"impl Unpin for TurnGroupID","synthetic":true,"types":["map_model::objects::turn::TurnGroupID"]},{"text":"impl Unpin for TurnID","synthetic":true,"types":["map_model::objects::turn::TurnID"]},{"text":"impl Unpin for AccessRestrictions","synthetic":true,"types":["map_model::objects::zone::AccessRestrictions"]},{"text":"impl Unpin for Zone","synthetic":true,"types":["map_model::objects::zone::Zone"]},{"text":"impl Unpin for IntersectionCluster","synthetic":true,"types":["map_model::pathfind::uber_turns::IntersectionCluster"]},{"text":"impl Unpin for UberTurn","synthetic":true,"types":["map_model::pathfind::uber_turns::UberTurn"]},{"text":"impl Unpin for UberTurnGroup","synthetic":true,"types":["map_model::pathfind::uber_turns::UberTurnGroup"]},{"text":"impl Unpin for Path","synthetic":true,"types":["map_model::pathfind::Path"]},{"text":"impl Unpin for PathRequest","synthetic":true,"types":["map_model::pathfind::PathRequest"]},{"text":"impl Unpin for Position","synthetic":true,"types":["map_model::traversable::Position"]},{"text":"impl Unpin for Map","synthetic":true,"types":["map_model::Map"]},{"text":"impl Unpin for EditCmd","synthetic":true,"types":["map_model::edits::EditCmd"]},{"text":"impl Unpin for EditIntersection","synthetic":true,"types":["map_model::edits::EditIntersection"]},{"text":"impl Unpin for AreaType","synthetic":true,"types":["map_model::objects::area::AreaType"]},{"text":"impl Unpin for BuildingType","synthetic":true,"types":["map_model::objects::building::BuildingType"]},{"text":"impl Unpin for OffstreetParking","synthetic":true,"types":["map_model::objects::building::OffstreetParking"]},{"text":"impl Unpin for IntersectionType","synthetic":true,"types":["map_model::objects::intersection::IntersectionType"]},{"text":"impl Unpin for LaneType","synthetic":true,"types":["map_model::objects::lane::LaneType"]},{"text":"impl Unpin for PhaseType","synthetic":true,"types":["map_model::objects::traffic_signals::PhaseType"]},{"text":"impl Unpin for TurnPriority","synthetic":true,"types":["map_model::objects::turn::TurnPriority"]},{"text":"impl Unpin for TurnType","synthetic":true,"types":["map_model::objects::turn::TurnType"]},{"text":"impl Unpin for PathConstraints","synthetic":true,"types":["map_model::pathfind::PathConstraints"]},{"text":"impl Unpin for PathStep","synthetic":true,"types":["map_model::pathfind::PathStep"]},{"text":"impl Unpin for Traversable","synthetic":true,"types":["map_model::traversable::Traversable"]},{"text":"impl Unpin for NodeID","synthetic":true,"types":["map_model::osm::NodeID"]},{"text":"impl Unpin for WayID","synthetic":true,"types":["map_model::osm::WayID"]},{"text":"impl Unpin for RelationID","synthetic":true,"types":["map_model::osm::RelationID"]},{"text":"impl Unpin for RoadRank","synthetic":true,"types":["map_model::osm::RoadRank"]},{"text":"impl Unpin for OsmID","synthetic":true,"types":["map_model::osm::OsmID"]},{"text":"impl Unpin for RawMap","synthetic":true,"types":["map_model::raw::RawMap"]},{"text":"impl Unpin for OriginalRoad","synthetic":true,"types":["map_model::raw::OriginalRoad"]},{"text":"impl Unpin for RawRoad","synthetic":true,"types":["map_model::raw::RawRoad"]},{"text":"impl Unpin for RawIntersection","synthetic":true,"types":["map_model::raw::RawIntersection"]},{"text":"impl Unpin for RawBuilding","synthetic":true,"types":["map_model::raw::RawBuilding"]},{"text":"impl Unpin for RawArea","synthetic":true,"types":["map_model::raw::RawArea"]},{"text":"impl Unpin for RawParkingLot","synthetic":true,"types":["map_model::raw::RawParkingLot"]},{"text":"impl Unpin for TurnRestriction","synthetic":true,"types":["map_model::raw::TurnRestriction"]},{"text":"impl Unpin for RawBusRoute","synthetic":true,"types":["map_model::raw::RawBusRoute"]},{"text":"impl Unpin for RawBusStop","synthetic":true,"types":["map_model::raw::RawBusStop"]},{"text":"impl Unpin for RestrictionType","synthetic":true,"types":["map_model::raw::RestrictionType"]},{"text":"impl Unpin for DrivingSide","synthetic":true,"types":["map_model::raw::DrivingSide"]}]; +implementors["map_model"] = [{"text":"impl Unpin for City","synthetic":true,"types":["map_model::city::City"]},{"text":"impl Unpin for EditEffects","synthetic":true,"types":["map_model::edits::EditEffects"]},{"text":"impl Unpin for MapEdits","synthetic":true,"types":["map_model::edits::MapEdits"]},{"text":"impl Unpin for OriginalLane","synthetic":true,"types":["map_model::edits::OriginalLane"]},{"text":"impl Unpin for PermanentMapEdits","synthetic":true,"types":["map_model::edits::PermanentMapEdits"]},{"text":"impl Unpin for MapConfig","synthetic":true,"types":["map_model::map::MapConfig"]},{"text":"impl Unpin for Area","synthetic":true,"types":["map_model::objects::area::Area"]},{"text":"impl Unpin for AreaID","synthetic":true,"types":["map_model::objects::area::AreaID"]},{"text":"impl Unpin for Building","synthetic":true,"types":["map_model::objects::building::Building"]},{"text":"impl Unpin for BuildingID","synthetic":true,"types":["map_model::objects::building::BuildingID"]},{"text":"impl Unpin for NamePerLanguage","synthetic":true,"types":["map_model::objects::building::NamePerLanguage"]},{"text":"impl Unpin for BusRoute","synthetic":true,"types":["map_model::objects::bus_stop::BusRoute"]},{"text":"impl Unpin for BusRouteID","synthetic":true,"types":["map_model::objects::bus_stop::BusRouteID"]},{"text":"impl Unpin for BusStop","synthetic":true,"types":["map_model::objects::bus_stop::BusStop"]},{"text":"impl Unpin for BusStopID","synthetic":true,"types":["map_model::objects::bus_stop::BusStopID"]},{"text":"impl Unpin for Intersection","synthetic":true,"types":["map_model::objects::intersection::Intersection"]},{"text":"impl Unpin for IntersectionID","synthetic":true,"types":["map_model::objects::intersection::IntersectionID"]},{"text":"impl Unpin for Lane","synthetic":true,"types":["map_model::objects::lane::Lane"]},{"text":"impl Unpin for LaneID","synthetic":true,"types":["map_model::objects::lane::LaneID"]},{"text":"impl Unpin for ParkingLot","synthetic":true,"types":["map_model::objects::parking_lot::ParkingLot"]},{"text":"impl Unpin for ParkingLotID","synthetic":true,"types":["map_model::objects::parking_lot::ParkingLotID"]},{"text":"impl Unpin for DirectedRoadID","synthetic":true,"types":["map_model::objects::road::DirectedRoadID"]},{"text":"impl Unpin for Road","synthetic":true,"types":["map_model::objects::road::Road"]},{"text":"impl Unpin for RoadID","synthetic":true,"types":["map_model::objects::road::RoadID"]},{"text":"impl Unpin for ControlStopSign","synthetic":true,"types":["map_model::objects::stop_signs::ControlStopSign"]},{"text":"impl Unpin for RoadWithStopSign","synthetic":true,"types":["map_model::objects::stop_signs::RoadWithStopSign"]},{"text":"impl Unpin for ControlTrafficSignal","synthetic":true,"types":["map_model::objects::traffic_signals::ControlTrafficSignal"]},{"text":"impl Unpin for Phase","synthetic":true,"types":["map_model::objects::traffic_signals::Phase"]},{"text":"impl Unpin for Turn","synthetic":true,"types":["map_model::objects::turn::Turn"]},{"text":"impl Unpin for TurnGroup","synthetic":true,"types":["map_model::objects::turn::TurnGroup"]},{"text":"impl Unpin for TurnGroupID","synthetic":true,"types":["map_model::objects::turn::TurnGroupID"]},{"text":"impl Unpin for TurnID","synthetic":true,"types":["map_model::objects::turn::TurnID"]},{"text":"impl Unpin for AccessRestrictions","synthetic":true,"types":["map_model::objects::zone::AccessRestrictions"]},{"text":"impl Unpin for Zone","synthetic":true,"types":["map_model::objects::zone::Zone"]},{"text":"impl Unpin for IntersectionCluster","synthetic":true,"types":["map_model::pathfind::uber_turns::IntersectionCluster"]},{"text":"impl Unpin for UberTurn","synthetic":true,"types":["map_model::pathfind::uber_turns::UberTurn"]},{"text":"impl Unpin for UberTurnGroup","synthetic":true,"types":["map_model::pathfind::uber_turns::UberTurnGroup"]},{"text":"impl Unpin for Path","synthetic":true,"types":["map_model::pathfind::Path"]},{"text":"impl Unpin for PathRequest","synthetic":true,"types":["map_model::pathfind::PathRequest"]},{"text":"impl Unpin for Position","synthetic":true,"types":["map_model::traversable::Position"]},{"text":"impl Unpin for Map","synthetic":true,"types":["map_model::Map"]},{"text":"impl Unpin for EditCmd","synthetic":true,"types":["map_model::edits::EditCmd"]},{"text":"impl Unpin for EditIntersection","synthetic":true,"types":["map_model::edits::EditIntersection"]},{"text":"impl Unpin for AreaType","synthetic":true,"types":["map_model::objects::area::AreaType"]},{"text":"impl Unpin for BuildingType","synthetic":true,"types":["map_model::objects::building::BuildingType"]},{"text":"impl Unpin for OffstreetParking","synthetic":true,"types":["map_model::objects::building::OffstreetParking"]},{"text":"impl Unpin for IntersectionType","synthetic":true,"types":["map_model::objects::intersection::IntersectionType"]},{"text":"impl Unpin for LaneType","synthetic":true,"types":["map_model::objects::lane::LaneType"]},{"text":"impl Unpin for PhaseType","synthetic":true,"types":["map_model::objects::traffic_signals::PhaseType"]},{"text":"impl Unpin for TurnPriority","synthetic":true,"types":["map_model::objects::turn::TurnPriority"]},{"text":"impl Unpin for TurnType","synthetic":true,"types":["map_model::objects::turn::TurnType"]},{"text":"impl Unpin for PathConstraints","synthetic":true,"types":["map_model::pathfind::PathConstraints"]},{"text":"impl Unpin for PathStep","synthetic":true,"types":["map_model::pathfind::PathStep"]},{"text":"impl Unpin for Traversable","synthetic":true,"types":["map_model::traversable::Traversable"]},{"text":"impl Unpin for NodeID","synthetic":true,"types":["map_model::osm::NodeID"]},{"text":"impl Unpin for WayID","synthetic":true,"types":["map_model::osm::WayID"]},{"text":"impl Unpin for RelationID","synthetic":true,"types":["map_model::osm::RelationID"]},{"text":"impl Unpin for RoadRank","synthetic":true,"types":["map_model::osm::RoadRank"]},{"text":"impl Unpin for OsmID","synthetic":true,"types":["map_model::osm::OsmID"]},{"text":"impl Unpin for RawMap","synthetic":true,"types":["map_model::raw::RawMap"]},{"text":"impl Unpin for OriginalRoad","synthetic":true,"types":["map_model::raw::OriginalRoad"]},{"text":"impl Unpin for RawRoad","synthetic":true,"types":["map_model::raw::RawRoad"]},{"text":"impl Unpin for RawIntersection","synthetic":true,"types":["map_model::raw::RawIntersection"]},{"text":"impl Unpin for RawBuilding","synthetic":true,"types":["map_model::raw::RawBuilding"]},{"text":"impl Unpin for RawArea","synthetic":true,"types":["map_model::raw::RawArea"]},{"text":"impl Unpin for RawParkingLot","synthetic":true,"types":["map_model::raw::RawParkingLot"]},{"text":"impl Unpin for TurnRestriction","synthetic":true,"types":["map_model::raw::TurnRestriction"]},{"text":"impl Unpin for RawBusRoute","synthetic":true,"types":["map_model::raw::RawBusRoute"]},{"text":"impl Unpin for RawBusStop","synthetic":true,"types":["map_model::raw::RawBusStop"]},{"text":"impl Unpin for RestrictionType","synthetic":true,"types":["map_model::raw::RestrictionType"]},{"text":"impl Unpin for DrivingSide","synthetic":true,"types":["map_model::raw::DrivingSide"]}]; implementors["sim"] = [{"text":"impl Unpin for Analytics","synthetic":true,"types":["sim::analytics::Analytics"]},{"text":"impl Unpin for TripPhase","synthetic":true,"types":["sim::analytics::TripPhase"]},{"text":"impl Unpin for BorderSpawnOverTime","synthetic":true,"types":["sim::make::generator::BorderSpawnOverTime"]},{"text":"impl Unpin for IndividTrip","synthetic":true,"types":["sim::make::scenario::IndividTrip"]},{"text":"impl Unpin for OffMapLocation","synthetic":true,"types":["sim::make::scenario::OffMapLocation"]},{"text":"impl Unpin for PersonSpec","synthetic":true,"types":["sim::make::scenario::PersonSpec"]},{"text":"impl Unpin for Scenario","synthetic":true,"types":["sim::make::scenario::Scenario"]},{"text":"impl Unpin for ScenarioGenerator","synthetic":true,"types":["sim::make::generator::ScenarioGenerator"]},{"text":"impl Unpin for SimFlags","synthetic":true,"types":["sim::make::load::SimFlags"]},{"text":"impl Unpin for SpawnOverTime","synthetic":true,"types":["sim::make::generator::SpawnOverTime"]},{"text":"impl Unpin for TripSpawner","synthetic":true,"types":["sim::make::spawner::TripSpawner"]},{"text":"impl Unpin for AgentProperties","synthetic":true,"types":["sim::sim::AgentProperties"]},{"text":"impl Unpin for Sim","synthetic":true,"types":["sim::sim::Sim"]},{"text":"impl Unpin for SimOptions","synthetic":true,"types":["sim::sim::SimOptions"]},{"text":"impl Unpin for Person","synthetic":true,"types":["sim::trips::Person"]},{"text":"impl Unpin for TripInfo","synthetic":true,"types":["sim::trips::TripInfo"]},{"text":"impl Unpin for DontDrawAgents","synthetic":true,"types":["sim::render::DontDrawAgents"]},{"text":"impl Unpin for DrawCarInput","synthetic":true,"types":["sim::render::DrawCarInput"]},{"text":"impl Unpin for DrawPedCrowdInput","synthetic":true,"types":["sim::render::DrawPedCrowdInput"]},{"text":"impl Unpin for DrawPedestrianInput","synthetic":true,"types":["sim::render::DrawPedestrianInput"]},{"text":"impl Unpin for UnzoomedAgent","synthetic":true,"types":["sim::render::UnzoomedAgent"]},{"text":"impl Unpin for CarID","synthetic":true,"types":["sim::CarID"]},{"text":"impl Unpin for PedestrianID","synthetic":true,"types":["sim::PedestrianID"]},{"text":"impl Unpin for TripID","synthetic":true,"types":["sim::TripID"]},{"text":"impl Unpin for PersonID","synthetic":true,"types":["sim::PersonID"]},{"text":"impl Unpin for OrigPersonID","synthetic":true,"types":["sim::OrigPersonID"]},{"text":"impl Unpin for Vehicle","synthetic":true,"types":["sim::Vehicle"]},{"text":"impl Unpin for VehicleSpec","synthetic":true,"types":["sim::VehicleSpec"]},{"text":"impl Unpin for ParkedCar","synthetic":true,"types":["sim::ParkedCar"]},{"text":"impl Unpin for SidewalkSpot","synthetic":true,"types":["sim::SidewalkSpot"]},{"text":"impl Unpin for TimeInterval","synthetic":true,"types":["sim::TimeInterval"]},{"text":"impl Unpin for DistanceInterval","synthetic":true,"types":["sim::DistanceInterval"]},{"text":"impl Unpin for CreatePedestrian","synthetic":true,"types":["sim::CreatePedestrian"]},{"text":"impl Unpin for CreateCar","synthetic":true,"types":["sim::CreateCar"]},{"text":"impl Unpin for AlertLocation","synthetic":true,"types":["sim::events::AlertLocation"]},{"text":"impl Unpin for TripPhaseType","synthetic":true,"types":["sim::events::TripPhaseType"]},{"text":"impl Unpin for OriginDestination","synthetic":true,"types":["sim::make::generator::OriginDestination"]},{"text":"impl Unpin for ScenarioModifier","synthetic":true,"types":["sim::make::modifier::ScenarioModifier"]},{"text":"impl Unpin for SpawnTrip","synthetic":true,"types":["sim::make::scenario::SpawnTrip"]},{"text":"impl Unpin for TripSpec","synthetic":true,"types":["sim::make::spawner::TripSpec"]},{"text":"impl Unpin for AlertHandler","synthetic":true,"types":["sim::sim::AlertHandler"]},{"text":"impl Unpin for PersonState","synthetic":true,"types":["sim::trips::PersonState"]},{"text":"impl<T> Unpin for TripResult<T> where
    T: Unpin
","synthetic":true,"types":["sim::trips::TripResult"]},{"text":"impl Unpin for TripEndpoint","synthetic":true,"types":["sim::trips::TripEndpoint"]},{"text":"impl Unpin for TripMode","synthetic":true,"types":["sim::trips::TripMode"]},{"text":"impl Unpin for CarStatus","synthetic":true,"types":["sim::render::CarStatus"]},{"text":"impl Unpin for PedCrowdLocation","synthetic":true,"types":["sim::render::PedCrowdLocation"]},{"text":"impl Unpin for AgentID","synthetic":true,"types":["sim::AgentID"]},{"text":"impl Unpin for AgentType","synthetic":true,"types":["sim::AgentType"]},{"text":"impl Unpin for VehicleType","synthetic":true,"types":["sim::VehicleType"]},{"text":"impl Unpin for ParkingSpot","synthetic":true,"types":["sim::ParkingSpot"]},{"text":"impl Unpin for DrivingGoal","synthetic":true,"types":["sim::DrivingGoal"]},{"text":"impl Unpin for SidewalkPOI","synthetic":true,"types":["sim::SidewalkPOI"]}]; implementors["updater"] = [{"text":"impl Unpin for Manifest","synthetic":true,"types":["updater::Manifest"]},{"text":"impl Unpin for Entry","synthetic":true,"types":["updater::Entry"]},{"text":"impl Unpin for Cities","synthetic":true,"types":["updater::Cities"]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/rustdoc/implementors/serde/de/trait.Deserialize.js b/rustdoc/implementors/serde/de/trait.Deserialize.js index c8d9254bb3..107c9205ce 100644 --- a/rustdoc/implementors/serde/de/trait.Deserialize.js +++ b/rustdoc/implementors/serde/de/trait.Deserialize.js @@ -6,6 +6,6 @@ implementors["geom"] = [{"text":"impl<'de> Deserialize<'de> for Record","synthetic":false,"types":["importer::berlin::Record"]},{"text":"impl<'de> Deserialize<'de> for TripRecord","synthetic":false,"types":["importer::seattle::TripRecord"]},{"text":"impl<'de> Deserialize<'de> for StopTimeRecord","synthetic":false,"types":["importer::seattle::StopTimeRecord"]}]; implementors["iotool"] = [{"text":"impl<'de> Deserialize<'de> for Input","synthetic":false,"types":["iotool::Input"]},{"text":"impl<'de> Deserialize<'de> for Person","synthetic":false,"types":["iotool::Person"]},{"text":"impl<'de> Deserialize<'de> for Trip","synthetic":false,"types":["iotool::Trip"]}]; implementors["kml"] = [{"text":"impl<'de> Deserialize<'de> for ExtraShapes","synthetic":false,"types":["kml::ExtraShapes"]},{"text":"impl<'de> Deserialize<'de> for ExtraShape","synthetic":false,"types":["kml::ExtraShape"]}]; -implementors["map_model"] = [{"text":"impl<'de> Deserialize<'de> for City","synthetic":false,"types":["map_model::city::City"]},{"text":"impl<'de> Deserialize<'de> for PermanentMapEdits","synthetic":false,"types":["map_model::edits::PermanentMapEdits"]},{"text":"impl<'de> Deserialize<'de> for OriginalLane","synthetic":false,"types":["map_model::edits::OriginalLane"]},{"text":"impl<'de> Deserialize<'de> for MapConfig","synthetic":false,"types":["map_model::map::MapConfig"]},{"text":"impl<'de> Deserialize<'de> for AreaID","synthetic":false,"types":["map_model::objects::area::AreaID"]},{"text":"impl<'de> Deserialize<'de> for AreaType","synthetic":false,"types":["map_model::objects::area::AreaType"]},{"text":"impl<'de> Deserialize<'de> for Area","synthetic":false,"types":["map_model::objects::area::Area"]},{"text":"impl<'de> Deserialize<'de> for BuildingID","synthetic":false,"types":["map_model::objects::building::BuildingID"]},{"text":"impl<'de> Deserialize<'de> for Building","synthetic":false,"types":["map_model::objects::building::Building"]},{"text":"impl<'de> Deserialize<'de> for OffstreetParking","synthetic":false,"types":["map_model::objects::building::OffstreetParking"]},{"text":"impl<'de> Deserialize<'de> for BuildingType","synthetic":false,"types":["map_model::objects::building::BuildingType"]},{"text":"impl<'de> Deserialize<'de> for BusStopID","synthetic":false,"types":["map_model::objects::bus_stop::BusStopID"]},{"text":"impl<'de> Deserialize<'de> for BusRouteID","synthetic":false,"types":["map_model::objects::bus_stop::BusRouteID"]},{"text":"impl<'de> Deserialize<'de> for BusStop","synthetic":false,"types":["map_model::objects::bus_stop::BusStop"]},{"text":"impl<'de> Deserialize<'de> for BusRoute","synthetic":false,"types":["map_model::objects::bus_stop::BusRoute"]},{"text":"impl<'de> Deserialize<'de> for IntersectionID","synthetic":false,"types":["map_model::objects::intersection::IntersectionID"]},{"text":"impl<'de> Deserialize<'de> for IntersectionType","synthetic":false,"types":["map_model::objects::intersection::IntersectionType"]},{"text":"impl<'de> Deserialize<'de> for Intersection","synthetic":false,"types":["map_model::objects::intersection::Intersection"]},{"text":"impl<'de> Deserialize<'de> for LaneID","synthetic":false,"types":["map_model::objects::lane::LaneID"]},{"text":"impl<'de> Deserialize<'de> for LaneType","synthetic":false,"types":["map_model::objects::lane::LaneType"]},{"text":"impl<'de> Deserialize<'de> for Lane","synthetic":false,"types":["map_model::objects::lane::Lane"]},{"text":"impl<'de> Deserialize<'de> for ParkingLotID","synthetic":false,"types":["map_model::objects::parking_lot::ParkingLotID"]},{"text":"impl<'de> Deserialize<'de> for ParkingLot","synthetic":false,"types":["map_model::objects::parking_lot::ParkingLot"]},{"text":"impl<'de> Deserialize<'de> for RoadID","synthetic":false,"types":["map_model::objects::road::RoadID"]},{"text":"impl<'de> Deserialize<'de> for DirectedRoadID","synthetic":false,"types":["map_model::objects::road::DirectedRoadID"]},{"text":"impl<'de> Deserialize<'de> for Road","synthetic":false,"types":["map_model::objects::road::Road"]},{"text":"impl<'de> Deserialize<'de> for ControlStopSign","synthetic":false,"types":["map_model::objects::stop_signs::ControlStopSign"]},{"text":"impl<'de> Deserialize<'de> for RoadWithStopSign","synthetic":false,"types":["map_model::objects::stop_signs::RoadWithStopSign"]},{"text":"impl<'de> Deserialize<'de> for ControlTrafficSignal","synthetic":false,"types":["map_model::objects::traffic_signals::ControlTrafficSignal"]},{"text":"impl<'de> Deserialize<'de> for Phase","synthetic":false,"types":["map_model::objects::traffic_signals::Phase"]},{"text":"impl<'de> Deserialize<'de> for PhaseType","synthetic":false,"types":["map_model::objects::traffic_signals::PhaseType"]},{"text":"impl<'de> Deserialize<'de> for TurnID","synthetic":false,"types":["map_model::objects::turn::TurnID"]},{"text":"impl<'de> Deserialize<'de> for TurnType","synthetic":false,"types":["map_model::objects::turn::TurnType"]},{"text":"impl<'de> Deserialize<'de> for TurnPriority","synthetic":false,"types":["map_model::objects::turn::TurnPriority"]},{"text":"impl<'de> Deserialize<'de> for Turn","synthetic":false,"types":["map_model::objects::turn::Turn"]},{"text":"impl<'de> Deserialize<'de> for TurnGroupID","synthetic":false,"types":["map_model::objects::turn::TurnGroupID"]},{"text":"impl<'de> Deserialize<'de> for TurnGroup","synthetic":false,"types":["map_model::objects::turn::TurnGroup"]},{"text":"impl<'de> Deserialize<'de> for AccessRestrictions","synthetic":false,"types":["map_model::objects::zone::AccessRestrictions"]},{"text":"impl<'de> Deserialize<'de> for Zone","synthetic":false,"types":["map_model::objects::zone::Zone"]},{"text":"impl<'de> Deserialize<'de> for NodeID","synthetic":false,"types":["map_model::osm::NodeID"]},{"text":"impl<'de> Deserialize<'de> for WayID","synthetic":false,"types":["map_model::osm::WayID"]},{"text":"impl<'de> Deserialize<'de> for RelationID","synthetic":false,"types":["map_model::osm::RelationID"]},{"text":"impl<'de> Deserialize<'de> for OsmID","synthetic":false,"types":["map_model::osm::OsmID"]},{"text":"impl<'de> Deserialize<'de> for IntersectionCluster","synthetic":false,"types":["map_model::pathfind::uber_turns::IntersectionCluster"]},{"text":"impl<'de> Deserialize<'de> for UberTurn","synthetic":false,"types":["map_model::pathfind::uber_turns::UberTurn"]},{"text":"impl<'de> Deserialize<'de> for PathStep","synthetic":false,"types":["map_model::pathfind::PathStep"]},{"text":"impl<'de> Deserialize<'de> for Path","synthetic":false,"types":["map_model::pathfind::Path"]},{"text":"impl<'de> Deserialize<'de> for PathConstraints","synthetic":false,"types":["map_model::pathfind::PathConstraints"]},{"text":"impl<'de> Deserialize<'de> for PathRequest","synthetic":false,"types":["map_model::pathfind::PathRequest"]},{"text":"impl<'de> Deserialize<'de> for RawMap","synthetic":false,"types":["map_model::raw::RawMap"]},{"text":"impl<'de> Deserialize<'de> for OriginalRoad","synthetic":false,"types":["map_model::raw::OriginalRoad"]},{"text":"impl<'de> Deserialize<'de> for RawRoad","synthetic":false,"types":["map_model::raw::RawRoad"]},{"text":"impl<'de> Deserialize<'de> for RawIntersection","synthetic":false,"types":["map_model::raw::RawIntersection"]},{"text":"impl<'de> Deserialize<'de> for RawBuilding","synthetic":false,"types":["map_model::raw::RawBuilding"]},{"text":"impl<'de> Deserialize<'de> for RawArea","synthetic":false,"types":["map_model::raw::RawArea"]},{"text":"impl<'de> Deserialize<'de> for RawParkingLot","synthetic":false,"types":["map_model::raw::RawParkingLot"]},{"text":"impl<'de> Deserialize<'de> for RestrictionType","synthetic":false,"types":["map_model::raw::RestrictionType"]},{"text":"impl<'de> Deserialize<'de> for DrivingSide","synthetic":false,"types":["map_model::raw::DrivingSide"]},{"text":"impl<'de> Deserialize<'de> for RawBusRoute","synthetic":false,"types":["map_model::raw::RawBusRoute"]},{"text":"impl<'de> Deserialize<'de> for RawBusStop","synthetic":false,"types":["map_model::raw::RawBusStop"]},{"text":"impl<'de> Deserialize<'de> for Position","synthetic":false,"types":["map_model::traversable::Position"]},{"text":"impl<'de> Deserialize<'de> for Traversable","synthetic":false,"types":["map_model::traversable::Traversable"]},{"text":"impl<'de> Deserialize<'de> for Map","synthetic":false,"types":["map_model::Map"]}]; +implementors["map_model"] = [{"text":"impl<'de> Deserialize<'de> for City","synthetic":false,"types":["map_model::city::City"]},{"text":"impl<'de> Deserialize<'de> for PermanentMapEdits","synthetic":false,"types":["map_model::edits::PermanentMapEdits"]},{"text":"impl<'de> Deserialize<'de> for OriginalLane","synthetic":false,"types":["map_model::edits::OriginalLane"]},{"text":"impl<'de> Deserialize<'de> for MapConfig","synthetic":false,"types":["map_model::map::MapConfig"]},{"text":"impl<'de> Deserialize<'de> for AreaID","synthetic":false,"types":["map_model::objects::area::AreaID"]},{"text":"impl<'de> Deserialize<'de> for AreaType","synthetic":false,"types":["map_model::objects::area::AreaType"]},{"text":"impl<'de> Deserialize<'de> for Area","synthetic":false,"types":["map_model::objects::area::Area"]},{"text":"impl<'de> Deserialize<'de> for BuildingID","synthetic":false,"types":["map_model::objects::building::BuildingID"]},{"text":"impl<'de> Deserialize<'de> for Building","synthetic":false,"types":["map_model::objects::building::Building"]},{"text":"impl<'de> Deserialize<'de> for OffstreetParking","synthetic":false,"types":["map_model::objects::building::OffstreetParking"]},{"text":"impl<'de> Deserialize<'de> for BuildingType","synthetic":false,"types":["map_model::objects::building::BuildingType"]},{"text":"impl<'de> Deserialize<'de> for NamePerLanguage","synthetic":false,"types":["map_model::objects::building::NamePerLanguage"]},{"text":"impl<'de> Deserialize<'de> for BusStopID","synthetic":false,"types":["map_model::objects::bus_stop::BusStopID"]},{"text":"impl<'de> Deserialize<'de> for BusRouteID","synthetic":false,"types":["map_model::objects::bus_stop::BusRouteID"]},{"text":"impl<'de> Deserialize<'de> for BusStop","synthetic":false,"types":["map_model::objects::bus_stop::BusStop"]},{"text":"impl<'de> Deserialize<'de> for BusRoute","synthetic":false,"types":["map_model::objects::bus_stop::BusRoute"]},{"text":"impl<'de> Deserialize<'de> for IntersectionID","synthetic":false,"types":["map_model::objects::intersection::IntersectionID"]},{"text":"impl<'de> Deserialize<'de> for IntersectionType","synthetic":false,"types":["map_model::objects::intersection::IntersectionType"]},{"text":"impl<'de> Deserialize<'de> for Intersection","synthetic":false,"types":["map_model::objects::intersection::Intersection"]},{"text":"impl<'de> Deserialize<'de> for LaneID","synthetic":false,"types":["map_model::objects::lane::LaneID"]},{"text":"impl<'de> Deserialize<'de> for LaneType","synthetic":false,"types":["map_model::objects::lane::LaneType"]},{"text":"impl<'de> Deserialize<'de> for Lane","synthetic":false,"types":["map_model::objects::lane::Lane"]},{"text":"impl<'de> Deserialize<'de> for ParkingLotID","synthetic":false,"types":["map_model::objects::parking_lot::ParkingLotID"]},{"text":"impl<'de> Deserialize<'de> for ParkingLot","synthetic":false,"types":["map_model::objects::parking_lot::ParkingLot"]},{"text":"impl<'de> Deserialize<'de> for RoadID","synthetic":false,"types":["map_model::objects::road::RoadID"]},{"text":"impl<'de> Deserialize<'de> for DirectedRoadID","synthetic":false,"types":["map_model::objects::road::DirectedRoadID"]},{"text":"impl<'de> Deserialize<'de> for Road","synthetic":false,"types":["map_model::objects::road::Road"]},{"text":"impl<'de> Deserialize<'de> for ControlStopSign","synthetic":false,"types":["map_model::objects::stop_signs::ControlStopSign"]},{"text":"impl<'de> Deserialize<'de> for RoadWithStopSign","synthetic":false,"types":["map_model::objects::stop_signs::RoadWithStopSign"]},{"text":"impl<'de> Deserialize<'de> for ControlTrafficSignal","synthetic":false,"types":["map_model::objects::traffic_signals::ControlTrafficSignal"]},{"text":"impl<'de> Deserialize<'de> for Phase","synthetic":false,"types":["map_model::objects::traffic_signals::Phase"]},{"text":"impl<'de> Deserialize<'de> for PhaseType","synthetic":false,"types":["map_model::objects::traffic_signals::PhaseType"]},{"text":"impl<'de> Deserialize<'de> for TurnID","synthetic":false,"types":["map_model::objects::turn::TurnID"]},{"text":"impl<'de> Deserialize<'de> for TurnType","synthetic":false,"types":["map_model::objects::turn::TurnType"]},{"text":"impl<'de> Deserialize<'de> for TurnPriority","synthetic":false,"types":["map_model::objects::turn::TurnPriority"]},{"text":"impl<'de> Deserialize<'de> for Turn","synthetic":false,"types":["map_model::objects::turn::Turn"]},{"text":"impl<'de> Deserialize<'de> for TurnGroupID","synthetic":false,"types":["map_model::objects::turn::TurnGroupID"]},{"text":"impl<'de> Deserialize<'de> for TurnGroup","synthetic":false,"types":["map_model::objects::turn::TurnGroup"]},{"text":"impl<'de> Deserialize<'de> for AccessRestrictions","synthetic":false,"types":["map_model::objects::zone::AccessRestrictions"]},{"text":"impl<'de> Deserialize<'de> for Zone","synthetic":false,"types":["map_model::objects::zone::Zone"]},{"text":"impl<'de> Deserialize<'de> for NodeID","synthetic":false,"types":["map_model::osm::NodeID"]},{"text":"impl<'de> Deserialize<'de> for WayID","synthetic":false,"types":["map_model::osm::WayID"]},{"text":"impl<'de> Deserialize<'de> for RelationID","synthetic":false,"types":["map_model::osm::RelationID"]},{"text":"impl<'de> Deserialize<'de> for OsmID","synthetic":false,"types":["map_model::osm::OsmID"]},{"text":"impl<'de> Deserialize<'de> for IntersectionCluster","synthetic":false,"types":["map_model::pathfind::uber_turns::IntersectionCluster"]},{"text":"impl<'de> Deserialize<'de> for UberTurn","synthetic":false,"types":["map_model::pathfind::uber_turns::UberTurn"]},{"text":"impl<'de> Deserialize<'de> for PathStep","synthetic":false,"types":["map_model::pathfind::PathStep"]},{"text":"impl<'de> Deserialize<'de> for Path","synthetic":false,"types":["map_model::pathfind::Path"]},{"text":"impl<'de> Deserialize<'de> for PathConstraints","synthetic":false,"types":["map_model::pathfind::PathConstraints"]},{"text":"impl<'de> Deserialize<'de> for PathRequest","synthetic":false,"types":["map_model::pathfind::PathRequest"]},{"text":"impl<'de> Deserialize<'de> for RawMap","synthetic":false,"types":["map_model::raw::RawMap"]},{"text":"impl<'de> Deserialize<'de> for OriginalRoad","synthetic":false,"types":["map_model::raw::OriginalRoad"]},{"text":"impl<'de> Deserialize<'de> for RawRoad","synthetic":false,"types":["map_model::raw::RawRoad"]},{"text":"impl<'de> Deserialize<'de> for RawIntersection","synthetic":false,"types":["map_model::raw::RawIntersection"]},{"text":"impl<'de> Deserialize<'de> for RawBuilding","synthetic":false,"types":["map_model::raw::RawBuilding"]},{"text":"impl<'de> Deserialize<'de> for RawArea","synthetic":false,"types":["map_model::raw::RawArea"]},{"text":"impl<'de> Deserialize<'de> for RawParkingLot","synthetic":false,"types":["map_model::raw::RawParkingLot"]},{"text":"impl<'de> Deserialize<'de> for RestrictionType","synthetic":false,"types":["map_model::raw::RestrictionType"]},{"text":"impl<'de> Deserialize<'de> for DrivingSide","synthetic":false,"types":["map_model::raw::DrivingSide"]},{"text":"impl<'de> Deserialize<'de> for RawBusRoute","synthetic":false,"types":["map_model::raw::RawBusRoute"]},{"text":"impl<'de> Deserialize<'de> for RawBusStop","synthetic":false,"types":["map_model::raw::RawBusStop"]},{"text":"impl<'de> Deserialize<'de> for Position","synthetic":false,"types":["map_model::traversable::Position"]},{"text":"impl<'de> Deserialize<'de> for Traversable","synthetic":false,"types":["map_model::traversable::Traversable"]},{"text":"impl<'de> Deserialize<'de> for Map","synthetic":false,"types":["map_model::Map"]}]; implementors["sim"] = [{"text":"impl<'de> Deserialize<'de> for Analytics","synthetic":false,"types":["sim::analytics::Analytics"]},{"text":"impl<'de> Deserialize<'de> for AlertLocation","synthetic":false,"types":["sim::events::AlertLocation"]},{"text":"impl<'de> Deserialize<'de> for TripPhaseType","synthetic":false,"types":["sim::events::TripPhaseType"]},{"text":"impl<'de> Deserialize<'de> for ScenarioGenerator","synthetic":false,"types":["sim::make::generator::ScenarioGenerator"]},{"text":"impl<'de> Deserialize<'de> for SpawnOverTime","synthetic":false,"types":["sim::make::generator::SpawnOverTime"]},{"text":"impl<'de> Deserialize<'de> for BorderSpawnOverTime","synthetic":false,"types":["sim::make::generator::BorderSpawnOverTime"]},{"text":"impl<'de> Deserialize<'de> for OriginDestination","synthetic":false,"types":["sim::make::generator::OriginDestination"]},{"text":"impl<'de> Deserialize<'de> for Scenario","synthetic":false,"types":["sim::make::scenario::Scenario"]},{"text":"impl<'de> Deserialize<'de> for PersonSpec","synthetic":false,"types":["sim::make::scenario::PersonSpec"]},{"text":"impl<'de> Deserialize<'de> for IndividTrip","synthetic":false,"types":["sim::make::scenario::IndividTrip"]},{"text":"impl<'de> Deserialize<'de> for SpawnTrip","synthetic":false,"types":["sim::make::scenario::SpawnTrip"]},{"text":"impl<'de> Deserialize<'de> for OffMapLocation","synthetic":false,"types":["sim::make::scenario::OffMapLocation"]},{"text":"impl<'de> Deserialize<'de> for TripSpec","synthetic":false,"types":["sim::make::spawner::TripSpec"]},{"text":"impl<'de> Deserialize<'de> for Sim","synthetic":false,"types":["sim::sim::Sim"]},{"text":"impl<'de> Deserialize<'de> for TripInfo","synthetic":false,"types":["sim::trips::TripInfo"]},{"text":"impl<'de> Deserialize<'de> for TripMode","synthetic":false,"types":["sim::trips::TripMode"]},{"text":"impl<'de> Deserialize<'de> for TripEndpoint","synthetic":false,"types":["sim::trips::TripEndpoint"]},{"text":"impl<'de> Deserialize<'de> for Person","synthetic":false,"types":["sim::trips::Person"]},{"text":"impl<'de> Deserialize<'de> for PersonState","synthetic":false,"types":["sim::trips::PersonState"]},{"text":"impl<'de> Deserialize<'de> for CarID","synthetic":false,"types":["sim::CarID"]},{"text":"impl<'de> Deserialize<'de> for PedestrianID","synthetic":false,"types":["sim::PedestrianID"]},{"text":"impl<'de> Deserialize<'de> for AgentID","synthetic":false,"types":["sim::AgentID"]},{"text":"impl<'de> Deserialize<'de> for AgentType","synthetic":false,"types":["sim::AgentType"]},{"text":"impl<'de> Deserialize<'de> for TripID","synthetic":false,"types":["sim::TripID"]},{"text":"impl<'de> Deserialize<'de> for PersonID","synthetic":false,"types":["sim::PersonID"]},{"text":"impl<'de> Deserialize<'de> for OrigPersonID","synthetic":false,"types":["sim::OrigPersonID"]},{"text":"impl<'de> Deserialize<'de> for VehicleType","synthetic":false,"types":["sim::VehicleType"]},{"text":"impl<'de> Deserialize<'de> for Vehicle","synthetic":false,"types":["sim::Vehicle"]},{"text":"impl<'de> Deserialize<'de> for VehicleSpec","synthetic":false,"types":["sim::VehicleSpec"]},{"text":"impl<'de> Deserialize<'de> for ParkingSpot","synthetic":false,"types":["sim::ParkingSpot"]},{"text":"impl<'de> Deserialize<'de> for ParkedCar","synthetic":false,"types":["sim::ParkedCar"]},{"text":"impl<'de> Deserialize<'de> for DrivingGoal","synthetic":false,"types":["sim::DrivingGoal"]},{"text":"impl<'de> Deserialize<'de> for SidewalkSpot","synthetic":false,"types":["sim::SidewalkSpot"]},{"text":"impl<'de> Deserialize<'de> for SidewalkPOI","synthetic":false,"types":["sim::SidewalkPOI"]},{"text":"impl<'de> Deserialize<'de> for TimeInterval","synthetic":false,"types":["sim::TimeInterval"]},{"text":"impl<'de> Deserialize<'de> for DistanceInterval","synthetic":false,"types":["sim::DistanceInterval"]},{"text":"impl<'de> Deserialize<'de> for CreatePedestrian","synthetic":false,"types":["sim::CreatePedestrian"]},{"text":"impl<'de> Deserialize<'de> for CreateCar","synthetic":false,"types":["sim::CreateCar"]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/rustdoc/implementors/serde/ser/trait.Serialize.js b/rustdoc/implementors/serde/ser/trait.Serialize.js index 3be5d5b697..b9164b8024 100644 --- a/rustdoc/implementors/serde/ser/trait.Serialize.js +++ b/rustdoc/implementors/serde/ser/trait.Serialize.js @@ -5,6 +5,6 @@ implementors["game"] = [{"text":"impl Serialize for Angle","synthetic":false,"types":["geom::angle::Angle"]},{"text":"impl Serialize for Bounds","synthetic":false,"types":["geom::bounds::Bounds"]},{"text":"impl Serialize for GPSBounds","synthetic":false,"types":["geom::bounds::GPSBounds"]},{"text":"impl Serialize for Circle","synthetic":false,"types":["geom::circle::Circle"]},{"text":"impl Serialize for Distance","synthetic":false,"types":["geom::distance::Distance"]},{"text":"impl Serialize for Duration","synthetic":false,"types":["geom::duration::Duration"]},{"text":"impl Serialize for LonLat","synthetic":false,"types":["geom::gps::LonLat"]},{"text":"impl Serialize for Line","synthetic":false,"types":["geom::line::Line"]},{"text":"impl Serialize for InfiniteLine","synthetic":false,"types":["geom::line::InfiniteLine"]},{"text":"impl Serialize for Polygon","synthetic":false,"types":["geom::polygon::Polygon"]},{"text":"impl Serialize for PolyLine","synthetic":false,"types":["geom::polyline::PolyLine"]},{"text":"impl Serialize for Pt2D","synthetic":false,"types":["geom::pt::Pt2D"]},{"text":"impl Serialize for Ring","synthetic":false,"types":["geom::ring::Ring"]},{"text":"impl Serialize for Speed","synthetic":false,"types":["geom::speed::Speed"]},{"text":"impl Serialize for Statistic","synthetic":false,"types":["geom::stats::Statistic"]},{"text":"impl Serialize for Time","synthetic":false,"types":["geom::time::Time"]}]; implementors["headless"] = [{"text":"impl Serialize for FinishedTrips","synthetic":false,"types":["headless::FinishedTrips"]}]; implementors["kml"] = [{"text":"impl Serialize for ExtraShapes","synthetic":false,"types":["kml::ExtraShapes"]},{"text":"impl Serialize for ExtraShape","synthetic":false,"types":["kml::ExtraShape"]}]; -implementors["map_model"] = [{"text":"impl Serialize for City","synthetic":false,"types":["map_model::city::City"]},{"text":"impl Serialize for PermanentMapEdits","synthetic":false,"types":["map_model::edits::PermanentMapEdits"]},{"text":"impl Serialize for OriginalLane","synthetic":false,"types":["map_model::edits::OriginalLane"]},{"text":"impl Serialize for MapConfig","synthetic":false,"types":["map_model::map::MapConfig"]},{"text":"impl Serialize for AreaID","synthetic":false,"types":["map_model::objects::area::AreaID"]},{"text":"impl Serialize for AreaType","synthetic":false,"types":["map_model::objects::area::AreaType"]},{"text":"impl Serialize for Area","synthetic":false,"types":["map_model::objects::area::Area"]},{"text":"impl Serialize for BuildingID","synthetic":false,"types":["map_model::objects::building::BuildingID"]},{"text":"impl Serialize for Building","synthetic":false,"types":["map_model::objects::building::Building"]},{"text":"impl Serialize for OffstreetParking","synthetic":false,"types":["map_model::objects::building::OffstreetParking"]},{"text":"impl Serialize for BuildingType","synthetic":false,"types":["map_model::objects::building::BuildingType"]},{"text":"impl Serialize for BusStopID","synthetic":false,"types":["map_model::objects::bus_stop::BusStopID"]},{"text":"impl Serialize for BusRouteID","synthetic":false,"types":["map_model::objects::bus_stop::BusRouteID"]},{"text":"impl Serialize for BusStop","synthetic":false,"types":["map_model::objects::bus_stop::BusStop"]},{"text":"impl Serialize for BusRoute","synthetic":false,"types":["map_model::objects::bus_stop::BusRoute"]},{"text":"impl Serialize for IntersectionID","synthetic":false,"types":["map_model::objects::intersection::IntersectionID"]},{"text":"impl Serialize for IntersectionType","synthetic":false,"types":["map_model::objects::intersection::IntersectionType"]},{"text":"impl Serialize for Intersection","synthetic":false,"types":["map_model::objects::intersection::Intersection"]},{"text":"impl Serialize for LaneID","synthetic":false,"types":["map_model::objects::lane::LaneID"]},{"text":"impl Serialize for LaneType","synthetic":false,"types":["map_model::objects::lane::LaneType"]},{"text":"impl Serialize for Lane","synthetic":false,"types":["map_model::objects::lane::Lane"]},{"text":"impl Serialize for ParkingLotID","synthetic":false,"types":["map_model::objects::parking_lot::ParkingLotID"]},{"text":"impl Serialize for ParkingLot","synthetic":false,"types":["map_model::objects::parking_lot::ParkingLot"]},{"text":"impl Serialize for RoadID","synthetic":false,"types":["map_model::objects::road::RoadID"]},{"text":"impl Serialize for DirectedRoadID","synthetic":false,"types":["map_model::objects::road::DirectedRoadID"]},{"text":"impl Serialize for Road","synthetic":false,"types":["map_model::objects::road::Road"]},{"text":"impl Serialize for ControlStopSign","synthetic":false,"types":["map_model::objects::stop_signs::ControlStopSign"]},{"text":"impl Serialize for RoadWithStopSign","synthetic":false,"types":["map_model::objects::stop_signs::RoadWithStopSign"]},{"text":"impl Serialize for ControlTrafficSignal","synthetic":false,"types":["map_model::objects::traffic_signals::ControlTrafficSignal"]},{"text":"impl Serialize for Phase","synthetic":false,"types":["map_model::objects::traffic_signals::Phase"]},{"text":"impl Serialize for PhaseType","synthetic":false,"types":["map_model::objects::traffic_signals::PhaseType"]},{"text":"impl Serialize for TurnID","synthetic":false,"types":["map_model::objects::turn::TurnID"]},{"text":"impl Serialize for TurnType","synthetic":false,"types":["map_model::objects::turn::TurnType"]},{"text":"impl Serialize for TurnPriority","synthetic":false,"types":["map_model::objects::turn::TurnPriority"]},{"text":"impl Serialize for Turn","synthetic":false,"types":["map_model::objects::turn::Turn"]},{"text":"impl Serialize for TurnGroupID","synthetic":false,"types":["map_model::objects::turn::TurnGroupID"]},{"text":"impl Serialize for TurnGroup","synthetic":false,"types":["map_model::objects::turn::TurnGroup"]},{"text":"impl Serialize for AccessRestrictions","synthetic":false,"types":["map_model::objects::zone::AccessRestrictions"]},{"text":"impl Serialize for Zone","synthetic":false,"types":["map_model::objects::zone::Zone"]},{"text":"impl Serialize for NodeID","synthetic":false,"types":["map_model::osm::NodeID"]},{"text":"impl Serialize for WayID","synthetic":false,"types":["map_model::osm::WayID"]},{"text":"impl Serialize for RelationID","synthetic":false,"types":["map_model::osm::RelationID"]},{"text":"impl Serialize for OsmID","synthetic":false,"types":["map_model::osm::OsmID"]},{"text":"impl Serialize for IntersectionCluster","synthetic":false,"types":["map_model::pathfind::uber_turns::IntersectionCluster"]},{"text":"impl Serialize for UberTurn","synthetic":false,"types":["map_model::pathfind::uber_turns::UberTurn"]},{"text":"impl Serialize for PathStep","synthetic":false,"types":["map_model::pathfind::PathStep"]},{"text":"impl Serialize for Path","synthetic":false,"types":["map_model::pathfind::Path"]},{"text":"impl Serialize for PathConstraints","synthetic":false,"types":["map_model::pathfind::PathConstraints"]},{"text":"impl Serialize for PathRequest","synthetic":false,"types":["map_model::pathfind::PathRequest"]},{"text":"impl Serialize for RawMap","synthetic":false,"types":["map_model::raw::RawMap"]},{"text":"impl Serialize for OriginalRoad","synthetic":false,"types":["map_model::raw::OriginalRoad"]},{"text":"impl Serialize for RawRoad","synthetic":false,"types":["map_model::raw::RawRoad"]},{"text":"impl Serialize for RawIntersection","synthetic":false,"types":["map_model::raw::RawIntersection"]},{"text":"impl Serialize for RawBuilding","synthetic":false,"types":["map_model::raw::RawBuilding"]},{"text":"impl Serialize for RawArea","synthetic":false,"types":["map_model::raw::RawArea"]},{"text":"impl Serialize for RawParkingLot","synthetic":false,"types":["map_model::raw::RawParkingLot"]},{"text":"impl Serialize for RestrictionType","synthetic":false,"types":["map_model::raw::RestrictionType"]},{"text":"impl Serialize for DrivingSide","synthetic":false,"types":["map_model::raw::DrivingSide"]},{"text":"impl Serialize for RawBusRoute","synthetic":false,"types":["map_model::raw::RawBusRoute"]},{"text":"impl Serialize for RawBusStop","synthetic":false,"types":["map_model::raw::RawBusStop"]},{"text":"impl Serialize for Position","synthetic":false,"types":["map_model::traversable::Position"]},{"text":"impl Serialize for Traversable","synthetic":false,"types":["map_model::traversable::Traversable"]},{"text":"impl Serialize for Map","synthetic":false,"types":["map_model::Map"]}]; +implementors["map_model"] = [{"text":"impl Serialize for City","synthetic":false,"types":["map_model::city::City"]},{"text":"impl Serialize for PermanentMapEdits","synthetic":false,"types":["map_model::edits::PermanentMapEdits"]},{"text":"impl Serialize for OriginalLane","synthetic":false,"types":["map_model::edits::OriginalLane"]},{"text":"impl Serialize for MapConfig","synthetic":false,"types":["map_model::map::MapConfig"]},{"text":"impl Serialize for AreaID","synthetic":false,"types":["map_model::objects::area::AreaID"]},{"text":"impl Serialize for AreaType","synthetic":false,"types":["map_model::objects::area::AreaType"]},{"text":"impl Serialize for Area","synthetic":false,"types":["map_model::objects::area::Area"]},{"text":"impl Serialize for BuildingID","synthetic":false,"types":["map_model::objects::building::BuildingID"]},{"text":"impl Serialize for Building","synthetic":false,"types":["map_model::objects::building::Building"]},{"text":"impl Serialize for OffstreetParking","synthetic":false,"types":["map_model::objects::building::OffstreetParking"]},{"text":"impl Serialize for BuildingType","synthetic":false,"types":["map_model::objects::building::BuildingType"]},{"text":"impl Serialize for NamePerLanguage","synthetic":false,"types":["map_model::objects::building::NamePerLanguage"]},{"text":"impl Serialize for BusStopID","synthetic":false,"types":["map_model::objects::bus_stop::BusStopID"]},{"text":"impl Serialize for BusRouteID","synthetic":false,"types":["map_model::objects::bus_stop::BusRouteID"]},{"text":"impl Serialize for BusStop","synthetic":false,"types":["map_model::objects::bus_stop::BusStop"]},{"text":"impl Serialize for BusRoute","synthetic":false,"types":["map_model::objects::bus_stop::BusRoute"]},{"text":"impl Serialize for IntersectionID","synthetic":false,"types":["map_model::objects::intersection::IntersectionID"]},{"text":"impl Serialize for IntersectionType","synthetic":false,"types":["map_model::objects::intersection::IntersectionType"]},{"text":"impl Serialize for Intersection","synthetic":false,"types":["map_model::objects::intersection::Intersection"]},{"text":"impl Serialize for LaneID","synthetic":false,"types":["map_model::objects::lane::LaneID"]},{"text":"impl Serialize for LaneType","synthetic":false,"types":["map_model::objects::lane::LaneType"]},{"text":"impl Serialize for Lane","synthetic":false,"types":["map_model::objects::lane::Lane"]},{"text":"impl Serialize for ParkingLotID","synthetic":false,"types":["map_model::objects::parking_lot::ParkingLotID"]},{"text":"impl Serialize for ParkingLot","synthetic":false,"types":["map_model::objects::parking_lot::ParkingLot"]},{"text":"impl Serialize for RoadID","synthetic":false,"types":["map_model::objects::road::RoadID"]},{"text":"impl Serialize for DirectedRoadID","synthetic":false,"types":["map_model::objects::road::DirectedRoadID"]},{"text":"impl Serialize for Road","synthetic":false,"types":["map_model::objects::road::Road"]},{"text":"impl Serialize for ControlStopSign","synthetic":false,"types":["map_model::objects::stop_signs::ControlStopSign"]},{"text":"impl Serialize for RoadWithStopSign","synthetic":false,"types":["map_model::objects::stop_signs::RoadWithStopSign"]},{"text":"impl Serialize for ControlTrafficSignal","synthetic":false,"types":["map_model::objects::traffic_signals::ControlTrafficSignal"]},{"text":"impl Serialize for Phase","synthetic":false,"types":["map_model::objects::traffic_signals::Phase"]},{"text":"impl Serialize for PhaseType","synthetic":false,"types":["map_model::objects::traffic_signals::PhaseType"]},{"text":"impl Serialize for TurnID","synthetic":false,"types":["map_model::objects::turn::TurnID"]},{"text":"impl Serialize for TurnType","synthetic":false,"types":["map_model::objects::turn::TurnType"]},{"text":"impl Serialize for TurnPriority","synthetic":false,"types":["map_model::objects::turn::TurnPriority"]},{"text":"impl Serialize for Turn","synthetic":false,"types":["map_model::objects::turn::Turn"]},{"text":"impl Serialize for TurnGroupID","synthetic":false,"types":["map_model::objects::turn::TurnGroupID"]},{"text":"impl Serialize for TurnGroup","synthetic":false,"types":["map_model::objects::turn::TurnGroup"]},{"text":"impl Serialize for AccessRestrictions","synthetic":false,"types":["map_model::objects::zone::AccessRestrictions"]},{"text":"impl Serialize for Zone","synthetic":false,"types":["map_model::objects::zone::Zone"]},{"text":"impl Serialize for NodeID","synthetic":false,"types":["map_model::osm::NodeID"]},{"text":"impl Serialize for WayID","synthetic":false,"types":["map_model::osm::WayID"]},{"text":"impl Serialize for RelationID","synthetic":false,"types":["map_model::osm::RelationID"]},{"text":"impl Serialize for OsmID","synthetic":false,"types":["map_model::osm::OsmID"]},{"text":"impl Serialize for IntersectionCluster","synthetic":false,"types":["map_model::pathfind::uber_turns::IntersectionCluster"]},{"text":"impl Serialize for UberTurn","synthetic":false,"types":["map_model::pathfind::uber_turns::UberTurn"]},{"text":"impl Serialize for PathStep","synthetic":false,"types":["map_model::pathfind::PathStep"]},{"text":"impl Serialize for Path","synthetic":false,"types":["map_model::pathfind::Path"]},{"text":"impl Serialize for PathConstraints","synthetic":false,"types":["map_model::pathfind::PathConstraints"]},{"text":"impl Serialize for PathRequest","synthetic":false,"types":["map_model::pathfind::PathRequest"]},{"text":"impl Serialize for RawMap","synthetic":false,"types":["map_model::raw::RawMap"]},{"text":"impl Serialize for OriginalRoad","synthetic":false,"types":["map_model::raw::OriginalRoad"]},{"text":"impl Serialize for RawRoad","synthetic":false,"types":["map_model::raw::RawRoad"]},{"text":"impl Serialize for RawIntersection","synthetic":false,"types":["map_model::raw::RawIntersection"]},{"text":"impl Serialize for RawBuilding","synthetic":false,"types":["map_model::raw::RawBuilding"]},{"text":"impl Serialize for RawArea","synthetic":false,"types":["map_model::raw::RawArea"]},{"text":"impl Serialize for RawParkingLot","synthetic":false,"types":["map_model::raw::RawParkingLot"]},{"text":"impl Serialize for RestrictionType","synthetic":false,"types":["map_model::raw::RestrictionType"]},{"text":"impl Serialize for DrivingSide","synthetic":false,"types":["map_model::raw::DrivingSide"]},{"text":"impl Serialize for RawBusRoute","synthetic":false,"types":["map_model::raw::RawBusRoute"]},{"text":"impl Serialize for RawBusStop","synthetic":false,"types":["map_model::raw::RawBusStop"]},{"text":"impl Serialize for Position","synthetic":false,"types":["map_model::traversable::Position"]},{"text":"impl Serialize for Traversable","synthetic":false,"types":["map_model::traversable::Traversable"]},{"text":"impl Serialize for Map","synthetic":false,"types":["map_model::Map"]}]; implementors["sim"] = [{"text":"impl Serialize for Analytics","synthetic":false,"types":["sim::analytics::Analytics"]},{"text":"impl Serialize for AlertLocation","synthetic":false,"types":["sim::events::AlertLocation"]},{"text":"impl Serialize for TripPhaseType","synthetic":false,"types":["sim::events::TripPhaseType"]},{"text":"impl Serialize for ScenarioGenerator","synthetic":false,"types":["sim::make::generator::ScenarioGenerator"]},{"text":"impl Serialize for SpawnOverTime","synthetic":false,"types":["sim::make::generator::SpawnOverTime"]},{"text":"impl Serialize for BorderSpawnOverTime","synthetic":false,"types":["sim::make::generator::BorderSpawnOverTime"]},{"text":"impl Serialize for OriginDestination","synthetic":false,"types":["sim::make::generator::OriginDestination"]},{"text":"impl Serialize for Scenario","synthetic":false,"types":["sim::make::scenario::Scenario"]},{"text":"impl Serialize for PersonSpec","synthetic":false,"types":["sim::make::scenario::PersonSpec"]},{"text":"impl Serialize for IndividTrip","synthetic":false,"types":["sim::make::scenario::IndividTrip"]},{"text":"impl Serialize for SpawnTrip","synthetic":false,"types":["sim::make::scenario::SpawnTrip"]},{"text":"impl Serialize for OffMapLocation","synthetic":false,"types":["sim::make::scenario::OffMapLocation"]},{"text":"impl Serialize for TripSpec","synthetic":false,"types":["sim::make::spawner::TripSpec"]},{"text":"impl Serialize for Sim","synthetic":false,"types":["sim::sim::Sim"]},{"text":"impl Serialize for TripInfo","synthetic":false,"types":["sim::trips::TripInfo"]},{"text":"impl Serialize for TripMode","synthetic":false,"types":["sim::trips::TripMode"]},{"text":"impl Serialize for TripEndpoint","synthetic":false,"types":["sim::trips::TripEndpoint"]},{"text":"impl Serialize for Person","synthetic":false,"types":["sim::trips::Person"]},{"text":"impl Serialize for PersonState","synthetic":false,"types":["sim::trips::PersonState"]},{"text":"impl Serialize for CarID","synthetic":false,"types":["sim::CarID"]},{"text":"impl Serialize for PedestrianID","synthetic":false,"types":["sim::PedestrianID"]},{"text":"impl Serialize for AgentID","synthetic":false,"types":["sim::AgentID"]},{"text":"impl Serialize for AgentType","synthetic":false,"types":["sim::AgentType"]},{"text":"impl Serialize for TripID","synthetic":false,"types":["sim::TripID"]},{"text":"impl Serialize for PersonID","synthetic":false,"types":["sim::PersonID"]},{"text":"impl Serialize for OrigPersonID","synthetic":false,"types":["sim::OrigPersonID"]},{"text":"impl Serialize for VehicleType","synthetic":false,"types":["sim::VehicleType"]},{"text":"impl Serialize for Vehicle","synthetic":false,"types":["sim::Vehicle"]},{"text":"impl Serialize for VehicleSpec","synthetic":false,"types":["sim::VehicleSpec"]},{"text":"impl Serialize for ParkingSpot","synthetic":false,"types":["sim::ParkingSpot"]},{"text":"impl Serialize for ParkedCar","synthetic":false,"types":["sim::ParkedCar"]},{"text":"impl Serialize for DrivingGoal","synthetic":false,"types":["sim::DrivingGoal"]},{"text":"impl Serialize for SidewalkSpot","synthetic":false,"types":["sim::SidewalkSpot"]},{"text":"impl Serialize for SidewalkPOI","synthetic":false,"types":["sim::SidewalkPOI"]},{"text":"impl Serialize for TimeInterval","synthetic":false,"types":["sim::TimeInterval"]},{"text":"impl Serialize for DistanceInterval","synthetic":false,"types":["sim::DistanceInterval"]},{"text":"impl Serialize for CreatePedestrian","synthetic":false,"types":["sim::CreatePedestrian"]},{"text":"impl Serialize for CreateCar","synthetic":false,"types":["sim::CreateCar"]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/rustdoc/implementors/std/panic/trait.RefUnwindSafe.js b/rustdoc/implementors/std/panic/trait.RefUnwindSafe.js index 4ffe6e4b5b..34c8137453 100644 --- a/rustdoc/implementors/std/panic/trait.RefUnwindSafe.js +++ b/rustdoc/implementors/std/panic/trait.RefUnwindSafe.js @@ -9,7 +9,7 @@ implementors["importer"] = [{"text":"impl RefUnwindSafe for Input","synthetic":true,"types":["iotool::Input"]},{"text":"impl RefUnwindSafe for Person","synthetic":true,"types":["iotool::Person"]},{"text":"impl RefUnwindSafe for Trip","synthetic":true,"types":["iotool::Trip"]}]; implementors["kml"] = [{"text":"impl RefUnwindSafe for ExtraShapes","synthetic":true,"types":["kml::ExtraShapes"]},{"text":"impl RefUnwindSafe for ExtraShape","synthetic":true,"types":["kml::ExtraShape"]}]; implementors["map_editor"] = [{"text":"impl !RefUnwindSafe for UI","synthetic":true,"types":["map_editor::UI"]},{"text":"impl !RefUnwindSafe for State","synthetic":true,"types":["map_editor::State"]},{"text":"impl !RefUnwindSafe for Model","synthetic":true,"types":["map_editor::model::Model"]},{"text":"impl RefUnwindSafe for ID","synthetic":true,"types":["map_editor::model::ID"]},{"text":"impl<ID> RefUnwindSafe for Object<ID> where
    ID: RefUnwindSafe
","synthetic":true,"types":["map_editor::world::Object"]},{"text":"impl !RefUnwindSafe for WorldObject","synthetic":true,"types":["map_editor::world::WorldObject"]},{"text":"impl<ID> !RefUnwindSafe for World<ID>","synthetic":true,"types":["map_editor::world::World"]}]; -implementors["map_model"] = [{"text":"impl RefUnwindSafe for City","synthetic":true,"types":["map_model::city::City"]},{"text":"impl RefUnwindSafe for EditEffects","synthetic":true,"types":["map_model::edits::EditEffects"]},{"text":"impl RefUnwindSafe for MapEdits","synthetic":true,"types":["map_model::edits::MapEdits"]},{"text":"impl RefUnwindSafe for OriginalLane","synthetic":true,"types":["map_model::edits::OriginalLane"]},{"text":"impl RefUnwindSafe for PermanentMapEdits","synthetic":true,"types":["map_model::edits::PermanentMapEdits"]},{"text":"impl RefUnwindSafe for MapConfig","synthetic":true,"types":["map_model::map::MapConfig"]},{"text":"impl RefUnwindSafe for Area","synthetic":true,"types":["map_model::objects::area::Area"]},{"text":"impl RefUnwindSafe for AreaID","synthetic":true,"types":["map_model::objects::area::AreaID"]},{"text":"impl RefUnwindSafe for Building","synthetic":true,"types":["map_model::objects::building::Building"]},{"text":"impl RefUnwindSafe for BuildingID","synthetic":true,"types":["map_model::objects::building::BuildingID"]},{"text":"impl RefUnwindSafe for BusRoute","synthetic":true,"types":["map_model::objects::bus_stop::BusRoute"]},{"text":"impl RefUnwindSafe for BusRouteID","synthetic":true,"types":["map_model::objects::bus_stop::BusRouteID"]},{"text":"impl RefUnwindSafe for BusStop","synthetic":true,"types":["map_model::objects::bus_stop::BusStop"]},{"text":"impl RefUnwindSafe for BusStopID","synthetic":true,"types":["map_model::objects::bus_stop::BusStopID"]},{"text":"impl RefUnwindSafe for Intersection","synthetic":true,"types":["map_model::objects::intersection::Intersection"]},{"text":"impl RefUnwindSafe for IntersectionID","synthetic":true,"types":["map_model::objects::intersection::IntersectionID"]},{"text":"impl RefUnwindSafe for Lane","synthetic":true,"types":["map_model::objects::lane::Lane"]},{"text":"impl RefUnwindSafe for LaneID","synthetic":true,"types":["map_model::objects::lane::LaneID"]},{"text":"impl RefUnwindSafe for ParkingLot","synthetic":true,"types":["map_model::objects::parking_lot::ParkingLot"]},{"text":"impl RefUnwindSafe for ParkingLotID","synthetic":true,"types":["map_model::objects::parking_lot::ParkingLotID"]},{"text":"impl RefUnwindSafe for DirectedRoadID","synthetic":true,"types":["map_model::objects::road::DirectedRoadID"]},{"text":"impl RefUnwindSafe for Road","synthetic":true,"types":["map_model::objects::road::Road"]},{"text":"impl RefUnwindSafe for RoadID","synthetic":true,"types":["map_model::objects::road::RoadID"]},{"text":"impl RefUnwindSafe for ControlStopSign","synthetic":true,"types":["map_model::objects::stop_signs::ControlStopSign"]},{"text":"impl RefUnwindSafe for RoadWithStopSign","synthetic":true,"types":["map_model::objects::stop_signs::RoadWithStopSign"]},{"text":"impl RefUnwindSafe for ControlTrafficSignal","synthetic":true,"types":["map_model::objects::traffic_signals::ControlTrafficSignal"]},{"text":"impl RefUnwindSafe for Phase","synthetic":true,"types":["map_model::objects::traffic_signals::Phase"]},{"text":"impl RefUnwindSafe for Turn","synthetic":true,"types":["map_model::objects::turn::Turn"]},{"text":"impl RefUnwindSafe for TurnGroup","synthetic":true,"types":["map_model::objects::turn::TurnGroup"]},{"text":"impl RefUnwindSafe for TurnGroupID","synthetic":true,"types":["map_model::objects::turn::TurnGroupID"]},{"text":"impl RefUnwindSafe for TurnID","synthetic":true,"types":["map_model::objects::turn::TurnID"]},{"text":"impl RefUnwindSafe for AccessRestrictions","synthetic":true,"types":["map_model::objects::zone::AccessRestrictions"]},{"text":"impl RefUnwindSafe for Zone","synthetic":true,"types":["map_model::objects::zone::Zone"]},{"text":"impl RefUnwindSafe for IntersectionCluster","synthetic":true,"types":["map_model::pathfind::uber_turns::IntersectionCluster"]},{"text":"impl RefUnwindSafe for UberTurn","synthetic":true,"types":["map_model::pathfind::uber_turns::UberTurn"]},{"text":"impl RefUnwindSafe for UberTurnGroup","synthetic":true,"types":["map_model::pathfind::uber_turns::UberTurnGroup"]},{"text":"impl RefUnwindSafe for Path","synthetic":true,"types":["map_model::pathfind::Path"]},{"text":"impl RefUnwindSafe for PathRequest","synthetic":true,"types":["map_model::pathfind::PathRequest"]},{"text":"impl RefUnwindSafe for Position","synthetic":true,"types":["map_model::traversable::Position"]},{"text":"impl RefUnwindSafe for Map","synthetic":true,"types":["map_model::Map"]},{"text":"impl RefUnwindSafe for EditCmd","synthetic":true,"types":["map_model::edits::EditCmd"]},{"text":"impl RefUnwindSafe for EditIntersection","synthetic":true,"types":["map_model::edits::EditIntersection"]},{"text":"impl RefUnwindSafe for AreaType","synthetic":true,"types":["map_model::objects::area::AreaType"]},{"text":"impl RefUnwindSafe for BuildingType","synthetic":true,"types":["map_model::objects::building::BuildingType"]},{"text":"impl RefUnwindSafe for OffstreetParking","synthetic":true,"types":["map_model::objects::building::OffstreetParking"]},{"text":"impl RefUnwindSafe for IntersectionType","synthetic":true,"types":["map_model::objects::intersection::IntersectionType"]},{"text":"impl RefUnwindSafe for LaneType","synthetic":true,"types":["map_model::objects::lane::LaneType"]},{"text":"impl RefUnwindSafe for PhaseType","synthetic":true,"types":["map_model::objects::traffic_signals::PhaseType"]},{"text":"impl RefUnwindSafe for TurnPriority","synthetic":true,"types":["map_model::objects::turn::TurnPriority"]},{"text":"impl RefUnwindSafe for TurnType","synthetic":true,"types":["map_model::objects::turn::TurnType"]},{"text":"impl RefUnwindSafe for PathConstraints","synthetic":true,"types":["map_model::pathfind::PathConstraints"]},{"text":"impl RefUnwindSafe for PathStep","synthetic":true,"types":["map_model::pathfind::PathStep"]},{"text":"impl RefUnwindSafe for Traversable","synthetic":true,"types":["map_model::traversable::Traversable"]},{"text":"impl RefUnwindSafe for NodeID","synthetic":true,"types":["map_model::osm::NodeID"]},{"text":"impl RefUnwindSafe for WayID","synthetic":true,"types":["map_model::osm::WayID"]},{"text":"impl RefUnwindSafe for RelationID","synthetic":true,"types":["map_model::osm::RelationID"]},{"text":"impl RefUnwindSafe for RoadRank","synthetic":true,"types":["map_model::osm::RoadRank"]},{"text":"impl RefUnwindSafe for OsmID","synthetic":true,"types":["map_model::osm::OsmID"]},{"text":"impl RefUnwindSafe for RawMap","synthetic":true,"types":["map_model::raw::RawMap"]},{"text":"impl RefUnwindSafe for OriginalRoad","synthetic":true,"types":["map_model::raw::OriginalRoad"]},{"text":"impl RefUnwindSafe for RawRoad","synthetic":true,"types":["map_model::raw::RawRoad"]},{"text":"impl RefUnwindSafe for RawIntersection","synthetic":true,"types":["map_model::raw::RawIntersection"]},{"text":"impl RefUnwindSafe for RawBuilding","synthetic":true,"types":["map_model::raw::RawBuilding"]},{"text":"impl RefUnwindSafe for RawArea","synthetic":true,"types":["map_model::raw::RawArea"]},{"text":"impl RefUnwindSafe for RawParkingLot","synthetic":true,"types":["map_model::raw::RawParkingLot"]},{"text":"impl RefUnwindSafe for TurnRestriction","synthetic":true,"types":["map_model::raw::TurnRestriction"]},{"text":"impl RefUnwindSafe for RawBusRoute","synthetic":true,"types":["map_model::raw::RawBusRoute"]},{"text":"impl RefUnwindSafe for RawBusStop","synthetic":true,"types":["map_model::raw::RawBusStop"]},{"text":"impl RefUnwindSafe for RestrictionType","synthetic":true,"types":["map_model::raw::RestrictionType"]},{"text":"impl RefUnwindSafe for DrivingSide","synthetic":true,"types":["map_model::raw::DrivingSide"]}]; +implementors["map_model"] = [{"text":"impl RefUnwindSafe for City","synthetic":true,"types":["map_model::city::City"]},{"text":"impl RefUnwindSafe for EditEffects","synthetic":true,"types":["map_model::edits::EditEffects"]},{"text":"impl RefUnwindSafe for MapEdits","synthetic":true,"types":["map_model::edits::MapEdits"]},{"text":"impl RefUnwindSafe for OriginalLane","synthetic":true,"types":["map_model::edits::OriginalLane"]},{"text":"impl RefUnwindSafe for PermanentMapEdits","synthetic":true,"types":["map_model::edits::PermanentMapEdits"]},{"text":"impl RefUnwindSafe for MapConfig","synthetic":true,"types":["map_model::map::MapConfig"]},{"text":"impl RefUnwindSafe for Area","synthetic":true,"types":["map_model::objects::area::Area"]},{"text":"impl RefUnwindSafe for AreaID","synthetic":true,"types":["map_model::objects::area::AreaID"]},{"text":"impl RefUnwindSafe for Building","synthetic":true,"types":["map_model::objects::building::Building"]},{"text":"impl RefUnwindSafe for BuildingID","synthetic":true,"types":["map_model::objects::building::BuildingID"]},{"text":"impl RefUnwindSafe for NamePerLanguage","synthetic":true,"types":["map_model::objects::building::NamePerLanguage"]},{"text":"impl RefUnwindSafe for BusRoute","synthetic":true,"types":["map_model::objects::bus_stop::BusRoute"]},{"text":"impl RefUnwindSafe for BusRouteID","synthetic":true,"types":["map_model::objects::bus_stop::BusRouteID"]},{"text":"impl RefUnwindSafe for BusStop","synthetic":true,"types":["map_model::objects::bus_stop::BusStop"]},{"text":"impl RefUnwindSafe for BusStopID","synthetic":true,"types":["map_model::objects::bus_stop::BusStopID"]},{"text":"impl RefUnwindSafe for Intersection","synthetic":true,"types":["map_model::objects::intersection::Intersection"]},{"text":"impl RefUnwindSafe for IntersectionID","synthetic":true,"types":["map_model::objects::intersection::IntersectionID"]},{"text":"impl RefUnwindSafe for Lane","synthetic":true,"types":["map_model::objects::lane::Lane"]},{"text":"impl RefUnwindSafe for LaneID","synthetic":true,"types":["map_model::objects::lane::LaneID"]},{"text":"impl RefUnwindSafe for ParkingLot","synthetic":true,"types":["map_model::objects::parking_lot::ParkingLot"]},{"text":"impl RefUnwindSafe for ParkingLotID","synthetic":true,"types":["map_model::objects::parking_lot::ParkingLotID"]},{"text":"impl RefUnwindSafe for DirectedRoadID","synthetic":true,"types":["map_model::objects::road::DirectedRoadID"]},{"text":"impl RefUnwindSafe for Road","synthetic":true,"types":["map_model::objects::road::Road"]},{"text":"impl RefUnwindSafe for RoadID","synthetic":true,"types":["map_model::objects::road::RoadID"]},{"text":"impl RefUnwindSafe for ControlStopSign","synthetic":true,"types":["map_model::objects::stop_signs::ControlStopSign"]},{"text":"impl RefUnwindSafe for RoadWithStopSign","synthetic":true,"types":["map_model::objects::stop_signs::RoadWithStopSign"]},{"text":"impl RefUnwindSafe for ControlTrafficSignal","synthetic":true,"types":["map_model::objects::traffic_signals::ControlTrafficSignal"]},{"text":"impl RefUnwindSafe for Phase","synthetic":true,"types":["map_model::objects::traffic_signals::Phase"]},{"text":"impl RefUnwindSafe for Turn","synthetic":true,"types":["map_model::objects::turn::Turn"]},{"text":"impl RefUnwindSafe for TurnGroup","synthetic":true,"types":["map_model::objects::turn::TurnGroup"]},{"text":"impl RefUnwindSafe for TurnGroupID","synthetic":true,"types":["map_model::objects::turn::TurnGroupID"]},{"text":"impl RefUnwindSafe for TurnID","synthetic":true,"types":["map_model::objects::turn::TurnID"]},{"text":"impl RefUnwindSafe for AccessRestrictions","synthetic":true,"types":["map_model::objects::zone::AccessRestrictions"]},{"text":"impl RefUnwindSafe for Zone","synthetic":true,"types":["map_model::objects::zone::Zone"]},{"text":"impl RefUnwindSafe for IntersectionCluster","synthetic":true,"types":["map_model::pathfind::uber_turns::IntersectionCluster"]},{"text":"impl RefUnwindSafe for UberTurn","synthetic":true,"types":["map_model::pathfind::uber_turns::UberTurn"]},{"text":"impl RefUnwindSafe for UberTurnGroup","synthetic":true,"types":["map_model::pathfind::uber_turns::UberTurnGroup"]},{"text":"impl RefUnwindSafe for Path","synthetic":true,"types":["map_model::pathfind::Path"]},{"text":"impl RefUnwindSafe for PathRequest","synthetic":true,"types":["map_model::pathfind::PathRequest"]},{"text":"impl RefUnwindSafe for Position","synthetic":true,"types":["map_model::traversable::Position"]},{"text":"impl RefUnwindSafe for Map","synthetic":true,"types":["map_model::Map"]},{"text":"impl RefUnwindSafe for EditCmd","synthetic":true,"types":["map_model::edits::EditCmd"]},{"text":"impl RefUnwindSafe for EditIntersection","synthetic":true,"types":["map_model::edits::EditIntersection"]},{"text":"impl RefUnwindSafe for AreaType","synthetic":true,"types":["map_model::objects::area::AreaType"]},{"text":"impl RefUnwindSafe for BuildingType","synthetic":true,"types":["map_model::objects::building::BuildingType"]},{"text":"impl RefUnwindSafe for OffstreetParking","synthetic":true,"types":["map_model::objects::building::OffstreetParking"]},{"text":"impl RefUnwindSafe for IntersectionType","synthetic":true,"types":["map_model::objects::intersection::IntersectionType"]},{"text":"impl RefUnwindSafe for LaneType","synthetic":true,"types":["map_model::objects::lane::LaneType"]},{"text":"impl RefUnwindSafe for PhaseType","synthetic":true,"types":["map_model::objects::traffic_signals::PhaseType"]},{"text":"impl RefUnwindSafe for TurnPriority","synthetic":true,"types":["map_model::objects::turn::TurnPriority"]},{"text":"impl RefUnwindSafe for TurnType","synthetic":true,"types":["map_model::objects::turn::TurnType"]},{"text":"impl RefUnwindSafe for PathConstraints","synthetic":true,"types":["map_model::pathfind::PathConstraints"]},{"text":"impl RefUnwindSafe for PathStep","synthetic":true,"types":["map_model::pathfind::PathStep"]},{"text":"impl RefUnwindSafe for Traversable","synthetic":true,"types":["map_model::traversable::Traversable"]},{"text":"impl RefUnwindSafe for NodeID","synthetic":true,"types":["map_model::osm::NodeID"]},{"text":"impl RefUnwindSafe for WayID","synthetic":true,"types":["map_model::osm::WayID"]},{"text":"impl RefUnwindSafe for RelationID","synthetic":true,"types":["map_model::osm::RelationID"]},{"text":"impl RefUnwindSafe for RoadRank","synthetic":true,"types":["map_model::osm::RoadRank"]},{"text":"impl RefUnwindSafe for OsmID","synthetic":true,"types":["map_model::osm::OsmID"]},{"text":"impl RefUnwindSafe for RawMap","synthetic":true,"types":["map_model::raw::RawMap"]},{"text":"impl RefUnwindSafe for OriginalRoad","synthetic":true,"types":["map_model::raw::OriginalRoad"]},{"text":"impl RefUnwindSafe for RawRoad","synthetic":true,"types":["map_model::raw::RawRoad"]},{"text":"impl RefUnwindSafe for RawIntersection","synthetic":true,"types":["map_model::raw::RawIntersection"]},{"text":"impl RefUnwindSafe for RawBuilding","synthetic":true,"types":["map_model::raw::RawBuilding"]},{"text":"impl RefUnwindSafe for RawArea","synthetic":true,"types":["map_model::raw::RawArea"]},{"text":"impl RefUnwindSafe for RawParkingLot","synthetic":true,"types":["map_model::raw::RawParkingLot"]},{"text":"impl RefUnwindSafe for TurnRestriction","synthetic":true,"types":["map_model::raw::TurnRestriction"]},{"text":"impl RefUnwindSafe for RawBusRoute","synthetic":true,"types":["map_model::raw::RawBusRoute"]},{"text":"impl RefUnwindSafe for RawBusStop","synthetic":true,"types":["map_model::raw::RawBusStop"]},{"text":"impl RefUnwindSafe for RestrictionType","synthetic":true,"types":["map_model::raw::RestrictionType"]},{"text":"impl RefUnwindSafe for DrivingSide","synthetic":true,"types":["map_model::raw::DrivingSide"]}]; implementors["sim"] = [{"text":"impl RefUnwindSafe for Analytics","synthetic":true,"types":["sim::analytics::Analytics"]},{"text":"impl RefUnwindSafe for TripPhase","synthetic":true,"types":["sim::analytics::TripPhase"]},{"text":"impl RefUnwindSafe for BorderSpawnOverTime","synthetic":true,"types":["sim::make::generator::BorderSpawnOverTime"]},{"text":"impl RefUnwindSafe for IndividTrip","synthetic":true,"types":["sim::make::scenario::IndividTrip"]},{"text":"impl RefUnwindSafe for OffMapLocation","synthetic":true,"types":["sim::make::scenario::OffMapLocation"]},{"text":"impl RefUnwindSafe for PersonSpec","synthetic":true,"types":["sim::make::scenario::PersonSpec"]},{"text":"impl RefUnwindSafe for Scenario","synthetic":true,"types":["sim::make::scenario::Scenario"]},{"text":"impl RefUnwindSafe for ScenarioGenerator","synthetic":true,"types":["sim::make::generator::ScenarioGenerator"]},{"text":"impl RefUnwindSafe for SimFlags","synthetic":true,"types":["sim::make::load::SimFlags"]},{"text":"impl RefUnwindSafe for SpawnOverTime","synthetic":true,"types":["sim::make::generator::SpawnOverTime"]},{"text":"impl RefUnwindSafe for TripSpawner","synthetic":true,"types":["sim::make::spawner::TripSpawner"]},{"text":"impl RefUnwindSafe for AgentProperties","synthetic":true,"types":["sim::sim::AgentProperties"]},{"text":"impl RefUnwindSafe for Sim","synthetic":true,"types":["sim::sim::Sim"]},{"text":"impl RefUnwindSafe for SimOptions","synthetic":true,"types":["sim::sim::SimOptions"]},{"text":"impl RefUnwindSafe for Person","synthetic":true,"types":["sim::trips::Person"]},{"text":"impl RefUnwindSafe for TripInfo","synthetic":true,"types":["sim::trips::TripInfo"]},{"text":"impl RefUnwindSafe for DontDrawAgents","synthetic":true,"types":["sim::render::DontDrawAgents"]},{"text":"impl RefUnwindSafe for DrawCarInput","synthetic":true,"types":["sim::render::DrawCarInput"]},{"text":"impl RefUnwindSafe for DrawPedCrowdInput","synthetic":true,"types":["sim::render::DrawPedCrowdInput"]},{"text":"impl RefUnwindSafe for DrawPedestrianInput","synthetic":true,"types":["sim::render::DrawPedestrianInput"]},{"text":"impl RefUnwindSafe for UnzoomedAgent","synthetic":true,"types":["sim::render::UnzoomedAgent"]},{"text":"impl RefUnwindSafe for CarID","synthetic":true,"types":["sim::CarID"]},{"text":"impl RefUnwindSafe for PedestrianID","synthetic":true,"types":["sim::PedestrianID"]},{"text":"impl RefUnwindSafe for TripID","synthetic":true,"types":["sim::TripID"]},{"text":"impl RefUnwindSafe for PersonID","synthetic":true,"types":["sim::PersonID"]},{"text":"impl RefUnwindSafe for OrigPersonID","synthetic":true,"types":["sim::OrigPersonID"]},{"text":"impl RefUnwindSafe for Vehicle","synthetic":true,"types":["sim::Vehicle"]},{"text":"impl RefUnwindSafe for VehicleSpec","synthetic":true,"types":["sim::VehicleSpec"]},{"text":"impl RefUnwindSafe for ParkedCar","synthetic":true,"types":["sim::ParkedCar"]},{"text":"impl RefUnwindSafe for SidewalkSpot","synthetic":true,"types":["sim::SidewalkSpot"]},{"text":"impl RefUnwindSafe for TimeInterval","synthetic":true,"types":["sim::TimeInterval"]},{"text":"impl RefUnwindSafe for DistanceInterval","synthetic":true,"types":["sim::DistanceInterval"]},{"text":"impl RefUnwindSafe for CreatePedestrian","synthetic":true,"types":["sim::CreatePedestrian"]},{"text":"impl RefUnwindSafe for CreateCar","synthetic":true,"types":["sim::CreateCar"]},{"text":"impl RefUnwindSafe for AlertLocation","synthetic":true,"types":["sim::events::AlertLocation"]},{"text":"impl RefUnwindSafe for TripPhaseType","synthetic":true,"types":["sim::events::TripPhaseType"]},{"text":"impl RefUnwindSafe for OriginDestination","synthetic":true,"types":["sim::make::generator::OriginDestination"]},{"text":"impl RefUnwindSafe for ScenarioModifier","synthetic":true,"types":["sim::make::modifier::ScenarioModifier"]},{"text":"impl RefUnwindSafe for SpawnTrip","synthetic":true,"types":["sim::make::scenario::SpawnTrip"]},{"text":"impl RefUnwindSafe for TripSpec","synthetic":true,"types":["sim::make::spawner::TripSpec"]},{"text":"impl RefUnwindSafe for AlertHandler","synthetic":true,"types":["sim::sim::AlertHandler"]},{"text":"impl RefUnwindSafe for PersonState","synthetic":true,"types":["sim::trips::PersonState"]},{"text":"impl<T> RefUnwindSafe for TripResult<T> where
    T: RefUnwindSafe
","synthetic":true,"types":["sim::trips::TripResult"]},{"text":"impl RefUnwindSafe for TripEndpoint","synthetic":true,"types":["sim::trips::TripEndpoint"]},{"text":"impl RefUnwindSafe for TripMode","synthetic":true,"types":["sim::trips::TripMode"]},{"text":"impl RefUnwindSafe for CarStatus","synthetic":true,"types":["sim::render::CarStatus"]},{"text":"impl RefUnwindSafe for PedCrowdLocation","synthetic":true,"types":["sim::render::PedCrowdLocation"]},{"text":"impl RefUnwindSafe for AgentID","synthetic":true,"types":["sim::AgentID"]},{"text":"impl RefUnwindSafe for AgentType","synthetic":true,"types":["sim::AgentType"]},{"text":"impl RefUnwindSafe for VehicleType","synthetic":true,"types":["sim::VehicleType"]},{"text":"impl RefUnwindSafe for ParkingSpot","synthetic":true,"types":["sim::ParkingSpot"]},{"text":"impl RefUnwindSafe for DrivingGoal","synthetic":true,"types":["sim::DrivingGoal"]},{"text":"impl RefUnwindSafe for SidewalkPOI","synthetic":true,"types":["sim::SidewalkPOI"]}]; implementors["updater"] = [{"text":"impl RefUnwindSafe for Manifest","synthetic":true,"types":["updater::Manifest"]},{"text":"impl RefUnwindSafe for Entry","synthetic":true,"types":["updater::Entry"]},{"text":"impl RefUnwindSafe for Cities","synthetic":true,"types":["updater::Cities"]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/rustdoc/implementors/std/panic/trait.UnwindSafe.js b/rustdoc/implementors/std/panic/trait.UnwindSafe.js index bccc06e9f3..b722d2a907 100644 --- a/rustdoc/implementors/std/panic/trait.UnwindSafe.js +++ b/rustdoc/implementors/std/panic/trait.UnwindSafe.js @@ -9,7 +9,7 @@ implementors["importer"] = [{"text":"impl UnwindSafe for Input","synthetic":true,"types":["iotool::Input"]},{"text":"impl UnwindSafe for Person","synthetic":true,"types":["iotool::Person"]},{"text":"impl UnwindSafe for Trip","synthetic":true,"types":["iotool::Trip"]}]; implementors["kml"] = [{"text":"impl UnwindSafe for ExtraShapes","synthetic":true,"types":["kml::ExtraShapes"]},{"text":"impl UnwindSafe for ExtraShape","synthetic":true,"types":["kml::ExtraShape"]}]; implementors["map_editor"] = [{"text":"impl !UnwindSafe for UI","synthetic":true,"types":["map_editor::UI"]},{"text":"impl !UnwindSafe for State","synthetic":true,"types":["map_editor::State"]},{"text":"impl !UnwindSafe for Model","synthetic":true,"types":["map_editor::model::Model"]},{"text":"impl UnwindSafe for ID","synthetic":true,"types":["map_editor::model::ID"]},{"text":"impl<ID> UnwindSafe for Object<ID> where
    ID: UnwindSafe
","synthetic":true,"types":["map_editor::world::Object"]},{"text":"impl !UnwindSafe for WorldObject","synthetic":true,"types":["map_editor::world::WorldObject"]},{"text":"impl<ID> !UnwindSafe for World<ID>","synthetic":true,"types":["map_editor::world::World"]}]; -implementors["map_model"] = [{"text":"impl UnwindSafe for City","synthetic":true,"types":["map_model::city::City"]},{"text":"impl UnwindSafe for EditEffects","synthetic":true,"types":["map_model::edits::EditEffects"]},{"text":"impl UnwindSafe for MapEdits","synthetic":true,"types":["map_model::edits::MapEdits"]},{"text":"impl UnwindSafe for OriginalLane","synthetic":true,"types":["map_model::edits::OriginalLane"]},{"text":"impl UnwindSafe for PermanentMapEdits","synthetic":true,"types":["map_model::edits::PermanentMapEdits"]},{"text":"impl UnwindSafe for MapConfig","synthetic":true,"types":["map_model::map::MapConfig"]},{"text":"impl UnwindSafe for Area","synthetic":true,"types":["map_model::objects::area::Area"]},{"text":"impl UnwindSafe for AreaID","synthetic":true,"types":["map_model::objects::area::AreaID"]},{"text":"impl UnwindSafe for Building","synthetic":true,"types":["map_model::objects::building::Building"]},{"text":"impl UnwindSafe for BuildingID","synthetic":true,"types":["map_model::objects::building::BuildingID"]},{"text":"impl UnwindSafe for BusRoute","synthetic":true,"types":["map_model::objects::bus_stop::BusRoute"]},{"text":"impl UnwindSafe for BusRouteID","synthetic":true,"types":["map_model::objects::bus_stop::BusRouteID"]},{"text":"impl UnwindSafe for BusStop","synthetic":true,"types":["map_model::objects::bus_stop::BusStop"]},{"text":"impl UnwindSafe for BusStopID","synthetic":true,"types":["map_model::objects::bus_stop::BusStopID"]},{"text":"impl UnwindSafe for Intersection","synthetic":true,"types":["map_model::objects::intersection::Intersection"]},{"text":"impl UnwindSafe for IntersectionID","synthetic":true,"types":["map_model::objects::intersection::IntersectionID"]},{"text":"impl UnwindSafe for Lane","synthetic":true,"types":["map_model::objects::lane::Lane"]},{"text":"impl UnwindSafe for LaneID","synthetic":true,"types":["map_model::objects::lane::LaneID"]},{"text":"impl UnwindSafe for ParkingLot","synthetic":true,"types":["map_model::objects::parking_lot::ParkingLot"]},{"text":"impl UnwindSafe for ParkingLotID","synthetic":true,"types":["map_model::objects::parking_lot::ParkingLotID"]},{"text":"impl UnwindSafe for DirectedRoadID","synthetic":true,"types":["map_model::objects::road::DirectedRoadID"]},{"text":"impl UnwindSafe for Road","synthetic":true,"types":["map_model::objects::road::Road"]},{"text":"impl UnwindSafe for RoadID","synthetic":true,"types":["map_model::objects::road::RoadID"]},{"text":"impl UnwindSafe for ControlStopSign","synthetic":true,"types":["map_model::objects::stop_signs::ControlStopSign"]},{"text":"impl UnwindSafe for RoadWithStopSign","synthetic":true,"types":["map_model::objects::stop_signs::RoadWithStopSign"]},{"text":"impl UnwindSafe for ControlTrafficSignal","synthetic":true,"types":["map_model::objects::traffic_signals::ControlTrafficSignal"]},{"text":"impl UnwindSafe for Phase","synthetic":true,"types":["map_model::objects::traffic_signals::Phase"]},{"text":"impl UnwindSafe for Turn","synthetic":true,"types":["map_model::objects::turn::Turn"]},{"text":"impl UnwindSafe for TurnGroup","synthetic":true,"types":["map_model::objects::turn::TurnGroup"]},{"text":"impl UnwindSafe for TurnGroupID","synthetic":true,"types":["map_model::objects::turn::TurnGroupID"]},{"text":"impl UnwindSafe for TurnID","synthetic":true,"types":["map_model::objects::turn::TurnID"]},{"text":"impl UnwindSafe for AccessRestrictions","synthetic":true,"types":["map_model::objects::zone::AccessRestrictions"]},{"text":"impl UnwindSafe for Zone","synthetic":true,"types":["map_model::objects::zone::Zone"]},{"text":"impl UnwindSafe for IntersectionCluster","synthetic":true,"types":["map_model::pathfind::uber_turns::IntersectionCluster"]},{"text":"impl UnwindSafe for UberTurn","synthetic":true,"types":["map_model::pathfind::uber_turns::UberTurn"]},{"text":"impl UnwindSafe for UberTurnGroup","synthetic":true,"types":["map_model::pathfind::uber_turns::UberTurnGroup"]},{"text":"impl UnwindSafe for Path","synthetic":true,"types":["map_model::pathfind::Path"]},{"text":"impl UnwindSafe for PathRequest","synthetic":true,"types":["map_model::pathfind::PathRequest"]},{"text":"impl UnwindSafe for Position","synthetic":true,"types":["map_model::traversable::Position"]},{"text":"impl UnwindSafe for Map","synthetic":true,"types":["map_model::Map"]},{"text":"impl UnwindSafe for EditCmd","synthetic":true,"types":["map_model::edits::EditCmd"]},{"text":"impl UnwindSafe for EditIntersection","synthetic":true,"types":["map_model::edits::EditIntersection"]},{"text":"impl UnwindSafe for AreaType","synthetic":true,"types":["map_model::objects::area::AreaType"]},{"text":"impl UnwindSafe for BuildingType","synthetic":true,"types":["map_model::objects::building::BuildingType"]},{"text":"impl UnwindSafe for OffstreetParking","synthetic":true,"types":["map_model::objects::building::OffstreetParking"]},{"text":"impl UnwindSafe for IntersectionType","synthetic":true,"types":["map_model::objects::intersection::IntersectionType"]},{"text":"impl UnwindSafe for LaneType","synthetic":true,"types":["map_model::objects::lane::LaneType"]},{"text":"impl UnwindSafe for PhaseType","synthetic":true,"types":["map_model::objects::traffic_signals::PhaseType"]},{"text":"impl UnwindSafe for TurnPriority","synthetic":true,"types":["map_model::objects::turn::TurnPriority"]},{"text":"impl UnwindSafe for TurnType","synthetic":true,"types":["map_model::objects::turn::TurnType"]},{"text":"impl UnwindSafe for PathConstraints","synthetic":true,"types":["map_model::pathfind::PathConstraints"]},{"text":"impl UnwindSafe for PathStep","synthetic":true,"types":["map_model::pathfind::PathStep"]},{"text":"impl UnwindSafe for Traversable","synthetic":true,"types":["map_model::traversable::Traversable"]},{"text":"impl UnwindSafe for NodeID","synthetic":true,"types":["map_model::osm::NodeID"]},{"text":"impl UnwindSafe for WayID","synthetic":true,"types":["map_model::osm::WayID"]},{"text":"impl UnwindSafe for RelationID","synthetic":true,"types":["map_model::osm::RelationID"]},{"text":"impl UnwindSafe for RoadRank","synthetic":true,"types":["map_model::osm::RoadRank"]},{"text":"impl UnwindSafe for OsmID","synthetic":true,"types":["map_model::osm::OsmID"]},{"text":"impl UnwindSafe for RawMap","synthetic":true,"types":["map_model::raw::RawMap"]},{"text":"impl UnwindSafe for OriginalRoad","synthetic":true,"types":["map_model::raw::OriginalRoad"]},{"text":"impl UnwindSafe for RawRoad","synthetic":true,"types":["map_model::raw::RawRoad"]},{"text":"impl UnwindSafe for RawIntersection","synthetic":true,"types":["map_model::raw::RawIntersection"]},{"text":"impl UnwindSafe for RawBuilding","synthetic":true,"types":["map_model::raw::RawBuilding"]},{"text":"impl UnwindSafe for RawArea","synthetic":true,"types":["map_model::raw::RawArea"]},{"text":"impl UnwindSafe for RawParkingLot","synthetic":true,"types":["map_model::raw::RawParkingLot"]},{"text":"impl UnwindSafe for TurnRestriction","synthetic":true,"types":["map_model::raw::TurnRestriction"]},{"text":"impl UnwindSafe for RawBusRoute","synthetic":true,"types":["map_model::raw::RawBusRoute"]},{"text":"impl UnwindSafe for RawBusStop","synthetic":true,"types":["map_model::raw::RawBusStop"]},{"text":"impl UnwindSafe for RestrictionType","synthetic":true,"types":["map_model::raw::RestrictionType"]},{"text":"impl UnwindSafe for DrivingSide","synthetic":true,"types":["map_model::raw::DrivingSide"]}]; +implementors["map_model"] = [{"text":"impl UnwindSafe for City","synthetic":true,"types":["map_model::city::City"]},{"text":"impl UnwindSafe for EditEffects","synthetic":true,"types":["map_model::edits::EditEffects"]},{"text":"impl UnwindSafe for MapEdits","synthetic":true,"types":["map_model::edits::MapEdits"]},{"text":"impl UnwindSafe for OriginalLane","synthetic":true,"types":["map_model::edits::OriginalLane"]},{"text":"impl UnwindSafe for PermanentMapEdits","synthetic":true,"types":["map_model::edits::PermanentMapEdits"]},{"text":"impl UnwindSafe for MapConfig","synthetic":true,"types":["map_model::map::MapConfig"]},{"text":"impl UnwindSafe for Area","synthetic":true,"types":["map_model::objects::area::Area"]},{"text":"impl UnwindSafe for AreaID","synthetic":true,"types":["map_model::objects::area::AreaID"]},{"text":"impl UnwindSafe for Building","synthetic":true,"types":["map_model::objects::building::Building"]},{"text":"impl UnwindSafe for BuildingID","synthetic":true,"types":["map_model::objects::building::BuildingID"]},{"text":"impl UnwindSafe for NamePerLanguage","synthetic":true,"types":["map_model::objects::building::NamePerLanguage"]},{"text":"impl UnwindSafe for BusRoute","synthetic":true,"types":["map_model::objects::bus_stop::BusRoute"]},{"text":"impl UnwindSafe for BusRouteID","synthetic":true,"types":["map_model::objects::bus_stop::BusRouteID"]},{"text":"impl UnwindSafe for BusStop","synthetic":true,"types":["map_model::objects::bus_stop::BusStop"]},{"text":"impl UnwindSafe for BusStopID","synthetic":true,"types":["map_model::objects::bus_stop::BusStopID"]},{"text":"impl UnwindSafe for Intersection","synthetic":true,"types":["map_model::objects::intersection::Intersection"]},{"text":"impl UnwindSafe for IntersectionID","synthetic":true,"types":["map_model::objects::intersection::IntersectionID"]},{"text":"impl UnwindSafe for Lane","synthetic":true,"types":["map_model::objects::lane::Lane"]},{"text":"impl UnwindSafe for LaneID","synthetic":true,"types":["map_model::objects::lane::LaneID"]},{"text":"impl UnwindSafe for ParkingLot","synthetic":true,"types":["map_model::objects::parking_lot::ParkingLot"]},{"text":"impl UnwindSafe for ParkingLotID","synthetic":true,"types":["map_model::objects::parking_lot::ParkingLotID"]},{"text":"impl UnwindSafe for DirectedRoadID","synthetic":true,"types":["map_model::objects::road::DirectedRoadID"]},{"text":"impl UnwindSafe for Road","synthetic":true,"types":["map_model::objects::road::Road"]},{"text":"impl UnwindSafe for RoadID","synthetic":true,"types":["map_model::objects::road::RoadID"]},{"text":"impl UnwindSafe for ControlStopSign","synthetic":true,"types":["map_model::objects::stop_signs::ControlStopSign"]},{"text":"impl UnwindSafe for RoadWithStopSign","synthetic":true,"types":["map_model::objects::stop_signs::RoadWithStopSign"]},{"text":"impl UnwindSafe for ControlTrafficSignal","synthetic":true,"types":["map_model::objects::traffic_signals::ControlTrafficSignal"]},{"text":"impl UnwindSafe for Phase","synthetic":true,"types":["map_model::objects::traffic_signals::Phase"]},{"text":"impl UnwindSafe for Turn","synthetic":true,"types":["map_model::objects::turn::Turn"]},{"text":"impl UnwindSafe for TurnGroup","synthetic":true,"types":["map_model::objects::turn::TurnGroup"]},{"text":"impl UnwindSafe for TurnGroupID","synthetic":true,"types":["map_model::objects::turn::TurnGroupID"]},{"text":"impl UnwindSafe for TurnID","synthetic":true,"types":["map_model::objects::turn::TurnID"]},{"text":"impl UnwindSafe for AccessRestrictions","synthetic":true,"types":["map_model::objects::zone::AccessRestrictions"]},{"text":"impl UnwindSafe for Zone","synthetic":true,"types":["map_model::objects::zone::Zone"]},{"text":"impl UnwindSafe for IntersectionCluster","synthetic":true,"types":["map_model::pathfind::uber_turns::IntersectionCluster"]},{"text":"impl UnwindSafe for UberTurn","synthetic":true,"types":["map_model::pathfind::uber_turns::UberTurn"]},{"text":"impl UnwindSafe for UberTurnGroup","synthetic":true,"types":["map_model::pathfind::uber_turns::UberTurnGroup"]},{"text":"impl UnwindSafe for Path","synthetic":true,"types":["map_model::pathfind::Path"]},{"text":"impl UnwindSafe for PathRequest","synthetic":true,"types":["map_model::pathfind::PathRequest"]},{"text":"impl UnwindSafe for Position","synthetic":true,"types":["map_model::traversable::Position"]},{"text":"impl UnwindSafe for Map","synthetic":true,"types":["map_model::Map"]},{"text":"impl UnwindSafe for EditCmd","synthetic":true,"types":["map_model::edits::EditCmd"]},{"text":"impl UnwindSafe for EditIntersection","synthetic":true,"types":["map_model::edits::EditIntersection"]},{"text":"impl UnwindSafe for AreaType","synthetic":true,"types":["map_model::objects::area::AreaType"]},{"text":"impl UnwindSafe for BuildingType","synthetic":true,"types":["map_model::objects::building::BuildingType"]},{"text":"impl UnwindSafe for OffstreetParking","synthetic":true,"types":["map_model::objects::building::OffstreetParking"]},{"text":"impl UnwindSafe for IntersectionType","synthetic":true,"types":["map_model::objects::intersection::IntersectionType"]},{"text":"impl UnwindSafe for LaneType","synthetic":true,"types":["map_model::objects::lane::LaneType"]},{"text":"impl UnwindSafe for PhaseType","synthetic":true,"types":["map_model::objects::traffic_signals::PhaseType"]},{"text":"impl UnwindSafe for TurnPriority","synthetic":true,"types":["map_model::objects::turn::TurnPriority"]},{"text":"impl UnwindSafe for TurnType","synthetic":true,"types":["map_model::objects::turn::TurnType"]},{"text":"impl UnwindSafe for PathConstraints","synthetic":true,"types":["map_model::pathfind::PathConstraints"]},{"text":"impl UnwindSafe for PathStep","synthetic":true,"types":["map_model::pathfind::PathStep"]},{"text":"impl UnwindSafe for Traversable","synthetic":true,"types":["map_model::traversable::Traversable"]},{"text":"impl UnwindSafe for NodeID","synthetic":true,"types":["map_model::osm::NodeID"]},{"text":"impl UnwindSafe for WayID","synthetic":true,"types":["map_model::osm::WayID"]},{"text":"impl UnwindSafe for RelationID","synthetic":true,"types":["map_model::osm::RelationID"]},{"text":"impl UnwindSafe for RoadRank","synthetic":true,"types":["map_model::osm::RoadRank"]},{"text":"impl UnwindSafe for OsmID","synthetic":true,"types":["map_model::osm::OsmID"]},{"text":"impl UnwindSafe for RawMap","synthetic":true,"types":["map_model::raw::RawMap"]},{"text":"impl UnwindSafe for OriginalRoad","synthetic":true,"types":["map_model::raw::OriginalRoad"]},{"text":"impl UnwindSafe for RawRoad","synthetic":true,"types":["map_model::raw::RawRoad"]},{"text":"impl UnwindSafe for RawIntersection","synthetic":true,"types":["map_model::raw::RawIntersection"]},{"text":"impl UnwindSafe for RawBuilding","synthetic":true,"types":["map_model::raw::RawBuilding"]},{"text":"impl UnwindSafe for RawArea","synthetic":true,"types":["map_model::raw::RawArea"]},{"text":"impl UnwindSafe for RawParkingLot","synthetic":true,"types":["map_model::raw::RawParkingLot"]},{"text":"impl UnwindSafe for TurnRestriction","synthetic":true,"types":["map_model::raw::TurnRestriction"]},{"text":"impl UnwindSafe for RawBusRoute","synthetic":true,"types":["map_model::raw::RawBusRoute"]},{"text":"impl UnwindSafe for RawBusStop","synthetic":true,"types":["map_model::raw::RawBusStop"]},{"text":"impl UnwindSafe for RestrictionType","synthetic":true,"types":["map_model::raw::RestrictionType"]},{"text":"impl UnwindSafe for DrivingSide","synthetic":true,"types":["map_model::raw::DrivingSide"]}]; implementors["sim"] = [{"text":"impl UnwindSafe for Analytics","synthetic":true,"types":["sim::analytics::Analytics"]},{"text":"impl UnwindSafe for TripPhase","synthetic":true,"types":["sim::analytics::TripPhase"]},{"text":"impl UnwindSafe for BorderSpawnOverTime","synthetic":true,"types":["sim::make::generator::BorderSpawnOverTime"]},{"text":"impl UnwindSafe for IndividTrip","synthetic":true,"types":["sim::make::scenario::IndividTrip"]},{"text":"impl UnwindSafe for OffMapLocation","synthetic":true,"types":["sim::make::scenario::OffMapLocation"]},{"text":"impl UnwindSafe for PersonSpec","synthetic":true,"types":["sim::make::scenario::PersonSpec"]},{"text":"impl UnwindSafe for Scenario","synthetic":true,"types":["sim::make::scenario::Scenario"]},{"text":"impl UnwindSafe for ScenarioGenerator","synthetic":true,"types":["sim::make::generator::ScenarioGenerator"]},{"text":"impl UnwindSafe for SimFlags","synthetic":true,"types":["sim::make::load::SimFlags"]},{"text":"impl UnwindSafe for SpawnOverTime","synthetic":true,"types":["sim::make::generator::SpawnOverTime"]},{"text":"impl UnwindSafe for TripSpawner","synthetic":true,"types":["sim::make::spawner::TripSpawner"]},{"text":"impl UnwindSafe for AgentProperties","synthetic":true,"types":["sim::sim::AgentProperties"]},{"text":"impl UnwindSafe for Sim","synthetic":true,"types":["sim::sim::Sim"]},{"text":"impl UnwindSafe for SimOptions","synthetic":true,"types":["sim::sim::SimOptions"]},{"text":"impl UnwindSafe for Person","synthetic":true,"types":["sim::trips::Person"]},{"text":"impl UnwindSafe for TripInfo","synthetic":true,"types":["sim::trips::TripInfo"]},{"text":"impl UnwindSafe for DontDrawAgents","synthetic":true,"types":["sim::render::DontDrawAgents"]},{"text":"impl UnwindSafe for DrawCarInput","synthetic":true,"types":["sim::render::DrawCarInput"]},{"text":"impl UnwindSafe for DrawPedCrowdInput","synthetic":true,"types":["sim::render::DrawPedCrowdInput"]},{"text":"impl UnwindSafe for DrawPedestrianInput","synthetic":true,"types":["sim::render::DrawPedestrianInput"]},{"text":"impl UnwindSafe for UnzoomedAgent","synthetic":true,"types":["sim::render::UnzoomedAgent"]},{"text":"impl UnwindSafe for CarID","synthetic":true,"types":["sim::CarID"]},{"text":"impl UnwindSafe for PedestrianID","synthetic":true,"types":["sim::PedestrianID"]},{"text":"impl UnwindSafe for TripID","synthetic":true,"types":["sim::TripID"]},{"text":"impl UnwindSafe for PersonID","synthetic":true,"types":["sim::PersonID"]},{"text":"impl UnwindSafe for OrigPersonID","synthetic":true,"types":["sim::OrigPersonID"]},{"text":"impl UnwindSafe for Vehicle","synthetic":true,"types":["sim::Vehicle"]},{"text":"impl UnwindSafe for VehicleSpec","synthetic":true,"types":["sim::VehicleSpec"]},{"text":"impl UnwindSafe for ParkedCar","synthetic":true,"types":["sim::ParkedCar"]},{"text":"impl UnwindSafe for SidewalkSpot","synthetic":true,"types":["sim::SidewalkSpot"]},{"text":"impl UnwindSafe for TimeInterval","synthetic":true,"types":["sim::TimeInterval"]},{"text":"impl UnwindSafe for DistanceInterval","synthetic":true,"types":["sim::DistanceInterval"]},{"text":"impl UnwindSafe for CreatePedestrian","synthetic":true,"types":["sim::CreatePedestrian"]},{"text":"impl UnwindSafe for CreateCar","synthetic":true,"types":["sim::CreateCar"]},{"text":"impl UnwindSafe for AlertLocation","synthetic":true,"types":["sim::events::AlertLocation"]},{"text":"impl UnwindSafe for TripPhaseType","synthetic":true,"types":["sim::events::TripPhaseType"]},{"text":"impl UnwindSafe for OriginDestination","synthetic":true,"types":["sim::make::generator::OriginDestination"]},{"text":"impl UnwindSafe for ScenarioModifier","synthetic":true,"types":["sim::make::modifier::ScenarioModifier"]},{"text":"impl UnwindSafe for SpawnTrip","synthetic":true,"types":["sim::make::scenario::SpawnTrip"]},{"text":"impl UnwindSafe for TripSpec","synthetic":true,"types":["sim::make::spawner::TripSpec"]},{"text":"impl UnwindSafe for AlertHandler","synthetic":true,"types":["sim::sim::AlertHandler"]},{"text":"impl UnwindSafe for PersonState","synthetic":true,"types":["sim::trips::PersonState"]},{"text":"impl<T> UnwindSafe for TripResult<T> where
    T: UnwindSafe
","synthetic":true,"types":["sim::trips::TripResult"]},{"text":"impl UnwindSafe for TripEndpoint","synthetic":true,"types":["sim::trips::TripEndpoint"]},{"text":"impl UnwindSafe for TripMode","synthetic":true,"types":["sim::trips::TripMode"]},{"text":"impl UnwindSafe for CarStatus","synthetic":true,"types":["sim::render::CarStatus"]},{"text":"impl UnwindSafe for PedCrowdLocation","synthetic":true,"types":["sim::render::PedCrowdLocation"]},{"text":"impl UnwindSafe for AgentID","synthetic":true,"types":["sim::AgentID"]},{"text":"impl UnwindSafe for AgentType","synthetic":true,"types":["sim::AgentType"]},{"text":"impl UnwindSafe for VehicleType","synthetic":true,"types":["sim::VehicleType"]},{"text":"impl UnwindSafe for ParkingSpot","synthetic":true,"types":["sim::ParkingSpot"]},{"text":"impl UnwindSafe for DrivingGoal","synthetic":true,"types":["sim::DrivingGoal"]},{"text":"impl UnwindSafe for SidewalkPOI","synthetic":true,"types":["sim::SidewalkPOI"]}]; implementors["updater"] = [{"text":"impl UnwindSafe for Manifest","synthetic":true,"types":["updater::Manifest"]},{"text":"impl UnwindSafe for Entry","synthetic":true,"types":["updater::Entry"]},{"text":"impl UnwindSafe for Cities","synthetic":true,"types":["updater::Cities"]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/rustdoc/map_model/all.html b/rustdoc/map_model/all.html index 3ac2936bed..5004e1df1e 100644 --- a/rustdoc/map_model/all.html +++ b/rustdoc/map_model/all.html @@ -1,3 +1,3 @@ List of all items in this crate

[] - List of all items

Structs

Enums

Functions

Constants

\ No newline at end of file + List of all items

Structs

Enums

Functions

Constants

\ No newline at end of file diff --git a/rustdoc/map_model/constant.NORMAL_LANE_THICKNESS.html b/rustdoc/map_model/constant.NORMAL_LANE_THICKNESS.html index b586adcbe7..178a6b75a9 100644 --- a/rustdoc/map_model/constant.NORMAL_LANE_THICKNESS.html +++ b/rustdoc/map_model/constant.NORMAL_LANE_THICKNESS.html @@ -1 +1 @@ -map_model::NORMAL_LANE_THICKNESS - Rust

[][src]Constant map_model::NORMAL_LANE_THICKNESS

pub const NORMAL_LANE_THICKNESS: Distance;
\ No newline at end of file +map_model::NORMAL_LANE_THICKNESS - Rust

[][src]Constant map_model::NORMAL_LANE_THICKNESS

pub const NORMAL_LANE_THICKNESS: Distance;
\ No newline at end of file diff --git a/rustdoc/map_model/constant.SIDEWALK_THICKNESS.html b/rustdoc/map_model/constant.SIDEWALK_THICKNESS.html index ec5577c35e..49cafcd897 100644 --- a/rustdoc/map_model/constant.SIDEWALK_THICKNESS.html +++ b/rustdoc/map_model/constant.SIDEWALK_THICKNESS.html @@ -1 +1 @@ -map_model::SIDEWALK_THICKNESS - Rust

[][src]Constant map_model::SIDEWALK_THICKNESS

pub const SIDEWALK_THICKNESS: Distance;
\ No newline at end of file +map_model::SIDEWALK_THICKNESS - Rust

[][src]Constant map_model::SIDEWALK_THICKNESS

pub const SIDEWALK_THICKNESS: Distance;
\ No newline at end of file diff --git a/rustdoc/map_model/enum.BuildingType.html b/rustdoc/map_model/enum.BuildingType.html index 5975f755bc..d57fba6396 100644 --- a/rustdoc/map_model/enum.BuildingType.html +++ b/rustdoc/map_model/enum.BuildingType.html @@ -1,13 +1,13 @@ -map_model::BuildingType - Rust

[][src]Enum map_model::BuildingType

pub enum BuildingType {
+map_model::BuildingType - Rust

[][src]Enum map_model::BuildingType

pub enum BuildingType {
     Residential(usize),
     ResidentialCommercial(usize),
     Commercial,
     Empty,
 }

Variants

-
Residential(usize)
ResidentialCommercial(usize)
Commercial
Empty

Implementations

impl BuildingType[src]

pub fn has_residents(&self) -> bool[src]

Trait Implementations

impl Debug for BuildingType[src]

impl<'de> Deserialize<'de> for BuildingType[src]

impl Serialize for BuildingType[src]