From 79119c55c8b31c2f967b85e89704ca82de9a9644 Mon Sep 17 00:00:00 2001 From: dabreegster Date: Thu, 8 Oct 2020 20:08:41 +0000 Subject: [PATCH] deploy: 989d5243b135925f9b1bc84863685ea92e81d86b --- rustdoc/abstutil/abst_data/index.html | 3 + rustdoc/abstutil/abst_data/sidebar-items.js | 1 + rustdoc/abstutil/abst_data/struct.Entry.html | 15 + .../abstutil/abst_data/struct.Manifest.html | 11 + rustdoc/abstutil/all.html | 2 +- .../constant.PROGRESS_FREQUENCY_SECONDS.html | 2 +- rustdoc/abstutil/index.html | 6 +- rustdoc/abstutil/sidebar-items.js | 2 +- .../{updater => abstutil}/struct.Entry.html | 14 +- rustdoc/abstutil/struct.Manifest.html | 11 + .../built_info/constant.BUILT_TIME_UTC.html | 2 +- .../implementors/core/marker/trait.Freeze.js | 4 +- .../implementors/core/marker/trait.Send.js | 4 +- .../implementors/core/marker/trait.Sync.js | 4 +- .../implementors/core/marker/trait.Unpin.js | 4 +- .../std/panic/trait.RefUnwindSafe.js | 4 +- .../std/panic/trait.UnwindSafe.js | 4 +- rustdoc/search-index.js | 14 +- rustdoc/source-files.js | 2 +- rustdoc/src/abstutil/abst_data.rs.html | 94 +++++ rustdoc/src/abstutil/lib.rs.html | 6 +- .../game-e788b46a21eaee2a/out/built.rs.html | 2 +- rustdoc/src/updater/main.rs.html | 348 +++++++----------- rustdoc/updater/all.html | 2 +- .../updater/constant.MD5_BUF_READ_SIZE.html | 2 +- .../updater/constant.TMP_DOWNLOAD_NAME.html | 2 +- rustdoc/updater/fn.basename.html | 2 +- rustdoc/updater/fn.check_links.html | 2 +- rustdoc/updater/fn.curl.html | 2 +- rustdoc/updater/fn.download.html | 2 +- rustdoc/updater/fn.filter_manifest.html | 2 + rustdoc/updater/fn.generate_manifest.html | 2 + rustdoc/updater/fn.just_compare.html | 2 +- rustdoc/updater/fn.main.html | 2 +- rustdoc/updater/fn.rm.html | 2 +- rustdoc/updater/fn.run.html | 2 +- rustdoc/updater/fn.unzip.html | 2 +- rustdoc/updater/fn.upload.html | 2 +- rustdoc/updater/index.html | 6 +- rustdoc/updater/sidebar-items.js | 2 +- rustdoc/updater/struct.Cities.html | 4 +- rustdoc/updater/struct.Manifest.html | 13 - 42 files changed, 333 insertions(+), 281 deletions(-) create mode 100644 rustdoc/abstutil/abst_data/index.html create mode 100644 rustdoc/abstutil/abst_data/sidebar-items.js create mode 100644 rustdoc/abstutil/abst_data/struct.Entry.html create mode 100644 rustdoc/abstutil/abst_data/struct.Manifest.html rename rustdoc/{updater => abstutil}/struct.Entry.html (54%) create mode 100644 rustdoc/abstutil/struct.Manifest.html create mode 100644 rustdoc/src/abstutil/abst_data.rs.html create mode 100644 rustdoc/updater/fn.filter_manifest.html create mode 100644 rustdoc/updater/fn.generate_manifest.html delete mode 100644 rustdoc/updater/struct.Manifest.html diff --git a/rustdoc/abstutil/abst_data/index.html b/rustdoc/abstutil/abst_data/index.html new file mode 100644 index 0000000000..50b248b640 --- /dev/null +++ b/rustdoc/abstutil/abst_data/index.html @@ -0,0 +1,3 @@ +abstutil::abst_data - Rust

[][src]Module abstutil::abst_data

Structs

+
Entry
Manifest
\ No newline at end of file diff --git a/rustdoc/abstutil/abst_data/sidebar-items.js b/rustdoc/abstutil/abst_data/sidebar-items.js new file mode 100644 index 0000000000..49c6f86be0 --- /dev/null +++ b/rustdoc/abstutil/abst_data/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"struct":[["Entry",""],["Manifest",""]]}); \ No newline at end of file diff --git a/rustdoc/abstutil/abst_data/struct.Entry.html b/rustdoc/abstutil/abst_data/struct.Entry.html new file mode 100644 index 0000000000..2174bc484d --- /dev/null +++ b/rustdoc/abstutil/abst_data/struct.Entry.html @@ -0,0 +1,15 @@ +abstutil::abst_data::Entry - Rust

[][src]Struct abstutil::abst_data::Entry

pub struct Entry {
+    pub checksum: String,
+    pub dropbox_url: Option<String>,
+}

+ Fields

checksum: Stringdropbox_url: Option<String>

Auto Trait Implementations

impl RefUnwindSafe for Entry

impl Send for Entry

impl Sync for Entry

impl Unpin for Entry

impl UnwindSafe for Entry

Blanket Implementations

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

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

+

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

+
\ No newline at end of file diff --git a/rustdoc/abstutil/abst_data/struct.Manifest.html b/rustdoc/abstutil/abst_data/struct.Manifest.html new file mode 100644 index 0000000000..4b36bec2b7 --- /dev/null +++ b/rustdoc/abstutil/abst_data/struct.Manifest.html @@ -0,0 +1,11 @@ +abstutil::abst_data::Manifest - Rust

[][src]Struct abstutil::abst_data::Manifest

pub struct Manifest(pub BTreeMap<String, Entry>);

Implementations

impl Manifest[src]

pub fn write(&self, path: String)[src]

pub fn load(path: String) -> Result<Manifest, Box<dyn Error>>[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

+

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

+
\ No newline at end of file diff --git a/rustdoc/abstutil/all.html b/rustdoc/abstutil/all.html index 6655eecc27..a46a8fc79d 100644 --- a/rustdoc/abstutil/all.html +++ b/rustdoc/abstutil/all.html @@ -1,4 +1,4 @@ List of all items in this crate

[] - List of all items

Structs

Enums

Traits

Functions

Constants

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

Structs

Enums

Traits

Functions

Constants

\ No newline at end of file diff --git a/rustdoc/abstutil/constant.PROGRESS_FREQUENCY_SECONDS.html b/rustdoc/abstutil/constant.PROGRESS_FREQUENCY_SECONDS.html index e6e0e1006b..42aa8dc8c1 100644 --- a/rustdoc/abstutil/constant.PROGRESS_FREQUENCY_SECONDS.html +++ b/rustdoc/abstutil/constant.PROGRESS_FREQUENCY_SECONDS.html @@ -1,2 +1,2 @@ abstutil::PROGRESS_FREQUENCY_SECONDS - Rust

[][src]Constant abstutil::PROGRESS_FREQUENCY_SECONDS

const PROGRESS_FREQUENCY_SECONDS: f64 = 0.2;
\ No newline at end of file + Change settings

[][src]Constant abstutil::PROGRESS_FREQUENCY_SECONDS

const PROGRESS_FREQUENCY_SECONDS: f64 = 0.2;
\ No newline at end of file diff --git a/rustdoc/abstutil/index.html b/rustdoc/abstutil/index.html index 9319b007ec..06082961bc 100644 --- a/rustdoc/abstutil/index.html +++ b/rustdoc/abstutil/index.html @@ -1,7 +1,7 @@ abstutil - Rust

[][src]Crate abstutil

Modules

-
abst_paths
cli
collections
io
io_native
serde
time
utils

Structs

-
CmdArgs
Counter
FileWithProgress
MultiMap
Tags
Timer
VecMap

Enums

+ Change settings

[][src]Crate abstutil

Modules

+
abst_data
abst_paths
cli
collections
io
io_native
serde
time
utils

Structs

+
CmdArgs
Counter
Entry
FileWithProgress
Manifest
MultiMap
Tags
Timer
VecMap

Enums

Parallelism

Constants

PROGRESS_FREQUENCY_SECONDS

Traits

TimerSink

Functions

diff --git a/rustdoc/abstutil/sidebar-items.js b/rustdoc/abstutil/sidebar-items.js index a4860d8a7c..1cc7b2e3c0 100644 --- a/rustdoc/abstutil/sidebar-items.js +++ b/rustdoc/abstutil/sidebar-items.js @@ -1 +1 @@ -initSidebarItems({"constant":[["PROGRESS_FREQUENCY_SECONDS",""]],"enum":[["Parallelism",""]],"fn":[["basename",""],["clamp",""],["contains_duplicates",""],["delete_file",""],["deserialize_btreemap",""],["deserialize_multimap",""],["deserialize_usize",""],["elapsed_seconds",""],["file_exists",""],["find_next_file",""],["find_prev_file",""],["from_binary",""],["from_json",""],["list_all_objects",""],["list_dir",""],["load_all_objects",""],["maybe_read_binary",""],["maybe_read_json",""],["parent_path",""],["path",""],["path_all_edits",""],["path_all_maps",""],["path_all_raw_maps",""],["path_all_saves",""],["path_all_scenarios",""],["path_all_synthetic_maps",""],["path_camera_state",""],["path_edits",""],["path_map",""],["path_popdat",""],["path_prebaked_results",""],["path_raw_map",""],["path_save",""],["path_scenario",""],["path_synthetic_map",""],["plain_list_names",""],["prettyprint_time",""],["prettyprint_usize",""],["read_binary",""],["read_json",""],["read_object",""],["retain_btreemap",""],["retain_btreeset",""],["serialize_btreemap",""],["serialize_multimap",""],["serialize_usize",""],["serialized_size_bytes",""],["slurp_file",""],["start_profiler",""],["stop_profiler",""],["to_json",""],["wraparound_get",""],["write_binary",""],["write_json",""]],"mod":[["abst_paths",""],["cli",""],["collections",""],["io",""],["io_native",""],["serde",""],["time",""],["utils",""]],"struct":[["CmdArgs",""],["Counter",""],["FileWithProgress",""],["MultiMap",""],["Tags",""],["Timer",""],["VecMap",""]],"trait":[["TimerSink",""]]}); \ No newline at end of file +initSidebarItems({"constant":[["PROGRESS_FREQUENCY_SECONDS",""]],"enum":[["Parallelism",""]],"fn":[["basename",""],["clamp",""],["contains_duplicates",""],["delete_file",""],["deserialize_btreemap",""],["deserialize_multimap",""],["deserialize_usize",""],["elapsed_seconds",""],["file_exists",""],["find_next_file",""],["find_prev_file",""],["from_binary",""],["from_json",""],["list_all_objects",""],["list_dir",""],["load_all_objects",""],["maybe_read_binary",""],["maybe_read_json",""],["parent_path",""],["path",""],["path_all_edits",""],["path_all_maps",""],["path_all_raw_maps",""],["path_all_saves",""],["path_all_scenarios",""],["path_all_synthetic_maps",""],["path_camera_state",""],["path_edits",""],["path_map",""],["path_popdat",""],["path_prebaked_results",""],["path_raw_map",""],["path_save",""],["path_scenario",""],["path_synthetic_map",""],["plain_list_names",""],["prettyprint_time",""],["prettyprint_usize",""],["read_binary",""],["read_json",""],["read_object",""],["retain_btreemap",""],["retain_btreeset",""],["serialize_btreemap",""],["serialize_multimap",""],["serialize_usize",""],["serialized_size_bytes",""],["slurp_file",""],["start_profiler",""],["stop_profiler",""],["to_json",""],["wraparound_get",""],["write_binary",""],["write_json",""]],"mod":[["abst_data",""],["abst_paths",""],["cli",""],["collections",""],["io",""],["io_native",""],["serde",""],["time",""],["utils",""]],"struct":[["CmdArgs",""],["Counter",""],["Entry",""],["FileWithProgress",""],["Manifest",""],["MultiMap",""],["Tags",""],["Timer",""],["VecMap",""]],"trait":[["TimerSink",""]]}); \ No newline at end of file diff --git a/rustdoc/updater/struct.Entry.html b/rustdoc/abstutil/struct.Entry.html similarity index 54% rename from rustdoc/updater/struct.Entry.html rename to rustdoc/abstutil/struct.Entry.html index 5a3f1cdf0b..96f29a9f8c 100644 --- a/rustdoc/updater/struct.Entry.html +++ b/rustdoc/abstutil/struct.Entry.html @@ -1,17 +1,15 @@ -updater::Entry - Rust

[][src]Struct updater::Entry

struct Entry {
-    checksum: String,
-    dropbox_url: Option<String>,
+abstutil::Entry - Rust

[][src]Struct abstutil::Entry

pub struct Entry {
+    pub checksum: String,
+    pub dropbox_url: Option<String>,
 }

- Fields

checksum: Stringdropbox_url: Option<String>

Auto Trait Implementations

impl RefUnwindSafe for Entry

impl Send for Entry

impl Sync for Entry

impl Unpin for Entry

impl UnwindSafe for Entry

Blanket Implementations

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

\ No newline at end of file +
\ No newline at end of file diff --git a/rustdoc/abstutil/struct.Manifest.html b/rustdoc/abstutil/struct.Manifest.html new file mode 100644 index 0000000000..c22c791316 --- /dev/null +++ b/rustdoc/abstutil/struct.Manifest.html @@ -0,0 +1,11 @@ +abstutil::Manifest - Rust

[][src]Struct abstutil::Manifest

pub struct Manifest(pub BTreeMap<String, Entry>);

Implementations

impl Manifest[src]

pub fn write(&self, path: String)[src]

pub fn load(path: String) -> Result<Manifest, Box<dyn Error>>[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

+

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

+
\ 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 692228aa29..7647bd8749 100644 --- a/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html +++ b/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html @@ -1,3 +1,3 @@ game::pregame::built_info::BUILT_TIME_UTC - Rust

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

pub const BUILT_TIME_UTC: &str = "Thu, 08 Oct 2020 19:43:05 +0000";

The built-time in RFC2822, UTC

+ Change settings

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

pub const BUILT_TIME_UTC: &str = "Thu, 08 Oct 2020 20:06:15 +0000";

The built-time in RFC2822, UTC

\ 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 af1f000a85..d7cd7cbaa5 100644 --- a/rustdoc/implementors/core/marker/trait.Freeze.js +++ b/rustdoc/implementors/core/marker/trait.Freeze.js @@ -1,5 +1,5 @@ (function() {var implementors = {}; -implementors["abstutil"] = [{"text":"impl Freeze for FileWithProgress","synthetic":true,"types":[]},{"text":"impl Freeze for CmdArgs","synthetic":true,"types":[]},{"text":"impl<K, V> Freeze for MultiMap<K, V>","synthetic":true,"types":[]},{"text":"impl<T> Freeze for Counter<T>","synthetic":true,"types":[]},{"text":"impl<K, V> Freeze for VecMap<K, V>","synthetic":true,"types":[]},{"text":"impl Freeze for Tags","synthetic":true,"types":[]},{"text":"impl<'a> Freeze for Timer<'a>","synthetic":true,"types":[]},{"text":"impl Freeze for Parallelism","synthetic":true,"types":[]},{"text":"impl Freeze for ROOT_DIR","synthetic":true,"types":[]},{"text":"impl Freeze for ROOT_PLAYER_DIR","synthetic":true,"types":[]},{"text":"impl !Freeze for Logger","synthetic":true,"types":[]},{"text":"impl Freeze for Progress","synthetic":true,"types":[]},{"text":"impl Freeze for TimerSpan","synthetic":true,"types":[]},{"text":"impl Freeze for TimedFileReader","synthetic":true,"types":[]},{"text":"impl Freeze for StackEntry","synthetic":true,"types":[]}]; +implementors["abstutil"] = [{"text":"impl Freeze for FileWithProgress","synthetic":true,"types":[]},{"text":"impl Freeze for Manifest","synthetic":true,"types":[]},{"text":"impl Freeze for Entry","synthetic":true,"types":[]},{"text":"impl Freeze for CmdArgs","synthetic":true,"types":[]},{"text":"impl<K, V> Freeze for MultiMap<K, V>","synthetic":true,"types":[]},{"text":"impl<T> Freeze for Counter<T>","synthetic":true,"types":[]},{"text":"impl<K, V> Freeze for VecMap<K, V>","synthetic":true,"types":[]},{"text":"impl Freeze for Tags","synthetic":true,"types":[]},{"text":"impl<'a> Freeze for Timer<'a>","synthetic":true,"types":[]},{"text":"impl Freeze for Parallelism","synthetic":true,"types":[]},{"text":"impl Freeze for ROOT_DIR","synthetic":true,"types":[]},{"text":"impl Freeze for ROOT_PLAYER_DIR","synthetic":true,"types":[]},{"text":"impl !Freeze for Logger","synthetic":true,"types":[]},{"text":"impl Freeze for Progress","synthetic":true,"types":[]},{"text":"impl Freeze for TimerSpan","synthetic":true,"types":[]},{"text":"impl Freeze for TimedFileReader","synthetic":true,"types":[]},{"text":"impl Freeze for StackEntry","synthetic":true,"types":[]}]; implementors["convert_osm"] = [{"text":"impl Freeze for Options","synthetic":true,"types":[]},{"text":"impl Freeze for OnstreetParking","synthetic":true,"types":[]},{"text":"impl Freeze for PublicOffstreetParking","synthetic":true,"types":[]},{"text":"impl Freeze for PrivateOffstreetParking","synthetic":true,"types":[]},{"text":"impl Freeze for OsmExtract","synthetic":true,"types":[]},{"text":"impl Freeze for Document","synthetic":true,"types":[]},{"text":"impl Freeze for Node","synthetic":true,"types":[]},{"text":"impl Freeze for Way","synthetic":true,"types":[]},{"text":"impl Freeze for Relation","synthetic":true,"types":[]},{"text":"impl Freeze for Elevation","synthetic":true,"types":[]}]; implementors["game"] = [{"text":"impl !Freeze for App","synthetic":true,"types":[]},{"text":"impl Freeze for ShowLayers","synthetic":true,"types":[]},{"text":"impl Freeze for ShowEverything","synthetic":true,"types":[]},{"text":"impl Freeze for Flags","synthetic":true,"types":[]},{"text":"impl !Freeze for PerMap","synthetic":true,"types":[]},{"text":"impl Freeze for SessionState","synthetic":true,"types":[]},{"text":"impl Freeze for PerObjectActions","synthetic":true,"types":[]},{"text":"impl Freeze for FindDelayedIntersections","synthetic":true,"types":[]},{"text":"impl Freeze for Challenge","synthetic":true,"types":[]},{"text":"impl Freeze for HighScore","synthetic":true,"types":[]},{"text":"impl Freeze for ChallengesPicker","synthetic":true,"types":[]},{"text":"impl Freeze for ColorScheme","synthetic":true,"types":[]},{"text":"impl Freeze for ColorSchemeChoice","synthetic":true,"types":[]},{"text":"impl Freeze for CommonState","synthetic":true,"types":[]},{"text":"impl Freeze for CityPicker","synthetic":true,"types":[]},{"text":"impl<'a> Freeze for ColorDiscrete<'a>","synthetic":true,"types":[]},{"text":"impl Freeze for ColorLegend","synthetic":true,"types":[]},{"text":"impl Freeze for DivergingScale","synthetic":true,"types":[]},{"text":"impl<'a> Freeze for ColorNetwork<'a>","synthetic":true,"types":[]},{"text":"impl Freeze for ColorScale","synthetic":true,"types":[]},{"text":"impl Freeze for HeatmapOptions","synthetic":true,"types":[]},{"text":"impl<T> Freeze for Grid<T>","synthetic":true,"types":[]},{"text":"impl Freeze for IsochroneViewer","synthetic":true,"types":[]},{"text":"impl Freeze for Minimap","synthetic":true,"types":[]},{"text":"impl Freeze for Navigator","synthetic":true,"types":[]},{"text":"impl Freeze for CrossStreet","synthetic":true,"types":[]},{"text":"impl Freeze for SearchBuildings","synthetic":true,"types":[]},{"text":"impl Freeze for Warping","synthetic":true,"types":[]},{"text":"impl Freeze for DebugWarp","synthetic":true,"types":[]},{"text":"impl Freeze for CutsceneBuilder","synthetic":true,"types":[]},{"text":"impl Freeze for Scene","synthetic":true,"types":[]},{"text":"impl Freeze for CutscenePlayer","synthetic":true,"types":[]},{"text":"impl Freeze for FYI","synthetic":true,"types":[]},{"text":"impl Freeze for Layout","synthetic":true,"types":[]},{"text":"impl Freeze for DebugMode","synthetic":true,"types":[]},{"text":"impl Freeze for SearchResults","synthetic":true,"types":[]},{"text":"impl Freeze for Actions","synthetic":true,"types":[]},{"text":"impl Freeze for ScreenshotTest","synthetic":true,"types":[]},{"text":"impl Freeze for Floodfiller","synthetic":true,"types":[]},{"text":"impl Freeze for Source","synthetic":true,"types":[]},{"text":"impl Freeze for ObjectDebugger","synthetic":true,"types":[]},{"text":"impl Freeze for PathCounter","synthetic":true,"types":[]},{"text":"impl Freeze for PolygonDebugger","synthetic":true,"types":[]},{"text":"impl Freeze for Item","synthetic":true,"types":[]},{"text":"impl Freeze for DevToolsMode","synthetic":true,"types":[]},{"text":"impl Freeze for PopularDestinations","synthetic":true,"types":[]},{"text":"impl Freeze for ViewKML","synthetic":true,"types":[]},{"text":"impl Freeze for Object","synthetic":true,"types":[]},{"text":"impl Freeze for ParkingMapper","synthetic":true,"types":[]},{"text":"impl Freeze for ChangeWay","synthetic":true,"types":[]},{"text":"impl Freeze for Show","synthetic":true,"types":[]},{"text":"impl Freeze for Value","synthetic":true,"types":[]},{"text":"impl Freeze for PolygonEditor","synthetic":true,"types":[]},{"text":"impl Freeze for ScenarioManager","synthetic":true,"types":[]},{"text":"impl Freeze for StoryMapEditor","synthetic":true,"types":[]},{"text":"impl Freeze for RecordedStoryMap","synthetic":true,"types":[]},{"text":"impl Freeze for StoryMap","synthetic":true,"types":[]},{"text":"impl Freeze for Marker","synthetic":true,"types":[]},{"text":"impl Freeze for Lasso","synthetic":true,"types":[]},{"text":"impl Freeze for Mode","synthetic":true,"types":[]},{"text":"impl Freeze for EditMode","synthetic":true,"types":[]},{"text":"impl Freeze for SaveEdits","synthetic":true,"types":[]},{"text":"impl Freeze for LoadEdits","synthetic":true,"types":[]},{"text":"impl Freeze for ConfirmDiscard","synthetic":true,"types":[]},{"text":"impl Freeze for BulkSelect","synthetic":true,"types":[]},{"text":"impl Freeze for BulkEdit","synthetic":true,"types":[]},{"text":"impl Freeze for ClusterTrafficSignalEditor","synthetic":true,"types":[]},{"text":"impl Freeze for LaneEditor","synthetic":true,"types":[]},{"text":"impl Freeze for RouteEditor","synthetic":true,"types":[]},{"text":"impl Freeze for RoadSelector","synthetic":true,"types":[]},{"text":"impl Freeze for Mode","synthetic":true,"types":[]},{"text":"impl Freeze for StopSignEditor","synthetic":true,"types":[]},{"text":"impl Freeze for TrafficSignalEditor","synthetic":true,"types":[]},{"text":"impl Freeze for BundleEdits","synthetic":true,"types":[]},{"text":"impl Freeze for ChangeDuration","synthetic":true,"types":[]},{"text":"impl Freeze for ShowAbsolute","synthetic":true,"types":[]},{"text":"impl Freeze for ShowRelative","synthetic":true,"types":[]},{"text":"impl Freeze for TuneRelative","synthetic":true,"types":[]},{"text":"impl Freeze for SignalPicker","synthetic":true,"types":[]},{"text":"impl Freeze for PreviewTrafficSignal","synthetic":true,"types":[]},{"text":"impl Freeze for ZoneEditor","synthetic":true,"types":[]},{"text":"impl !Freeze for Game","synthetic":true,"types":[]},{"text":"impl<T> Freeze for ChooseSomething<T>","synthetic":true,"types":[]},{"text":"impl Freeze for PromptInput","synthetic":true,"types":[]},{"text":"impl Freeze for PopupMsg","synthetic":true,"types":[]},{"text":"impl Freeze for DrawBaselayer","synthetic":true,"types":[]},{"text":"impl Freeze for Transition","synthetic":true,"types":[]},{"text":"impl Freeze for ID","synthetic":true,"types":[]},{"text":"impl Freeze for InfoPanel","synthetic":true,"types":[]},{"text":"impl Freeze for Details","synthetic":true,"types":[]},{"text":"impl Freeze for DataOptions","synthetic":true,"types":[]},{"text":"impl Freeze for Tab","synthetic":true,"types":[]},{"text":"impl Freeze for OpenTrip","synthetic":true,"types":[]},{"text":"impl Freeze for PickLayer","synthetic":true,"types":[]},{"text":"impl Freeze for LayerOutcome","synthetic":true,"types":[]},{"text":"impl Freeze for Elevation","synthetic":true,"types":[]},{"text":"impl Freeze for BikeNetwork","synthetic":true,"types":[]},{"text":"impl Freeze for Static","synthetic":true,"types":[]},{"text":"impl Freeze for CongestionCaps","synthetic":true,"types":[]},{"text":"impl Freeze for Pandemic","synthetic":true,"types":[]},{"text":"impl Freeze for Options","synthetic":true,"types":[]},{"text":"impl Freeze for SEIR","synthetic":true,"types":[]},{"text":"impl Freeze for Occupancy","synthetic":true,"types":[]},{"text":"impl Freeze for Efficiency","synthetic":true,"types":[]},{"text":"impl Freeze for Loc","synthetic":true,"types":[]},{"text":"impl Freeze for PopulationMap","synthetic":true,"types":[]},{"text":"impl Freeze for Options","synthetic":true,"types":[]},{"text":"impl Freeze for Backpressure","synthetic":true,"types":[]},{"text":"impl Freeze for Throughput","synthetic":true,"types":[]},{"text":"impl Freeze for CompareThroughput","synthetic":true,"types":[]},{"text":"impl Freeze for TrafficJams","synthetic":true,"types":[]},{"text":"impl Freeze for Jam","synthetic":true,"types":[]},{"text":"impl Freeze for Delay","synthetic":true,"types":[]},{"text":"impl Freeze for TransitNetwork","synthetic":true,"types":[]},{"text":"impl Freeze for Options","synthetic":true,"types":[]},{"text":"impl Freeze for OptionsPanel","synthetic":true,"types":[]},{"text":"impl Freeze for TrafficSignalStyle","synthetic":true,"types":[]},{"text":"impl Freeze for CameraAngle","synthetic":true,"types":[]},{"text":"impl Freeze for TitleScreen","synthetic":true,"types":[]},{"text":"impl Freeze for MainMenu","synthetic":true,"types":[]},{"text":"impl Freeze for About","synthetic":true,"types":[]},{"text":"impl Freeze for Proposals","synthetic":true,"types":[]},{"text":"impl Freeze for Screensaver","synthetic":true,"types":[]},{"text":"impl Freeze for DrawOptions","synthetic":true,"types":[]},{"text":"impl Freeze for DrawArea","synthetic":true,"types":[]},{"text":"impl Freeze for DrawBike","synthetic":true,"types":[]},{"text":"impl !Freeze for DrawBuilding","synthetic":true,"types":[]},{"text":"impl Freeze for DrawBusStop","synthetic":true,"types":[]},{"text":"impl Freeze for DrawCar","synthetic":true,"types":[]},{"text":"impl !Freeze for DrawIntersection","synthetic":true,"types":[]},{"text":"impl !Freeze for DrawLane","synthetic":true,"types":[]},{"text":"impl !Freeze for DrawMap","synthetic":true,"types":[]},{"text":"impl Freeze for AgentCache","synthetic":true,"types":[]},{"text":"impl Freeze for UnzoomedAgents","synthetic":true,"types":[]},{"text":"impl !Freeze for DrawParkingLot","synthetic":true,"types":[]},{"text":"impl Freeze for DrawPedestrian","synthetic":true,"types":[]},{"text":"impl Freeze for DrawPedCrowd","synthetic":true,"types":[]},{"text":"impl !Freeze for DrawRoad","synthetic":true,"types":[]},{"text":"impl Freeze for DrawMovement","synthetic":true,"types":[]},{"text":"impl Freeze for DrawUberTurnGroup","synthetic":true,"types":[]},{"text":"impl Freeze for SandboxMode","synthetic":true,"types":[]},{"text":"impl Freeze for SandboxControls","synthetic":true,"types":[]},{"text":"impl Freeze for BackToMainMenu","synthetic":true,"types":[]},{"text":"impl Freeze for AgentMeter","synthetic":true,"types":[]},{"text":"impl Freeze for Actions","synthetic":true,"types":[]},{"text":"impl Freeze for DashTab","synthetic":true,"types":[]},{"text":"impl Freeze for CommuterPatterns","synthetic":true,"types":[]},{"text":"impl<'a> Freeze for PanelState<'a>","synthetic":true,"types":[]},{"text":"impl Freeze for Block","synthetic":true,"types":[]},{"text":"impl Freeze for Filter","synthetic":true,"types":[]},{"text":"impl Freeze for Loop","synthetic":true,"types":[]},{"text":"impl Freeze for BlockSelection","synthetic":true,"types":[]},{"text":"impl Freeze for BorderType","synthetic":true,"types":[]},{"text":"impl<T, F, P> Freeze for GenericTripTable<T, F, P> where
    F: Freeze,
    P: Freeze, 
","synthetic":true,"types":[]},{"text":"impl Freeze for ActiveTraffic","synthetic":true,"types":[]},{"text":"impl Freeze for TransitRoutes","synthetic":true,"types":[]},{"text":"impl Freeze for ParkingOverhead","synthetic":true,"types":[]},{"text":"impl Freeze for Entry","synthetic":true,"types":[]},{"text":"impl Freeze for Filters","synthetic":true,"types":[]},{"text":"impl Freeze for TripSummaries","synthetic":true,"types":[]},{"text":"impl Freeze for Filter","synthetic":true,"types":[]},{"text":"impl<T, F> Freeze for Table<T, F> where
    F: Freeze, 
","synthetic":true,"types":[]},{"text":"impl<T> Freeze for Column<T>","synthetic":true,"types":[]},{"text":"impl<T, F> Freeze for Filter<T, F> where
    F: Freeze, 
","synthetic":true,"types":[]},{"text":"impl<T> Freeze for Col<T>","synthetic":true,"types":[]},{"text":"impl Freeze for TrafficSignalDemand","synthetic":true,"types":[]},{"text":"impl Freeze for Demand","synthetic":true,"types":[]},{"text":"impl Freeze for FinishedTripTable","synthetic":true,"types":[]},{"text":"impl Freeze for CancelledTripTable","synthetic":true,"types":[]},{"text":"impl Freeze for UnfinishedTripTable","synthetic":true,"types":[]},{"text":"impl Freeze for FinishedTrip","synthetic":true,"types":[]},{"text":"impl Freeze for CancelledTrip","synthetic":true,"types":[]},{"text":"impl Freeze for UnfinishedTrip","synthetic":true,"types":[]},{"text":"impl Freeze for Filters","synthetic":true,"types":[]},{"text":"impl Freeze for FinalScore","synthetic":true,"types":[]},{"text":"impl Freeze for GameplayMode","synthetic":true,"types":[]},{"text":"impl Freeze for OptimizeCommute","synthetic":true,"types":[]},{"text":"impl Freeze for FixTrafficSignals","synthetic":true,"types":[]},{"text":"impl Freeze for Freeform","synthetic":true,"types":[]},{"text":"impl Freeze for AgentSpawner","synthetic":true,"types":[]},{"text":"impl Freeze for PlayScenario","synthetic":true,"types":[]},{"text":"impl Freeze for EditScenarioModifiers","synthetic":true,"types":[]},{"text":"impl Freeze for ChangeMode","synthetic":true,"types":[]},{"text":"impl Freeze for Tutorial","synthetic":true,"types":[]},{"text":"impl Freeze for TutorialPointer","synthetic":true,"types":[]},{"text":"impl Freeze for Stage","synthetic":true,"types":[]},{"text":"impl Freeze for TutorialState","synthetic":true,"types":[]},{"text":"impl Freeze for Task","synthetic":true,"types":[]},{"text":"impl Freeze for RoutePreview","synthetic":true,"types":[]},{"text":"impl Freeze for TurnExplorer","synthetic":true,"types":[]},{"text":"impl Freeze for SpeedControls","synthetic":true,"types":[]},{"text":"impl Freeze for TimePanel","synthetic":true,"types":[]},{"text":"impl Freeze for SpeedSetting","synthetic":true,"types":[]},{"text":"impl Freeze for JumpToTime","synthetic":true,"types":[]},{"text":"impl Freeze for JumpToDelay","synthetic":true,"types":[]},{"text":"impl Freeze for TimeWarpScreen","synthetic":true,"types":[]},{"text":"impl Freeze for UberTurnPicker","synthetic":true,"types":[]},{"text":"impl Freeze for UberTurnViewer","synthetic":true,"types":[]}]; implementors["geom"] = [{"text":"impl Freeze for Angle","synthetic":true,"types":[]},{"text":"impl Freeze for Bounds","synthetic":true,"types":[]},{"text":"impl Freeze for GPSBounds","synthetic":true,"types":[]},{"text":"impl Freeze for Circle","synthetic":true,"types":[]},{"text":"impl Freeze for Distance","synthetic":true,"types":[]},{"text":"impl Freeze for Duration","synthetic":true,"types":[]},{"text":"impl<K> Freeze for FindClosest<K>","synthetic":true,"types":[]},{"text":"impl Freeze for LonLat","synthetic":true,"types":[]},{"text":"impl Freeze for InfiniteLine","synthetic":true,"types":[]},{"text":"impl Freeze for Line","synthetic":true,"types":[]},{"text":"impl Freeze for Percent","synthetic":true,"types":[]},{"text":"impl Freeze for Polygon","synthetic":true,"types":[]},{"text":"impl Freeze for Triangle","synthetic":true,"types":[]},{"text":"impl Freeze for PolyLine","synthetic":true,"types":[]},{"text":"impl Freeze for HashablePt2D","synthetic":true,"types":[]},{"text":"impl Freeze for Pt2D","synthetic":true,"types":[]},{"text":"impl Freeze for Ring","synthetic":true,"types":[]},{"text":"impl Freeze for Speed","synthetic":true,"types":[]},{"text":"impl<T> Freeze for Histogram<T> where
    T: Freeze, 
","synthetic":true,"types":[]},{"text":"impl Freeze for Time","synthetic":true,"types":[]},{"text":"impl Freeze for ArrowCap","synthetic":true,"types":[]},{"text":"impl Freeze for Statistic","synthetic":true,"types":[]}]; @@ -10,7 +10,7 @@ implementors["kml"] = [{"text":"impl Freeze for ExtraShapes","synthetic":true,"t implementors["map_editor"] = [{"text":"impl Freeze for UI","synthetic":true,"types":[]},{"text":"impl Freeze for State","synthetic":true,"types":[]},{"text":"impl Freeze for Model","synthetic":true,"types":[]},{"text":"impl Freeze for ID","synthetic":true,"types":[]},{"text":"impl<ID> Freeze for Object<ID> where
    ID: Freeze, 
","synthetic":true,"types":[]},{"text":"impl Freeze for WorldObject","synthetic":true,"types":[]},{"text":"impl<ID> Freeze for World<ID> where
    ID: Freeze, 
","synthetic":true,"types":[]}]; implementors["map_model"] = [{"text":"impl Freeze for City","synthetic":true,"types":[]},{"text":"impl Freeze for EditEffects","synthetic":true,"types":[]},{"text":"impl Freeze for EditRoad","synthetic":true,"types":[]},{"text":"impl Freeze for MapEdits","synthetic":true,"types":[]},{"text":"impl Freeze for PermanentMapEdits","synthetic":true,"types":[]},{"text":"impl Freeze for MapConfig","synthetic":true,"types":[]},{"text":"impl Freeze for Area","synthetic":true,"types":[]},{"text":"impl Freeze for AreaID","synthetic":true,"types":[]},{"text":"impl Freeze for Building","synthetic":true,"types":[]},{"text":"impl Freeze for BuildingID","synthetic":true,"types":[]},{"text":"impl Freeze for NamePerLanguage","synthetic":true,"types":[]},{"text":"impl Freeze for BusRoute","synthetic":true,"types":[]},{"text":"impl Freeze for BusRouteID","synthetic":true,"types":[]},{"text":"impl Freeze for BusStop","synthetic":true,"types":[]},{"text":"impl Freeze for BusStopID","synthetic":true,"types":[]},{"text":"impl Freeze for Intersection","synthetic":true,"types":[]},{"text":"impl Freeze for IntersectionID","synthetic":true,"types":[]},{"text":"impl Freeze for Lane","synthetic":true,"types":[]},{"text":"impl Freeze for LaneID","synthetic":true,"types":[]},{"text":"impl Freeze for ParkingLot","synthetic":true,"types":[]},{"text":"impl Freeze for ParkingLotID","synthetic":true,"types":[]},{"text":"impl Freeze for DirectedRoadID","synthetic":true,"types":[]},{"text":"impl Freeze for Road","synthetic":true,"types":[]},{"text":"impl Freeze for RoadID","synthetic":true,"types":[]},{"text":"impl Freeze for ControlStopSign","synthetic":true,"types":[]},{"text":"impl Freeze for RoadWithStopSign","synthetic":true,"types":[]},{"text":"impl Freeze for ControlTrafficSignal","synthetic":true,"types":[]},{"text":"impl Freeze for Stage","synthetic":true,"types":[]},{"text":"impl Freeze for CompressedMovementID","synthetic":true,"types":[]},{"text":"impl Freeze for Movement","synthetic":true,"types":[]},{"text":"impl Freeze for MovementID","synthetic":true,"types":[]},{"text":"impl Freeze for Turn","synthetic":true,"types":[]},{"text":"impl Freeze for TurnID","synthetic":true,"types":[]},{"text":"impl Freeze for AccessRestrictions","synthetic":true,"types":[]},{"text":"impl Freeze for Zone","synthetic":true,"types":[]},{"text":"impl Freeze for IntersectionCluster","synthetic":true,"types":[]},{"text":"impl Freeze for UberTurn","synthetic":true,"types":[]},{"text":"impl Freeze for UberTurnGroup","synthetic":true,"types":[]},{"text":"impl Freeze for Path","synthetic":true,"types":[]},{"text":"impl Freeze for PathRequest","synthetic":true,"types":[]},{"text":"impl Freeze for Position","synthetic":true,"types":[]},{"text":"impl !Freeze for Map","synthetic":true,"types":[]},{"text":"impl Freeze for EditCmd","synthetic":true,"types":[]},{"text":"impl Freeze for EditIntersection","synthetic":true,"types":[]},{"text":"impl Freeze for DrivingSide","synthetic":true,"types":[]},{"text":"impl Freeze for AreaType","synthetic":true,"types":[]},{"text":"impl Freeze for BuildingType","synthetic":true,"types":[]},{"text":"impl Freeze for OffstreetParking","synthetic":true,"types":[]},{"text":"impl Freeze for IntersectionType","synthetic":true,"types":[]},{"text":"impl Freeze for LaneType","synthetic":true,"types":[]},{"text":"impl Freeze for Direction","synthetic":true,"types":[]},{"text":"impl Freeze for PhaseType","synthetic":true,"types":[]},{"text":"impl Freeze for TurnPriority","synthetic":true,"types":[]},{"text":"impl Freeze for TurnType","synthetic":true,"types":[]},{"text":"impl Freeze for PathConstraints","synthetic":true,"types":[]},{"text":"impl Freeze for PathStep","synthetic":true,"types":[]},{"text":"impl Freeze for Traversable","synthetic":true,"types":[]},{"text":"impl Freeze for OriginalLane","synthetic":true,"types":[]},{"text":"impl Freeze for ChangeLaneType","synthetic":true,"types":[]},{"text":"impl Freeze for ReverseLane","synthetic":true,"types":[]},{"text":"impl Freeze for ChangeSpeedLimit","synthetic":true,"types":[]},{"text":"impl Freeze for ChangeAccessRestrictions","synthetic":true,"types":[]},{"text":"impl Freeze for PermanentEditIntersection","synthetic":true,"types":[]},{"text":"impl Freeze for PermanentEditCmd","synthetic":true,"types":[]},{"text":"impl Freeze for InitialMap","synthetic":true,"types":[]},{"text":"impl Freeze for Road","synthetic":true,"types":[]},{"text":"impl Freeze for Intersection","synthetic":true,"types":[]},{"text":"impl Freeze for Piece","synthetic":true,"types":[]},{"text":"impl Freeze for LaneSpec","synthetic":true,"types":[]},{"text":"impl Freeze for Partition","synthetic":true,"types":[]},{"text":"impl Freeze for Matcher","synthetic":true,"types":[]},{"text":"impl Freeze for NodeID","synthetic":true,"types":[]},{"text":"impl Freeze for WayID","synthetic":true,"types":[]},{"text":"impl Freeze for RelationID","synthetic":true,"types":[]},{"text":"impl Freeze for RoadRank","synthetic":true,"types":[]},{"text":"impl Freeze for OsmID","synthetic":true,"types":[]},{"text":"impl !Freeze for Pathfinder","synthetic":true,"types":[]},{"text":"impl !Freeze for ContractionHierarchyPathfinder","synthetic":true,"types":[]},{"text":"impl !Freeze for VehiclePathfinder","synthetic":true,"types":[]},{"text":"impl Freeze for Node","synthetic":true,"types":[]},{"text":"impl<T> Freeze for NodeMap<T>","synthetic":true,"types":[]},{"text":"impl !Freeze for SidewalkPathfinder","synthetic":true,"types":[]},{"text":"impl Freeze for WalkingNode","synthetic":true,"types":[]},{"text":"impl Freeze for RawMap","synthetic":true,"types":[]},{"text":"impl Freeze for OriginalRoad","synthetic":true,"types":[]},{"text":"impl Freeze for RawRoad","synthetic":true,"types":[]},{"text":"impl Freeze for RawIntersection","synthetic":true,"types":[]},{"text":"impl Freeze for RawBuilding","synthetic":true,"types":[]},{"text":"impl Freeze for RawArea","synthetic":true,"types":[]},{"text":"impl Freeze for RawParkingLot","synthetic":true,"types":[]},{"text":"impl Freeze for TurnRestriction","synthetic":true,"types":[]},{"text":"impl Freeze for RawBusRoute","synthetic":true,"types":[]},{"text":"impl Freeze for RawBusStop","synthetic":true,"types":[]},{"text":"impl Freeze for RestrictionType","synthetic":true,"types":[]}]; implementors["sim"] = [{"text":"impl Freeze for Analytics","synthetic":true,"types":[]},{"text":"impl Freeze for TripPhase","synthetic":true,"types":[]},{"text":"impl Freeze for BorderSpawnOverTime","synthetic":true,"types":[]},{"text":"impl Freeze for ExternalPerson","synthetic":true,"types":[]},{"text":"impl Freeze for ExternalTrip","synthetic":true,"types":[]},{"text":"impl Freeze for IndividTrip","synthetic":true,"types":[]},{"text":"impl Freeze for OffMapLocation","synthetic":true,"types":[]},{"text":"impl Freeze for PersonSpec","synthetic":true,"types":[]},{"text":"impl Freeze for Scenario","synthetic":true,"types":[]},{"text":"impl Freeze for ScenarioGenerator","synthetic":true,"types":[]},{"text":"impl Freeze for SimFlags","synthetic":true,"types":[]},{"text":"impl Freeze for SpawnOverTime","synthetic":true,"types":[]},{"text":"impl Freeze for TripSpawner","synthetic":true,"types":[]},{"text":"impl Freeze for AgentProperties","synthetic":true,"types":[]},{"text":"impl Freeze for Sim","synthetic":true,"types":[]},{"text":"impl Freeze for SimOptions","synthetic":true,"types":[]},{"text":"impl Freeze for Person","synthetic":true,"types":[]},{"text":"impl Freeze for TripInfo","synthetic":true,"types":[]},{"text":"impl Freeze for DontDrawAgents","synthetic":true,"types":[]},{"text":"impl Freeze for DrawCarInput","synthetic":true,"types":[]},{"text":"impl Freeze for DrawPedCrowdInput","synthetic":true,"types":[]},{"text":"impl Freeze for DrawPedestrianInput","synthetic":true,"types":[]},{"text":"impl Freeze for UnzoomedAgent","synthetic":true,"types":[]},{"text":"impl Freeze for CarID","synthetic":true,"types":[]},{"text":"impl Freeze for PedestrianID","synthetic":true,"types":[]},{"text":"impl Freeze for TripID","synthetic":true,"types":[]},{"text":"impl Freeze for PersonID","synthetic":true,"types":[]},{"text":"impl Freeze for OrigPersonID","synthetic":true,"types":[]},{"text":"impl Freeze for Vehicle","synthetic":true,"types":[]},{"text":"impl Freeze for VehicleSpec","synthetic":true,"types":[]},{"text":"impl Freeze for ParkedCar","synthetic":true,"types":[]},{"text":"impl Freeze for SidewalkSpot","synthetic":true,"types":[]},{"text":"impl Freeze for TimeInterval","synthetic":true,"types":[]},{"text":"impl Freeze for DistanceInterval","synthetic":true,"types":[]},{"text":"impl Freeze for CreatePedestrian","synthetic":true,"types":[]},{"text":"impl Freeze for CreateCar","synthetic":true,"types":[]},{"text":"impl Freeze for AlertLocation","synthetic":true,"types":[]},{"text":"impl Freeze for TripPhaseType","synthetic":true,"types":[]},{"text":"impl Freeze for ExternalTripEndpoint","synthetic":true,"types":[]},{"text":"impl Freeze for OriginDestination","synthetic":true,"types":[]},{"text":"impl Freeze for ScenarioModifier","synthetic":true,"types":[]},{"text":"impl Freeze for SpawnTrip","synthetic":true,"types":[]},{"text":"impl Freeze for TripPurpose","synthetic":true,"types":[]},{"text":"impl Freeze for TripSpec","synthetic":true,"types":[]},{"text":"impl Freeze for AlertHandler","synthetic":true,"types":[]},{"text":"impl Freeze for PersonState","synthetic":true,"types":[]},{"text":"impl<T> Freeze for TripResult<T> where
    T: Freeze, 
","synthetic":true,"types":[]},{"text":"impl Freeze for TripEndpoint","synthetic":true,"types":[]},{"text":"impl Freeze for TripMode","synthetic":true,"types":[]},{"text":"impl Freeze for CarStatus","synthetic":true,"types":[]},{"text":"impl Freeze for PedCrowdLocation","synthetic":true,"types":[]},{"text":"impl Freeze for AgentID","synthetic":true,"types":[]},{"text":"impl Freeze for AgentType","synthetic":true,"types":[]},{"text":"impl Freeze for VehicleType","synthetic":true,"types":[]},{"text":"impl Freeze for ParkingSpot","synthetic":true,"types":[]},{"text":"impl Freeze for DrivingGoal","synthetic":true,"types":[]},{"text":"impl Freeze for SidewalkPOI","synthetic":true,"types":[]},{"text":"impl<X> Freeze for TimeSeriesCount<X>","synthetic":true,"types":[]},{"text":"impl Freeze for Window","synthetic":true,"types":[]},{"text":"impl Freeze for CapSimState","synthetic":true,"types":[]},{"text":"impl Freeze for Zone","synthetic":true,"types":[]},{"text":"impl Freeze for Event","synthetic":true,"types":[]},{"text":"impl Freeze for Car","synthetic":true,"types":[]},{"text":"impl Freeze for CarState","synthetic":true,"types":[]},{"text":"impl Freeze for DrivingSimState","synthetic":true,"types":[]},{"text":"impl Freeze for IntersectionSimState","synthetic":true,"types":[]},{"text":"impl Freeze for State","synthetic":true,"types":[]},{"text":"impl Freeze for SignalState","synthetic":true,"types":[]},{"text":"impl Freeze for Request","synthetic":true,"types":[]},{"text":"impl Freeze for NormalParkingSimState","synthetic":true,"types":[]},{"text":"impl Freeze for ParkingLane","synthetic":true,"types":[]},{"text":"impl Freeze for InfiniteParkingSimState","synthetic":true,"types":[]},{"text":"impl Freeze for ParkingSimState","synthetic":true,"types":[]},{"text":"impl Freeze for Queue","synthetic":true,"types":[]},{"text":"impl Freeze for WalkingSimState","synthetic":true,"types":[]},{"text":"impl Freeze for Pedestrian","synthetic":true,"types":[]},{"text":"impl Freeze for PedState","synthetic":true,"types":[]},{"text":"impl Freeze for AnyTime","synthetic":true,"types":[]},{"text":"impl Freeze for Event","synthetic":true,"types":[]},{"text":"impl Freeze for StateEvent","synthetic":true,"types":[]},{"text":"impl Freeze for State","synthetic":true,"types":[]},{"text":"impl Freeze for PandemicModel","synthetic":true,"types":[]},{"text":"impl<T> Freeze for SharedSpace<T>","synthetic":true,"types":[]},{"text":"impl Freeze for Cmd","synthetic":true,"types":[]},{"text":"impl Freeze for Router","synthetic":true,"types":[]},{"text":"impl Freeze for ActionAtEnd","synthetic":true,"types":[]},{"text":"impl Freeze for Goal","synthetic":true,"types":[]},{"text":"impl Freeze for Item","synthetic":true,"types":[]},{"text":"impl Freeze for Scheduler","synthetic":true,"types":[]},{"text":"impl Freeze for Command","synthetic":true,"types":[]},{"text":"impl Freeze for CommandType","synthetic":true,"types":[]},{"text":"impl<'a> Freeze for Ctx<'a>","synthetic":true,"types":[]},{"text":"impl Freeze for Stop","synthetic":true,"types":[]},{"text":"impl Freeze for Route","synthetic":true,"types":[]},{"text":"impl Freeze for Bus","synthetic":true,"types":[]},{"text":"impl Freeze for TransitSimState","synthetic":true,"types":[]},{"text":"impl Freeze for BusState","synthetic":true,"types":[]},{"text":"impl Freeze for TripManager","synthetic":true,"types":[]},{"text":"impl Freeze for Trip","synthetic":true,"types":[]},{"text":"impl Freeze for TripLeg","synthetic":true,"types":[]}]; -implementors["updater"] = [{"text":"impl Freeze for Manifest","synthetic":true,"types":[]},{"text":"impl Freeze for Entry","synthetic":true,"types":[]},{"text":"impl Freeze for Cities","synthetic":true,"types":[]}]; +implementors["updater"] = [{"text":"impl Freeze for Cities","synthetic":true,"types":[]}]; implementors["widgetry"] = [{"text":"impl Freeze for Drawable","synthetic":true,"types":[]},{"text":"impl !Freeze for Canvas","synthetic":true,"types":[]},{"text":"impl Freeze for Color","synthetic":true,"types":[]},{"text":"impl Freeze for LinearGradient","synthetic":true,"types":[]},{"text":"impl Freeze for Texture","synthetic":true,"types":[]},{"text":"impl<'a> Freeze for GfxCtx<'a>","synthetic":true,"types":[]},{"text":"impl !Freeze for Prerender","synthetic":true,"types":[]},{"text":"impl<'a> Freeze for EventCtx<'a>","synthetic":true,"types":[]},{"text":"impl Freeze for GeomBatch","synthetic":true,"types":[]},{"text":"impl Freeze for UserInput","synthetic":true,"types":[]},{"text":"impl Freeze for Settings","synthetic":true,"types":[]},{"text":"impl Freeze for ScreenDims","synthetic":true,"types":[]},{"text":"impl Freeze for ScreenPt","synthetic":true,"types":[]},{"text":"impl Freeze for ScreenRectangle","synthetic":true,"types":[]},{"text":"impl Freeze for Style","synthetic":true,"types":[]},{"text":"impl Freeze for Text","synthetic":true,"types":[]},{"text":"impl Freeze for TextSpan","synthetic":true,"types":[]},{"text":"impl Freeze for Warper","synthetic":true,"types":[]},{"text":"impl<T> Freeze for Autocomplete<T>","synthetic":true,"types":[]},{"text":"impl Freeze for Btn","synthetic":true,"types":[]},{"text":"impl Freeze for MultiButton","synthetic":true,"types":[]},{"text":"impl Freeze for Checkbox","synthetic":true,"types":[]},{"text":"impl Freeze for CompareTimes","synthetic":true,"types":[]},{"text":"impl Freeze for FanChart","synthetic":true,"types":[]},{"text":"impl Freeze for Filler","synthetic":true,"types":[]},{"text":"impl Freeze for DrawWithTooltips","synthetic":true,"types":[]},{"text":"impl<T> Freeze for LinePlot<T> where
    T: Freeze, 
","synthetic":true,"types":[]},{"text":"impl<T> Freeze for PlotOptions<T> where
    T: Freeze, 
","synthetic":true,"types":[]},{"text":"impl<T> Freeze for Series<T>","synthetic":true,"types":[]},{"text":"impl<T> Freeze for Menu<T>","synthetic":true,"types":[]},{"text":"impl<T> Freeze for PersistentSplit<T> where
    T: Freeze, 
","synthetic":true,"types":[]},{"text":"impl Freeze for ScatterPlot","synthetic":true,"types":[]},{"text":"impl Freeze for AreaSlider","synthetic":true,"types":[]},{"text":"impl Freeze for Slider","synthetic":true,"types":[]},{"text":"impl Freeze for Spinner","synthetic":true,"types":[]},{"text":"impl Freeze for EdgeInsets","synthetic":true,"types":[]},{"text":"impl Freeze for Panel","synthetic":true,"types":[]},{"text":"impl Freeze for Widget","synthetic":true,"types":[]},{"text":"impl Freeze for WidgetOutput","synthetic":true,"types":[]},{"text":"impl<T> Freeze for Choice<T> where
    T: Freeze, 
","synthetic":true,"types":[]},{"text":"impl Freeze for HorizontalAlignment","synthetic":true,"types":[]},{"text":"impl Freeze for VerticalAlignment","synthetic":true,"types":[]},{"text":"impl Freeze for Fill","synthetic":true,"types":[]},{"text":"impl Freeze for Event","synthetic":true,"types":[]},{"text":"impl Freeze for Key","synthetic":true,"types":[]},{"text":"impl Freeze for MultiKey","synthetic":true,"types":[]},{"text":"impl Freeze for UpdateType","synthetic":true,"types":[]},{"text":"impl Freeze for RewriteColor","synthetic":true,"types":[]},{"text":"impl Freeze for Outcome","synthetic":true,"types":[]},{"text":"impl !Freeze for Assets","synthetic":true,"types":[]},{"text":"impl<'a> Freeze for GfxCtxInnards<'a>","synthetic":true,"types":[]},{"text":"impl Freeze for VertexArray","synthetic":true,"types":[]},{"text":"impl Freeze for Buffer","synthetic":true,"types":[]},{"text":"impl !Freeze for PrerenderInnards","synthetic":true,"types":[]},{"text":"impl !Freeze for WindowAdapter","synthetic":true,"types":[]},{"text":"impl Freeze for CameraState","synthetic":true,"types":[]},{"text":"impl Freeze for Uniforms","synthetic":true,"types":[]},{"text":"impl<'a> !Freeze for LoadingScreen<'a>","synthetic":true,"types":[]},{"text":"impl<G> !Freeze for State<G>","synthetic":true,"types":[]},{"text":"impl<'a> Freeze for PathConvIter<'a>","synthetic":true,"types":[]},{"text":"impl Freeze for Font","synthetic":true,"types":[]},{"text":"impl Freeze for LayoutStyle","synthetic":true,"types":[]},{"text":"impl Freeze for Button","synthetic":true,"types":[]},{"text":"impl Freeze for BtnBuilder","synthetic":true,"types":[]},{"text":"impl Freeze for Nothing","synthetic":true,"types":[]},{"text":"impl Freeze for Container","synthetic":true,"types":[]},{"text":"impl<T> Freeze for Dropdown<T>","synthetic":true,"types":[]},{"text":"impl Freeze for JustDraw","synthetic":true,"types":[]},{"text":"impl Freeze for DeferDraw","synthetic":true,"types":[]},{"text":"impl Freeze for PanelBuilder","synthetic":true,"types":[]},{"text":"impl Freeze for Dims","synthetic":true,"types":[]},{"text":"impl Freeze for TextBox","synthetic":true,"types":[]}]; implementors["widgetry_demo"] = [{"text":"impl Freeze for App","synthetic":true,"types":[]}]; 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 8f61d9bb22..5f2d2d7c78 100644 --- a/rustdoc/implementors/core/marker/trait.Send.js +++ b/rustdoc/implementors/core/marker/trait.Send.js @@ -1,5 +1,5 @@ (function() {var implementors = {}; -implementors["abstutil"] = [{"text":"impl Send for FileWithProgress","synthetic":true,"types":[]},{"text":"impl Send for CmdArgs","synthetic":true,"types":[]},{"text":"impl<K, V> Send for MultiMap<K, V> where
    K: Send,
    V: Send, 
","synthetic":true,"types":[]},{"text":"impl<T> Send for Counter<T> where
    T: Send, 
","synthetic":true,"types":[]},{"text":"impl<K, V> Send for VecMap<K, V> where
    K: Send,
    V: Send, 
","synthetic":true,"types":[]},{"text":"impl Send for Tags","synthetic":true,"types":[]},{"text":"impl<'a> !Send for Timer<'a>","synthetic":true,"types":[]},{"text":"impl Send for Parallelism","synthetic":true,"types":[]},{"text":"impl Send for ROOT_DIR","synthetic":true,"types":[]},{"text":"impl Send for ROOT_PLAYER_DIR","synthetic":true,"types":[]},{"text":"impl Send for Logger","synthetic":true,"types":[]},{"text":"impl Send for Progress","synthetic":true,"types":[]},{"text":"impl Send for TimerSpan","synthetic":true,"types":[]},{"text":"impl Send for TimedFileReader","synthetic":true,"types":[]},{"text":"impl Send for StackEntry","synthetic":true,"types":[]}]; +implementors["abstutil"] = [{"text":"impl Send for FileWithProgress","synthetic":true,"types":[]},{"text":"impl Send for Manifest","synthetic":true,"types":[]},{"text":"impl Send for Entry","synthetic":true,"types":[]},{"text":"impl Send for CmdArgs","synthetic":true,"types":[]},{"text":"impl<K, V> Send for MultiMap<K, V> where
    K: Send,
    V: Send, 
","synthetic":true,"types":[]},{"text":"impl<T> Send for Counter<T> where
    T: Send, 
","synthetic":true,"types":[]},{"text":"impl<K, V> Send for VecMap<K, V> where
    K: Send,
    V: Send, 
","synthetic":true,"types":[]},{"text":"impl Send for Tags","synthetic":true,"types":[]},{"text":"impl<'a> !Send for Timer<'a>","synthetic":true,"types":[]},{"text":"impl Send for Parallelism","synthetic":true,"types":[]},{"text":"impl Send for ROOT_DIR","synthetic":true,"types":[]},{"text":"impl Send for ROOT_PLAYER_DIR","synthetic":true,"types":[]},{"text":"impl Send for Logger","synthetic":true,"types":[]},{"text":"impl Send for Progress","synthetic":true,"types":[]},{"text":"impl Send for TimerSpan","synthetic":true,"types":[]},{"text":"impl Send for TimedFileReader","synthetic":true,"types":[]},{"text":"impl Send for StackEntry","synthetic":true,"types":[]}]; implementors["convert_osm"] = [{"text":"impl Send for Options","synthetic":true,"types":[]},{"text":"impl Send for OnstreetParking","synthetic":true,"types":[]},{"text":"impl Send for PublicOffstreetParking","synthetic":true,"types":[]},{"text":"impl Send for PrivateOffstreetParking","synthetic":true,"types":[]},{"text":"impl Send for OsmExtract","synthetic":true,"types":[]},{"text":"impl Send for Document","synthetic":true,"types":[]},{"text":"impl Send for Node","synthetic":true,"types":[]},{"text":"impl Send for Way","synthetic":true,"types":[]},{"text":"impl Send for Relation","synthetic":true,"types":[]},{"text":"impl Send for Elevation","synthetic":true,"types":[]}]; implementors["game"] = [{"text":"impl !Send for App","synthetic":true,"types":[]},{"text":"impl Send for ShowLayers","synthetic":true,"types":[]},{"text":"impl Send for ShowEverything","synthetic":true,"types":[]},{"text":"impl Send for Flags","synthetic":true,"types":[]},{"text":"impl !Send for PerMap","synthetic":true,"types":[]},{"text":"impl !Send for SessionState","synthetic":true,"types":[]},{"text":"impl Send for PerObjectActions","synthetic":true,"types":[]},{"text":"impl Send for FindDelayedIntersections","synthetic":true,"types":[]},{"text":"impl Send for Challenge","synthetic":true,"types":[]},{"text":"impl Send for HighScore","synthetic":true,"types":[]},{"text":"impl !Send for ChallengesPicker","synthetic":true,"types":[]},{"text":"impl Send for ColorScheme","synthetic":true,"types":[]},{"text":"impl Send for ColorSchemeChoice","synthetic":true,"types":[]},{"text":"impl !Send for CommonState","synthetic":true,"types":[]},{"text":"impl !Send for CityPicker","synthetic":true,"types":[]},{"text":"impl<'a> Send for ColorDiscrete<'a>","synthetic":true,"types":[]},{"text":"impl Send for ColorLegend","synthetic":true,"types":[]},{"text":"impl Send for DivergingScale","synthetic":true,"types":[]},{"text":"impl<'a> Send for ColorNetwork<'a>","synthetic":true,"types":[]},{"text":"impl Send for ColorScale","synthetic":true,"types":[]},{"text":"impl Send for HeatmapOptions","synthetic":true,"types":[]},{"text":"impl<T> Send for Grid<T> where
    T: Send, 
","synthetic":true,"types":[]},{"text":"impl !Send for IsochroneViewer","synthetic":true,"types":[]},{"text":"impl !Send for Minimap","synthetic":true,"types":[]},{"text":"impl !Send for Navigator","synthetic":true,"types":[]},{"text":"impl !Send for CrossStreet","synthetic":true,"types":[]},{"text":"impl !Send for SearchBuildings","synthetic":true,"types":[]},{"text":"impl Send for Warping","synthetic":true,"types":[]},{"text":"impl !Send for DebugWarp","synthetic":true,"types":[]},{"text":"impl Send for CutsceneBuilder","synthetic":true,"types":[]},{"text":"impl Send for Scene","synthetic":true,"types":[]},{"text":"impl !Send for CutscenePlayer","synthetic":true,"types":[]},{"text":"impl !Send for FYI","synthetic":true,"types":[]},{"text":"impl Send for Layout","synthetic":true,"types":[]},{"text":"impl !Send for DebugMode","synthetic":true,"types":[]},{"text":"impl !Send for SearchResults","synthetic":true,"types":[]},{"text":"impl Send for Actions","synthetic":true,"types":[]},{"text":"impl Send for ScreenshotTest","synthetic":true,"types":[]},{"text":"impl !Send for Floodfiller","synthetic":true,"types":[]},{"text":"impl Send for Source","synthetic":true,"types":[]},{"text":"impl Send for ObjectDebugger","synthetic":true,"types":[]},{"text":"impl !Send for PathCounter","synthetic":true,"types":[]},{"text":"impl !Send for PolygonDebugger","synthetic":true,"types":[]},{"text":"impl Send for Item","synthetic":true,"types":[]},{"text":"impl !Send for DevToolsMode","synthetic":true,"types":[]},{"text":"impl !Send for PopularDestinations","synthetic":true,"types":[]},{"text":"impl !Send for ViewKML","synthetic":true,"types":[]},{"text":"impl Send for Object","synthetic":true,"types":[]},{"text":"impl !Send for ParkingMapper","synthetic":true,"types":[]},{"text":"impl !Send for ChangeWay","synthetic":true,"types":[]},{"text":"impl Send for Show","synthetic":true,"types":[]},{"text":"impl Send for Value","synthetic":true,"types":[]},{"text":"impl !Send for PolygonEditor","synthetic":true,"types":[]},{"text":"impl !Send for ScenarioManager","synthetic":true,"types":[]},{"text":"impl !Send for StoryMapEditor","synthetic":true,"types":[]},{"text":"impl Send for RecordedStoryMap","synthetic":true,"types":[]},{"text":"impl !Send for StoryMap","synthetic":true,"types":[]},{"text":"impl !Send for Marker","synthetic":true,"types":[]},{"text":"impl Send for Lasso","synthetic":true,"types":[]},{"text":"impl !Send for Mode","synthetic":true,"types":[]},{"text":"impl !Send for EditMode","synthetic":true,"types":[]},{"text":"impl !Send for SaveEdits","synthetic":true,"types":[]},{"text":"impl !Send for LoadEdits","synthetic":true,"types":[]},{"text":"impl !Send for ConfirmDiscard","synthetic":true,"types":[]},{"text":"impl !Send for BulkSelect","synthetic":true,"types":[]},{"text":"impl !Send for BulkEdit","synthetic":true,"types":[]},{"text":"impl !Send for ClusterTrafficSignalEditor","synthetic":true,"types":[]},{"text":"impl !Send for LaneEditor","synthetic":true,"types":[]},{"text":"impl !Send for RouteEditor","synthetic":true,"types":[]},{"text":"impl !Send for RoadSelector","synthetic":true,"types":[]},{"text":"impl !Send for Mode","synthetic":true,"types":[]},{"text":"impl !Send for StopSignEditor","synthetic":true,"types":[]},{"text":"impl !Send for TrafficSignalEditor","synthetic":true,"types":[]},{"text":"impl Send for BundleEdits","synthetic":true,"types":[]},{"text":"impl !Send for ChangeDuration","synthetic":true,"types":[]},{"text":"impl !Send for ShowAbsolute","synthetic":true,"types":[]},{"text":"impl !Send for ShowRelative","synthetic":true,"types":[]},{"text":"impl !Send for TuneRelative","synthetic":true,"types":[]},{"text":"impl !Send for SignalPicker","synthetic":true,"types":[]},{"text":"impl !Send for PreviewTrafficSignal","synthetic":true,"types":[]},{"text":"impl !Send for ZoneEditor","synthetic":true,"types":[]},{"text":"impl !Send for Game","synthetic":true,"types":[]},{"text":"impl<T> !Send for ChooseSomething<T>","synthetic":true,"types":[]},{"text":"impl !Send for PromptInput","synthetic":true,"types":[]},{"text":"impl !Send for PopupMsg","synthetic":true,"types":[]},{"text":"impl Send for DrawBaselayer","synthetic":true,"types":[]},{"text":"impl !Send for Transition","synthetic":true,"types":[]},{"text":"impl Send for ID","synthetic":true,"types":[]},{"text":"impl !Send for InfoPanel","synthetic":true,"types":[]},{"text":"impl Send for Details","synthetic":true,"types":[]},{"text":"impl Send for DataOptions","synthetic":true,"types":[]},{"text":"impl Send for Tab","synthetic":true,"types":[]},{"text":"impl Send for OpenTrip","synthetic":true,"types":[]},{"text":"impl !Send for PickLayer","synthetic":true,"types":[]},{"text":"impl !Send for LayerOutcome","synthetic":true,"types":[]},{"text":"impl !Send for Elevation","synthetic":true,"types":[]},{"text":"impl !Send for BikeNetwork","synthetic":true,"types":[]},{"text":"impl !Send for Static","synthetic":true,"types":[]},{"text":"impl !Send for CongestionCaps","synthetic":true,"types":[]},{"text":"impl !Send for Pandemic","synthetic":true,"types":[]},{"text":"impl Send for Options","synthetic":true,"types":[]},{"text":"impl Send for SEIR","synthetic":true,"types":[]},{"text":"impl !Send for Occupancy","synthetic":true,"types":[]},{"text":"impl !Send for Efficiency","synthetic":true,"types":[]},{"text":"impl Send for Loc","synthetic":true,"types":[]},{"text":"impl !Send for PopulationMap","synthetic":true,"types":[]},{"text":"impl Send for Options","synthetic":true,"types":[]},{"text":"impl !Send for Backpressure","synthetic":true,"types":[]},{"text":"impl !Send for Throughput","synthetic":true,"types":[]},{"text":"impl !Send for CompareThroughput","synthetic":true,"types":[]},{"text":"impl !Send for TrafficJams","synthetic":true,"types":[]},{"text":"impl Send for Jam","synthetic":true,"types":[]},{"text":"impl !Send for Delay","synthetic":true,"types":[]},{"text":"impl !Send for TransitNetwork","synthetic":true,"types":[]},{"text":"impl Send for Options","synthetic":true,"types":[]},{"text":"impl !Send for OptionsPanel","synthetic":true,"types":[]},{"text":"impl Send for TrafficSignalStyle","synthetic":true,"types":[]},{"text":"impl Send for CameraAngle","synthetic":true,"types":[]},{"text":"impl !Send for TitleScreen","synthetic":true,"types":[]},{"text":"impl !Send for MainMenu","synthetic":true,"types":[]},{"text":"impl !Send for About","synthetic":true,"types":[]},{"text":"impl !Send for Proposals","synthetic":true,"types":[]},{"text":"impl Send for Screensaver","synthetic":true,"types":[]},{"text":"impl Send for DrawOptions","synthetic":true,"types":[]},{"text":"impl Send for DrawArea","synthetic":true,"types":[]},{"text":"impl !Send for DrawBike","synthetic":true,"types":[]},{"text":"impl !Send for DrawBuilding","synthetic":true,"types":[]},{"text":"impl !Send for DrawBusStop","synthetic":true,"types":[]},{"text":"impl !Send for DrawCar","synthetic":true,"types":[]},{"text":"impl !Send for DrawIntersection","synthetic":true,"types":[]},{"text":"impl !Send for DrawLane","synthetic":true,"types":[]},{"text":"impl !Send for DrawMap","synthetic":true,"types":[]},{"text":"impl !Send for AgentCache","synthetic":true,"types":[]},{"text":"impl Send for UnzoomedAgents","synthetic":true,"types":[]},{"text":"impl !Send for DrawParkingLot","synthetic":true,"types":[]},{"text":"impl !Send for DrawPedestrian","synthetic":true,"types":[]},{"text":"impl !Send for DrawPedCrowd","synthetic":true,"types":[]},{"text":"impl !Send for DrawRoad","synthetic":true,"types":[]},{"text":"impl Send for DrawMovement","synthetic":true,"types":[]},{"text":"impl Send for DrawUberTurnGroup","synthetic":true,"types":[]},{"text":"impl !Send for SandboxMode","synthetic":true,"types":[]},{"text":"impl !Send for SandboxControls","synthetic":true,"types":[]},{"text":"impl Send for BackToMainMenu","synthetic":true,"types":[]},{"text":"impl !Send for AgentMeter","synthetic":true,"types":[]},{"text":"impl Send for Actions","synthetic":true,"types":[]},{"text":"impl Send for DashTab","synthetic":true,"types":[]},{"text":"impl !Send for CommuterPatterns","synthetic":true,"types":[]},{"text":"impl<'a> Send for PanelState<'a>","synthetic":true,"types":[]},{"text":"impl Send for Block","synthetic":true,"types":[]},{"text":"impl Send for Filter","synthetic":true,"types":[]},{"text":"impl Send for Loop","synthetic":true,"types":[]},{"text":"impl Send for BlockSelection","synthetic":true,"types":[]},{"text":"impl Send for BorderType","synthetic":true,"types":[]},{"text":"impl<T, F, P> !Send for GenericTripTable<T, F, P>","synthetic":true,"types":[]},{"text":"impl !Send for ActiveTraffic","synthetic":true,"types":[]},{"text":"impl !Send for TransitRoutes","synthetic":true,"types":[]},{"text":"impl Send for ParkingOverhead","synthetic":true,"types":[]},{"text":"impl Send for Entry","synthetic":true,"types":[]},{"text":"impl Send for Filters","synthetic":true,"types":[]},{"text":"impl !Send for TripSummaries","synthetic":true,"types":[]},{"text":"impl Send for Filter","synthetic":true,"types":[]},{"text":"impl<T, F> !Send for Table<T, F>","synthetic":true,"types":[]},{"text":"impl<T> !Send for Column<T>","synthetic":true,"types":[]},{"text":"impl<T, F> !Send for Filter<T, F>","synthetic":true,"types":[]},{"text":"impl<T> !Send for Col<T>","synthetic":true,"types":[]},{"text":"impl !Send for TrafficSignalDemand","synthetic":true,"types":[]},{"text":"impl Send for Demand","synthetic":true,"types":[]},{"text":"impl Send for FinishedTripTable","synthetic":true,"types":[]},{"text":"impl Send for CancelledTripTable","synthetic":true,"types":[]},{"text":"impl Send for UnfinishedTripTable","synthetic":true,"types":[]},{"text":"impl Send for FinishedTrip","synthetic":true,"types":[]},{"text":"impl Send for CancelledTrip","synthetic":true,"types":[]},{"text":"impl Send for UnfinishedTrip","synthetic":true,"types":[]},{"text":"impl Send for Filters","synthetic":true,"types":[]},{"text":"impl !Send for FinalScore","synthetic":true,"types":[]},{"text":"impl Send for GameplayMode","synthetic":true,"types":[]},{"text":"impl !Send for OptimizeCommute","synthetic":true,"types":[]},{"text":"impl !Send for FixTrafficSignals","synthetic":true,"types":[]},{"text":"impl !Send for Freeform","synthetic":true,"types":[]},{"text":"impl !Send for AgentSpawner","synthetic":true,"types":[]},{"text":"impl !Send for PlayScenario","synthetic":true,"types":[]},{"text":"impl !Send for EditScenarioModifiers","synthetic":true,"types":[]},{"text":"impl !Send for ChangeMode","synthetic":true,"types":[]},{"text":"impl !Send for Tutorial","synthetic":true,"types":[]},{"text":"impl Send for TutorialPointer","synthetic":true,"types":[]},{"text":"impl !Send for Stage","synthetic":true,"types":[]},{"text":"impl !Send for TutorialState","synthetic":true,"types":[]},{"text":"impl Send for Task","synthetic":true,"types":[]},{"text":"impl !Send for RoutePreview","synthetic":true,"types":[]},{"text":"impl !Send for TurnExplorer","synthetic":true,"types":[]},{"text":"impl !Send for SpeedControls","synthetic":true,"types":[]},{"text":"impl !Send for TimePanel","synthetic":true,"types":[]},{"text":"impl Send for SpeedSetting","synthetic":true,"types":[]},{"text":"impl !Send for JumpToTime","synthetic":true,"types":[]},{"text":"impl !Send for JumpToDelay","synthetic":true,"types":[]},{"text":"impl !Send for TimeWarpScreen","synthetic":true,"types":[]},{"text":"impl !Send for UberTurnPicker","synthetic":true,"types":[]},{"text":"impl !Send for UberTurnViewer","synthetic":true,"types":[]}]; implementors["geom"] = [{"text":"impl Send for Angle","synthetic":true,"types":[]},{"text":"impl Send for Bounds","synthetic":true,"types":[]},{"text":"impl Send for GPSBounds","synthetic":true,"types":[]},{"text":"impl Send for Circle","synthetic":true,"types":[]},{"text":"impl Send for Distance","synthetic":true,"types":[]},{"text":"impl Send for Duration","synthetic":true,"types":[]},{"text":"impl<K> Send for FindClosest<K> where
    K: Send, 
","synthetic":true,"types":[]},{"text":"impl Send for LonLat","synthetic":true,"types":[]},{"text":"impl Send for InfiniteLine","synthetic":true,"types":[]},{"text":"impl Send for Line","synthetic":true,"types":[]},{"text":"impl Send for Percent","synthetic":true,"types":[]},{"text":"impl Send for Polygon","synthetic":true,"types":[]},{"text":"impl Send for Triangle","synthetic":true,"types":[]},{"text":"impl Send for PolyLine","synthetic":true,"types":[]},{"text":"impl Send for HashablePt2D","synthetic":true,"types":[]},{"text":"impl Send for Pt2D","synthetic":true,"types":[]},{"text":"impl Send for Ring","synthetic":true,"types":[]},{"text":"impl Send for Speed","synthetic":true,"types":[]},{"text":"impl<T> Send for Histogram<T> where
    T: Send, 
","synthetic":true,"types":[]},{"text":"impl Send for Time","synthetic":true,"types":[]},{"text":"impl Send for ArrowCap","synthetic":true,"types":[]},{"text":"impl Send for Statistic","synthetic":true,"types":[]}]; @@ -10,7 +10,7 @@ implementors["kml"] = [{"text":"impl Send for ExtraShapes","synthetic":true,"typ implementors["map_editor"] = [{"text":"impl !Send for UI","synthetic":true,"types":[]},{"text":"impl !Send for State","synthetic":true,"types":[]},{"text":"impl !Send for Model","synthetic":true,"types":[]},{"text":"impl Send for ID","synthetic":true,"types":[]},{"text":"impl<ID> Send for Object<ID> where
    ID: Send, 
","synthetic":true,"types":[]},{"text":"impl !Send for WorldObject","synthetic":true,"types":[]},{"text":"impl<ID> !Send for World<ID>","synthetic":true,"types":[]}]; implementors["map_model"] = [{"text":"impl Send for City","synthetic":true,"types":[]},{"text":"impl Send for EditEffects","synthetic":true,"types":[]},{"text":"impl Send for EditRoad","synthetic":true,"types":[]},{"text":"impl Send for MapEdits","synthetic":true,"types":[]},{"text":"impl Send for PermanentMapEdits","synthetic":true,"types":[]},{"text":"impl Send for MapConfig","synthetic":true,"types":[]},{"text":"impl Send for Area","synthetic":true,"types":[]},{"text":"impl Send for AreaID","synthetic":true,"types":[]},{"text":"impl Send for Building","synthetic":true,"types":[]},{"text":"impl Send for BuildingID","synthetic":true,"types":[]},{"text":"impl Send for NamePerLanguage","synthetic":true,"types":[]},{"text":"impl Send for BusRoute","synthetic":true,"types":[]},{"text":"impl Send for BusRouteID","synthetic":true,"types":[]},{"text":"impl Send for BusStop","synthetic":true,"types":[]},{"text":"impl Send for BusStopID","synthetic":true,"types":[]},{"text":"impl Send for Intersection","synthetic":true,"types":[]},{"text":"impl Send for IntersectionID","synthetic":true,"types":[]},{"text":"impl Send for Lane","synthetic":true,"types":[]},{"text":"impl Send for LaneID","synthetic":true,"types":[]},{"text":"impl Send for ParkingLot","synthetic":true,"types":[]},{"text":"impl Send for ParkingLotID","synthetic":true,"types":[]},{"text":"impl Send for DirectedRoadID","synthetic":true,"types":[]},{"text":"impl Send for Road","synthetic":true,"types":[]},{"text":"impl Send for RoadID","synthetic":true,"types":[]},{"text":"impl Send for ControlStopSign","synthetic":true,"types":[]},{"text":"impl Send for RoadWithStopSign","synthetic":true,"types":[]},{"text":"impl Send for ControlTrafficSignal","synthetic":true,"types":[]},{"text":"impl Send for Stage","synthetic":true,"types":[]},{"text":"impl Send for CompressedMovementID","synthetic":true,"types":[]},{"text":"impl Send for Movement","synthetic":true,"types":[]},{"text":"impl Send for MovementID","synthetic":true,"types":[]},{"text":"impl Send for Turn","synthetic":true,"types":[]},{"text":"impl Send for TurnID","synthetic":true,"types":[]},{"text":"impl Send for AccessRestrictions","synthetic":true,"types":[]},{"text":"impl Send for Zone","synthetic":true,"types":[]},{"text":"impl Send for IntersectionCluster","synthetic":true,"types":[]},{"text":"impl Send for UberTurn","synthetic":true,"types":[]},{"text":"impl Send for UberTurnGroup","synthetic":true,"types":[]},{"text":"impl Send for Path","synthetic":true,"types":[]},{"text":"impl Send for PathRequest","synthetic":true,"types":[]},{"text":"impl Send for Position","synthetic":true,"types":[]},{"text":"impl Send for Map","synthetic":true,"types":[]},{"text":"impl Send for EditCmd","synthetic":true,"types":[]},{"text":"impl Send for EditIntersection","synthetic":true,"types":[]},{"text":"impl Send for DrivingSide","synthetic":true,"types":[]},{"text":"impl Send for AreaType","synthetic":true,"types":[]},{"text":"impl Send for BuildingType","synthetic":true,"types":[]},{"text":"impl Send for OffstreetParking","synthetic":true,"types":[]},{"text":"impl Send for IntersectionType","synthetic":true,"types":[]},{"text":"impl Send for LaneType","synthetic":true,"types":[]},{"text":"impl Send for Direction","synthetic":true,"types":[]},{"text":"impl Send for PhaseType","synthetic":true,"types":[]},{"text":"impl Send for TurnPriority","synthetic":true,"types":[]},{"text":"impl Send for TurnType","synthetic":true,"types":[]},{"text":"impl Send for PathConstraints","synthetic":true,"types":[]},{"text":"impl Send for PathStep","synthetic":true,"types":[]},{"text":"impl Send for Traversable","synthetic":true,"types":[]},{"text":"impl Send for OriginalLane","synthetic":true,"types":[]},{"text":"impl Send for ChangeLaneType","synthetic":true,"types":[]},{"text":"impl Send for ReverseLane","synthetic":true,"types":[]},{"text":"impl Send for ChangeSpeedLimit","synthetic":true,"types":[]},{"text":"impl Send for ChangeAccessRestrictions","synthetic":true,"types":[]},{"text":"impl Send for PermanentEditIntersection","synthetic":true,"types":[]},{"text":"impl Send for PermanentEditCmd","synthetic":true,"types":[]},{"text":"impl Send for InitialMap","synthetic":true,"types":[]},{"text":"impl Send for Road","synthetic":true,"types":[]},{"text":"impl Send for Intersection","synthetic":true,"types":[]},{"text":"impl Send for Piece","synthetic":true,"types":[]},{"text":"impl Send for LaneSpec","synthetic":true,"types":[]},{"text":"impl Send for Partition","synthetic":true,"types":[]},{"text":"impl Send for Matcher","synthetic":true,"types":[]},{"text":"impl Send for NodeID","synthetic":true,"types":[]},{"text":"impl Send for WayID","synthetic":true,"types":[]},{"text":"impl Send for RelationID","synthetic":true,"types":[]},{"text":"impl Send for RoadRank","synthetic":true,"types":[]},{"text":"impl Send for OsmID","synthetic":true,"types":[]},{"text":"impl Send for Pathfinder","synthetic":true,"types":[]},{"text":"impl Send for ContractionHierarchyPathfinder","synthetic":true,"types":[]},{"text":"impl Send for VehiclePathfinder","synthetic":true,"types":[]},{"text":"impl Send for Node","synthetic":true,"types":[]},{"text":"impl<T> Send for NodeMap<T> where
    T: Send, 
","synthetic":true,"types":[]},{"text":"impl Send for SidewalkPathfinder","synthetic":true,"types":[]},{"text":"impl Send for WalkingNode","synthetic":true,"types":[]},{"text":"impl Send for RawMap","synthetic":true,"types":[]},{"text":"impl Send for OriginalRoad","synthetic":true,"types":[]},{"text":"impl Send for RawRoad","synthetic":true,"types":[]},{"text":"impl Send for RawIntersection","synthetic":true,"types":[]},{"text":"impl Send for RawBuilding","synthetic":true,"types":[]},{"text":"impl Send for RawArea","synthetic":true,"types":[]},{"text":"impl Send for RawParkingLot","synthetic":true,"types":[]},{"text":"impl Send for TurnRestriction","synthetic":true,"types":[]},{"text":"impl Send for RawBusRoute","synthetic":true,"types":[]},{"text":"impl Send for RawBusStop","synthetic":true,"types":[]},{"text":"impl Send for RestrictionType","synthetic":true,"types":[]}]; implementors["sim"] = [{"text":"impl Send for Analytics","synthetic":true,"types":[]},{"text":"impl Send for TripPhase","synthetic":true,"types":[]},{"text":"impl Send for BorderSpawnOverTime","synthetic":true,"types":[]},{"text":"impl Send for ExternalPerson","synthetic":true,"types":[]},{"text":"impl Send for ExternalTrip","synthetic":true,"types":[]},{"text":"impl Send for IndividTrip","synthetic":true,"types":[]},{"text":"impl Send for OffMapLocation","synthetic":true,"types":[]},{"text":"impl Send for PersonSpec","synthetic":true,"types":[]},{"text":"impl Send for Scenario","synthetic":true,"types":[]},{"text":"impl Send for ScenarioGenerator","synthetic":true,"types":[]},{"text":"impl Send for SimFlags","synthetic":true,"types":[]},{"text":"impl Send for SpawnOverTime","synthetic":true,"types":[]},{"text":"impl Send for TripSpawner","synthetic":true,"types":[]},{"text":"impl Send for AgentProperties","synthetic":true,"types":[]},{"text":"impl Send for Sim","synthetic":true,"types":[]},{"text":"impl Send for SimOptions","synthetic":true,"types":[]},{"text":"impl Send for Person","synthetic":true,"types":[]},{"text":"impl Send for TripInfo","synthetic":true,"types":[]},{"text":"impl Send for DontDrawAgents","synthetic":true,"types":[]},{"text":"impl Send for DrawCarInput","synthetic":true,"types":[]},{"text":"impl Send for DrawPedCrowdInput","synthetic":true,"types":[]},{"text":"impl Send for DrawPedestrianInput","synthetic":true,"types":[]},{"text":"impl Send for UnzoomedAgent","synthetic":true,"types":[]},{"text":"impl Send for CarID","synthetic":true,"types":[]},{"text":"impl Send for PedestrianID","synthetic":true,"types":[]},{"text":"impl Send for TripID","synthetic":true,"types":[]},{"text":"impl Send for PersonID","synthetic":true,"types":[]},{"text":"impl Send for OrigPersonID","synthetic":true,"types":[]},{"text":"impl Send for Vehicle","synthetic":true,"types":[]},{"text":"impl Send for VehicleSpec","synthetic":true,"types":[]},{"text":"impl Send for ParkedCar","synthetic":true,"types":[]},{"text":"impl Send for SidewalkSpot","synthetic":true,"types":[]},{"text":"impl Send for TimeInterval","synthetic":true,"types":[]},{"text":"impl Send for DistanceInterval","synthetic":true,"types":[]},{"text":"impl Send for CreatePedestrian","synthetic":true,"types":[]},{"text":"impl Send for CreateCar","synthetic":true,"types":[]},{"text":"impl Send for AlertLocation","synthetic":true,"types":[]},{"text":"impl Send for TripPhaseType","synthetic":true,"types":[]},{"text":"impl Send for ExternalTripEndpoint","synthetic":true,"types":[]},{"text":"impl Send for OriginDestination","synthetic":true,"types":[]},{"text":"impl Send for ScenarioModifier","synthetic":true,"types":[]},{"text":"impl Send for SpawnTrip","synthetic":true,"types":[]},{"text":"impl Send for TripPurpose","synthetic":true,"types":[]},{"text":"impl Send for TripSpec","synthetic":true,"types":[]},{"text":"impl Send for AlertHandler","synthetic":true,"types":[]},{"text":"impl Send for PersonState","synthetic":true,"types":[]},{"text":"impl<T> Send for TripResult<T> where
    T: Send, 
","synthetic":true,"types":[]},{"text":"impl Send for TripEndpoint","synthetic":true,"types":[]},{"text":"impl Send for TripMode","synthetic":true,"types":[]},{"text":"impl Send for CarStatus","synthetic":true,"types":[]},{"text":"impl Send for PedCrowdLocation","synthetic":true,"types":[]},{"text":"impl Send for AgentID","synthetic":true,"types":[]},{"text":"impl Send for AgentType","synthetic":true,"types":[]},{"text":"impl Send for VehicleType","synthetic":true,"types":[]},{"text":"impl Send for ParkingSpot","synthetic":true,"types":[]},{"text":"impl Send for DrivingGoal","synthetic":true,"types":[]},{"text":"impl Send for SidewalkPOI","synthetic":true,"types":[]},{"text":"impl<X> Send for TimeSeriesCount<X> where
    X: Send, 
","synthetic":true,"types":[]},{"text":"impl Send for Window","synthetic":true,"types":[]},{"text":"impl Send for CapSimState","synthetic":true,"types":[]},{"text":"impl Send for Zone","synthetic":true,"types":[]},{"text":"impl Send for Event","synthetic":true,"types":[]},{"text":"impl Send for Car","synthetic":true,"types":[]},{"text":"impl Send for CarState","synthetic":true,"types":[]},{"text":"impl Send for DrivingSimState","synthetic":true,"types":[]},{"text":"impl Send for IntersectionSimState","synthetic":true,"types":[]},{"text":"impl Send for State","synthetic":true,"types":[]},{"text":"impl Send for SignalState","synthetic":true,"types":[]},{"text":"impl Send for Request","synthetic":true,"types":[]},{"text":"impl Send for NormalParkingSimState","synthetic":true,"types":[]},{"text":"impl Send for ParkingLane","synthetic":true,"types":[]},{"text":"impl Send for InfiniteParkingSimState","synthetic":true,"types":[]},{"text":"impl Send for ParkingSimState","synthetic":true,"types":[]},{"text":"impl Send for Queue","synthetic":true,"types":[]},{"text":"impl Send for WalkingSimState","synthetic":true,"types":[]},{"text":"impl Send for Pedestrian","synthetic":true,"types":[]},{"text":"impl Send for PedState","synthetic":true,"types":[]},{"text":"impl Send for AnyTime","synthetic":true,"types":[]},{"text":"impl Send for Event","synthetic":true,"types":[]},{"text":"impl Send for StateEvent","synthetic":true,"types":[]},{"text":"impl Send for State","synthetic":true,"types":[]},{"text":"impl Send for PandemicModel","synthetic":true,"types":[]},{"text":"impl<T> Send for SharedSpace<T> where
    T: Send, 
","synthetic":true,"types":[]},{"text":"impl Send for Cmd","synthetic":true,"types":[]},{"text":"impl Send for Router","synthetic":true,"types":[]},{"text":"impl Send for ActionAtEnd","synthetic":true,"types":[]},{"text":"impl Send for Goal","synthetic":true,"types":[]},{"text":"impl Send for Item","synthetic":true,"types":[]},{"text":"impl Send for Scheduler","synthetic":true,"types":[]},{"text":"impl Send for Command","synthetic":true,"types":[]},{"text":"impl Send for CommandType","synthetic":true,"types":[]},{"text":"impl<'a> Send for Ctx<'a>","synthetic":true,"types":[]},{"text":"impl Send for Stop","synthetic":true,"types":[]},{"text":"impl Send for Route","synthetic":true,"types":[]},{"text":"impl Send for Bus","synthetic":true,"types":[]},{"text":"impl Send for TransitSimState","synthetic":true,"types":[]},{"text":"impl Send for BusState","synthetic":true,"types":[]},{"text":"impl Send for TripManager","synthetic":true,"types":[]},{"text":"impl Send for Trip","synthetic":true,"types":[]},{"text":"impl Send for TripLeg","synthetic":true,"types":[]}]; -implementors["updater"] = [{"text":"impl Send for Manifest","synthetic":true,"types":[]},{"text":"impl Send for Entry","synthetic":true,"types":[]},{"text":"impl Send for Cities","synthetic":true,"types":[]}]; +implementors["updater"] = [{"text":"impl Send for Cities","synthetic":true,"types":[]}]; implementors["widgetry"] = [{"text":"impl !Send for Drawable","synthetic":true,"types":[]},{"text":"impl Send for Canvas","synthetic":true,"types":[]},{"text":"impl Send for Color","synthetic":true,"types":[]},{"text":"impl Send for LinearGradient","synthetic":true,"types":[]},{"text":"impl Send for Texture","synthetic":true,"types":[]},{"text":"impl<'a> !Send for GfxCtx<'a>","synthetic":true,"types":[]},{"text":"impl !Send for Prerender","synthetic":true,"types":[]},{"text":"impl<'a> !Send for EventCtx<'a>","synthetic":true,"types":[]},{"text":"impl Send for GeomBatch","synthetic":true,"types":[]},{"text":"impl Send for UserInput","synthetic":true,"types":[]},{"text":"impl Send for Settings","synthetic":true,"types":[]},{"text":"impl Send for ScreenDims","synthetic":true,"types":[]},{"text":"impl Send for ScreenPt","synthetic":true,"types":[]},{"text":"impl Send for ScreenRectangle","synthetic":true,"types":[]},{"text":"impl Send for Style","synthetic":true,"types":[]},{"text":"impl Send for Text","synthetic":true,"types":[]},{"text":"impl Send for TextSpan","synthetic":true,"types":[]},{"text":"impl Send for Warper","synthetic":true,"types":[]},{"text":"impl<T> Send for Autocomplete<T> where
    T: Send, 
","synthetic":true,"types":[]},{"text":"impl Send for Btn","synthetic":true,"types":[]},{"text":"impl !Send for MultiButton","synthetic":true,"types":[]},{"text":"impl !Send for Checkbox","synthetic":true,"types":[]},{"text":"impl !Send for CompareTimes","synthetic":true,"types":[]},{"text":"impl !Send for FanChart","synthetic":true,"types":[]},{"text":"impl Send for Filler","synthetic":true,"types":[]},{"text":"impl !Send for DrawWithTooltips","synthetic":true,"types":[]},{"text":"impl<T> !Send for LinePlot<T>","synthetic":true,"types":[]},{"text":"impl<T> Send for PlotOptions<T> where
    T: Send, 
","synthetic":true,"types":[]},{"text":"impl<T> Send for Series<T> where
    T: Send, 
","synthetic":true,"types":[]},{"text":"impl<T> Send for Menu<T> where
    T: Send, 
","synthetic":true,"types":[]},{"text":"impl<T> !Send for PersistentSplit<T>","synthetic":true,"types":[]},{"text":"impl !Send for ScatterPlot","synthetic":true,"types":[]},{"text":"impl !Send for AreaSlider","synthetic":true,"types":[]},{"text":"impl !Send for Slider","synthetic":true,"types":[]},{"text":"impl !Send for Spinner","synthetic":true,"types":[]},{"text":"impl Send for EdgeInsets","synthetic":true,"types":[]},{"text":"impl !Send for Panel","synthetic":true,"types":[]},{"text":"impl !Send for Widget","synthetic":true,"types":[]},{"text":"impl Send for WidgetOutput","synthetic":true,"types":[]},{"text":"impl<T> Send for Choice<T> where
    T: Send, 
","synthetic":true,"types":[]},{"text":"impl Send for HorizontalAlignment","synthetic":true,"types":[]},{"text":"impl Send for VerticalAlignment","synthetic":true,"types":[]},{"text":"impl Send for Fill","synthetic":true,"types":[]},{"text":"impl Send for Event","synthetic":true,"types":[]},{"text":"impl Send for Key","synthetic":true,"types":[]},{"text":"impl Send for MultiKey","synthetic":true,"types":[]},{"text":"impl Send for UpdateType","synthetic":true,"types":[]},{"text":"impl Send for RewriteColor","synthetic":true,"types":[]},{"text":"impl Send for Outcome","synthetic":true,"types":[]},{"text":"impl Send for Assets","synthetic":true,"types":[]},{"text":"impl<'a> Send for GfxCtxInnards<'a>","synthetic":true,"types":[]},{"text":"impl Send for VertexArray","synthetic":true,"types":[]},{"text":"impl Send for Buffer","synthetic":true,"types":[]},{"text":"impl !Send for PrerenderInnards","synthetic":true,"types":[]},{"text":"impl !Send for WindowAdapter","synthetic":true,"types":[]},{"text":"impl Send for CameraState","synthetic":true,"types":[]},{"text":"impl Send for Uniforms","synthetic":true,"types":[]},{"text":"impl<'a> !Send for LoadingScreen<'a>","synthetic":true,"types":[]},{"text":"impl<G> Send for State<G> where
    G: Send, 
","synthetic":true,"types":[]},{"text":"impl<'a> Send for PathConvIter<'a>","synthetic":true,"types":[]},{"text":"impl Send for Font","synthetic":true,"types":[]},{"text":"impl Send for LayoutStyle","synthetic":true,"types":[]},{"text":"impl !Send for Button","synthetic":true,"types":[]},{"text":"impl Send for BtnBuilder","synthetic":true,"types":[]},{"text":"impl Send for Nothing","synthetic":true,"types":[]},{"text":"impl !Send for Container","synthetic":true,"types":[]},{"text":"impl<T> !Send for Dropdown<T>","synthetic":true,"types":[]},{"text":"impl !Send for JustDraw","synthetic":true,"types":[]},{"text":"impl Send for DeferDraw","synthetic":true,"types":[]},{"text":"impl !Send for PanelBuilder","synthetic":true,"types":[]},{"text":"impl Send for Dims","synthetic":true,"types":[]},{"text":"impl Send for TextBox","synthetic":true,"types":[]}]; implementors["widgetry_demo"] = [{"text":"impl !Send for App","synthetic":true,"types":[]}]; 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 eb0ea40d2f..e11c50e6ac 100644 --- a/rustdoc/implementors/core/marker/trait.Sync.js +++ b/rustdoc/implementors/core/marker/trait.Sync.js @@ -1,5 +1,5 @@ (function() {var implementors = {}; -implementors["abstutil"] = [{"text":"impl Sync for FileWithProgress","synthetic":true,"types":[]},{"text":"impl Sync for CmdArgs","synthetic":true,"types":[]},{"text":"impl<K, V> Sync for MultiMap<K, V> where
    K: Sync,
    V: Sync, 
","synthetic":true,"types":[]},{"text":"impl<T> Sync for Counter<T> where
    T: Sync, 
","synthetic":true,"types":[]},{"text":"impl<K, V> Sync for VecMap<K, V> where
    K: Sync,
    V: Sync, 
","synthetic":true,"types":[]},{"text":"impl Sync for Tags","synthetic":true,"types":[]},{"text":"impl<'a> !Sync for Timer<'a>","synthetic":true,"types":[]},{"text":"impl Sync for Parallelism","synthetic":true,"types":[]},{"text":"impl Sync for ROOT_DIR","synthetic":true,"types":[]},{"text":"impl Sync for ROOT_PLAYER_DIR","synthetic":true,"types":[]},{"text":"impl Sync for Logger","synthetic":true,"types":[]},{"text":"impl Sync for Progress","synthetic":true,"types":[]},{"text":"impl Sync for TimerSpan","synthetic":true,"types":[]},{"text":"impl Sync for TimedFileReader","synthetic":true,"types":[]},{"text":"impl Sync for StackEntry","synthetic":true,"types":[]}]; +implementors["abstutil"] = [{"text":"impl Sync for FileWithProgress","synthetic":true,"types":[]},{"text":"impl Sync for Manifest","synthetic":true,"types":[]},{"text":"impl Sync for Entry","synthetic":true,"types":[]},{"text":"impl Sync for CmdArgs","synthetic":true,"types":[]},{"text":"impl<K, V> Sync for MultiMap<K, V> where
    K: Sync,
    V: Sync, 
","synthetic":true,"types":[]},{"text":"impl<T> Sync for Counter<T> where
    T: Sync, 
","synthetic":true,"types":[]},{"text":"impl<K, V> Sync for VecMap<K, V> where
    K: Sync,
    V: Sync, 
","synthetic":true,"types":[]},{"text":"impl Sync for Tags","synthetic":true,"types":[]},{"text":"impl<'a> !Sync for Timer<'a>","synthetic":true,"types":[]},{"text":"impl Sync for Parallelism","synthetic":true,"types":[]},{"text":"impl Sync for ROOT_DIR","synthetic":true,"types":[]},{"text":"impl Sync for ROOT_PLAYER_DIR","synthetic":true,"types":[]},{"text":"impl Sync for Logger","synthetic":true,"types":[]},{"text":"impl Sync for Progress","synthetic":true,"types":[]},{"text":"impl Sync for TimerSpan","synthetic":true,"types":[]},{"text":"impl Sync for TimedFileReader","synthetic":true,"types":[]},{"text":"impl Sync for StackEntry","synthetic":true,"types":[]}]; implementors["convert_osm"] = [{"text":"impl Sync for Options","synthetic":true,"types":[]},{"text":"impl Sync for OnstreetParking","synthetic":true,"types":[]},{"text":"impl Sync for PublicOffstreetParking","synthetic":true,"types":[]},{"text":"impl Sync for PrivateOffstreetParking","synthetic":true,"types":[]},{"text":"impl Sync for OsmExtract","synthetic":true,"types":[]},{"text":"impl Sync for Document","synthetic":true,"types":[]},{"text":"impl Sync for Node","synthetic":true,"types":[]},{"text":"impl Sync for Way","synthetic":true,"types":[]},{"text":"impl Sync for Relation","synthetic":true,"types":[]},{"text":"impl Sync for Elevation","synthetic":true,"types":[]}]; implementors["game"] = [{"text":"impl !Sync for App","synthetic":true,"types":[]},{"text":"impl Sync for ShowLayers","synthetic":true,"types":[]},{"text":"impl Sync for ShowEverything","synthetic":true,"types":[]},{"text":"impl Sync for Flags","synthetic":true,"types":[]},{"text":"impl !Sync for PerMap","synthetic":true,"types":[]},{"text":"impl !Sync for SessionState","synthetic":true,"types":[]},{"text":"impl Sync for PerObjectActions","synthetic":true,"types":[]},{"text":"impl Sync for FindDelayedIntersections","synthetic":true,"types":[]},{"text":"impl Sync for Challenge","synthetic":true,"types":[]},{"text":"impl Sync for HighScore","synthetic":true,"types":[]},{"text":"impl !Sync for ChallengesPicker","synthetic":true,"types":[]},{"text":"impl Sync for ColorScheme","synthetic":true,"types":[]},{"text":"impl Sync for ColorSchemeChoice","synthetic":true,"types":[]},{"text":"impl !Sync for CommonState","synthetic":true,"types":[]},{"text":"impl !Sync for CityPicker","synthetic":true,"types":[]},{"text":"impl<'a> Sync for ColorDiscrete<'a>","synthetic":true,"types":[]},{"text":"impl Sync for ColorLegend","synthetic":true,"types":[]},{"text":"impl Sync for DivergingScale","synthetic":true,"types":[]},{"text":"impl<'a> Sync for ColorNetwork<'a>","synthetic":true,"types":[]},{"text":"impl Sync for ColorScale","synthetic":true,"types":[]},{"text":"impl Sync for HeatmapOptions","synthetic":true,"types":[]},{"text":"impl<T> Sync for Grid<T> where
    T: Sync, 
","synthetic":true,"types":[]},{"text":"impl !Sync for IsochroneViewer","synthetic":true,"types":[]},{"text":"impl !Sync for Minimap","synthetic":true,"types":[]},{"text":"impl !Sync for Navigator","synthetic":true,"types":[]},{"text":"impl !Sync for CrossStreet","synthetic":true,"types":[]},{"text":"impl !Sync for SearchBuildings","synthetic":true,"types":[]},{"text":"impl Sync for Warping","synthetic":true,"types":[]},{"text":"impl !Sync for DebugWarp","synthetic":true,"types":[]},{"text":"impl Sync for CutsceneBuilder","synthetic":true,"types":[]},{"text":"impl Sync for Scene","synthetic":true,"types":[]},{"text":"impl !Sync for CutscenePlayer","synthetic":true,"types":[]},{"text":"impl !Sync for FYI","synthetic":true,"types":[]},{"text":"impl Sync for Layout","synthetic":true,"types":[]},{"text":"impl !Sync for DebugMode","synthetic":true,"types":[]},{"text":"impl !Sync for SearchResults","synthetic":true,"types":[]},{"text":"impl Sync for Actions","synthetic":true,"types":[]},{"text":"impl Sync for ScreenshotTest","synthetic":true,"types":[]},{"text":"impl !Sync for Floodfiller","synthetic":true,"types":[]},{"text":"impl Sync for Source","synthetic":true,"types":[]},{"text":"impl Sync for ObjectDebugger","synthetic":true,"types":[]},{"text":"impl !Sync for PathCounter","synthetic":true,"types":[]},{"text":"impl !Sync for PolygonDebugger","synthetic":true,"types":[]},{"text":"impl Sync for Item","synthetic":true,"types":[]},{"text":"impl !Sync for DevToolsMode","synthetic":true,"types":[]},{"text":"impl !Sync for PopularDestinations","synthetic":true,"types":[]},{"text":"impl !Sync for ViewKML","synthetic":true,"types":[]},{"text":"impl Sync for Object","synthetic":true,"types":[]},{"text":"impl !Sync for ParkingMapper","synthetic":true,"types":[]},{"text":"impl !Sync for ChangeWay","synthetic":true,"types":[]},{"text":"impl Sync for Show","synthetic":true,"types":[]},{"text":"impl Sync for Value","synthetic":true,"types":[]},{"text":"impl !Sync for PolygonEditor","synthetic":true,"types":[]},{"text":"impl !Sync for ScenarioManager","synthetic":true,"types":[]},{"text":"impl !Sync for StoryMapEditor","synthetic":true,"types":[]},{"text":"impl Sync for RecordedStoryMap","synthetic":true,"types":[]},{"text":"impl !Sync for StoryMap","synthetic":true,"types":[]},{"text":"impl !Sync for Marker","synthetic":true,"types":[]},{"text":"impl Sync for Lasso","synthetic":true,"types":[]},{"text":"impl !Sync for Mode","synthetic":true,"types":[]},{"text":"impl !Sync for EditMode","synthetic":true,"types":[]},{"text":"impl !Sync for SaveEdits","synthetic":true,"types":[]},{"text":"impl !Sync for LoadEdits","synthetic":true,"types":[]},{"text":"impl !Sync for ConfirmDiscard","synthetic":true,"types":[]},{"text":"impl !Sync for BulkSelect","synthetic":true,"types":[]},{"text":"impl !Sync for BulkEdit","synthetic":true,"types":[]},{"text":"impl !Sync for ClusterTrafficSignalEditor","synthetic":true,"types":[]},{"text":"impl !Sync for LaneEditor","synthetic":true,"types":[]},{"text":"impl !Sync for RouteEditor","synthetic":true,"types":[]},{"text":"impl !Sync for RoadSelector","synthetic":true,"types":[]},{"text":"impl !Sync for Mode","synthetic":true,"types":[]},{"text":"impl !Sync for StopSignEditor","synthetic":true,"types":[]},{"text":"impl !Sync for TrafficSignalEditor","synthetic":true,"types":[]},{"text":"impl Sync for BundleEdits","synthetic":true,"types":[]},{"text":"impl !Sync for ChangeDuration","synthetic":true,"types":[]},{"text":"impl !Sync for ShowAbsolute","synthetic":true,"types":[]},{"text":"impl !Sync for ShowRelative","synthetic":true,"types":[]},{"text":"impl !Sync for TuneRelative","synthetic":true,"types":[]},{"text":"impl !Sync for SignalPicker","synthetic":true,"types":[]},{"text":"impl !Sync for PreviewTrafficSignal","synthetic":true,"types":[]},{"text":"impl !Sync for ZoneEditor","synthetic":true,"types":[]},{"text":"impl !Sync for Game","synthetic":true,"types":[]},{"text":"impl<T> !Sync for ChooseSomething<T>","synthetic":true,"types":[]},{"text":"impl !Sync for PromptInput","synthetic":true,"types":[]},{"text":"impl !Sync for PopupMsg","synthetic":true,"types":[]},{"text":"impl Sync for DrawBaselayer","synthetic":true,"types":[]},{"text":"impl !Sync for Transition","synthetic":true,"types":[]},{"text":"impl Sync for ID","synthetic":true,"types":[]},{"text":"impl !Sync for InfoPanel","synthetic":true,"types":[]},{"text":"impl Sync for Details","synthetic":true,"types":[]},{"text":"impl Sync for DataOptions","synthetic":true,"types":[]},{"text":"impl Sync for Tab","synthetic":true,"types":[]},{"text":"impl Sync for OpenTrip","synthetic":true,"types":[]},{"text":"impl !Sync for PickLayer","synthetic":true,"types":[]},{"text":"impl !Sync for LayerOutcome","synthetic":true,"types":[]},{"text":"impl !Sync for Elevation","synthetic":true,"types":[]},{"text":"impl !Sync for BikeNetwork","synthetic":true,"types":[]},{"text":"impl !Sync for Static","synthetic":true,"types":[]},{"text":"impl !Sync for CongestionCaps","synthetic":true,"types":[]},{"text":"impl !Sync for Pandemic","synthetic":true,"types":[]},{"text":"impl Sync for Options","synthetic":true,"types":[]},{"text":"impl Sync for SEIR","synthetic":true,"types":[]},{"text":"impl !Sync for Occupancy","synthetic":true,"types":[]},{"text":"impl !Sync for Efficiency","synthetic":true,"types":[]},{"text":"impl Sync for Loc","synthetic":true,"types":[]},{"text":"impl !Sync for PopulationMap","synthetic":true,"types":[]},{"text":"impl Sync for Options","synthetic":true,"types":[]},{"text":"impl !Sync for Backpressure","synthetic":true,"types":[]},{"text":"impl !Sync for Throughput","synthetic":true,"types":[]},{"text":"impl !Sync for CompareThroughput","synthetic":true,"types":[]},{"text":"impl !Sync for TrafficJams","synthetic":true,"types":[]},{"text":"impl Sync for Jam","synthetic":true,"types":[]},{"text":"impl !Sync for Delay","synthetic":true,"types":[]},{"text":"impl !Sync for TransitNetwork","synthetic":true,"types":[]},{"text":"impl Sync for Options","synthetic":true,"types":[]},{"text":"impl !Sync for OptionsPanel","synthetic":true,"types":[]},{"text":"impl Sync for TrafficSignalStyle","synthetic":true,"types":[]},{"text":"impl Sync for CameraAngle","synthetic":true,"types":[]},{"text":"impl !Sync for TitleScreen","synthetic":true,"types":[]},{"text":"impl !Sync for MainMenu","synthetic":true,"types":[]},{"text":"impl !Sync for About","synthetic":true,"types":[]},{"text":"impl !Sync for Proposals","synthetic":true,"types":[]},{"text":"impl Sync for Screensaver","synthetic":true,"types":[]},{"text":"impl Sync for DrawOptions","synthetic":true,"types":[]},{"text":"impl Sync for DrawArea","synthetic":true,"types":[]},{"text":"impl !Sync for DrawBike","synthetic":true,"types":[]},{"text":"impl !Sync for DrawBuilding","synthetic":true,"types":[]},{"text":"impl !Sync for DrawBusStop","synthetic":true,"types":[]},{"text":"impl !Sync for DrawCar","synthetic":true,"types":[]},{"text":"impl !Sync for DrawIntersection","synthetic":true,"types":[]},{"text":"impl !Sync for DrawLane","synthetic":true,"types":[]},{"text":"impl !Sync for DrawMap","synthetic":true,"types":[]},{"text":"impl !Sync for AgentCache","synthetic":true,"types":[]},{"text":"impl Sync for UnzoomedAgents","synthetic":true,"types":[]},{"text":"impl !Sync for DrawParkingLot","synthetic":true,"types":[]},{"text":"impl !Sync for DrawPedestrian","synthetic":true,"types":[]},{"text":"impl !Sync for DrawPedCrowd","synthetic":true,"types":[]},{"text":"impl !Sync for DrawRoad","synthetic":true,"types":[]},{"text":"impl Sync for DrawMovement","synthetic":true,"types":[]},{"text":"impl Sync for DrawUberTurnGroup","synthetic":true,"types":[]},{"text":"impl !Sync for SandboxMode","synthetic":true,"types":[]},{"text":"impl !Sync for SandboxControls","synthetic":true,"types":[]},{"text":"impl Sync for BackToMainMenu","synthetic":true,"types":[]},{"text":"impl !Sync for AgentMeter","synthetic":true,"types":[]},{"text":"impl Sync for Actions","synthetic":true,"types":[]},{"text":"impl Sync for DashTab","synthetic":true,"types":[]},{"text":"impl !Sync for CommuterPatterns","synthetic":true,"types":[]},{"text":"impl<'a> Sync for PanelState<'a>","synthetic":true,"types":[]},{"text":"impl Sync for Block","synthetic":true,"types":[]},{"text":"impl Sync for Filter","synthetic":true,"types":[]},{"text":"impl Sync for Loop","synthetic":true,"types":[]},{"text":"impl Sync for BlockSelection","synthetic":true,"types":[]},{"text":"impl Sync for BorderType","synthetic":true,"types":[]},{"text":"impl<T, F, P> !Sync for GenericTripTable<T, F, P>","synthetic":true,"types":[]},{"text":"impl !Sync for ActiveTraffic","synthetic":true,"types":[]},{"text":"impl !Sync for TransitRoutes","synthetic":true,"types":[]},{"text":"impl Sync for ParkingOverhead","synthetic":true,"types":[]},{"text":"impl Sync for Entry","synthetic":true,"types":[]},{"text":"impl Sync for Filters","synthetic":true,"types":[]},{"text":"impl !Sync for TripSummaries","synthetic":true,"types":[]},{"text":"impl Sync for Filter","synthetic":true,"types":[]},{"text":"impl<T, F> !Sync for Table<T, F>","synthetic":true,"types":[]},{"text":"impl<T> !Sync for Column<T>","synthetic":true,"types":[]},{"text":"impl<T, F> !Sync for Filter<T, F>","synthetic":true,"types":[]},{"text":"impl<T> !Sync for Col<T>","synthetic":true,"types":[]},{"text":"impl !Sync for TrafficSignalDemand","synthetic":true,"types":[]},{"text":"impl Sync for Demand","synthetic":true,"types":[]},{"text":"impl Sync for FinishedTripTable","synthetic":true,"types":[]},{"text":"impl Sync for CancelledTripTable","synthetic":true,"types":[]},{"text":"impl Sync for UnfinishedTripTable","synthetic":true,"types":[]},{"text":"impl Sync for FinishedTrip","synthetic":true,"types":[]},{"text":"impl Sync for CancelledTrip","synthetic":true,"types":[]},{"text":"impl Sync for UnfinishedTrip","synthetic":true,"types":[]},{"text":"impl Sync for Filters","synthetic":true,"types":[]},{"text":"impl !Sync for FinalScore","synthetic":true,"types":[]},{"text":"impl Sync for GameplayMode","synthetic":true,"types":[]},{"text":"impl !Sync for OptimizeCommute","synthetic":true,"types":[]},{"text":"impl !Sync for FixTrafficSignals","synthetic":true,"types":[]},{"text":"impl !Sync for Freeform","synthetic":true,"types":[]},{"text":"impl !Sync for AgentSpawner","synthetic":true,"types":[]},{"text":"impl !Sync for PlayScenario","synthetic":true,"types":[]},{"text":"impl !Sync for EditScenarioModifiers","synthetic":true,"types":[]},{"text":"impl !Sync for ChangeMode","synthetic":true,"types":[]},{"text":"impl !Sync for Tutorial","synthetic":true,"types":[]},{"text":"impl Sync for TutorialPointer","synthetic":true,"types":[]},{"text":"impl !Sync for Stage","synthetic":true,"types":[]},{"text":"impl !Sync for TutorialState","synthetic":true,"types":[]},{"text":"impl Sync for Task","synthetic":true,"types":[]},{"text":"impl !Sync for RoutePreview","synthetic":true,"types":[]},{"text":"impl !Sync for TurnExplorer","synthetic":true,"types":[]},{"text":"impl !Sync for SpeedControls","synthetic":true,"types":[]},{"text":"impl !Sync for TimePanel","synthetic":true,"types":[]},{"text":"impl Sync for SpeedSetting","synthetic":true,"types":[]},{"text":"impl !Sync for JumpToTime","synthetic":true,"types":[]},{"text":"impl !Sync for JumpToDelay","synthetic":true,"types":[]},{"text":"impl !Sync for TimeWarpScreen","synthetic":true,"types":[]},{"text":"impl !Sync for UberTurnPicker","synthetic":true,"types":[]},{"text":"impl !Sync for UberTurnViewer","synthetic":true,"types":[]}]; implementors["geom"] = [{"text":"impl Sync for Angle","synthetic":true,"types":[]},{"text":"impl Sync for Bounds","synthetic":true,"types":[]},{"text":"impl Sync for GPSBounds","synthetic":true,"types":[]},{"text":"impl Sync for Circle","synthetic":true,"types":[]},{"text":"impl Sync for Distance","synthetic":true,"types":[]},{"text":"impl Sync for Duration","synthetic":true,"types":[]},{"text":"impl<K> Sync for FindClosest<K> where
    K: Sync, 
","synthetic":true,"types":[]},{"text":"impl Sync for LonLat","synthetic":true,"types":[]},{"text":"impl Sync for InfiniteLine","synthetic":true,"types":[]},{"text":"impl Sync for Line","synthetic":true,"types":[]},{"text":"impl Sync for Percent","synthetic":true,"types":[]},{"text":"impl Sync for Polygon","synthetic":true,"types":[]},{"text":"impl Sync for Triangle","synthetic":true,"types":[]},{"text":"impl Sync for PolyLine","synthetic":true,"types":[]},{"text":"impl Sync for HashablePt2D","synthetic":true,"types":[]},{"text":"impl Sync for Pt2D","synthetic":true,"types":[]},{"text":"impl Sync for Ring","synthetic":true,"types":[]},{"text":"impl Sync for Speed","synthetic":true,"types":[]},{"text":"impl<T> Sync for Histogram<T> where
    T: Sync, 
","synthetic":true,"types":[]},{"text":"impl Sync for Time","synthetic":true,"types":[]},{"text":"impl Sync for ArrowCap","synthetic":true,"types":[]},{"text":"impl Sync for Statistic","synthetic":true,"types":[]}]; @@ -10,7 +10,7 @@ implementors["kml"] = [{"text":"impl Sync for ExtraShapes","synthetic":true,"typ implementors["map_editor"] = [{"text":"impl !Sync for UI","synthetic":true,"types":[]},{"text":"impl !Sync for State","synthetic":true,"types":[]},{"text":"impl !Sync for Model","synthetic":true,"types":[]},{"text":"impl Sync for ID","synthetic":true,"types":[]},{"text":"impl<ID> Sync for Object<ID> where
    ID: Sync, 
","synthetic":true,"types":[]},{"text":"impl !Sync for WorldObject","synthetic":true,"types":[]},{"text":"impl<ID> !Sync for World<ID>","synthetic":true,"types":[]}]; implementors["map_model"] = [{"text":"impl Sync for City","synthetic":true,"types":[]},{"text":"impl Sync for EditEffects","synthetic":true,"types":[]},{"text":"impl Sync for EditRoad","synthetic":true,"types":[]},{"text":"impl Sync for MapEdits","synthetic":true,"types":[]},{"text":"impl Sync for PermanentMapEdits","synthetic":true,"types":[]},{"text":"impl Sync for MapConfig","synthetic":true,"types":[]},{"text":"impl Sync for Area","synthetic":true,"types":[]},{"text":"impl Sync for AreaID","synthetic":true,"types":[]},{"text":"impl Sync for Building","synthetic":true,"types":[]},{"text":"impl Sync for BuildingID","synthetic":true,"types":[]},{"text":"impl Sync for NamePerLanguage","synthetic":true,"types":[]},{"text":"impl Sync for BusRoute","synthetic":true,"types":[]},{"text":"impl Sync for BusRouteID","synthetic":true,"types":[]},{"text":"impl Sync for BusStop","synthetic":true,"types":[]},{"text":"impl Sync for BusStopID","synthetic":true,"types":[]},{"text":"impl Sync for Intersection","synthetic":true,"types":[]},{"text":"impl Sync for IntersectionID","synthetic":true,"types":[]},{"text":"impl Sync for Lane","synthetic":true,"types":[]},{"text":"impl Sync for LaneID","synthetic":true,"types":[]},{"text":"impl Sync for ParkingLot","synthetic":true,"types":[]},{"text":"impl Sync for ParkingLotID","synthetic":true,"types":[]},{"text":"impl Sync for DirectedRoadID","synthetic":true,"types":[]},{"text":"impl Sync for Road","synthetic":true,"types":[]},{"text":"impl Sync for RoadID","synthetic":true,"types":[]},{"text":"impl Sync for ControlStopSign","synthetic":true,"types":[]},{"text":"impl Sync for RoadWithStopSign","synthetic":true,"types":[]},{"text":"impl Sync for ControlTrafficSignal","synthetic":true,"types":[]},{"text":"impl Sync for Stage","synthetic":true,"types":[]},{"text":"impl Sync for CompressedMovementID","synthetic":true,"types":[]},{"text":"impl Sync for Movement","synthetic":true,"types":[]},{"text":"impl Sync for MovementID","synthetic":true,"types":[]},{"text":"impl Sync for Turn","synthetic":true,"types":[]},{"text":"impl Sync for TurnID","synthetic":true,"types":[]},{"text":"impl Sync for AccessRestrictions","synthetic":true,"types":[]},{"text":"impl Sync for Zone","synthetic":true,"types":[]},{"text":"impl Sync for IntersectionCluster","synthetic":true,"types":[]},{"text":"impl Sync for UberTurn","synthetic":true,"types":[]},{"text":"impl Sync for UberTurnGroup","synthetic":true,"types":[]},{"text":"impl Sync for Path","synthetic":true,"types":[]},{"text":"impl Sync for PathRequest","synthetic":true,"types":[]},{"text":"impl Sync for Position","synthetic":true,"types":[]},{"text":"impl Sync for Map","synthetic":true,"types":[]},{"text":"impl Sync for EditCmd","synthetic":true,"types":[]},{"text":"impl Sync for EditIntersection","synthetic":true,"types":[]},{"text":"impl Sync for DrivingSide","synthetic":true,"types":[]},{"text":"impl Sync for AreaType","synthetic":true,"types":[]},{"text":"impl Sync for BuildingType","synthetic":true,"types":[]},{"text":"impl Sync for OffstreetParking","synthetic":true,"types":[]},{"text":"impl Sync for IntersectionType","synthetic":true,"types":[]},{"text":"impl Sync for LaneType","synthetic":true,"types":[]},{"text":"impl Sync for Direction","synthetic":true,"types":[]},{"text":"impl Sync for PhaseType","synthetic":true,"types":[]},{"text":"impl Sync for TurnPriority","synthetic":true,"types":[]},{"text":"impl Sync for TurnType","synthetic":true,"types":[]},{"text":"impl Sync for PathConstraints","synthetic":true,"types":[]},{"text":"impl Sync for PathStep","synthetic":true,"types":[]},{"text":"impl Sync for Traversable","synthetic":true,"types":[]},{"text":"impl Sync for OriginalLane","synthetic":true,"types":[]},{"text":"impl Sync for ChangeLaneType","synthetic":true,"types":[]},{"text":"impl Sync for ReverseLane","synthetic":true,"types":[]},{"text":"impl Sync for ChangeSpeedLimit","synthetic":true,"types":[]},{"text":"impl Sync for ChangeAccessRestrictions","synthetic":true,"types":[]},{"text":"impl Sync for PermanentEditIntersection","synthetic":true,"types":[]},{"text":"impl Sync for PermanentEditCmd","synthetic":true,"types":[]},{"text":"impl Sync for InitialMap","synthetic":true,"types":[]},{"text":"impl Sync for Road","synthetic":true,"types":[]},{"text":"impl Sync for Intersection","synthetic":true,"types":[]},{"text":"impl Sync for Piece","synthetic":true,"types":[]},{"text":"impl Sync for LaneSpec","synthetic":true,"types":[]},{"text":"impl Sync for Partition","synthetic":true,"types":[]},{"text":"impl Sync for Matcher","synthetic":true,"types":[]},{"text":"impl Sync for NodeID","synthetic":true,"types":[]},{"text":"impl Sync for WayID","synthetic":true,"types":[]},{"text":"impl Sync for RelationID","synthetic":true,"types":[]},{"text":"impl Sync for RoadRank","synthetic":true,"types":[]},{"text":"impl Sync for OsmID","synthetic":true,"types":[]},{"text":"impl Sync for Pathfinder","synthetic":true,"types":[]},{"text":"impl Sync for ContractionHierarchyPathfinder","synthetic":true,"types":[]},{"text":"impl Sync for VehiclePathfinder","synthetic":true,"types":[]},{"text":"impl Sync for Node","synthetic":true,"types":[]},{"text":"impl<T> Sync for NodeMap<T> where
    T: Sync, 
","synthetic":true,"types":[]},{"text":"impl Sync for SidewalkPathfinder","synthetic":true,"types":[]},{"text":"impl Sync for WalkingNode","synthetic":true,"types":[]},{"text":"impl Sync for RawMap","synthetic":true,"types":[]},{"text":"impl Sync for OriginalRoad","synthetic":true,"types":[]},{"text":"impl Sync for RawRoad","synthetic":true,"types":[]},{"text":"impl Sync for RawIntersection","synthetic":true,"types":[]},{"text":"impl Sync for RawBuilding","synthetic":true,"types":[]},{"text":"impl Sync for RawArea","synthetic":true,"types":[]},{"text":"impl Sync for RawParkingLot","synthetic":true,"types":[]},{"text":"impl Sync for TurnRestriction","synthetic":true,"types":[]},{"text":"impl Sync for RawBusRoute","synthetic":true,"types":[]},{"text":"impl Sync for RawBusStop","synthetic":true,"types":[]},{"text":"impl Sync for RestrictionType","synthetic":true,"types":[]}]; implementors["sim"] = [{"text":"impl Sync for Analytics","synthetic":true,"types":[]},{"text":"impl Sync for TripPhase","synthetic":true,"types":[]},{"text":"impl Sync for BorderSpawnOverTime","synthetic":true,"types":[]},{"text":"impl Sync for ExternalPerson","synthetic":true,"types":[]},{"text":"impl Sync for ExternalTrip","synthetic":true,"types":[]},{"text":"impl Sync for IndividTrip","synthetic":true,"types":[]},{"text":"impl Sync for OffMapLocation","synthetic":true,"types":[]},{"text":"impl Sync for PersonSpec","synthetic":true,"types":[]},{"text":"impl Sync for Scenario","synthetic":true,"types":[]},{"text":"impl Sync for ScenarioGenerator","synthetic":true,"types":[]},{"text":"impl Sync for SimFlags","synthetic":true,"types":[]},{"text":"impl Sync for SpawnOverTime","synthetic":true,"types":[]},{"text":"impl Sync for TripSpawner","synthetic":true,"types":[]},{"text":"impl Sync for AgentProperties","synthetic":true,"types":[]},{"text":"impl Sync for Sim","synthetic":true,"types":[]},{"text":"impl Sync for SimOptions","synthetic":true,"types":[]},{"text":"impl Sync for Person","synthetic":true,"types":[]},{"text":"impl Sync for TripInfo","synthetic":true,"types":[]},{"text":"impl Sync for DontDrawAgents","synthetic":true,"types":[]},{"text":"impl Sync for DrawCarInput","synthetic":true,"types":[]},{"text":"impl Sync for DrawPedCrowdInput","synthetic":true,"types":[]},{"text":"impl Sync for DrawPedestrianInput","synthetic":true,"types":[]},{"text":"impl Sync for UnzoomedAgent","synthetic":true,"types":[]},{"text":"impl Sync for CarID","synthetic":true,"types":[]},{"text":"impl Sync for PedestrianID","synthetic":true,"types":[]},{"text":"impl Sync for TripID","synthetic":true,"types":[]},{"text":"impl Sync for PersonID","synthetic":true,"types":[]},{"text":"impl Sync for OrigPersonID","synthetic":true,"types":[]},{"text":"impl Sync for Vehicle","synthetic":true,"types":[]},{"text":"impl Sync for VehicleSpec","synthetic":true,"types":[]},{"text":"impl Sync for ParkedCar","synthetic":true,"types":[]},{"text":"impl Sync for SidewalkSpot","synthetic":true,"types":[]},{"text":"impl Sync for TimeInterval","synthetic":true,"types":[]},{"text":"impl Sync for DistanceInterval","synthetic":true,"types":[]},{"text":"impl Sync for CreatePedestrian","synthetic":true,"types":[]},{"text":"impl Sync for CreateCar","synthetic":true,"types":[]},{"text":"impl Sync for AlertLocation","synthetic":true,"types":[]},{"text":"impl Sync for TripPhaseType","synthetic":true,"types":[]},{"text":"impl Sync for ExternalTripEndpoint","synthetic":true,"types":[]},{"text":"impl Sync for OriginDestination","synthetic":true,"types":[]},{"text":"impl Sync for ScenarioModifier","synthetic":true,"types":[]},{"text":"impl Sync for SpawnTrip","synthetic":true,"types":[]},{"text":"impl Sync for TripPurpose","synthetic":true,"types":[]},{"text":"impl Sync for TripSpec","synthetic":true,"types":[]},{"text":"impl Sync for AlertHandler","synthetic":true,"types":[]},{"text":"impl Sync for PersonState","synthetic":true,"types":[]},{"text":"impl<T> Sync for TripResult<T> where
    T: Sync, 
","synthetic":true,"types":[]},{"text":"impl Sync for TripEndpoint","synthetic":true,"types":[]},{"text":"impl Sync for TripMode","synthetic":true,"types":[]},{"text":"impl Sync for CarStatus","synthetic":true,"types":[]},{"text":"impl Sync for PedCrowdLocation","synthetic":true,"types":[]},{"text":"impl Sync for AgentID","synthetic":true,"types":[]},{"text":"impl Sync for AgentType","synthetic":true,"types":[]},{"text":"impl Sync for VehicleType","synthetic":true,"types":[]},{"text":"impl Sync for ParkingSpot","synthetic":true,"types":[]},{"text":"impl Sync for DrivingGoal","synthetic":true,"types":[]},{"text":"impl Sync for SidewalkPOI","synthetic":true,"types":[]},{"text":"impl<X> Sync for TimeSeriesCount<X> where
    X: Sync, 
","synthetic":true,"types":[]},{"text":"impl Sync for Window","synthetic":true,"types":[]},{"text":"impl Sync for CapSimState","synthetic":true,"types":[]},{"text":"impl Sync for Zone","synthetic":true,"types":[]},{"text":"impl Sync for Event","synthetic":true,"types":[]},{"text":"impl Sync for Car","synthetic":true,"types":[]},{"text":"impl Sync for CarState","synthetic":true,"types":[]},{"text":"impl Sync for DrivingSimState","synthetic":true,"types":[]},{"text":"impl Sync for IntersectionSimState","synthetic":true,"types":[]},{"text":"impl Sync for State","synthetic":true,"types":[]},{"text":"impl Sync for SignalState","synthetic":true,"types":[]},{"text":"impl Sync for Request","synthetic":true,"types":[]},{"text":"impl Sync for NormalParkingSimState","synthetic":true,"types":[]},{"text":"impl Sync for ParkingLane","synthetic":true,"types":[]},{"text":"impl Sync for InfiniteParkingSimState","synthetic":true,"types":[]},{"text":"impl Sync for ParkingSimState","synthetic":true,"types":[]},{"text":"impl Sync for Queue","synthetic":true,"types":[]},{"text":"impl Sync for WalkingSimState","synthetic":true,"types":[]},{"text":"impl Sync for Pedestrian","synthetic":true,"types":[]},{"text":"impl Sync for PedState","synthetic":true,"types":[]},{"text":"impl Sync for AnyTime","synthetic":true,"types":[]},{"text":"impl Sync for Event","synthetic":true,"types":[]},{"text":"impl Sync for StateEvent","synthetic":true,"types":[]},{"text":"impl Sync for State","synthetic":true,"types":[]},{"text":"impl Sync for PandemicModel","synthetic":true,"types":[]},{"text":"impl<T> Sync for SharedSpace<T> where
    T: Sync, 
","synthetic":true,"types":[]},{"text":"impl Sync for Cmd","synthetic":true,"types":[]},{"text":"impl Sync for Router","synthetic":true,"types":[]},{"text":"impl Sync for ActionAtEnd","synthetic":true,"types":[]},{"text":"impl Sync for Goal","synthetic":true,"types":[]},{"text":"impl Sync for Item","synthetic":true,"types":[]},{"text":"impl Sync for Scheduler","synthetic":true,"types":[]},{"text":"impl Sync for Command","synthetic":true,"types":[]},{"text":"impl Sync for CommandType","synthetic":true,"types":[]},{"text":"impl<'a> Sync for Ctx<'a>","synthetic":true,"types":[]},{"text":"impl Sync for Stop","synthetic":true,"types":[]},{"text":"impl Sync for Route","synthetic":true,"types":[]},{"text":"impl Sync for Bus","synthetic":true,"types":[]},{"text":"impl Sync for TransitSimState","synthetic":true,"types":[]},{"text":"impl Sync for BusState","synthetic":true,"types":[]},{"text":"impl Sync for TripManager","synthetic":true,"types":[]},{"text":"impl Sync for Trip","synthetic":true,"types":[]},{"text":"impl Sync for TripLeg","synthetic":true,"types":[]}]; -implementors["updater"] = [{"text":"impl Sync for Manifest","synthetic":true,"types":[]},{"text":"impl Sync for Entry","synthetic":true,"types":[]},{"text":"impl Sync for Cities","synthetic":true,"types":[]}]; +implementors["updater"] = [{"text":"impl Sync for Cities","synthetic":true,"types":[]}]; implementors["widgetry"] = [{"text":"impl !Sync for Drawable","synthetic":true,"types":[]},{"text":"impl !Sync for Canvas","synthetic":true,"types":[]},{"text":"impl Sync for Color","synthetic":true,"types":[]},{"text":"impl Sync for LinearGradient","synthetic":true,"types":[]},{"text":"impl Sync for Texture","synthetic":true,"types":[]},{"text":"impl<'a> !Sync for GfxCtx<'a>","synthetic":true,"types":[]},{"text":"impl !Sync for Prerender","synthetic":true,"types":[]},{"text":"impl<'a> !Sync for EventCtx<'a>","synthetic":true,"types":[]},{"text":"impl Sync for GeomBatch","synthetic":true,"types":[]},{"text":"impl Sync for UserInput","synthetic":true,"types":[]},{"text":"impl Sync for Settings","synthetic":true,"types":[]},{"text":"impl Sync for ScreenDims","synthetic":true,"types":[]},{"text":"impl Sync for ScreenPt","synthetic":true,"types":[]},{"text":"impl Sync for ScreenRectangle","synthetic":true,"types":[]},{"text":"impl Sync for Style","synthetic":true,"types":[]},{"text":"impl Sync for Text","synthetic":true,"types":[]},{"text":"impl Sync for TextSpan","synthetic":true,"types":[]},{"text":"impl Sync for Warper","synthetic":true,"types":[]},{"text":"impl<T> Sync for Autocomplete<T> where
    T: Sync, 
","synthetic":true,"types":[]},{"text":"impl Sync for Btn","synthetic":true,"types":[]},{"text":"impl !Sync for MultiButton","synthetic":true,"types":[]},{"text":"impl !Sync for Checkbox","synthetic":true,"types":[]},{"text":"impl !Sync for CompareTimes","synthetic":true,"types":[]},{"text":"impl !Sync for FanChart","synthetic":true,"types":[]},{"text":"impl Sync for Filler","synthetic":true,"types":[]},{"text":"impl !Sync for DrawWithTooltips","synthetic":true,"types":[]},{"text":"impl<T> !Sync for LinePlot<T>","synthetic":true,"types":[]},{"text":"impl<T> Sync for PlotOptions<T> where
    T: Sync, 
","synthetic":true,"types":[]},{"text":"impl<T> Sync for Series<T> where
    T: Sync, 
","synthetic":true,"types":[]},{"text":"impl<T> Sync for Menu<T> where
    T: Sync, 
","synthetic":true,"types":[]},{"text":"impl<T> !Sync for PersistentSplit<T>","synthetic":true,"types":[]},{"text":"impl !Sync for ScatterPlot","synthetic":true,"types":[]},{"text":"impl !Sync for AreaSlider","synthetic":true,"types":[]},{"text":"impl !Sync for Slider","synthetic":true,"types":[]},{"text":"impl !Sync for Spinner","synthetic":true,"types":[]},{"text":"impl Sync for EdgeInsets","synthetic":true,"types":[]},{"text":"impl !Sync for Panel","synthetic":true,"types":[]},{"text":"impl !Sync for Widget","synthetic":true,"types":[]},{"text":"impl Sync for WidgetOutput","synthetic":true,"types":[]},{"text":"impl<T> Sync for Choice<T> where
    T: Sync, 
","synthetic":true,"types":[]},{"text":"impl Sync for HorizontalAlignment","synthetic":true,"types":[]},{"text":"impl Sync for VerticalAlignment","synthetic":true,"types":[]},{"text":"impl Sync for Fill","synthetic":true,"types":[]},{"text":"impl Sync for Event","synthetic":true,"types":[]},{"text":"impl Sync for Key","synthetic":true,"types":[]},{"text":"impl Sync for MultiKey","synthetic":true,"types":[]},{"text":"impl Sync for UpdateType","synthetic":true,"types":[]},{"text":"impl Sync for RewriteColor","synthetic":true,"types":[]},{"text":"impl Sync for Outcome","synthetic":true,"types":[]},{"text":"impl !Sync for Assets","synthetic":true,"types":[]},{"text":"impl<'a> Sync for GfxCtxInnards<'a>","synthetic":true,"types":[]},{"text":"impl Sync for VertexArray","synthetic":true,"types":[]},{"text":"impl Sync for Buffer","synthetic":true,"types":[]},{"text":"impl !Sync for PrerenderInnards","synthetic":true,"types":[]},{"text":"impl !Sync for WindowAdapter","synthetic":true,"types":[]},{"text":"impl Sync for CameraState","synthetic":true,"types":[]},{"text":"impl Sync for Uniforms","synthetic":true,"types":[]},{"text":"impl<'a> !Sync for LoadingScreen<'a>","synthetic":true,"types":[]},{"text":"impl<G> !Sync for State<G>","synthetic":true,"types":[]},{"text":"impl<'a> Sync for PathConvIter<'a>","synthetic":true,"types":[]},{"text":"impl Sync for Font","synthetic":true,"types":[]},{"text":"impl Sync for LayoutStyle","synthetic":true,"types":[]},{"text":"impl !Sync for Button","synthetic":true,"types":[]},{"text":"impl Sync for BtnBuilder","synthetic":true,"types":[]},{"text":"impl Sync for Nothing","synthetic":true,"types":[]},{"text":"impl !Sync for Container","synthetic":true,"types":[]},{"text":"impl<T> !Sync for Dropdown<T>","synthetic":true,"types":[]},{"text":"impl !Sync for JustDraw","synthetic":true,"types":[]},{"text":"impl Sync for DeferDraw","synthetic":true,"types":[]},{"text":"impl !Sync for PanelBuilder","synthetic":true,"types":[]},{"text":"impl Sync for Dims","synthetic":true,"types":[]},{"text":"impl Sync for TextBox","synthetic":true,"types":[]}]; implementors["widgetry_demo"] = [{"text":"impl !Sync for App","synthetic":true,"types":[]}]; 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 d215f93958..782b3c140b 100644 --- a/rustdoc/implementors/core/marker/trait.Unpin.js +++ b/rustdoc/implementors/core/marker/trait.Unpin.js @@ -1,5 +1,5 @@ (function() {var implementors = {}; -implementors["abstutil"] = [{"text":"impl Unpin for FileWithProgress","synthetic":true,"types":[]},{"text":"impl Unpin for CmdArgs","synthetic":true,"types":[]},{"text":"impl<K, V> Unpin for MultiMap<K, V> where
    K: Unpin,
    V: Unpin, 
","synthetic":true,"types":[]},{"text":"impl<T> Unpin for Counter<T> where
    T: Unpin, 
","synthetic":true,"types":[]},{"text":"impl<K, V> Unpin for VecMap<K, V> where
    K: Unpin,
    V: Unpin, 
","synthetic":true,"types":[]},{"text":"impl Unpin for Tags","synthetic":true,"types":[]},{"text":"impl<'a> Unpin for Timer<'a>","synthetic":true,"types":[]},{"text":"impl Unpin for Parallelism","synthetic":true,"types":[]},{"text":"impl Unpin for ROOT_DIR","synthetic":true,"types":[]},{"text":"impl Unpin for ROOT_PLAYER_DIR","synthetic":true,"types":[]},{"text":"impl Unpin for Logger","synthetic":true,"types":[]},{"text":"impl Unpin for Progress","synthetic":true,"types":[]},{"text":"impl Unpin for TimerSpan","synthetic":true,"types":[]},{"text":"impl Unpin for TimedFileReader","synthetic":true,"types":[]},{"text":"impl Unpin for StackEntry","synthetic":true,"types":[]}]; +implementors["abstutil"] = [{"text":"impl Unpin for FileWithProgress","synthetic":true,"types":[]},{"text":"impl Unpin for Manifest","synthetic":true,"types":[]},{"text":"impl Unpin for Entry","synthetic":true,"types":[]},{"text":"impl Unpin for CmdArgs","synthetic":true,"types":[]},{"text":"impl<K, V> Unpin for MultiMap<K, V> where
    K: Unpin,
    V: Unpin, 
","synthetic":true,"types":[]},{"text":"impl<T> Unpin for Counter<T> where
    T: Unpin, 
","synthetic":true,"types":[]},{"text":"impl<K, V> Unpin for VecMap<K, V> where
    K: Unpin,
    V: Unpin, 
","synthetic":true,"types":[]},{"text":"impl Unpin for Tags","synthetic":true,"types":[]},{"text":"impl<'a> Unpin for Timer<'a>","synthetic":true,"types":[]},{"text":"impl Unpin for Parallelism","synthetic":true,"types":[]},{"text":"impl Unpin for ROOT_DIR","synthetic":true,"types":[]},{"text":"impl Unpin for ROOT_PLAYER_DIR","synthetic":true,"types":[]},{"text":"impl Unpin for Logger","synthetic":true,"types":[]},{"text":"impl Unpin for Progress","synthetic":true,"types":[]},{"text":"impl Unpin for TimerSpan","synthetic":true,"types":[]},{"text":"impl Unpin for TimedFileReader","synthetic":true,"types":[]},{"text":"impl Unpin for StackEntry","synthetic":true,"types":[]}]; implementors["convert_osm"] = [{"text":"impl Unpin for Options","synthetic":true,"types":[]},{"text":"impl Unpin for OnstreetParking","synthetic":true,"types":[]},{"text":"impl Unpin for PublicOffstreetParking","synthetic":true,"types":[]},{"text":"impl Unpin for PrivateOffstreetParking","synthetic":true,"types":[]},{"text":"impl Unpin for OsmExtract","synthetic":true,"types":[]},{"text":"impl Unpin for Document","synthetic":true,"types":[]},{"text":"impl Unpin for Node","synthetic":true,"types":[]},{"text":"impl Unpin for Way","synthetic":true,"types":[]},{"text":"impl Unpin for Relation","synthetic":true,"types":[]},{"text":"impl Unpin for Elevation","synthetic":true,"types":[]}]; implementors["game"] = [{"text":"impl Unpin for App","synthetic":true,"types":[]},{"text":"impl Unpin for ShowLayers","synthetic":true,"types":[]},{"text":"impl Unpin for ShowEverything","synthetic":true,"types":[]},{"text":"impl Unpin for Flags","synthetic":true,"types":[]},{"text":"impl Unpin for PerMap","synthetic":true,"types":[]},{"text":"impl Unpin for SessionState","synthetic":true,"types":[]},{"text":"impl Unpin for PerObjectActions","synthetic":true,"types":[]},{"text":"impl Unpin for FindDelayedIntersections","synthetic":true,"types":[]},{"text":"impl Unpin for Challenge","synthetic":true,"types":[]},{"text":"impl Unpin for HighScore","synthetic":true,"types":[]},{"text":"impl Unpin for ChallengesPicker","synthetic":true,"types":[]},{"text":"impl Unpin for ColorScheme","synthetic":true,"types":[]},{"text":"impl Unpin for ColorSchemeChoice","synthetic":true,"types":[]},{"text":"impl Unpin for CommonState","synthetic":true,"types":[]},{"text":"impl Unpin for CityPicker","synthetic":true,"types":[]},{"text":"impl<'a> Unpin for ColorDiscrete<'a>","synthetic":true,"types":[]},{"text":"impl Unpin for ColorLegend","synthetic":true,"types":[]},{"text":"impl Unpin for DivergingScale","synthetic":true,"types":[]},{"text":"impl<'a> Unpin for ColorNetwork<'a>","synthetic":true,"types":[]},{"text":"impl Unpin for ColorScale","synthetic":true,"types":[]},{"text":"impl Unpin for HeatmapOptions","synthetic":true,"types":[]},{"text":"impl<T> Unpin for Grid<T> where
    T: Unpin, 
","synthetic":true,"types":[]},{"text":"impl Unpin for IsochroneViewer","synthetic":true,"types":[]},{"text":"impl Unpin for Minimap","synthetic":true,"types":[]},{"text":"impl Unpin for Navigator","synthetic":true,"types":[]},{"text":"impl Unpin for CrossStreet","synthetic":true,"types":[]},{"text":"impl Unpin for SearchBuildings","synthetic":true,"types":[]},{"text":"impl Unpin for Warping","synthetic":true,"types":[]},{"text":"impl Unpin for DebugWarp","synthetic":true,"types":[]},{"text":"impl Unpin for CutsceneBuilder","synthetic":true,"types":[]},{"text":"impl Unpin for Scene","synthetic":true,"types":[]},{"text":"impl Unpin for CutscenePlayer","synthetic":true,"types":[]},{"text":"impl Unpin for FYI","synthetic":true,"types":[]},{"text":"impl Unpin for Layout","synthetic":true,"types":[]},{"text":"impl Unpin for DebugMode","synthetic":true,"types":[]},{"text":"impl Unpin for SearchResults","synthetic":true,"types":[]},{"text":"impl Unpin for Actions","synthetic":true,"types":[]},{"text":"impl Unpin for ScreenshotTest","synthetic":true,"types":[]},{"text":"impl Unpin for Floodfiller","synthetic":true,"types":[]},{"text":"impl Unpin for Source","synthetic":true,"types":[]},{"text":"impl Unpin for ObjectDebugger","synthetic":true,"types":[]},{"text":"impl Unpin for PathCounter","synthetic":true,"types":[]},{"text":"impl Unpin for PolygonDebugger","synthetic":true,"types":[]},{"text":"impl Unpin for Item","synthetic":true,"types":[]},{"text":"impl Unpin for DevToolsMode","synthetic":true,"types":[]},{"text":"impl Unpin for PopularDestinations","synthetic":true,"types":[]},{"text":"impl Unpin for ViewKML","synthetic":true,"types":[]},{"text":"impl Unpin for Object","synthetic":true,"types":[]},{"text":"impl Unpin for ParkingMapper","synthetic":true,"types":[]},{"text":"impl Unpin for ChangeWay","synthetic":true,"types":[]},{"text":"impl Unpin for Show","synthetic":true,"types":[]},{"text":"impl Unpin for Value","synthetic":true,"types":[]},{"text":"impl Unpin for PolygonEditor","synthetic":true,"types":[]},{"text":"impl Unpin for ScenarioManager","synthetic":true,"types":[]},{"text":"impl Unpin for StoryMapEditor","synthetic":true,"types":[]},{"text":"impl Unpin for RecordedStoryMap","synthetic":true,"types":[]},{"text":"impl Unpin for StoryMap","synthetic":true,"types":[]},{"text":"impl Unpin for Marker","synthetic":true,"types":[]},{"text":"impl Unpin for Lasso","synthetic":true,"types":[]},{"text":"impl Unpin for Mode","synthetic":true,"types":[]},{"text":"impl Unpin for EditMode","synthetic":true,"types":[]},{"text":"impl Unpin for SaveEdits","synthetic":true,"types":[]},{"text":"impl Unpin for LoadEdits","synthetic":true,"types":[]},{"text":"impl Unpin for ConfirmDiscard","synthetic":true,"types":[]},{"text":"impl Unpin for BulkSelect","synthetic":true,"types":[]},{"text":"impl Unpin for BulkEdit","synthetic":true,"types":[]},{"text":"impl Unpin for ClusterTrafficSignalEditor","synthetic":true,"types":[]},{"text":"impl Unpin for LaneEditor","synthetic":true,"types":[]},{"text":"impl Unpin for RouteEditor","synthetic":true,"types":[]},{"text":"impl Unpin for RoadSelector","synthetic":true,"types":[]},{"text":"impl Unpin for Mode","synthetic":true,"types":[]},{"text":"impl Unpin for StopSignEditor","synthetic":true,"types":[]},{"text":"impl Unpin for TrafficSignalEditor","synthetic":true,"types":[]},{"text":"impl Unpin for BundleEdits","synthetic":true,"types":[]},{"text":"impl Unpin for ChangeDuration","synthetic":true,"types":[]},{"text":"impl Unpin for ShowAbsolute","synthetic":true,"types":[]},{"text":"impl Unpin for ShowRelative","synthetic":true,"types":[]},{"text":"impl Unpin for TuneRelative","synthetic":true,"types":[]},{"text":"impl Unpin for SignalPicker","synthetic":true,"types":[]},{"text":"impl Unpin for PreviewTrafficSignal","synthetic":true,"types":[]},{"text":"impl Unpin for ZoneEditor","synthetic":true,"types":[]},{"text":"impl Unpin for Game","synthetic":true,"types":[]},{"text":"impl<T> Unpin for ChooseSomething<T>","synthetic":true,"types":[]},{"text":"impl Unpin for PromptInput","synthetic":true,"types":[]},{"text":"impl Unpin for PopupMsg","synthetic":true,"types":[]},{"text":"impl Unpin for DrawBaselayer","synthetic":true,"types":[]},{"text":"impl Unpin for Transition","synthetic":true,"types":[]},{"text":"impl Unpin for ID","synthetic":true,"types":[]},{"text":"impl Unpin for InfoPanel","synthetic":true,"types":[]},{"text":"impl Unpin for Details","synthetic":true,"types":[]},{"text":"impl Unpin for DataOptions","synthetic":true,"types":[]},{"text":"impl Unpin for Tab","synthetic":true,"types":[]},{"text":"impl Unpin for OpenTrip","synthetic":true,"types":[]},{"text":"impl Unpin for PickLayer","synthetic":true,"types":[]},{"text":"impl Unpin for LayerOutcome","synthetic":true,"types":[]},{"text":"impl Unpin for Elevation","synthetic":true,"types":[]},{"text":"impl Unpin for BikeNetwork","synthetic":true,"types":[]},{"text":"impl Unpin for Static","synthetic":true,"types":[]},{"text":"impl Unpin for CongestionCaps","synthetic":true,"types":[]},{"text":"impl Unpin for Pandemic","synthetic":true,"types":[]},{"text":"impl Unpin for Options","synthetic":true,"types":[]},{"text":"impl Unpin for SEIR","synthetic":true,"types":[]},{"text":"impl Unpin for Occupancy","synthetic":true,"types":[]},{"text":"impl Unpin for Efficiency","synthetic":true,"types":[]},{"text":"impl Unpin for Loc","synthetic":true,"types":[]},{"text":"impl Unpin for PopulationMap","synthetic":true,"types":[]},{"text":"impl Unpin for Options","synthetic":true,"types":[]},{"text":"impl Unpin for Backpressure","synthetic":true,"types":[]},{"text":"impl Unpin for Throughput","synthetic":true,"types":[]},{"text":"impl Unpin for CompareThroughput","synthetic":true,"types":[]},{"text":"impl Unpin for TrafficJams","synthetic":true,"types":[]},{"text":"impl Unpin for Jam","synthetic":true,"types":[]},{"text":"impl Unpin for Delay","synthetic":true,"types":[]},{"text":"impl Unpin for TransitNetwork","synthetic":true,"types":[]},{"text":"impl Unpin for Options","synthetic":true,"types":[]},{"text":"impl Unpin for OptionsPanel","synthetic":true,"types":[]},{"text":"impl Unpin for TrafficSignalStyle","synthetic":true,"types":[]},{"text":"impl Unpin for CameraAngle","synthetic":true,"types":[]},{"text":"impl Unpin for TitleScreen","synthetic":true,"types":[]},{"text":"impl Unpin for MainMenu","synthetic":true,"types":[]},{"text":"impl Unpin for About","synthetic":true,"types":[]},{"text":"impl Unpin for Proposals","synthetic":true,"types":[]},{"text":"impl Unpin for Screensaver","synthetic":true,"types":[]},{"text":"impl Unpin for DrawOptions","synthetic":true,"types":[]},{"text":"impl Unpin for DrawArea","synthetic":true,"types":[]},{"text":"impl Unpin for DrawBike","synthetic":true,"types":[]},{"text":"impl Unpin for DrawBuilding","synthetic":true,"types":[]},{"text":"impl Unpin for DrawBusStop","synthetic":true,"types":[]},{"text":"impl Unpin for DrawCar","synthetic":true,"types":[]},{"text":"impl Unpin for DrawIntersection","synthetic":true,"types":[]},{"text":"impl Unpin for DrawLane","synthetic":true,"types":[]},{"text":"impl Unpin for DrawMap","synthetic":true,"types":[]},{"text":"impl Unpin for AgentCache","synthetic":true,"types":[]},{"text":"impl Unpin for UnzoomedAgents","synthetic":true,"types":[]},{"text":"impl Unpin for DrawParkingLot","synthetic":true,"types":[]},{"text":"impl Unpin for DrawPedestrian","synthetic":true,"types":[]},{"text":"impl Unpin for DrawPedCrowd","synthetic":true,"types":[]},{"text":"impl Unpin for DrawRoad","synthetic":true,"types":[]},{"text":"impl Unpin for DrawMovement","synthetic":true,"types":[]},{"text":"impl Unpin for DrawUberTurnGroup","synthetic":true,"types":[]},{"text":"impl Unpin for SandboxMode","synthetic":true,"types":[]},{"text":"impl Unpin for SandboxControls","synthetic":true,"types":[]},{"text":"impl Unpin for BackToMainMenu","synthetic":true,"types":[]},{"text":"impl Unpin for AgentMeter","synthetic":true,"types":[]},{"text":"impl Unpin for Actions","synthetic":true,"types":[]},{"text":"impl Unpin for DashTab","synthetic":true,"types":[]},{"text":"impl Unpin for CommuterPatterns","synthetic":true,"types":[]},{"text":"impl<'a> Unpin for PanelState<'a>","synthetic":true,"types":[]},{"text":"impl Unpin for Block","synthetic":true,"types":[]},{"text":"impl Unpin for Filter","synthetic":true,"types":[]},{"text":"impl Unpin for Loop","synthetic":true,"types":[]},{"text":"impl Unpin for BlockSelection","synthetic":true,"types":[]},{"text":"impl Unpin for BorderType","synthetic":true,"types":[]},{"text":"impl<T, F, P> Unpin for GenericTripTable<T, F, P> where
    F: Unpin,
    P: Unpin,
    T: Unpin, 
","synthetic":true,"types":[]},{"text":"impl Unpin for ActiveTraffic","synthetic":true,"types":[]},{"text":"impl Unpin for TransitRoutes","synthetic":true,"types":[]},{"text":"impl Unpin for ParkingOverhead","synthetic":true,"types":[]},{"text":"impl Unpin for Entry","synthetic":true,"types":[]},{"text":"impl Unpin for Filters","synthetic":true,"types":[]},{"text":"impl Unpin for TripSummaries","synthetic":true,"types":[]},{"text":"impl Unpin for Filter","synthetic":true,"types":[]},{"text":"impl<T, F> Unpin for Table<T, F> where
    F: Unpin,
    T: Unpin, 
","synthetic":true,"types":[]},{"text":"impl<T> Unpin for Column<T>","synthetic":true,"types":[]},{"text":"impl<T, F> Unpin for Filter<T, F> where
    F: Unpin, 
","synthetic":true,"types":[]},{"text":"impl<T> Unpin for Col<T>","synthetic":true,"types":[]},{"text":"impl Unpin for TrafficSignalDemand","synthetic":true,"types":[]},{"text":"impl Unpin for Demand","synthetic":true,"types":[]},{"text":"impl Unpin for FinishedTripTable","synthetic":true,"types":[]},{"text":"impl Unpin for CancelledTripTable","synthetic":true,"types":[]},{"text":"impl Unpin for UnfinishedTripTable","synthetic":true,"types":[]},{"text":"impl Unpin for FinishedTrip","synthetic":true,"types":[]},{"text":"impl Unpin for CancelledTrip","synthetic":true,"types":[]},{"text":"impl Unpin for UnfinishedTrip","synthetic":true,"types":[]},{"text":"impl Unpin for Filters","synthetic":true,"types":[]},{"text":"impl Unpin for FinalScore","synthetic":true,"types":[]},{"text":"impl Unpin for GameplayMode","synthetic":true,"types":[]},{"text":"impl Unpin for OptimizeCommute","synthetic":true,"types":[]},{"text":"impl Unpin for FixTrafficSignals","synthetic":true,"types":[]},{"text":"impl Unpin for Freeform","synthetic":true,"types":[]},{"text":"impl Unpin for AgentSpawner","synthetic":true,"types":[]},{"text":"impl Unpin for PlayScenario","synthetic":true,"types":[]},{"text":"impl Unpin for EditScenarioModifiers","synthetic":true,"types":[]},{"text":"impl Unpin for ChangeMode","synthetic":true,"types":[]},{"text":"impl Unpin for Tutorial","synthetic":true,"types":[]},{"text":"impl Unpin for TutorialPointer","synthetic":true,"types":[]},{"text":"impl Unpin for Stage","synthetic":true,"types":[]},{"text":"impl Unpin for TutorialState","synthetic":true,"types":[]},{"text":"impl Unpin for Task","synthetic":true,"types":[]},{"text":"impl Unpin for RoutePreview","synthetic":true,"types":[]},{"text":"impl Unpin for TurnExplorer","synthetic":true,"types":[]},{"text":"impl Unpin for SpeedControls","synthetic":true,"types":[]},{"text":"impl Unpin for TimePanel","synthetic":true,"types":[]},{"text":"impl Unpin for SpeedSetting","synthetic":true,"types":[]},{"text":"impl Unpin for JumpToTime","synthetic":true,"types":[]},{"text":"impl Unpin for JumpToDelay","synthetic":true,"types":[]},{"text":"impl Unpin for TimeWarpScreen","synthetic":true,"types":[]},{"text":"impl Unpin for UberTurnPicker","synthetic":true,"types":[]},{"text":"impl Unpin for UberTurnViewer","synthetic":true,"types":[]}]; implementors["geom"] = [{"text":"impl Unpin for Angle","synthetic":true,"types":[]},{"text":"impl Unpin for Bounds","synthetic":true,"types":[]},{"text":"impl Unpin for GPSBounds","synthetic":true,"types":[]},{"text":"impl Unpin for Circle","synthetic":true,"types":[]},{"text":"impl Unpin for Distance","synthetic":true,"types":[]},{"text":"impl Unpin for Duration","synthetic":true,"types":[]},{"text":"impl<K> Unpin for FindClosest<K> where
    K: Unpin, 
","synthetic":true,"types":[]},{"text":"impl Unpin for LonLat","synthetic":true,"types":[]},{"text":"impl Unpin for InfiniteLine","synthetic":true,"types":[]},{"text":"impl Unpin for Line","synthetic":true,"types":[]},{"text":"impl Unpin for Percent","synthetic":true,"types":[]},{"text":"impl Unpin for Polygon","synthetic":true,"types":[]},{"text":"impl Unpin for Triangle","synthetic":true,"types":[]},{"text":"impl Unpin for PolyLine","synthetic":true,"types":[]},{"text":"impl Unpin for HashablePt2D","synthetic":true,"types":[]},{"text":"impl Unpin for Pt2D","synthetic":true,"types":[]},{"text":"impl Unpin for Ring","synthetic":true,"types":[]},{"text":"impl Unpin for Speed","synthetic":true,"types":[]},{"text":"impl<T> Unpin for Histogram<T> where
    T: Unpin, 
","synthetic":true,"types":[]},{"text":"impl Unpin for Time","synthetic":true,"types":[]},{"text":"impl Unpin for ArrowCap","synthetic":true,"types":[]},{"text":"impl Unpin for Statistic","synthetic":true,"types":[]}]; @@ -10,7 +10,7 @@ implementors["kml"] = [{"text":"impl Unpin for ExtraShapes","synthetic":true,"ty implementors["map_editor"] = [{"text":"impl Unpin for UI","synthetic":true,"types":[]},{"text":"impl Unpin for State","synthetic":true,"types":[]},{"text":"impl Unpin for Model","synthetic":true,"types":[]},{"text":"impl Unpin for ID","synthetic":true,"types":[]},{"text":"impl<ID> Unpin for Object<ID> where
    ID: Unpin, 
","synthetic":true,"types":[]},{"text":"impl Unpin for WorldObject","synthetic":true,"types":[]},{"text":"impl<ID> Unpin for World<ID> where
    ID: Unpin, 
","synthetic":true,"types":[]}]; implementors["map_model"] = [{"text":"impl Unpin for City","synthetic":true,"types":[]},{"text":"impl Unpin for EditEffects","synthetic":true,"types":[]},{"text":"impl Unpin for EditRoad","synthetic":true,"types":[]},{"text":"impl Unpin for MapEdits","synthetic":true,"types":[]},{"text":"impl Unpin for PermanentMapEdits","synthetic":true,"types":[]},{"text":"impl Unpin for MapConfig","synthetic":true,"types":[]},{"text":"impl Unpin for Area","synthetic":true,"types":[]},{"text":"impl Unpin for AreaID","synthetic":true,"types":[]},{"text":"impl Unpin for Building","synthetic":true,"types":[]},{"text":"impl Unpin for BuildingID","synthetic":true,"types":[]},{"text":"impl Unpin for NamePerLanguage","synthetic":true,"types":[]},{"text":"impl Unpin for BusRoute","synthetic":true,"types":[]},{"text":"impl Unpin for BusRouteID","synthetic":true,"types":[]},{"text":"impl Unpin for BusStop","synthetic":true,"types":[]},{"text":"impl Unpin for BusStopID","synthetic":true,"types":[]},{"text":"impl Unpin for Intersection","synthetic":true,"types":[]},{"text":"impl Unpin for IntersectionID","synthetic":true,"types":[]},{"text":"impl Unpin for Lane","synthetic":true,"types":[]},{"text":"impl Unpin for LaneID","synthetic":true,"types":[]},{"text":"impl Unpin for ParkingLot","synthetic":true,"types":[]},{"text":"impl Unpin for ParkingLotID","synthetic":true,"types":[]},{"text":"impl Unpin for DirectedRoadID","synthetic":true,"types":[]},{"text":"impl Unpin for Road","synthetic":true,"types":[]},{"text":"impl Unpin for RoadID","synthetic":true,"types":[]},{"text":"impl Unpin for ControlStopSign","synthetic":true,"types":[]},{"text":"impl Unpin for RoadWithStopSign","synthetic":true,"types":[]},{"text":"impl Unpin for ControlTrafficSignal","synthetic":true,"types":[]},{"text":"impl Unpin for Stage","synthetic":true,"types":[]},{"text":"impl Unpin for CompressedMovementID","synthetic":true,"types":[]},{"text":"impl Unpin for Movement","synthetic":true,"types":[]},{"text":"impl Unpin for MovementID","synthetic":true,"types":[]},{"text":"impl Unpin for Turn","synthetic":true,"types":[]},{"text":"impl Unpin for TurnID","synthetic":true,"types":[]},{"text":"impl Unpin for AccessRestrictions","synthetic":true,"types":[]},{"text":"impl Unpin for Zone","synthetic":true,"types":[]},{"text":"impl Unpin for IntersectionCluster","synthetic":true,"types":[]},{"text":"impl Unpin for UberTurn","synthetic":true,"types":[]},{"text":"impl Unpin for UberTurnGroup","synthetic":true,"types":[]},{"text":"impl Unpin for Path","synthetic":true,"types":[]},{"text":"impl Unpin for PathRequest","synthetic":true,"types":[]},{"text":"impl Unpin for Position","synthetic":true,"types":[]},{"text":"impl Unpin for Map","synthetic":true,"types":[]},{"text":"impl Unpin for EditCmd","synthetic":true,"types":[]},{"text":"impl Unpin for EditIntersection","synthetic":true,"types":[]},{"text":"impl Unpin for DrivingSide","synthetic":true,"types":[]},{"text":"impl Unpin for AreaType","synthetic":true,"types":[]},{"text":"impl Unpin for BuildingType","synthetic":true,"types":[]},{"text":"impl Unpin for OffstreetParking","synthetic":true,"types":[]},{"text":"impl Unpin for IntersectionType","synthetic":true,"types":[]},{"text":"impl Unpin for LaneType","synthetic":true,"types":[]},{"text":"impl Unpin for Direction","synthetic":true,"types":[]},{"text":"impl Unpin for PhaseType","synthetic":true,"types":[]},{"text":"impl Unpin for TurnPriority","synthetic":true,"types":[]},{"text":"impl Unpin for TurnType","synthetic":true,"types":[]},{"text":"impl Unpin for PathConstraints","synthetic":true,"types":[]},{"text":"impl Unpin for PathStep","synthetic":true,"types":[]},{"text":"impl Unpin for Traversable","synthetic":true,"types":[]},{"text":"impl Unpin for OriginalLane","synthetic":true,"types":[]},{"text":"impl Unpin for ChangeLaneType","synthetic":true,"types":[]},{"text":"impl Unpin for ReverseLane","synthetic":true,"types":[]},{"text":"impl Unpin for ChangeSpeedLimit","synthetic":true,"types":[]},{"text":"impl Unpin for ChangeAccessRestrictions","synthetic":true,"types":[]},{"text":"impl Unpin for PermanentEditIntersection","synthetic":true,"types":[]},{"text":"impl Unpin for PermanentEditCmd","synthetic":true,"types":[]},{"text":"impl Unpin for InitialMap","synthetic":true,"types":[]},{"text":"impl Unpin for Road","synthetic":true,"types":[]},{"text":"impl Unpin for Intersection","synthetic":true,"types":[]},{"text":"impl Unpin for Piece","synthetic":true,"types":[]},{"text":"impl Unpin for LaneSpec","synthetic":true,"types":[]},{"text":"impl Unpin for Partition","synthetic":true,"types":[]},{"text":"impl Unpin for Matcher","synthetic":true,"types":[]},{"text":"impl Unpin for NodeID","synthetic":true,"types":[]},{"text":"impl Unpin for WayID","synthetic":true,"types":[]},{"text":"impl Unpin for RelationID","synthetic":true,"types":[]},{"text":"impl Unpin for RoadRank","synthetic":true,"types":[]},{"text":"impl Unpin for OsmID","synthetic":true,"types":[]},{"text":"impl Unpin for Pathfinder","synthetic":true,"types":[]},{"text":"impl Unpin for ContractionHierarchyPathfinder","synthetic":true,"types":[]},{"text":"impl Unpin for VehiclePathfinder","synthetic":true,"types":[]},{"text":"impl Unpin for Node","synthetic":true,"types":[]},{"text":"impl<T> Unpin for NodeMap<T> where
    T: Unpin, 
","synthetic":true,"types":[]},{"text":"impl Unpin for SidewalkPathfinder","synthetic":true,"types":[]},{"text":"impl Unpin for WalkingNode","synthetic":true,"types":[]},{"text":"impl Unpin for RawMap","synthetic":true,"types":[]},{"text":"impl Unpin for OriginalRoad","synthetic":true,"types":[]},{"text":"impl Unpin for RawRoad","synthetic":true,"types":[]},{"text":"impl Unpin for RawIntersection","synthetic":true,"types":[]},{"text":"impl Unpin for RawBuilding","synthetic":true,"types":[]},{"text":"impl Unpin for RawArea","synthetic":true,"types":[]},{"text":"impl Unpin for RawParkingLot","synthetic":true,"types":[]},{"text":"impl Unpin for TurnRestriction","synthetic":true,"types":[]},{"text":"impl Unpin for RawBusRoute","synthetic":true,"types":[]},{"text":"impl Unpin for RawBusStop","synthetic":true,"types":[]},{"text":"impl Unpin for RestrictionType","synthetic":true,"types":[]}]; implementors["sim"] = [{"text":"impl Unpin for Analytics","synthetic":true,"types":[]},{"text":"impl Unpin for TripPhase","synthetic":true,"types":[]},{"text":"impl Unpin for BorderSpawnOverTime","synthetic":true,"types":[]},{"text":"impl Unpin for ExternalPerson","synthetic":true,"types":[]},{"text":"impl Unpin for ExternalTrip","synthetic":true,"types":[]},{"text":"impl Unpin for IndividTrip","synthetic":true,"types":[]},{"text":"impl Unpin for OffMapLocation","synthetic":true,"types":[]},{"text":"impl Unpin for PersonSpec","synthetic":true,"types":[]},{"text":"impl Unpin for Scenario","synthetic":true,"types":[]},{"text":"impl Unpin for ScenarioGenerator","synthetic":true,"types":[]},{"text":"impl Unpin for SimFlags","synthetic":true,"types":[]},{"text":"impl Unpin for SpawnOverTime","synthetic":true,"types":[]},{"text":"impl Unpin for TripSpawner","synthetic":true,"types":[]},{"text":"impl Unpin for AgentProperties","synthetic":true,"types":[]},{"text":"impl Unpin for Sim","synthetic":true,"types":[]},{"text":"impl Unpin for SimOptions","synthetic":true,"types":[]},{"text":"impl Unpin for Person","synthetic":true,"types":[]},{"text":"impl Unpin for TripInfo","synthetic":true,"types":[]},{"text":"impl Unpin for DontDrawAgents","synthetic":true,"types":[]},{"text":"impl Unpin for DrawCarInput","synthetic":true,"types":[]},{"text":"impl Unpin for DrawPedCrowdInput","synthetic":true,"types":[]},{"text":"impl Unpin for DrawPedestrianInput","synthetic":true,"types":[]},{"text":"impl Unpin for UnzoomedAgent","synthetic":true,"types":[]},{"text":"impl Unpin for CarID","synthetic":true,"types":[]},{"text":"impl Unpin for PedestrianID","synthetic":true,"types":[]},{"text":"impl Unpin for TripID","synthetic":true,"types":[]},{"text":"impl Unpin for PersonID","synthetic":true,"types":[]},{"text":"impl Unpin for OrigPersonID","synthetic":true,"types":[]},{"text":"impl Unpin for Vehicle","synthetic":true,"types":[]},{"text":"impl Unpin for VehicleSpec","synthetic":true,"types":[]},{"text":"impl Unpin for ParkedCar","synthetic":true,"types":[]},{"text":"impl Unpin for SidewalkSpot","synthetic":true,"types":[]},{"text":"impl Unpin for TimeInterval","synthetic":true,"types":[]},{"text":"impl Unpin for DistanceInterval","synthetic":true,"types":[]},{"text":"impl Unpin for CreatePedestrian","synthetic":true,"types":[]},{"text":"impl Unpin for CreateCar","synthetic":true,"types":[]},{"text":"impl Unpin for AlertLocation","synthetic":true,"types":[]},{"text":"impl Unpin for TripPhaseType","synthetic":true,"types":[]},{"text":"impl Unpin for ExternalTripEndpoint","synthetic":true,"types":[]},{"text":"impl Unpin for OriginDestination","synthetic":true,"types":[]},{"text":"impl Unpin for ScenarioModifier","synthetic":true,"types":[]},{"text":"impl Unpin for SpawnTrip","synthetic":true,"types":[]},{"text":"impl Unpin for TripPurpose","synthetic":true,"types":[]},{"text":"impl Unpin for TripSpec","synthetic":true,"types":[]},{"text":"impl Unpin for AlertHandler","synthetic":true,"types":[]},{"text":"impl Unpin for PersonState","synthetic":true,"types":[]},{"text":"impl<T> Unpin for TripResult<T> where
    T: Unpin, 
","synthetic":true,"types":[]},{"text":"impl Unpin for TripEndpoint","synthetic":true,"types":[]},{"text":"impl Unpin for TripMode","synthetic":true,"types":[]},{"text":"impl Unpin for CarStatus","synthetic":true,"types":[]},{"text":"impl Unpin for PedCrowdLocation","synthetic":true,"types":[]},{"text":"impl Unpin for AgentID","synthetic":true,"types":[]},{"text":"impl Unpin for AgentType","synthetic":true,"types":[]},{"text":"impl Unpin for VehicleType","synthetic":true,"types":[]},{"text":"impl Unpin for ParkingSpot","synthetic":true,"types":[]},{"text":"impl Unpin for DrivingGoal","synthetic":true,"types":[]},{"text":"impl Unpin for SidewalkPOI","synthetic":true,"types":[]},{"text":"impl<X> Unpin for TimeSeriesCount<X> where
    X: Unpin, 
","synthetic":true,"types":[]},{"text":"impl Unpin for Window","synthetic":true,"types":[]},{"text":"impl Unpin for CapSimState","synthetic":true,"types":[]},{"text":"impl Unpin for Zone","synthetic":true,"types":[]},{"text":"impl Unpin for Event","synthetic":true,"types":[]},{"text":"impl Unpin for Car","synthetic":true,"types":[]},{"text":"impl Unpin for CarState","synthetic":true,"types":[]},{"text":"impl Unpin for DrivingSimState","synthetic":true,"types":[]},{"text":"impl Unpin for IntersectionSimState","synthetic":true,"types":[]},{"text":"impl Unpin for State","synthetic":true,"types":[]},{"text":"impl Unpin for SignalState","synthetic":true,"types":[]},{"text":"impl Unpin for Request","synthetic":true,"types":[]},{"text":"impl Unpin for NormalParkingSimState","synthetic":true,"types":[]},{"text":"impl Unpin for ParkingLane","synthetic":true,"types":[]},{"text":"impl Unpin for InfiniteParkingSimState","synthetic":true,"types":[]},{"text":"impl Unpin for ParkingSimState","synthetic":true,"types":[]},{"text":"impl Unpin for Queue","synthetic":true,"types":[]},{"text":"impl Unpin for WalkingSimState","synthetic":true,"types":[]},{"text":"impl Unpin for Pedestrian","synthetic":true,"types":[]},{"text":"impl Unpin for PedState","synthetic":true,"types":[]},{"text":"impl Unpin for AnyTime","synthetic":true,"types":[]},{"text":"impl Unpin for Event","synthetic":true,"types":[]},{"text":"impl Unpin for StateEvent","synthetic":true,"types":[]},{"text":"impl Unpin for State","synthetic":true,"types":[]},{"text":"impl Unpin for PandemicModel","synthetic":true,"types":[]},{"text":"impl<T> Unpin for SharedSpace<T> where
    T: Unpin, 
","synthetic":true,"types":[]},{"text":"impl Unpin for Cmd","synthetic":true,"types":[]},{"text":"impl Unpin for Router","synthetic":true,"types":[]},{"text":"impl Unpin for ActionAtEnd","synthetic":true,"types":[]},{"text":"impl Unpin for Goal","synthetic":true,"types":[]},{"text":"impl Unpin for Item","synthetic":true,"types":[]},{"text":"impl Unpin for Scheduler","synthetic":true,"types":[]},{"text":"impl Unpin for Command","synthetic":true,"types":[]},{"text":"impl Unpin for CommandType","synthetic":true,"types":[]},{"text":"impl<'a> Unpin for Ctx<'a>","synthetic":true,"types":[]},{"text":"impl Unpin for Stop","synthetic":true,"types":[]},{"text":"impl Unpin for Route","synthetic":true,"types":[]},{"text":"impl Unpin for Bus","synthetic":true,"types":[]},{"text":"impl Unpin for TransitSimState","synthetic":true,"types":[]},{"text":"impl Unpin for BusState","synthetic":true,"types":[]},{"text":"impl Unpin for TripManager","synthetic":true,"types":[]},{"text":"impl Unpin for Trip","synthetic":true,"types":[]},{"text":"impl Unpin for TripLeg","synthetic":true,"types":[]}]; -implementors["updater"] = [{"text":"impl Unpin for Manifest","synthetic":true,"types":[]},{"text":"impl Unpin for Entry","synthetic":true,"types":[]},{"text":"impl Unpin for Cities","synthetic":true,"types":[]}]; +implementors["updater"] = [{"text":"impl Unpin for Cities","synthetic":true,"types":[]}]; implementors["widgetry"] = [{"text":"impl Unpin for Drawable","synthetic":true,"types":[]},{"text":"impl Unpin for Canvas","synthetic":true,"types":[]},{"text":"impl Unpin for Color","synthetic":true,"types":[]},{"text":"impl Unpin for LinearGradient","synthetic":true,"types":[]},{"text":"impl Unpin for Texture","synthetic":true,"types":[]},{"text":"impl<'a> Unpin for GfxCtx<'a>","synthetic":true,"types":[]},{"text":"impl Unpin for Prerender","synthetic":true,"types":[]},{"text":"impl<'a> Unpin for EventCtx<'a>","synthetic":true,"types":[]},{"text":"impl Unpin for GeomBatch","synthetic":true,"types":[]},{"text":"impl Unpin for UserInput","synthetic":true,"types":[]},{"text":"impl Unpin for Settings","synthetic":true,"types":[]},{"text":"impl Unpin for ScreenDims","synthetic":true,"types":[]},{"text":"impl Unpin for ScreenPt","synthetic":true,"types":[]},{"text":"impl Unpin for ScreenRectangle","synthetic":true,"types":[]},{"text":"impl Unpin for Style","synthetic":true,"types":[]},{"text":"impl Unpin for Text","synthetic":true,"types":[]},{"text":"impl Unpin for TextSpan","synthetic":true,"types":[]},{"text":"impl Unpin for Warper","synthetic":true,"types":[]},{"text":"impl<T> Unpin for Autocomplete<T> where
    T: Unpin, 
","synthetic":true,"types":[]},{"text":"impl Unpin for Btn","synthetic":true,"types":[]},{"text":"impl Unpin for MultiButton","synthetic":true,"types":[]},{"text":"impl Unpin for Checkbox","synthetic":true,"types":[]},{"text":"impl Unpin for CompareTimes","synthetic":true,"types":[]},{"text":"impl Unpin for FanChart","synthetic":true,"types":[]},{"text":"impl Unpin for Filler","synthetic":true,"types":[]},{"text":"impl Unpin for DrawWithTooltips","synthetic":true,"types":[]},{"text":"impl<T> Unpin for LinePlot<T> where
    T: Unpin, 
","synthetic":true,"types":[]},{"text":"impl<T> Unpin for PlotOptions<T> where
    T: Unpin, 
","synthetic":true,"types":[]},{"text":"impl<T> Unpin for Series<T> where
    T: Unpin, 
","synthetic":true,"types":[]},{"text":"impl<T> Unpin for Menu<T> where
    T: Unpin, 
","synthetic":true,"types":[]},{"text":"impl<T> Unpin for PersistentSplit<T> where
    T: Unpin, 
","synthetic":true,"types":[]},{"text":"impl Unpin for ScatterPlot","synthetic":true,"types":[]},{"text":"impl Unpin for AreaSlider","synthetic":true,"types":[]},{"text":"impl Unpin for Slider","synthetic":true,"types":[]},{"text":"impl Unpin for Spinner","synthetic":true,"types":[]},{"text":"impl Unpin for EdgeInsets","synthetic":true,"types":[]},{"text":"impl Unpin for Panel","synthetic":true,"types":[]},{"text":"impl Unpin for Widget","synthetic":true,"types":[]},{"text":"impl Unpin for WidgetOutput","synthetic":true,"types":[]},{"text":"impl<T> Unpin for Choice<T> where
    T: Unpin, 
","synthetic":true,"types":[]},{"text":"impl Unpin for HorizontalAlignment","synthetic":true,"types":[]},{"text":"impl Unpin for VerticalAlignment","synthetic":true,"types":[]},{"text":"impl Unpin for Fill","synthetic":true,"types":[]},{"text":"impl Unpin for Event","synthetic":true,"types":[]},{"text":"impl Unpin for Key","synthetic":true,"types":[]},{"text":"impl Unpin for MultiKey","synthetic":true,"types":[]},{"text":"impl Unpin for UpdateType","synthetic":true,"types":[]},{"text":"impl Unpin for RewriteColor","synthetic":true,"types":[]},{"text":"impl Unpin for Outcome","synthetic":true,"types":[]},{"text":"impl Unpin for Assets","synthetic":true,"types":[]},{"text":"impl<'a> Unpin for GfxCtxInnards<'a>","synthetic":true,"types":[]},{"text":"impl Unpin for VertexArray","synthetic":true,"types":[]},{"text":"impl Unpin for Buffer","synthetic":true,"types":[]},{"text":"impl Unpin for PrerenderInnards","synthetic":true,"types":[]},{"text":"impl Unpin for WindowAdapter","synthetic":true,"types":[]},{"text":"impl Unpin for CameraState","synthetic":true,"types":[]},{"text":"impl Unpin for Uniforms","synthetic":true,"types":[]},{"text":"impl<'a> Unpin for LoadingScreen<'a>","synthetic":true,"types":[]},{"text":"impl<G> Unpin for State<G> where
    G: Unpin, 
","synthetic":true,"types":[]},{"text":"impl<'a> Unpin for PathConvIter<'a>","synthetic":true,"types":[]},{"text":"impl Unpin for Font","synthetic":true,"types":[]},{"text":"impl Unpin for LayoutStyle","synthetic":true,"types":[]},{"text":"impl Unpin for Button","synthetic":true,"types":[]},{"text":"impl Unpin for BtnBuilder","synthetic":true,"types":[]},{"text":"impl Unpin for Nothing","synthetic":true,"types":[]},{"text":"impl Unpin for Container","synthetic":true,"types":[]},{"text":"impl<T> Unpin for Dropdown<T> where
    T: Unpin, 
","synthetic":true,"types":[]},{"text":"impl Unpin for JustDraw","synthetic":true,"types":[]},{"text":"impl Unpin for DeferDraw","synthetic":true,"types":[]},{"text":"impl Unpin for PanelBuilder","synthetic":true,"types":[]},{"text":"impl Unpin for Dims","synthetic":true,"types":[]},{"text":"impl Unpin for TextBox","synthetic":true,"types":[]}]; implementors["widgetry_demo"] = [{"text":"impl Unpin for App","synthetic":true,"types":[]}]; 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 a9b43a2202..d7ff40be81 100644 --- a/rustdoc/implementors/std/panic/trait.RefUnwindSafe.js +++ b/rustdoc/implementors/std/panic/trait.RefUnwindSafe.js @@ -1,5 +1,5 @@ (function() {var implementors = {}; -implementors["abstutil"] = [{"text":"impl RefUnwindSafe for FileWithProgress","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for CmdArgs","synthetic":true,"types":[]},{"text":"impl<K, V> RefUnwindSafe for MultiMap<K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T> RefUnwindSafe for Counter<T> where
    T: RefUnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<K, V> RefUnwindSafe for VecMap<K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Tags","synthetic":true,"types":[]},{"text":"impl<'a> !RefUnwindSafe for Timer<'a>","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Parallelism","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for ROOT_DIR","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for ROOT_PLAYER_DIR","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Logger","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Progress","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for TimerSpan","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for TimedFileReader","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for StackEntry","synthetic":true,"types":[]}]; +implementors["abstutil"] = [{"text":"impl RefUnwindSafe for FileWithProgress","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Manifest","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Entry","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for CmdArgs","synthetic":true,"types":[]},{"text":"impl<K, V> RefUnwindSafe for MultiMap<K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T> RefUnwindSafe for Counter<T> where
    T: RefUnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<K, V> RefUnwindSafe for VecMap<K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Tags","synthetic":true,"types":[]},{"text":"impl<'a> !RefUnwindSafe for Timer<'a>","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Parallelism","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for ROOT_DIR","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for ROOT_PLAYER_DIR","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Logger","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Progress","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for TimerSpan","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for TimedFileReader","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for StackEntry","synthetic":true,"types":[]}]; implementors["convert_osm"] = [{"text":"impl RefUnwindSafe for Options","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for OnstreetParking","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for PublicOffstreetParking","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for PrivateOffstreetParking","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for OsmExtract","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Document","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Node","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Way","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Relation","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Elevation","synthetic":true,"types":[]}]; implementors["game"] = [{"text":"impl !RefUnwindSafe for App","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for ShowLayers","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for ShowEverything","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Flags","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for PerMap","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for SessionState","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for PerObjectActions","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for FindDelayedIntersections","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Challenge","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for HighScore","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for ChallengesPicker","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for ColorScheme","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for ColorSchemeChoice","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for CommonState","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for CityPicker","synthetic":true,"types":[]},{"text":"impl<'a> RefUnwindSafe for ColorDiscrete<'a>","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for ColorLegend","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for DivergingScale","synthetic":true,"types":[]},{"text":"impl<'a> RefUnwindSafe for ColorNetwork<'a>","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for ColorScale","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for HeatmapOptions","synthetic":true,"types":[]},{"text":"impl<T> RefUnwindSafe for Grid<T> where
    T: RefUnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for IsochroneViewer","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for Minimap","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for Navigator","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for CrossStreet","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for SearchBuildings","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Warping","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for DebugWarp","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for CutsceneBuilder","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Scene","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for CutscenePlayer","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for FYI","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Layout","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for DebugMode","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for SearchResults","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Actions","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for ScreenshotTest","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for Floodfiller","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Source","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for ObjectDebugger","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for PathCounter","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for PolygonDebugger","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Item","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for DevToolsMode","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for PopularDestinations","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for ViewKML","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Object","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for ParkingMapper","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for ChangeWay","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Show","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Value","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for PolygonEditor","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for ScenarioManager","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for StoryMapEditor","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for RecordedStoryMap","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for StoryMap","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for Marker","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Lasso","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for Mode","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for EditMode","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for SaveEdits","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for LoadEdits","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for ConfirmDiscard","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for BulkSelect","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for BulkEdit","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for ClusterTrafficSignalEditor","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for LaneEditor","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for RouteEditor","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for RoadSelector","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for Mode","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for StopSignEditor","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for TrafficSignalEditor","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for BundleEdits","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for ChangeDuration","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for ShowAbsolute","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for ShowRelative","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for TuneRelative","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for SignalPicker","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for PreviewTrafficSignal","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for ZoneEditor","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for Game","synthetic":true,"types":[]},{"text":"impl<T> !RefUnwindSafe for ChooseSomething<T>","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for PromptInput","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for PopupMsg","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for DrawBaselayer","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for Transition","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for ID","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for InfoPanel","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Details","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for DataOptions","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Tab","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for OpenTrip","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for PickLayer","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for LayerOutcome","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for Elevation","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for BikeNetwork","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for Static","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for CongestionCaps","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for Pandemic","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Options","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for SEIR","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for Occupancy","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for Efficiency","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Loc","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for PopulationMap","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Options","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for Backpressure","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for Throughput","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for CompareThroughput","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for TrafficJams","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Jam","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for Delay","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for TransitNetwork","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Options","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for OptionsPanel","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for TrafficSignalStyle","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for CameraAngle","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for TitleScreen","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for MainMenu","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for About","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for Proposals","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Screensaver","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for DrawOptions","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for DrawArea","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for DrawBike","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for DrawBuilding","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for DrawBusStop","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for DrawCar","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for DrawIntersection","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for DrawLane","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for DrawMap","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for AgentCache","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for UnzoomedAgents","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for DrawParkingLot","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for DrawPedestrian","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for DrawPedCrowd","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for DrawRoad","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for DrawMovement","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for DrawUberTurnGroup","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for SandboxMode","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for SandboxControls","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for BackToMainMenu","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for AgentMeter","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Actions","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for DashTab","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for CommuterPatterns","synthetic":true,"types":[]},{"text":"impl<'a> RefUnwindSafe for PanelState<'a>","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Block","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Filter","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Loop","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for BlockSelection","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for BorderType","synthetic":true,"types":[]},{"text":"impl<T, F, P> !RefUnwindSafe for GenericTripTable<T, F, P>","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for ActiveTraffic","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for TransitRoutes","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for ParkingOverhead","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Entry","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Filters","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for TripSummaries","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Filter","synthetic":true,"types":[]},{"text":"impl<T, F> !RefUnwindSafe for Table<T, F>","synthetic":true,"types":[]},{"text":"impl<T> !RefUnwindSafe for Column<T>","synthetic":true,"types":[]},{"text":"impl<T, F> !RefUnwindSafe for Filter<T, F>","synthetic":true,"types":[]},{"text":"impl<T> !RefUnwindSafe for Col<T>","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for TrafficSignalDemand","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Demand","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for FinishedTripTable","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for CancelledTripTable","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for UnfinishedTripTable","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for FinishedTrip","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for CancelledTrip","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for UnfinishedTrip","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Filters","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for FinalScore","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for GameplayMode","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for OptimizeCommute","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for FixTrafficSignals","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for Freeform","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for AgentSpawner","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for PlayScenario","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for EditScenarioModifiers","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for ChangeMode","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for Tutorial","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for TutorialPointer","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for Stage","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for TutorialState","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Task","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for RoutePreview","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for TurnExplorer","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for SpeedControls","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for TimePanel","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for SpeedSetting","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for JumpToTime","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for JumpToDelay","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for TimeWarpScreen","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for UberTurnPicker","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for UberTurnViewer","synthetic":true,"types":[]}]; implementors["geom"] = [{"text":"impl RefUnwindSafe for Angle","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Bounds","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for GPSBounds","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Circle","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Distance","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Duration","synthetic":true,"types":[]},{"text":"impl<K> RefUnwindSafe for FindClosest<K> where
    K: RefUnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for LonLat","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for InfiniteLine","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Line","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Percent","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Polygon","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Triangle","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for PolyLine","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for HashablePt2D","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Pt2D","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Ring","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Speed","synthetic":true,"types":[]},{"text":"impl<T> RefUnwindSafe for Histogram<T> where
    T: RefUnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Time","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for ArrowCap","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Statistic","synthetic":true,"types":[]}]; @@ -10,7 +10,7 @@ implementors["kml"] = [{"text":"impl RefUnwindSafe for ExtraShapes","synthetic": implementors["map_editor"] = [{"text":"impl !RefUnwindSafe for UI","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for State","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for Model","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for ID","synthetic":true,"types":[]},{"text":"impl<ID> RefUnwindSafe for Object<ID> where
    ID: RefUnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for WorldObject","synthetic":true,"types":[]},{"text":"impl<ID> !RefUnwindSafe for World<ID>","synthetic":true,"types":[]}]; implementors["map_model"] = [{"text":"impl RefUnwindSafe for City","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for EditEffects","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for EditRoad","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for MapEdits","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for PermanentMapEdits","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for MapConfig","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Area","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for AreaID","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Building","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for BuildingID","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for NamePerLanguage","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for BusRoute","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for BusRouteID","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for BusStop","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for BusStopID","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Intersection","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for IntersectionID","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Lane","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for LaneID","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for ParkingLot","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for ParkingLotID","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for DirectedRoadID","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Road","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for RoadID","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for ControlStopSign","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for RoadWithStopSign","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for ControlTrafficSignal","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Stage","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for CompressedMovementID","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Movement","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for MovementID","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Turn","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for TurnID","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for AccessRestrictions","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Zone","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for IntersectionCluster","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for UberTurn","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for UberTurnGroup","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Path","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for PathRequest","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Position","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Map","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for EditCmd","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for EditIntersection","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for DrivingSide","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for AreaType","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for BuildingType","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for OffstreetParking","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for IntersectionType","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for LaneType","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Direction","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for PhaseType","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for TurnPriority","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for TurnType","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for PathConstraints","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for PathStep","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Traversable","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for OriginalLane","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for ChangeLaneType","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for ReverseLane","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for ChangeSpeedLimit","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for ChangeAccessRestrictions","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for PermanentEditIntersection","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for PermanentEditCmd","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for InitialMap","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Road","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Intersection","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Piece","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for LaneSpec","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Partition","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Matcher","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for NodeID","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for WayID","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for RelationID","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for RoadRank","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for OsmID","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Pathfinder","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for ContractionHierarchyPathfinder","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for VehiclePathfinder","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Node","synthetic":true,"types":[]},{"text":"impl<T> RefUnwindSafe for NodeMap<T> where
    T: RefUnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for SidewalkPathfinder","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for WalkingNode","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for RawMap","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for OriginalRoad","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for RawRoad","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for RawIntersection","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for RawBuilding","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for RawArea","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for RawParkingLot","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for TurnRestriction","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for RawBusRoute","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for RawBusStop","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for RestrictionType","synthetic":true,"types":[]}]; implementors["sim"] = [{"text":"impl RefUnwindSafe for Analytics","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for TripPhase","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for BorderSpawnOverTime","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for ExternalPerson","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for ExternalTrip","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for IndividTrip","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for OffMapLocation","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for PersonSpec","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Scenario","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for ScenarioGenerator","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for SimFlags","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for SpawnOverTime","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for TripSpawner","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for AgentProperties","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Sim","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for SimOptions","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Person","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for TripInfo","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for DontDrawAgents","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for DrawCarInput","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for DrawPedCrowdInput","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for DrawPedestrianInput","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for UnzoomedAgent","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for CarID","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for PedestrianID","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for TripID","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for PersonID","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for OrigPersonID","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Vehicle","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for VehicleSpec","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for ParkedCar","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for SidewalkSpot","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for TimeInterval","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for DistanceInterval","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for CreatePedestrian","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for CreateCar","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for AlertLocation","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for TripPhaseType","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for ExternalTripEndpoint","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for OriginDestination","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for ScenarioModifier","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for SpawnTrip","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for TripPurpose","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for TripSpec","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for AlertHandler","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for PersonState","synthetic":true,"types":[]},{"text":"impl<T> RefUnwindSafe for TripResult<T> where
    T: RefUnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for TripEndpoint","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for TripMode","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for CarStatus","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for PedCrowdLocation","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for AgentID","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for AgentType","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for VehicleType","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for ParkingSpot","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for DrivingGoal","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for SidewalkPOI","synthetic":true,"types":[]},{"text":"impl<X> RefUnwindSafe for TimeSeriesCount<X> where
    X: RefUnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Window","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for CapSimState","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Zone","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Event","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Car","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for CarState","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for DrivingSimState","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for IntersectionSimState","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for State","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for SignalState","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Request","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for NormalParkingSimState","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for ParkingLane","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for InfiniteParkingSimState","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for ParkingSimState","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Queue","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for WalkingSimState","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Pedestrian","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for PedState","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for AnyTime","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Event","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for StateEvent","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for State","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for PandemicModel","synthetic":true,"types":[]},{"text":"impl<T> RefUnwindSafe for SharedSpace<T> where
    T: RefUnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Cmd","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Router","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for ActionAtEnd","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Goal","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Item","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Scheduler","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Command","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for CommandType","synthetic":true,"types":[]},{"text":"impl<'a> RefUnwindSafe for Ctx<'a>","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Stop","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Route","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Bus","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for TransitSimState","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for BusState","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for TripManager","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Trip","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for TripLeg","synthetic":true,"types":[]}]; -implementors["updater"] = [{"text":"impl RefUnwindSafe for Manifest","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Entry","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Cities","synthetic":true,"types":[]}]; +implementors["updater"] = [{"text":"impl RefUnwindSafe for Cities","synthetic":true,"types":[]}]; implementors["widgetry"] = [{"text":"impl !RefUnwindSafe for Drawable","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for Canvas","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Color","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for LinearGradient","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Texture","synthetic":true,"types":[]},{"text":"impl<'a> !RefUnwindSafe for GfxCtx<'a>","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for Prerender","synthetic":true,"types":[]},{"text":"impl<'a> !RefUnwindSafe for EventCtx<'a>","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for GeomBatch","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for UserInput","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Settings","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for ScreenDims","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for ScreenPt","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for ScreenRectangle","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Style","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Text","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for TextSpan","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Warper","synthetic":true,"types":[]},{"text":"impl<T> RefUnwindSafe for Autocomplete<T> where
    T: RefUnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Btn","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for MultiButton","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for Checkbox","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for CompareTimes","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for FanChart","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Filler","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for DrawWithTooltips","synthetic":true,"types":[]},{"text":"impl<T> !RefUnwindSafe for LinePlot<T>","synthetic":true,"types":[]},{"text":"impl<T> RefUnwindSafe for PlotOptions<T> where
    T: RefUnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T> RefUnwindSafe for Series<T> where
    T: RefUnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T> RefUnwindSafe for Menu<T> where
    T: RefUnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T> !RefUnwindSafe for PersistentSplit<T>","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for ScatterPlot","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for AreaSlider","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for Slider","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for Spinner","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for EdgeInsets","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for Panel","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for Widget","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for WidgetOutput","synthetic":true,"types":[]},{"text":"impl<T> RefUnwindSafe for Choice<T> where
    T: RefUnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for HorizontalAlignment","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for VerticalAlignment","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Fill","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Event","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Key","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for MultiKey","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for UpdateType","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for RewriteColor","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Outcome","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for Assets","synthetic":true,"types":[]},{"text":"impl<'a> RefUnwindSafe for GfxCtxInnards<'a>","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for VertexArray","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Buffer","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for PrerenderInnards","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for WindowAdapter","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for CameraState","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Uniforms","synthetic":true,"types":[]},{"text":"impl<'a> !RefUnwindSafe for LoadingScreen<'a>","synthetic":true,"types":[]},{"text":"impl<G> !RefUnwindSafe for State<G>","synthetic":true,"types":[]},{"text":"impl<'a> RefUnwindSafe for PathConvIter<'a>","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Font","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for LayoutStyle","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for Button","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for BtnBuilder","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Nothing","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for Container","synthetic":true,"types":[]},{"text":"impl<T> !RefUnwindSafe for Dropdown<T>","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for JustDraw","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for DeferDraw","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for PanelBuilder","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for Dims","synthetic":true,"types":[]},{"text":"impl RefUnwindSafe for TextBox","synthetic":true,"types":[]}]; implementors["widgetry_demo"] = [{"text":"impl !RefUnwindSafe for App","synthetic":true,"types":[]}]; 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 d2b7999db4..f4aee2196a 100644 --- a/rustdoc/implementors/std/panic/trait.UnwindSafe.js +++ b/rustdoc/implementors/std/panic/trait.UnwindSafe.js @@ -1,5 +1,5 @@ (function() {var implementors = {}; -implementors["abstutil"] = [{"text":"impl UnwindSafe for FileWithProgress","synthetic":true,"types":[]},{"text":"impl UnwindSafe for CmdArgs","synthetic":true,"types":[]},{"text":"impl<K, V> UnwindSafe for MultiMap<K, V> where
    K: RefUnwindSafe + UnwindSafe,
    V: RefUnwindSafe + UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for Counter<T> where
    T: RefUnwindSafe + UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<K, V> UnwindSafe for VecMap<K, V> where
    K: UnwindSafe,
    V: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Tags","synthetic":true,"types":[]},{"text":"impl<'a> !UnwindSafe for Timer<'a>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Parallelism","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ROOT_DIR","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ROOT_PLAYER_DIR","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Logger","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Progress","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TimerSpan","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TimedFileReader","synthetic":true,"types":[]},{"text":"impl UnwindSafe for StackEntry","synthetic":true,"types":[]}]; +implementors["abstutil"] = [{"text":"impl UnwindSafe for FileWithProgress","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Manifest","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Entry","synthetic":true,"types":[]},{"text":"impl UnwindSafe for CmdArgs","synthetic":true,"types":[]},{"text":"impl<K, V> UnwindSafe for MultiMap<K, V> where
    K: RefUnwindSafe + UnwindSafe,
    V: RefUnwindSafe + UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for Counter<T> where
    T: RefUnwindSafe + UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<K, V> UnwindSafe for VecMap<K, V> where
    K: UnwindSafe,
    V: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Tags","synthetic":true,"types":[]},{"text":"impl<'a> !UnwindSafe for Timer<'a>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Parallelism","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ROOT_DIR","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ROOT_PLAYER_DIR","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Logger","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Progress","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TimerSpan","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TimedFileReader","synthetic":true,"types":[]},{"text":"impl UnwindSafe for StackEntry","synthetic":true,"types":[]}]; implementors["convert_osm"] = [{"text":"impl UnwindSafe for Options","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OnstreetParking","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PublicOffstreetParking","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PrivateOffstreetParking","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OsmExtract","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Document","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Node","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Way","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Relation","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Elevation","synthetic":true,"types":[]}]; implementors["game"] = [{"text":"impl !UnwindSafe for App","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ShowLayers","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ShowEverything","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Flags","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for PerMap","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for SessionState","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PerObjectActions","synthetic":true,"types":[]},{"text":"impl UnwindSafe for FindDelayedIntersections","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Challenge","synthetic":true,"types":[]},{"text":"impl UnwindSafe for HighScore","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for ChallengesPicker","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ColorScheme","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ColorSchemeChoice","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for CommonState","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for CityPicker","synthetic":true,"types":[]},{"text":"impl<'a> UnwindSafe for ColorDiscrete<'a>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ColorLegend","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DivergingScale","synthetic":true,"types":[]},{"text":"impl<'a> UnwindSafe for ColorNetwork<'a>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ColorScale","synthetic":true,"types":[]},{"text":"impl UnwindSafe for HeatmapOptions","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for Grid<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for IsochroneViewer","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Minimap","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Navigator","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for CrossStreet","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for SearchBuildings","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Warping","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for DebugWarp","synthetic":true,"types":[]},{"text":"impl UnwindSafe for CutsceneBuilder","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Scene","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for CutscenePlayer","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for FYI","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Layout","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for DebugMode","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SearchResults","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Actions","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ScreenshotTest","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Floodfiller","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Source","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ObjectDebugger","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for PathCounter","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for PolygonDebugger","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Item","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for DevToolsMode","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for PopularDestinations","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for ViewKML","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Object","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for ParkingMapper","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for ChangeWay","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Show","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Value","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for PolygonEditor","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for ScenarioManager","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for StoryMapEditor","synthetic":true,"types":[]},{"text":"impl UnwindSafe for RecordedStoryMap","synthetic":true,"types":[]},{"text":"impl UnwindSafe for StoryMap","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Marker","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Lasso","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Mode","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for EditMode","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for SaveEdits","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for LoadEdits","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for ConfirmDiscard","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for BulkSelect","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for BulkEdit","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for ClusterTrafficSignalEditor","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for LaneEditor","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for RouteEditor","synthetic":true,"types":[]},{"text":"impl UnwindSafe for RoadSelector","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Mode","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for StopSignEditor","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for TrafficSignalEditor","synthetic":true,"types":[]},{"text":"impl UnwindSafe for BundleEdits","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for ChangeDuration","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for ShowAbsolute","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for ShowRelative","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for TuneRelative","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for SignalPicker","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for PreviewTrafficSignal","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for ZoneEditor","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Game","synthetic":true,"types":[]},{"text":"impl<T> !UnwindSafe for ChooseSomething<T>","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for PromptInput","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for PopupMsg","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DrawBaselayer","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Transition","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ID","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for InfoPanel","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Details","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DataOptions","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Tab","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OpenTrip","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for PickLayer","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for LayerOutcome","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Elevation","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for BikeNetwork","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Static","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for CongestionCaps","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Pandemic","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Options","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SEIR","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Occupancy","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Efficiency","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Loc","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for PopulationMap","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Options","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Backpressure","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Throughput","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for CompareThroughput","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for TrafficJams","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Jam","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Delay","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for TransitNetwork","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Options","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for OptionsPanel","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TrafficSignalStyle","synthetic":true,"types":[]},{"text":"impl UnwindSafe for CameraAngle","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for TitleScreen","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for MainMenu","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for About","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Proposals","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Screensaver","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DrawOptions","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DrawArea","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DrawBike","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DrawBuilding","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DrawBusStop","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DrawCar","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DrawIntersection","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DrawLane","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for DrawMap","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for AgentCache","synthetic":true,"types":[]},{"text":"impl UnwindSafe for UnzoomedAgents","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DrawParkingLot","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DrawPedestrian","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DrawPedCrowd","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DrawRoad","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DrawMovement","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DrawUberTurnGroup","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for SandboxMode","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for SandboxControls","synthetic":true,"types":[]},{"text":"impl UnwindSafe for BackToMainMenu","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for AgentMeter","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Actions","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DashTab","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for CommuterPatterns","synthetic":true,"types":[]},{"text":"impl<'a> UnwindSafe for PanelState<'a>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Block","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Filter","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Loop","synthetic":true,"types":[]},{"text":"impl UnwindSafe for BlockSelection","synthetic":true,"types":[]},{"text":"impl UnwindSafe for BorderType","synthetic":true,"types":[]},{"text":"impl<T, F, P> !UnwindSafe for GenericTripTable<T, F, P>","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for ActiveTraffic","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for TransitRoutes","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ParkingOverhead","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Entry","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Filters","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for TripSummaries","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Filter","synthetic":true,"types":[]},{"text":"impl<T, F> !UnwindSafe for Table<T, F>","synthetic":true,"types":[]},{"text":"impl<T> !UnwindSafe for Column<T>","synthetic":true,"types":[]},{"text":"impl<T, F> !UnwindSafe for Filter<T, F>","synthetic":true,"types":[]},{"text":"impl<T> !UnwindSafe for Col<T>","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for TrafficSignalDemand","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Demand","synthetic":true,"types":[]},{"text":"impl UnwindSafe for FinishedTripTable","synthetic":true,"types":[]},{"text":"impl UnwindSafe for CancelledTripTable","synthetic":true,"types":[]},{"text":"impl UnwindSafe for UnfinishedTripTable","synthetic":true,"types":[]},{"text":"impl UnwindSafe for FinishedTrip","synthetic":true,"types":[]},{"text":"impl UnwindSafe for CancelledTrip","synthetic":true,"types":[]},{"text":"impl UnwindSafe for UnfinishedTrip","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Filters","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for FinalScore","synthetic":true,"types":[]},{"text":"impl UnwindSafe for GameplayMode","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for OptimizeCommute","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for FixTrafficSignals","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Freeform","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for AgentSpawner","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for PlayScenario","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for EditScenarioModifiers","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for ChangeMode","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Tutorial","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TutorialPointer","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Stage","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for TutorialState","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Task","synthetic":true,"types":[]},{"text":"impl UnwindSafe for RoutePreview","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for TurnExplorer","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for SpeedControls","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for TimePanel","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SpeedSetting","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for JumpToTime","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for JumpToDelay","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for TimeWarpScreen","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for UberTurnPicker","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for UberTurnViewer","synthetic":true,"types":[]}]; implementors["geom"] = [{"text":"impl UnwindSafe for Angle","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Bounds","synthetic":true,"types":[]},{"text":"impl UnwindSafe for GPSBounds","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Circle","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Distance","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Duration","synthetic":true,"types":[]},{"text":"impl<K> UnwindSafe for FindClosest<K> where
    K: RefUnwindSafe + UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for LonLat","synthetic":true,"types":[]},{"text":"impl UnwindSafe for InfiniteLine","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Line","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Percent","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Polygon","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Triangle","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PolyLine","synthetic":true,"types":[]},{"text":"impl UnwindSafe for HashablePt2D","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Pt2D","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Ring","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Speed","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for Histogram<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Time","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ArrowCap","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Statistic","synthetic":true,"types":[]}]; @@ -10,7 +10,7 @@ implementors["kml"] = [{"text":"impl UnwindSafe for ExtraShapes","synthetic":tru implementors["map_editor"] = [{"text":"impl !UnwindSafe for UI","synthetic":true,"types":[]},{"text":"impl UnwindSafe for State","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Model","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ID","synthetic":true,"types":[]},{"text":"impl<ID> UnwindSafe for Object<ID> where
    ID: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for WorldObject","synthetic":true,"types":[]},{"text":"impl<ID> UnwindSafe for World<ID> where
    ID: UnwindSafe, 
","synthetic":true,"types":[]}]; implementors["map_model"] = [{"text":"impl UnwindSafe for City","synthetic":true,"types":[]},{"text":"impl UnwindSafe for EditEffects","synthetic":true,"types":[]},{"text":"impl UnwindSafe for EditRoad","synthetic":true,"types":[]},{"text":"impl UnwindSafe for MapEdits","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PermanentMapEdits","synthetic":true,"types":[]},{"text":"impl UnwindSafe for MapConfig","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Area","synthetic":true,"types":[]},{"text":"impl UnwindSafe for AreaID","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Building","synthetic":true,"types":[]},{"text":"impl UnwindSafe for BuildingID","synthetic":true,"types":[]},{"text":"impl UnwindSafe for NamePerLanguage","synthetic":true,"types":[]},{"text":"impl UnwindSafe for BusRoute","synthetic":true,"types":[]},{"text":"impl UnwindSafe for BusRouteID","synthetic":true,"types":[]},{"text":"impl UnwindSafe for BusStop","synthetic":true,"types":[]},{"text":"impl UnwindSafe for BusStopID","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Intersection","synthetic":true,"types":[]},{"text":"impl UnwindSafe for IntersectionID","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Lane","synthetic":true,"types":[]},{"text":"impl UnwindSafe for LaneID","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ParkingLot","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ParkingLotID","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DirectedRoadID","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Road","synthetic":true,"types":[]},{"text":"impl UnwindSafe for RoadID","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ControlStopSign","synthetic":true,"types":[]},{"text":"impl UnwindSafe for RoadWithStopSign","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ControlTrafficSignal","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Stage","synthetic":true,"types":[]},{"text":"impl UnwindSafe for CompressedMovementID","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Movement","synthetic":true,"types":[]},{"text":"impl UnwindSafe for MovementID","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Turn","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TurnID","synthetic":true,"types":[]},{"text":"impl UnwindSafe for AccessRestrictions","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Zone","synthetic":true,"types":[]},{"text":"impl UnwindSafe for IntersectionCluster","synthetic":true,"types":[]},{"text":"impl UnwindSafe for UberTurn","synthetic":true,"types":[]},{"text":"impl UnwindSafe for UberTurnGroup","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Path","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PathRequest","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Position","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Map","synthetic":true,"types":[]},{"text":"impl UnwindSafe for EditCmd","synthetic":true,"types":[]},{"text":"impl UnwindSafe for EditIntersection","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DrivingSide","synthetic":true,"types":[]},{"text":"impl UnwindSafe for AreaType","synthetic":true,"types":[]},{"text":"impl UnwindSafe for BuildingType","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OffstreetParking","synthetic":true,"types":[]},{"text":"impl UnwindSafe for IntersectionType","synthetic":true,"types":[]},{"text":"impl UnwindSafe for LaneType","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Direction","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PhaseType","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TurnPriority","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TurnType","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PathConstraints","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PathStep","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Traversable","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OriginalLane","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ChangeLaneType","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ReverseLane","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ChangeSpeedLimit","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ChangeAccessRestrictions","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PermanentEditIntersection","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PermanentEditCmd","synthetic":true,"types":[]},{"text":"impl UnwindSafe for InitialMap","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Road","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Intersection","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Piece","synthetic":true,"types":[]},{"text":"impl UnwindSafe for LaneSpec","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Partition","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Matcher","synthetic":true,"types":[]},{"text":"impl UnwindSafe for NodeID","synthetic":true,"types":[]},{"text":"impl UnwindSafe for WayID","synthetic":true,"types":[]},{"text":"impl UnwindSafe for RelationID","synthetic":true,"types":[]},{"text":"impl UnwindSafe for RoadRank","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OsmID","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Pathfinder","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ContractionHierarchyPathfinder","synthetic":true,"types":[]},{"text":"impl UnwindSafe for VehiclePathfinder","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Node","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for NodeMap<T> where
    T: RefUnwindSafe + UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SidewalkPathfinder","synthetic":true,"types":[]},{"text":"impl UnwindSafe for WalkingNode","synthetic":true,"types":[]},{"text":"impl UnwindSafe for RawMap","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OriginalRoad","synthetic":true,"types":[]},{"text":"impl UnwindSafe for RawRoad","synthetic":true,"types":[]},{"text":"impl UnwindSafe for RawIntersection","synthetic":true,"types":[]},{"text":"impl UnwindSafe for RawBuilding","synthetic":true,"types":[]},{"text":"impl UnwindSafe for RawArea","synthetic":true,"types":[]},{"text":"impl UnwindSafe for RawParkingLot","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TurnRestriction","synthetic":true,"types":[]},{"text":"impl UnwindSafe for RawBusRoute","synthetic":true,"types":[]},{"text":"impl UnwindSafe for RawBusStop","synthetic":true,"types":[]},{"text":"impl UnwindSafe for RestrictionType","synthetic":true,"types":[]}]; implementors["sim"] = [{"text":"impl UnwindSafe for Analytics","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TripPhase","synthetic":true,"types":[]},{"text":"impl UnwindSafe for BorderSpawnOverTime","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExternalPerson","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExternalTrip","synthetic":true,"types":[]},{"text":"impl UnwindSafe for IndividTrip","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OffMapLocation","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PersonSpec","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Scenario","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ScenarioGenerator","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SimFlags","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SpawnOverTime","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TripSpawner","synthetic":true,"types":[]},{"text":"impl UnwindSafe for AgentProperties","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Sim","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SimOptions","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Person","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TripInfo","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DontDrawAgents","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DrawCarInput","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DrawPedCrowdInput","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DrawPedestrianInput","synthetic":true,"types":[]},{"text":"impl UnwindSafe for UnzoomedAgent","synthetic":true,"types":[]},{"text":"impl UnwindSafe for CarID","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PedestrianID","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TripID","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PersonID","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OrigPersonID","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Vehicle","synthetic":true,"types":[]},{"text":"impl UnwindSafe for VehicleSpec","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ParkedCar","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SidewalkSpot","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TimeInterval","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DistanceInterval","synthetic":true,"types":[]},{"text":"impl UnwindSafe for CreatePedestrian","synthetic":true,"types":[]},{"text":"impl UnwindSafe for CreateCar","synthetic":true,"types":[]},{"text":"impl UnwindSafe for AlertLocation","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TripPhaseType","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ExternalTripEndpoint","synthetic":true,"types":[]},{"text":"impl UnwindSafe for OriginDestination","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ScenarioModifier","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SpawnTrip","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TripPurpose","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TripSpec","synthetic":true,"types":[]},{"text":"impl UnwindSafe for AlertHandler","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PersonState","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for TripResult<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TripEndpoint","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TripMode","synthetic":true,"types":[]},{"text":"impl UnwindSafe for CarStatus","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PedCrowdLocation","synthetic":true,"types":[]},{"text":"impl UnwindSafe for AgentID","synthetic":true,"types":[]},{"text":"impl UnwindSafe for AgentType","synthetic":true,"types":[]},{"text":"impl UnwindSafe for VehicleType","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ParkingSpot","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DrivingGoal","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SidewalkPOI","synthetic":true,"types":[]},{"text":"impl<X> UnwindSafe for TimeSeriesCount<X> where
    X: RefUnwindSafe + UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Window","synthetic":true,"types":[]},{"text":"impl UnwindSafe for CapSimState","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Zone","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Event","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Car","synthetic":true,"types":[]},{"text":"impl UnwindSafe for CarState","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DrivingSimState","synthetic":true,"types":[]},{"text":"impl UnwindSafe for IntersectionSimState","synthetic":true,"types":[]},{"text":"impl UnwindSafe for State","synthetic":true,"types":[]},{"text":"impl UnwindSafe for SignalState","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Request","synthetic":true,"types":[]},{"text":"impl UnwindSafe for NormalParkingSimState","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ParkingLane","synthetic":true,"types":[]},{"text":"impl UnwindSafe for InfiniteParkingSimState","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ParkingSimState","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Queue","synthetic":true,"types":[]},{"text":"impl UnwindSafe for WalkingSimState","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Pedestrian","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PedState","synthetic":true,"types":[]},{"text":"impl UnwindSafe for AnyTime","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Event","synthetic":true,"types":[]},{"text":"impl UnwindSafe for StateEvent","synthetic":true,"types":[]},{"text":"impl UnwindSafe for State","synthetic":true,"types":[]},{"text":"impl UnwindSafe for PandemicModel","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for SharedSpace<T> where
    T: RefUnwindSafe + UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Cmd","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Router","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ActionAtEnd","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Goal","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Item","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Scheduler","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Command","synthetic":true,"types":[]},{"text":"impl UnwindSafe for CommandType","synthetic":true,"types":[]},{"text":"impl<'a> !UnwindSafe for Ctx<'a>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Stop","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Route","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Bus","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TransitSimState","synthetic":true,"types":[]},{"text":"impl UnwindSafe for BusState","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TripManager","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Trip","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TripLeg","synthetic":true,"types":[]}]; -implementors["updater"] = [{"text":"impl UnwindSafe for Manifest","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Entry","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Cities","synthetic":true,"types":[]}]; +implementors["updater"] = [{"text":"impl UnwindSafe for Cities","synthetic":true,"types":[]}]; implementors["widgetry"] = [{"text":"impl UnwindSafe for Drawable","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Canvas","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Color","synthetic":true,"types":[]},{"text":"impl UnwindSafe for LinearGradient","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Texture","synthetic":true,"types":[]},{"text":"impl<'a> !UnwindSafe for GfxCtx<'a>","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Prerender","synthetic":true,"types":[]},{"text":"impl<'a> !UnwindSafe for EventCtx<'a>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for GeomBatch","synthetic":true,"types":[]},{"text":"impl UnwindSafe for UserInput","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Settings","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ScreenDims","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ScreenPt","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ScreenRectangle","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Style","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Text","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TextSpan","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Warper","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for Autocomplete<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Btn","synthetic":true,"types":[]},{"text":"impl UnwindSafe for MultiButton","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Checkbox","synthetic":true,"types":[]},{"text":"impl UnwindSafe for CompareTimes","synthetic":true,"types":[]},{"text":"impl UnwindSafe for FanChart","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Filler","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for DrawWithTooltips","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for LinePlot<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for PlotOptions<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for Series<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for Menu<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for PersistentSplit<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for ScatterPlot","synthetic":true,"types":[]},{"text":"impl UnwindSafe for AreaSlider","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Slider","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Spinner","synthetic":true,"types":[]},{"text":"impl UnwindSafe for EdgeInsets","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Panel","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Widget","synthetic":true,"types":[]},{"text":"impl UnwindSafe for WidgetOutput","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for Choice<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for HorizontalAlignment","synthetic":true,"types":[]},{"text":"impl UnwindSafe for VerticalAlignment","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Fill","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Event","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Key","synthetic":true,"types":[]},{"text":"impl UnwindSafe for MultiKey","synthetic":true,"types":[]},{"text":"impl UnwindSafe for UpdateType","synthetic":true,"types":[]},{"text":"impl UnwindSafe for RewriteColor","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Outcome","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Assets","synthetic":true,"types":[]},{"text":"impl<'a> UnwindSafe for GfxCtxInnards<'a>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for VertexArray","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Buffer","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for PrerenderInnards","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for WindowAdapter","synthetic":true,"types":[]},{"text":"impl UnwindSafe for CameraState","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Uniforms","synthetic":true,"types":[]},{"text":"impl<'a> !UnwindSafe for LoadingScreen<'a>","synthetic":true,"types":[]},{"text":"impl<G> UnwindSafe for State<G> where
    G: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl<'a> UnwindSafe for PathConvIter<'a>","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Font","synthetic":true,"types":[]},{"text":"impl UnwindSafe for LayoutStyle","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Button","synthetic":true,"types":[]},{"text":"impl UnwindSafe for BtnBuilder","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Nothing","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Container","synthetic":true,"types":[]},{"text":"impl<T> UnwindSafe for Dropdown<T> where
    T: UnwindSafe, 
","synthetic":true,"types":[]},{"text":"impl UnwindSafe for JustDraw","synthetic":true,"types":[]},{"text":"impl UnwindSafe for DeferDraw","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for PanelBuilder","synthetic":true,"types":[]},{"text":"impl UnwindSafe for Dims","synthetic":true,"types":[]},{"text":"impl UnwindSafe for TextBox","synthetic":true,"types":[]}]; implementors["widgetry_demo"] = [{"text":"impl !UnwindSafe for App","synthetic":true,"types":[]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/rustdoc/search-index.js b/rustdoc/search-index.js index a12a914732..e6c3691d88 100644 --- a/rustdoc/search-index.js +++ b/rustdoc/search-index.js @@ -1,9 +1,9 @@ var searchIndex = JSON.parse('{\ -"abstutil":{"doc":"","i":[[3,"FileWithProgress","abstutil","",null,null],[12,"inner","","",0,null],[12,"path","","",0,null],[12,"processed_bytes","","",0,null],[12,"total_bytes","","",0,null],[12,"started_at","","",0,null],[12,"last_printed_at","","",0,null],[3,"CmdArgs","","",null,null],[12,"kv","","",1,null],[12,"bits","","",1,null],[12,"free","","",1,null],[12,"used","","",1,null],[3,"MultiMap","","",null,null],[12,"map","","",2,null],[12,"empty","","",2,null],[3,"Counter","","",null,null],[12,"map","","",3,null],[12,"sum","","",3,null],[3,"VecMap","","",null,null],[12,"inner","","",4,null],[3,"Tags","","",null,null],[12,"0","","",5,null],[3,"Timer","","",null,null],[12,"results","","",6,null],[12,"stack","","",6,null],[12,"outermost_name","","",6,null],[12,"notes","","",6,null],[12,"warnings","","",6,null],[12,"errors","","",6,null],[12,"sink","","",6,null],[4,"Parallelism","","",null,null],[13,"Fastest","","",7,null],[13,"Polite","","",7,null],[5,"maybe_read_json","","",null,[[["string",3],["timer",3]],[["error",3],["result",4],["deserializeowned",8]]]],[5,"read_json","","",null,[[["string",3],["timer",3]],["deserializeowned",8]]],[5,"read_binary","","",null,[[["string",3],["timer",3]],["deserializeowned",8]]],[5,"read_object","","",null,[[["string",3],["timer",3]],[["error",3],["result",4],["deserializeowned",8]]]],[5,"find_prev_file","","",null,[[["string",3]],[["string",3],["option",4]]]],[5,"find_next_file","","",null,[[["string",3]],[["string",3],["option",4]]]],[5,"load_all_objects","","",null,[[["string",3]],["vec",3]]],[5,"list_all_objects","","",null,[[["string",3]],[["string",3],["vec",3]]]],[5,"file_exists","","",null,[[["string",3],["into",8]]]],[5,"list_dir","","",null,[[["string",3]],[["string",3],["vec",3]]]],[5,"slurp_file","","",null,[[],[["result",4],["error",3],["vec",3]]]],[5,"maybe_read_binary","","",null,[[["string",3],["timer",3]],[["error",3],["result",4],["deserializeowned",8]]]],[5,"write_json","","",null,[[["string",3]]]],[5,"write_binary","","",null,[[["string",3]]]],[5,"delete_file","","",null,[[["string",3],["into",8]]]],[5,"to_json","","",null,[[],["string",3]]],[5,"from_json","","",null,[[["vec",3]],[["error",3],["result",4],["deserializeowned",8]]]],[5,"from_binary","","",null,[[["vec",3]],[["error",3],["result",4],["deserializeowned",8]]]],[5,"serialized_size_bytes","","",null,[[]]],[5,"serialize_btreemap","","",null,[[["btreemap",3],["serializer",8]],["result",4]]],[5,"deserialize_btreemap","","",null,[[["deserializer",8]],[["result",4],["btreemap",3]]]],[5,"serialize_multimap","","",null,[[["multimap",3],["serializer",8]],["result",4]]],[5,"deserialize_multimap","","",null,[[["deserializer",8]],[["result",4],["multimap",3]]]],[5,"serialize_usize","","",null,[[["serializer",8]],["result",4]]],[5,"deserialize_usize","","",null,[[["deserializer",8]],["result",4]]],[5,"path","","",null,[[["string",3],["into",8]],["string",3]]],[5,"path_map","","",null,[[],["string",3]]],[5,"path_all_maps","","",null,[[],["string",3]]],[5,"path_prebaked_results","","",null,[[],["string",3]]],[5,"path_scenario","","",null,[[],["string",3]]],[5,"path_all_scenarios","","",null,[[],["string",3]]],[5,"path_synthetic_map","","",null,[[],["string",3]]],[5,"path_all_synthetic_maps","","",null,[[],["string",3]]],[5,"path_camera_state","","",null,[[],["string",3]]],[5,"path_edits","","",null,[[],["string",3]]],[5,"path_all_edits","","",null,[[],["string",3]]],[5,"path_save","","",null,[[["string",3]],["string",3]]],[5,"path_all_saves","","",null,[[],["string",3]]],[5,"path_popdat","","",null,[[],["string",3]]],[5,"path_raw_map","","",null,[[],["string",3]]],[5,"path_all_raw_maps","","",null,[[],["string",3]]],[5,"wraparound_get","","",null,[[["vec",3]]]],[5,"retain_btreemap","","",null,[[["btreemap",3],["fn",8]]]],[5,"retain_btreeset","","",null,[[["btreeset",3],["fnmut",8]]]],[5,"contains_duplicates","","",null,[[["vec",3]]]],[5,"elapsed_seconds","","",null,[[["instant",6]]]],[5,"prettyprint_time","","",null,[[],["string",3]]],[5,"start_profiler","","",null,[[]]],[5,"stop_profiler","","",null,[[]]],[5,"clamp","","",null,[[]]],[5,"plain_list_names","","",null,[[["string",3],["btreeset",3]],["string",3]]],[5,"prettyprint_usize","","",null,[[],["string",3]]],[5,"basename","","",null,[[],["string",3]]],[5,"parent_path","","",null,[[],["string",3]]],[0,"io_native","","",null,null],[3,"FileWithProgress","abstutil::io_native","",null,null],[12,"inner","","",0,null],[12,"path","","",0,null],[12,"processed_bytes","","",0,null],[12,"total_bytes","","",0,null],[12,"started_at","","",0,null],[12,"last_printed_at","","",0,null],[5,"file_exists","","",null,[[["string",3],["into",8]]]],[5,"list_dir","","",null,[[["string",3]],[["string",3],["vec",3]]]],[5,"slurp_file","","",null,[[],[["result",4],["error",3],["vec",3]]]],[5,"maybe_read_binary","","",null,[[["string",3],["timer",3]],[["error",3],["result",4],["deserializeowned",8]]]],[5,"maybe_write_json","","",null,[[],[["result",4],["error",3]]]],[5,"write_json","","",null,[[["string",3]]]],[5,"maybe_write_binary","","",null,[[],[["result",4],["error",3]]]],[5,"write_binary","","",null,[[["string",3]]]],[5,"delete_file","","",null,[[["string",3],["into",8]]]],[11,"new","abstutil","",0,[[],[["error",3],["result",4]]]],[0,"abst_paths","","",null,null],[3,"ROOT_DIR","abstutil::abst_paths","",null,null],[12,"__private_field","","",8,null],[3,"ROOT_PLAYER_DIR","","",null,null],[12,"__private_field","","",9,null],[5,"path","","",null,[[["string",3],["into",8]],["string",3]]],[5,"path_map","","",null,[[],["string",3]]],[5,"path_all_maps","","",null,[[],["string",3]]],[5,"path_prebaked_results","","",null,[[],["string",3]]],[5,"path_scenario","","",null,[[],["string",3]]],[5,"path_all_scenarios","","",null,[[],["string",3]]],[5,"path_synthetic_map","","",null,[[],["string",3]]],[5,"path_all_synthetic_maps","","",null,[[],["string",3]]],[5,"path_camera_state","","",null,[[],["string",3]]],[5,"path_edits","","",null,[[],["string",3]]],[5,"path_all_edits","","",null,[[],["string",3]]],[5,"path_save","","",null,[[["string",3]],["string",3]]],[5,"path_all_saves","","",null,[[],["string",3]]],[5,"path_popdat","","",null,[[],["string",3]]],[5,"path_raw_map","","",null,[[],["string",3]]],[5,"path_all_raw_maps","","",null,[[],["string",3]]],[0,"cli","abstutil","",null,null],[3,"CmdArgs","abstutil::cli","",null,null],[12,"kv","","",1,null],[12,"bits","","",1,null],[12,"free","","",1,null],[12,"used","","",1,null],[3,"Logger","","",null,null],[12,"last_fp_note","","",10,null],[11,"new","abstutil","",1,[[],["cmdargs",3]]],[11,"required","","",1,[[],["string",3]]],[11,"optional","","",1,[[],[["string",3],["option",4]]]],[11,"optional_parse","","",1,[[["fn",8]],["option",4]]],[11,"true_false","","",1,[[]]],[11,"enabled","","",1,[[]]],[11,"required_free","","",1,[[],["string",3]]],[11,"optional_free","","",1,[[],[["string",3],["option",4]]]],[11,"done","","",1,[[]]],[0,"collections","","",null,null],[3,"MultiMap","abstutil::collections","",null,null],[12,"map","","",2,null],[12,"empty","","",2,null],[3,"Counter","","",null,null],[12,"map","","",3,null],[12,"sum","","",3,null],[3,"VecMap","","",null,null],[12,"inner","","",4,null],[3,"Tags","","",null,null],[12,"0","","",5,null],[5,"wraparound_get","","",null,[[["vec",3]]]],[5,"retain_btreemap","","",null,[[["btreemap",3],["fn",8]]]],[5,"retain_btreeset","","",null,[[["btreeset",3],["fnmut",8]]]],[5,"contains_duplicates","","",null,[[["vec",3]]]],[11,"new","abstutil","",2,[[],["multimap",3]]],[11,"insert","","",2,[[]]],[11,"remove","","",2,[[]]],[11,"get","","",2,[[],["btreeset",3]]],[11,"len","","",2,[[]]],[11,"raw_map","","",2,[[],["btreemap",3]]],[11,"consume","","",2,[[],[["btreemap",3],["btreeset",3]]]],[11,"new","","",3,[[],["counter",3]]],[11,"add","","",3,[[]]],[11,"inc","","",3,[[]]],[11,"get","","",3,[[]]],[11,"sorted_asc","","",3,[[],[["vec",3],["vec",3]]]],[11,"max","","",3,[[]]],[11,"sum","","",3,[[]]],[11,"compare","","",3,[[["counter",3]],["vec",3]]],[11,"borrow","","",3,[[],["btreemap",3]]],[11,"consume","","",3,[[],["btreemap",3]]],[11,"new","","",4,[[],["vecmap",3]]],[11,"consume","","",4,[[],["vec",3]]],[11,"mut_or_insert","","",4,[[["fn",8]]]],[11,"new","","",5,[[["string",3],["btreemap",3]],["tags",3]]],[11,"get","","",5,[[],[["string",3],["option",4]]]],[11,"contains_key","","",5,[[]]],[11,"is","","",5,[[]]],[11,"is_any","","",5,[[["vec",3]]]],[11,"insert","","",5,[[["string",3],["into",8]]]],[11,"remove","","",5,[[],[["string",3],["option",4]]]],[11,"inner","","",5,[[],["btreemap",3]]],[0,"io","","",null,null],[5,"maybe_read_json","abstutil::io","",null,[[["string",3],["timer",3]],[["error",3],["result",4],["deserializeowned",8]]]],[5,"read_json","","",null,[[["string",3],["timer",3]],["deserializeowned",8]]],[5,"read_binary","","",null,[[["string",3],["timer",3]],["deserializeowned",8]]],[5,"read_object","","",null,[[["string",3],["timer",3]],[["error",3],["result",4],["deserializeowned",8]]]],[5,"find_prev_file","","",null,[[["string",3]],[["string",3],["option",4]]]],[5,"find_next_file","","",null,[[["string",3]],[["string",3],["option",4]]]],[5,"load_all_objects","","",null,[[["string",3]],["vec",3]]],[5,"list_all_objects","","",null,[[["string",3]],[["string",3],["vec",3]]]],[0,"serde","abstutil","",null,null],[5,"to_json","abstutil::serde","",null,[[],["string",3]]],[5,"from_json","","",null,[[["vec",3]],[["error",3],["result",4],["deserializeowned",8]]]],[5,"from_binary","","",null,[[["vec",3]],[["error",3],["result",4],["deserializeowned",8]]]],[5,"serialized_size_bytes","","",null,[[]]],[5,"serialize_btreemap","","",null,[[["btreemap",3],["serializer",8]],["result",4]]],[5,"deserialize_btreemap","","",null,[[["deserializer",8]],[["result",4],["btreemap",3]]]],[5,"serialize_multimap","","",null,[[["multimap",3],["serializer",8]],["result",4]]],[5,"deserialize_multimap","","",null,[[["deserializer",8]],[["result",4],["multimap",3]]]],[5,"serialize_usize","","",null,[[["serializer",8]],["result",4]]],[5,"deserialize_usize","","",null,[[["deserializer",8]],["result",4]]],[0,"time","abstutil","",null,null],[3,"Progress","abstutil::time","",null,null],[12,"label","","",11,null],[12,"processed_items","","",11,null],[12,"total_items","","",11,null],[12,"started_at","","",11,null],[12,"last_printed_at","","",11,null],[12,"first_update","","",11,null],[3,"Timer","","",null,null],[12,"results","","",6,null],[12,"stack","","",6,null],[12,"outermost_name","","",6,null],[12,"notes","","",6,null],[12,"warnings","","",6,null],[12,"errors","","",6,null],[12,"sink","","",6,null],[3,"TimerSpan","","",null,null],[12,"name","","",12,null],[12,"started_at","","",12,null],[12,"nested_results","","",12,null],[12,"nested_time","","",12,null],[3,"TimedFileReader","","",null,null],[12,"inner","","",13,null],[12,"path","","",13,null],[12,"processed_bytes","","",13,null],[12,"total_bytes","","",13,null],[12,"started_at","","",13,null],[12,"last_printed_at","","",13,null],[4,"StackEntry","","",null,null],[13,"TimerSpan","","",14,null],[13,"Progress","","",14,null],[13,"File","","",14,null],[4,"Parallelism","","",null,null],[13,"Fastest","","",7,null],[13,"Polite","","",7,null],[5,"elapsed_seconds","","",null,[[["instant",6]]]],[5,"prettyprint_time","","",null,[[],["string",3]]],[5,"clear_current_line","","",null,[[]]],[5,"start_profiler","","",null,[[]]],[5,"stop_profiler","","",null,[[]]],[8,"TimerSink","","",null,null],[10,"println","","",15,[[["string",3]]]],[10,"reprintln","","",15,[[["string",3]]]],[11,"new","","",11,[[["string",3]],["progress",3]]],[11,"next","","",11,[[["option",4]],["option",4]]],[11,"cancel_iter_early","","",11,[[]]],[11,"new","abstutil","",6,[[["string",3],["into",8]],["timer",3]]],[11,"new_with_sink","","",6,[[["box",3],["timersink",8]],["timer",3]]],[11,"throwaway","","",6,[[],["timer",3]]],[11,"println","","",6,[[["string",3]]]],[11,"selfless_println","","",6,[[["string",3],["option",4]]]],[11,"note","","",6,[[["string",3]]]],[11,"warn","","",6,[[["string",3]]]],[11,"error","","",6,[[["string",3]]]],[11,"done","","",6,[[]]],[11,"start","","",6,[[["string",3],["into",8]]]],[11,"stop","","",6,[[["string",3],["into",8]]]],[11,"start_iter","","",6,[[["string",3],["into",8]]]],[11,"next","","",6,[[]]],[11,"cancel_iter_early","","",6,[[]]],[11,"add_result","","",6,[[["string",3]]]],[11,"parallelize","","",6,[[["parallelism",4],["vec",3],["fn",8]],["vec",3]]],[11,"read_file","","",6,[[],[["result",4],["error",3]]]],[11,"new","abstutil::time","",13,[[],[["timedfilereader",3],["error",3],["result",4]]]],[0,"utils","abstutil","",null,null],[5,"clamp","abstutil::utils","",null,[[]]],[5,"plain_list_names","","",null,[[["string",3],["btreeset",3]],["string",3]]],[5,"prettyprint_usize","","",null,[[],["string",3]]],[5,"basename","","",null,[[],["string",3]]],[5,"parent_path","","",null,[[],["string",3]]],[17,"PROGRESS_FREQUENCY_SECONDS","abstutil","",null,null],[8,"TimerSink","","",null,null],[10,"println","","",15,[[["string",3]]]],[10,"reprintln","","",15,[[["string",3]]]],[11,"from","","",0,[[]]],[11,"into","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"events","","",0,[[],["events",3]]],[11,"keys","","",0,[[],["keys",3]]],[11,"read_line","","",0,[[],[["result",4],["error",3],["option",4]]]],[11,"events_and_raw","","",0,[[],["eventsandraw",3]]],[11,"from","","",1,[[]]],[11,"into","","",1,[[]]],[11,"try_from","","",1,[[],["result",4]]],[11,"try_into","","",1,[[],["result",4]]],[11,"borrow","","",1,[[]]],[11,"borrow_mut","","",1,[[]]],[11,"type_id","","",1,[[],["typeid",3]]],[11,"from","","",2,[[]]],[11,"into","","",2,[[]]],[11,"to_owned","","",2,[[]]],[11,"clone_into","","",2,[[]]],[11,"try_from","","",2,[[],["result",4]]],[11,"try_into","","",2,[[],["result",4]]],[11,"borrow","","",2,[[]]],[11,"borrow_mut","","",2,[[]]],[11,"type_id","","",2,[[],["typeid",3]]],[11,"from","","",3,[[]]],[11,"into","","",3,[[]]],[11,"to_owned","","",3,[[]]],[11,"clone_into","","",3,[[]]],[11,"try_from","","",3,[[],["result",4]]],[11,"try_into","","",3,[[],["result",4]]],[11,"borrow","","",3,[[]]],[11,"borrow_mut","","",3,[[]]],[11,"type_id","","",3,[[],["typeid",3]]],[11,"from","","",4,[[]]],[11,"into","","",4,[[]]],[11,"try_from","","",4,[[],["result",4]]],[11,"try_into","","",4,[[],["result",4]]],[11,"borrow","","",4,[[]]],[11,"borrow_mut","","",4,[[]]],[11,"type_id","","",4,[[],["typeid",3]]],[11,"from","","",5,[[]]],[11,"into","","",5,[[]]],[11,"to_owned","","",5,[[]]],[11,"clone_into","","",5,[[]]],[11,"try_from","","",5,[[],["result",4]]],[11,"try_into","","",5,[[],["result",4]]],[11,"borrow","","",5,[[]]],[11,"borrow_mut","","",5,[[]]],[11,"type_id","","",5,[[],["typeid",3]]],[11,"from","","",6,[[]]],[11,"into","","",6,[[]]],[11,"try_from","","",6,[[],["result",4]]],[11,"try_into","","",6,[[],["result",4]]],[11,"borrow","","",6,[[]]],[11,"borrow_mut","","",6,[[]]],[11,"type_id","","",6,[[],["typeid",3]]],[11,"events","","",6,[[],["events",3]]],[11,"keys","","",6,[[],["keys",3]]],[11,"read_line","","",6,[[],[["result",4],["error",3],["option",4]]]],[11,"events_and_raw","","",6,[[],["eventsandraw",3]]],[11,"from","","",7,[[]]],[11,"into","","",7,[[]]],[11,"try_from","","",7,[[],["result",4]]],[11,"try_into","","",7,[[],["result",4]]],[11,"borrow","","",7,[[]]],[11,"borrow_mut","","",7,[[]]],[11,"type_id","","",7,[[],["typeid",3]]],[11,"from","abstutil::abst_paths","",8,[[]]],[11,"into","","",8,[[]]],[11,"try_from","","",8,[[],["result",4]]],[11,"try_into","","",8,[[],["result",4]]],[11,"borrow","","",8,[[]]],[11,"borrow_mut","","",8,[[]]],[11,"type_id","","",8,[[],["typeid",3]]],[11,"from","","",9,[[]]],[11,"into","","",9,[[]]],[11,"try_from","","",9,[[],["result",4]]],[11,"try_into","","",9,[[],["result",4]]],[11,"borrow","","",9,[[]]],[11,"borrow_mut","","",9,[[]]],[11,"type_id","","",9,[[],["typeid",3]]],[11,"from","abstutil::cli","",10,[[]]],[11,"into","","",10,[[]]],[11,"try_from","","",10,[[],["result",4]]],[11,"try_into","","",10,[[],["result",4]]],[11,"borrow","","",10,[[]]],[11,"borrow_mut","","",10,[[]]],[11,"type_id","","",10,[[],["typeid",3]]],[11,"from","abstutil::time","",11,[[]]],[11,"into","","",11,[[]]],[11,"try_from","","",11,[[],["result",4]]],[11,"try_into","","",11,[[],["result",4]]],[11,"borrow","","",11,[[]]],[11,"borrow_mut","","",11,[[]]],[11,"type_id","","",11,[[],["typeid",3]]],[11,"from","","",12,[[]]],[11,"into","","",12,[[]]],[11,"try_from","","",12,[[],["result",4]]],[11,"try_into","","",12,[[],["result",4]]],[11,"borrow","","",12,[[]]],[11,"borrow_mut","","",12,[[]]],[11,"type_id","","",12,[[],["typeid",3]]],[11,"from","","",13,[[]]],[11,"into","","",13,[[]]],[11,"try_from","","",13,[[],["result",4]]],[11,"try_into","","",13,[[],["result",4]]],[11,"borrow","","",13,[[]]],[11,"borrow_mut","","",13,[[]]],[11,"type_id","","",13,[[],["typeid",3]]],[11,"from","","",14,[[]]],[11,"into","","",14,[[]]],[11,"try_from","","",14,[[],["result",4]]],[11,"try_into","","",14,[[],["result",4]]],[11,"borrow","","",14,[[]]],[11,"borrow_mut","","",14,[[]]],[11,"type_id","","",14,[[],["typeid",3]]],[11,"drop","abstutil","",6,[[]]],[11,"clone","","",2,[[],["multimap",3]]],[11,"clone","","",3,[[],["counter",3]]],[11,"clone","","",5,[[],["tags",3]]],[11,"default","","",3,[[],["counter",3]]],[11,"eq","","",2,[[["multimap",3]]]],[11,"ne","","",2,[[["multimap",3]]]],[11,"eq","","",5,[[["tags",3]]]],[11,"ne","","",5,[[["tags",3]]]],[11,"deref","abstutil::abst_paths","",8,[[],["string",3]]],[11,"deref","","",9,[[],["string",3]]],[11,"fmt","abstutil","",5,[[["formatter",3]],["result",6]]],[11,"fmt","abstutil::time","",11,[[["formatter",3]],["result",6]]],[11,"read","abstutil","",0,[[],[["error",3],["result",4]]]],[11,"read","","",6,[[],[["error",3],["result",4]]]],[11,"enabled","abstutil::cli","",10,[[["metadata",3]]]],[11,"log","","",10,[[["record",3]]]],[11,"flush","","",10,[[]]],[11,"serialize","abstutil","",5,[[],["result",4]]],[11,"deserialize","","",5,[[],["result",4]]],[11,"initialize","abstutil::abst_paths","",8,[[]]],[11,"initialize","","",9,[[]]]],"p":[[3,"FileWithProgress"],[3,"CmdArgs"],[3,"MultiMap"],[3,"Counter"],[3,"VecMap"],[3,"Tags"],[3,"Timer"],[4,"Parallelism"],[3,"ROOT_DIR"],[3,"ROOT_PLAYER_DIR"],[3,"Logger"],[3,"Progress"],[3,"TimerSpan"],[3,"TimedFileReader"],[4,"StackEntry"],[8,"TimerSink"]]},\ -"convert_osm":{"doc":"","i":[[3,"Options","convert_osm","",null,null],[12,"osm_input","","",0,null],[12,"city_name","","",0,null],[12,"name","","",0,null],[12,"clip","","",0,null],[12,"map_config","","",0,null],[12,"onstreet_parking","","",0,null],[12,"public_offstreet_parking","","",0,null],[12,"private_offstreet_parking","","",0,null],[12,"elevation","","",0,null],[12,"include_railroads","","",0,null],[4,"OnstreetParking","","",null,null],[13,"JustOSM","","",1,null],[13,"Blockface","","",1,null],[13,"SomeAdditionalWhereNoData","","",1,null],[12,"pct","convert_osm::OnstreetParking","",2,null],[4,"PublicOffstreetParking","convert_osm","",null,null],[13,"None","","",3,null],[13,"GIS","","",3,null],[4,"PrivateOffstreetParking","","",null,null],[13,"FixedPerBldg","","",4,null],[5,"convert","","",null,[[["options",3],["timer",3]],["rawmap",3]]],[5,"use_amenities","","",null,[[["vec",3],["timer",3],["rawmap",3]]]],[5,"use_elevation","","",null,[[["timer",3],["rawmap",3]]]],[0,"clip","","",null,null],[5,"clip_map","convert_osm::clip","",null,[[["timer",3],["rawmap",3]]]],[0,"extract","convert_osm","",null,null],[3,"OsmExtract","convert_osm::extract","",null,null],[12,"roads","","",5,null],[12,"traffic_signals","","",5,null],[12,"osm_node_ids","","",5,null],[12,"simple_turn_restrictions","","",5,null],[12,"complicated_turn_restrictions","","",5,null],[12,"amenities","","",5,null],[5,"extract_osm","","",null,[[["options",3],["timer",3],["rawmap",3]],["osmextract",3]]],[5,"is_road","","",null,[[["options",3],["tags",3]]]],[5,"is_bldg","","",null,[[["tags",3]]]],[5,"get_bldg_amenities","","",null,[[["tags",3]],["btreeset",3]]],[5,"get_area_type","","",null,[[["tags",3]],[["option",4],["areatype",4]]]],[5,"get_multipolygon_members","","",null,[[["relationid",3],["document",3],["relation",3]],["vec",3]]],[5,"glue_multipolygon","","",null,[[["ring",3],["vec",3],["relationid",3],["timer",3]],[["vec",3],["polygon",3]]]],[5,"glue_to_boundary","","",null,[[["ring",3],["polyline",3]],[["option",4],["polygon",3]]]],[5,"multipoly_geometry","","",null,[[["relationid",3],["document",3],["relation",3]],[["string",3],["polygon",3],["result",4]]]],[0,"parking","convert_osm","",null,null],[5,"apply_parking","convert_osm::parking","",null,[[["options",3],["timer",3],["rawmap",3]]]],[5,"use_parking_hints","","",null,[[["string",3],["timer",3],["rawmap",3]]]],[5,"use_offstreet_parking","","",null,[[["string",3],["timer",3],["rawmap",3]]]],[5,"apply_private_offstreet_parking","","",null,[[["privateoffstreetparking",4],["rawmap",3]]]],[17,"DIRECTED_ROAD_THICKNESS","","",null,null],[0,"reader","convert_osm","",null,null],[3,"Document","convert_osm::reader","",null,null],[12,"gps_bounds","","",6,null],[12,"nodes","","",6,null],[12,"ways","","",6,null],[12,"relations","","",6,null],[3,"Node","","",null,null],[12,"pt","","",7,null],[12,"tags","","",7,null],[3,"Way","","",null,null],[12,"nodes","","",8,null],[12,"pts","","",8,null],[12,"tags","","",8,null],[3,"Relation","","",null,null],[12,"tags","","",9,null],[12,"members","","",9,null],[5,"read","","",null,[[["gpsbounds",3],["timer",3]],[["box",3],["document",3],["result",4]]]],[5,"read_tags","","",null,[[["node",3]],["tags",3]]],[5,"scrape_bounds","","",null,[[["document",3]],["gpsbounds",3]]],[0,"snappy","convert_osm","",null,null],[5,"snap_cycleways","convert_osm::snappy","",null,[[["rawmap",3],["timer",3]]]],[5,"dump_output","","",null,[[["rawmap",3],["multimap",3],["hashmap",3],["hashmap",3],["wayid",3]]]],[5,"v1","","",null,[[["rawmap",3],["hashmap",3],["hashmap",3]],[["wayid",3],["multimap",3]]]],[0,"split_ways","convert_osm","",null,null],[5,"split_up_roads","convert_osm::split_ways","",null,[[["osmextract",3],["timer",3],["rawmap",3]]]],[5,"dedupe_angles","","",null,[[["vec",3],["pt2d",3]],[["vec",3],["pt2d",3]]]],[0,"srtm","convert_osm","",null,null],[3,"Elevation","convert_osm::srtm","",null,null],[12,"lon_offset","","",10,null],[12,"lat_offset","","",10,null],[12,"data","","",10,null],[17,"GRID_DIM","","",null,null],[11,"load","","",10,[[],[["result",4],["error",3],["elevation",3]]]],[11,"get","","",10,[[["lonlat",3]],["distance",3]]],[0,"transit","convert_osm","",null,null],[5,"extract_route","convert_osm::transit","",null,[[["relation",3],["relationid",3],["document",3],["timer",3],["polygon",3]],[["option",4],["rawbusroute",3]]]],[5,"glue_route","","",null,[[["vec",3],["document",3],["wayid",3]],[["result",4],["vec",3],["string",3]]]],[5,"snap_bus_stops","","",null,[[["hashmap",3],["rawmap",3],["rawbusroute",3],["timer",3]],[["string",3],["result",4],["rawbusroute",3]]]],[11,"from","convert_osm","",0,[[]]],[11,"into","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"vzip","","",0,[[]]],[11,"from","","",1,[[]]],[11,"into","","",1,[[]]],[11,"try_from","","",1,[[],["result",4]]],[11,"try_into","","",1,[[],["result",4]]],[11,"borrow","","",1,[[]]],[11,"borrow_mut","","",1,[[]]],[11,"type_id","","",1,[[],["typeid",3]]],[11,"vzip","","",1,[[]]],[11,"from","","",3,[[]]],[11,"into","","",3,[[]]],[11,"try_from","","",3,[[],["result",4]]],[11,"try_into","","",3,[[],["result",4]]],[11,"borrow","","",3,[[]]],[11,"borrow_mut","","",3,[[]]],[11,"type_id","","",3,[[],["typeid",3]]],[11,"vzip","","",3,[[]]],[11,"from","","",4,[[]]],[11,"into","","",4,[[]]],[11,"try_from","","",4,[[],["result",4]]],[11,"try_into","","",4,[[],["result",4]]],[11,"borrow","","",4,[[]]],[11,"borrow_mut","","",4,[[]]],[11,"type_id","","",4,[[],["typeid",3]]],[11,"vzip","","",4,[[]]],[11,"from","convert_osm::extract","",5,[[]]],[11,"into","","",5,[[]]],[11,"try_from","","",5,[[],["result",4]]],[11,"try_into","","",5,[[],["result",4]]],[11,"borrow","","",5,[[]]],[11,"borrow_mut","","",5,[[]]],[11,"type_id","","",5,[[],["typeid",3]]],[11,"vzip","","",5,[[]]],[11,"from","convert_osm::reader","",6,[[]]],[11,"into","","",6,[[]]],[11,"try_from","","",6,[[],["result",4]]],[11,"try_into","","",6,[[],["result",4]]],[11,"borrow","","",6,[[]]],[11,"borrow_mut","","",6,[[]]],[11,"type_id","","",6,[[],["typeid",3]]],[11,"vzip","","",6,[[]]],[11,"from","","",7,[[]]],[11,"into","","",7,[[]]],[11,"try_from","","",7,[[],["result",4]]],[11,"try_into","","",7,[[],["result",4]]],[11,"borrow","","",7,[[]]],[11,"borrow_mut","","",7,[[]]],[11,"type_id","","",7,[[],["typeid",3]]],[11,"vzip","","",7,[[]]],[11,"from","","",8,[[]]],[11,"into","","",8,[[]]],[11,"try_from","","",8,[[],["result",4]]],[11,"try_into","","",8,[[],["result",4]]],[11,"borrow","","",8,[[]]],[11,"borrow_mut","","",8,[[]]],[11,"type_id","","",8,[[],["typeid",3]]],[11,"vzip","","",8,[[]]],[11,"from","","",9,[[]]],[11,"into","","",9,[[]]],[11,"try_from","","",9,[[],["result",4]]],[11,"try_into","","",9,[[],["result",4]]],[11,"borrow","","",9,[[]]],[11,"borrow_mut","","",9,[[]]],[11,"type_id","","",9,[[],["typeid",3]]],[11,"vzip","","",9,[[]]],[11,"from","convert_osm::srtm","",10,[[]]],[11,"into","","",10,[[]]],[11,"try_from","","",10,[[],["result",4]]],[11,"try_into","","",10,[[],["result",4]]],[11,"borrow","","",10,[[]]],[11,"borrow_mut","","",10,[[]]],[11,"type_id","","",10,[[],["typeid",3]]],[11,"vzip","","",10,[[]]]],"p":[[3,"Options"],[4,"OnstreetParking"],[13,"SomeAdditionalWhereNoData"],[4,"PublicOffstreetParking"],[4,"PrivateOffstreetParking"],[3,"OsmExtract"],[3,"Document"],[3,"Node"],[3,"Way"],[3,"Relation"],[3,"Elevation"]]},\ +"abstutil":{"doc":"","i":[[3,"FileWithProgress","abstutil","",null,null],[12,"inner","","",0,null],[12,"path","","",0,null],[12,"processed_bytes","","",0,null],[12,"total_bytes","","",0,null],[12,"started_at","","",0,null],[12,"last_printed_at","","",0,null],[3,"Manifest","","",null,null],[12,"0","","",1,null],[3,"Entry","","",null,null],[12,"checksum","","",2,null],[12,"dropbox_url","","",2,null],[3,"CmdArgs","","",null,null],[12,"kv","","",3,null],[12,"bits","","",3,null],[12,"free","","",3,null],[12,"used","","",3,null],[3,"MultiMap","","",null,null],[12,"map","","",4,null],[12,"empty","","",4,null],[3,"Counter","","",null,null],[12,"map","","",5,null],[12,"sum","","",5,null],[3,"VecMap","","",null,null],[12,"inner","","",6,null],[3,"Tags","","",null,null],[12,"0","","",7,null],[3,"Timer","","",null,null],[12,"results","","",8,null],[12,"stack","","",8,null],[12,"outermost_name","","",8,null],[12,"notes","","",8,null],[12,"warnings","","",8,null],[12,"errors","","",8,null],[12,"sink","","",8,null],[4,"Parallelism","","",null,null],[13,"Fastest","","",9,null],[13,"Polite","","",9,null],[5,"maybe_read_json","","",null,[[["string",3],["timer",3]],[["error",3],["result",4],["deserializeowned",8]]]],[5,"read_json","","",null,[[["string",3],["timer",3]],["deserializeowned",8]]],[5,"read_binary","","",null,[[["string",3],["timer",3]],["deserializeowned",8]]],[5,"read_object","","",null,[[["string",3],["timer",3]],[["error",3],["result",4],["deserializeowned",8]]]],[5,"find_prev_file","","",null,[[["string",3]],[["string",3],["option",4]]]],[5,"find_next_file","","",null,[[["string",3]],[["string",3],["option",4]]]],[5,"load_all_objects","","",null,[[["string",3]],["vec",3]]],[5,"list_all_objects","","",null,[[["string",3]],[["string",3],["vec",3]]]],[5,"file_exists","","",null,[[["string",3],["into",8]]]],[5,"list_dir","","",null,[[["string",3]],[["string",3],["vec",3]]]],[5,"slurp_file","","",null,[[],[["result",4],["error",3],["vec",3]]]],[5,"maybe_read_binary","","",null,[[["string",3],["timer",3]],[["error",3],["result",4],["deserializeowned",8]]]],[5,"write_json","","",null,[[["string",3]]]],[5,"write_binary","","",null,[[["string",3]]]],[5,"delete_file","","",null,[[["string",3],["into",8]]]],[5,"to_json","","",null,[[],["string",3]]],[5,"from_json","","",null,[[["vec",3]],[["error",3],["result",4],["deserializeowned",8]]]],[5,"from_binary","","",null,[[["vec",3]],[["error",3],["result",4],["deserializeowned",8]]]],[5,"serialized_size_bytes","","",null,[[]]],[5,"serialize_btreemap","","",null,[[["btreemap",3],["serializer",8]],["result",4]]],[5,"deserialize_btreemap","","",null,[[["deserializer",8]],[["result",4],["btreemap",3]]]],[5,"serialize_multimap","","",null,[[["multimap",3],["serializer",8]],["result",4]]],[5,"deserialize_multimap","","",null,[[["deserializer",8]],[["result",4],["multimap",3]]]],[5,"serialize_usize","","",null,[[["serializer",8]],["result",4]]],[5,"deserialize_usize","","",null,[[["deserializer",8]],["result",4]]],[5,"path","","",null,[[["string",3],["into",8]],["string",3]]],[5,"path_map","","",null,[[],["string",3]]],[5,"path_all_maps","","",null,[[],["string",3]]],[5,"path_prebaked_results","","",null,[[],["string",3]]],[5,"path_scenario","","",null,[[],["string",3]]],[5,"path_all_scenarios","","",null,[[],["string",3]]],[5,"path_synthetic_map","","",null,[[],["string",3]]],[5,"path_all_synthetic_maps","","",null,[[],["string",3]]],[5,"path_camera_state","","",null,[[],["string",3]]],[5,"path_edits","","",null,[[],["string",3]]],[5,"path_all_edits","","",null,[[],["string",3]]],[5,"path_save","","",null,[[["string",3]],["string",3]]],[5,"path_all_saves","","",null,[[],["string",3]]],[5,"path_popdat","","",null,[[],["string",3]]],[5,"path_raw_map","","",null,[[],["string",3]]],[5,"path_all_raw_maps","","",null,[[],["string",3]]],[5,"wraparound_get","","",null,[[["vec",3]]]],[5,"retain_btreemap","","",null,[[["btreemap",3],["fn",8]]]],[5,"retain_btreeset","","",null,[[["btreeset",3],["fnmut",8]]]],[5,"contains_duplicates","","",null,[[["vec",3]]]],[5,"elapsed_seconds","","",null,[[["instant",6]]]],[5,"prettyprint_time","","",null,[[],["string",3]]],[5,"start_profiler","","",null,[[]]],[5,"stop_profiler","","",null,[[]]],[5,"clamp","","",null,[[]]],[5,"plain_list_names","","",null,[[["string",3],["btreeset",3]],["string",3]]],[5,"prettyprint_usize","","",null,[[],["string",3]]],[5,"basename","","",null,[[],["string",3]]],[5,"parent_path","","",null,[[],["string",3]]],[0,"io_native","","",null,null],[3,"FileWithProgress","abstutil::io_native","",null,null],[12,"inner","","",0,null],[12,"path","","",0,null],[12,"processed_bytes","","",0,null],[12,"total_bytes","","",0,null],[12,"started_at","","",0,null],[12,"last_printed_at","","",0,null],[5,"file_exists","","",null,[[["string",3],["into",8]]]],[5,"list_dir","","",null,[[["string",3]],[["string",3],["vec",3]]]],[5,"slurp_file","","",null,[[],[["result",4],["error",3],["vec",3]]]],[5,"maybe_read_binary","","",null,[[["string",3],["timer",3]],[["error",3],["result",4],["deserializeowned",8]]]],[5,"maybe_write_json","","",null,[[],[["result",4],["error",3]]]],[5,"write_json","","",null,[[["string",3]]]],[5,"maybe_write_binary","","",null,[[],[["result",4],["error",3]]]],[5,"write_binary","","",null,[[["string",3]]]],[5,"delete_file","","",null,[[["string",3],["into",8]]]],[11,"new","abstutil","",0,[[],[["result",4],["error",3]]]],[0,"abst_data","","",null,null],[3,"Manifest","abstutil::abst_data","",null,null],[12,"0","","",1,null],[3,"Entry","","",null,null],[12,"checksum","","",2,null],[12,"dropbox_url","","",2,null],[11,"write","abstutil","",1,[[["string",3]]]],[11,"load","","",1,[[["string",3]],[["manifest",3],["result",4],["box",3]]]],[0,"abst_paths","","",null,null],[3,"ROOT_DIR","abstutil::abst_paths","",null,null],[12,"__private_field","","",10,null],[3,"ROOT_PLAYER_DIR","","",null,null],[12,"__private_field","","",11,null],[5,"path","","",null,[[["string",3],["into",8]],["string",3]]],[5,"path_map","","",null,[[],["string",3]]],[5,"path_all_maps","","",null,[[],["string",3]]],[5,"path_prebaked_results","","",null,[[],["string",3]]],[5,"path_scenario","","",null,[[],["string",3]]],[5,"path_all_scenarios","","",null,[[],["string",3]]],[5,"path_synthetic_map","","",null,[[],["string",3]]],[5,"path_all_synthetic_maps","","",null,[[],["string",3]]],[5,"path_camera_state","","",null,[[],["string",3]]],[5,"path_edits","","",null,[[],["string",3]]],[5,"path_all_edits","","",null,[[],["string",3]]],[5,"path_save","","",null,[[["string",3]],["string",3]]],[5,"path_all_saves","","",null,[[],["string",3]]],[5,"path_popdat","","",null,[[],["string",3]]],[5,"path_raw_map","","",null,[[],["string",3]]],[5,"path_all_raw_maps","","",null,[[],["string",3]]],[0,"cli","abstutil","",null,null],[3,"CmdArgs","abstutil::cli","",null,null],[12,"kv","","",3,null],[12,"bits","","",3,null],[12,"free","","",3,null],[12,"used","","",3,null],[3,"Logger","","",null,null],[12,"last_fp_note","","",12,null],[11,"new","abstutil","",3,[[],["cmdargs",3]]],[11,"required","","",3,[[],["string",3]]],[11,"optional","","",3,[[],[["string",3],["option",4]]]],[11,"optional_parse","","",3,[[["fn",8]],["option",4]]],[11,"true_false","","",3,[[]]],[11,"enabled","","",3,[[]]],[11,"required_free","","",3,[[],["string",3]]],[11,"optional_free","","",3,[[],[["string",3],["option",4]]]],[11,"done","","",3,[[]]],[0,"collections","","",null,null],[3,"MultiMap","abstutil::collections","",null,null],[12,"map","","",4,null],[12,"empty","","",4,null],[3,"Counter","","",null,null],[12,"map","","",5,null],[12,"sum","","",5,null],[3,"VecMap","","",null,null],[12,"inner","","",6,null],[3,"Tags","","",null,null],[12,"0","","",7,null],[5,"wraparound_get","","",null,[[["vec",3]]]],[5,"retain_btreemap","","",null,[[["btreemap",3],["fn",8]]]],[5,"retain_btreeset","","",null,[[["btreeset",3],["fnmut",8]]]],[5,"contains_duplicates","","",null,[[["vec",3]]]],[11,"new","abstutil","",4,[[],["multimap",3]]],[11,"insert","","",4,[[]]],[11,"remove","","",4,[[]]],[11,"get","","",4,[[],["btreeset",3]]],[11,"len","","",4,[[]]],[11,"raw_map","","",4,[[],["btreemap",3]]],[11,"consume","","",4,[[],[["btreemap",3],["btreeset",3]]]],[11,"new","","",5,[[],["counter",3]]],[11,"add","","",5,[[]]],[11,"inc","","",5,[[]]],[11,"get","","",5,[[]]],[11,"sorted_asc","","",5,[[],[["vec",3],["vec",3]]]],[11,"max","","",5,[[]]],[11,"sum","","",5,[[]]],[11,"compare","","",5,[[["counter",3]],["vec",3]]],[11,"borrow","","",5,[[],["btreemap",3]]],[11,"consume","","",5,[[],["btreemap",3]]],[11,"new","","",6,[[],["vecmap",3]]],[11,"consume","","",6,[[],["vec",3]]],[11,"mut_or_insert","","",6,[[["fn",8]]]],[11,"new","","",7,[[["string",3],["btreemap",3]],["tags",3]]],[11,"get","","",7,[[],[["string",3],["option",4]]]],[11,"contains_key","","",7,[[]]],[11,"is","","",7,[[]]],[11,"is_any","","",7,[[["vec",3]]]],[11,"insert","","",7,[[["string",3],["into",8]]]],[11,"remove","","",7,[[],[["string",3],["option",4]]]],[11,"inner","","",7,[[],["btreemap",3]]],[0,"io","","",null,null],[5,"maybe_read_json","abstutil::io","",null,[[["string",3],["timer",3]],[["error",3],["result",4],["deserializeowned",8]]]],[5,"read_json","","",null,[[["string",3],["timer",3]],["deserializeowned",8]]],[5,"read_binary","","",null,[[["string",3],["timer",3]],["deserializeowned",8]]],[5,"read_object","","",null,[[["string",3],["timer",3]],[["error",3],["result",4],["deserializeowned",8]]]],[5,"find_prev_file","","",null,[[["string",3]],[["string",3],["option",4]]]],[5,"find_next_file","","",null,[[["string",3]],[["string",3],["option",4]]]],[5,"load_all_objects","","",null,[[["string",3]],["vec",3]]],[5,"list_all_objects","","",null,[[["string",3]],[["string",3],["vec",3]]]],[0,"serde","abstutil","",null,null],[5,"to_json","abstutil::serde","",null,[[],["string",3]]],[5,"from_json","","",null,[[["vec",3]],[["error",3],["result",4],["deserializeowned",8]]]],[5,"from_binary","","",null,[[["vec",3]],[["error",3],["result",4],["deserializeowned",8]]]],[5,"serialized_size_bytes","","",null,[[]]],[5,"serialize_btreemap","","",null,[[["btreemap",3],["serializer",8]],["result",4]]],[5,"deserialize_btreemap","","",null,[[["deserializer",8]],[["result",4],["btreemap",3]]]],[5,"serialize_multimap","","",null,[[["multimap",3],["serializer",8]],["result",4]]],[5,"deserialize_multimap","","",null,[[["deserializer",8]],[["result",4],["multimap",3]]]],[5,"serialize_usize","","",null,[[["serializer",8]],["result",4]]],[5,"deserialize_usize","","",null,[[["deserializer",8]],["result",4]]],[0,"time","abstutil","",null,null],[3,"Progress","abstutil::time","",null,null],[12,"label","","",13,null],[12,"processed_items","","",13,null],[12,"total_items","","",13,null],[12,"started_at","","",13,null],[12,"last_printed_at","","",13,null],[12,"first_update","","",13,null],[3,"Timer","","",null,null],[12,"results","","",8,null],[12,"stack","","",8,null],[12,"outermost_name","","",8,null],[12,"notes","","",8,null],[12,"warnings","","",8,null],[12,"errors","","",8,null],[12,"sink","","",8,null],[3,"TimerSpan","","",null,null],[12,"name","","",14,null],[12,"started_at","","",14,null],[12,"nested_results","","",14,null],[12,"nested_time","","",14,null],[3,"TimedFileReader","","",null,null],[12,"inner","","",15,null],[12,"path","","",15,null],[12,"processed_bytes","","",15,null],[12,"total_bytes","","",15,null],[12,"started_at","","",15,null],[12,"last_printed_at","","",15,null],[4,"StackEntry","","",null,null],[13,"TimerSpan","","",16,null],[13,"Progress","","",16,null],[13,"File","","",16,null],[4,"Parallelism","","",null,null],[13,"Fastest","","",9,null],[13,"Polite","","",9,null],[5,"elapsed_seconds","","",null,[[["instant",6]]]],[5,"prettyprint_time","","",null,[[],["string",3]]],[5,"clear_current_line","","",null,[[]]],[5,"start_profiler","","",null,[[]]],[5,"stop_profiler","","",null,[[]]],[8,"TimerSink","","",null,null],[10,"println","","",17,[[["string",3]]]],[10,"reprintln","","",17,[[["string",3]]]],[11,"new","","",13,[[["string",3]],["progress",3]]],[11,"next","","",13,[[["option",4]],["option",4]]],[11,"cancel_iter_early","","",13,[[]]],[11,"new","abstutil","",8,[[["string",3],["into",8]],["timer",3]]],[11,"new_with_sink","","",8,[[["box",3],["timersink",8]],["timer",3]]],[11,"throwaway","","",8,[[],["timer",3]]],[11,"println","","",8,[[["string",3]]]],[11,"selfless_println","","",8,[[["string",3],["option",4]]]],[11,"note","","",8,[[["string",3]]]],[11,"warn","","",8,[[["string",3]]]],[11,"error","","",8,[[["string",3]]]],[11,"done","","",8,[[]]],[11,"start","","",8,[[["string",3],["into",8]]]],[11,"stop","","",8,[[["string",3],["into",8]]]],[11,"start_iter","","",8,[[["string",3],["into",8]]]],[11,"next","","",8,[[]]],[11,"cancel_iter_early","","",8,[[]]],[11,"add_result","","",8,[[["string",3]]]],[11,"parallelize","","",8,[[["parallelism",4],["vec",3],["fn",8]],["vec",3]]],[11,"read_file","","",8,[[],[["result",4],["error",3]]]],[11,"new","abstutil::time","",15,[[],[["timedfilereader",3],["result",4],["error",3]]]],[0,"utils","abstutil","",null,null],[5,"clamp","abstutil::utils","",null,[[]]],[5,"plain_list_names","","",null,[[["string",3],["btreeset",3]],["string",3]]],[5,"prettyprint_usize","","",null,[[],["string",3]]],[5,"basename","","",null,[[],["string",3]]],[5,"parent_path","","",null,[[],["string",3]]],[17,"PROGRESS_FREQUENCY_SECONDS","abstutil","",null,null],[8,"TimerSink","","",null,null],[10,"println","","",17,[[["string",3]]]],[10,"reprintln","","",17,[[["string",3]]]],[11,"from","","",0,[[]]],[11,"into","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"events","","",0,[[],["events",3]]],[11,"keys","","",0,[[],["keys",3]]],[11,"read_line","","",0,[[],[["result",4],["error",3],["option",4]]]],[11,"events_and_raw","","",0,[[],["eventsandraw",3]]],[11,"from","","",1,[[]]],[11,"into","","",1,[[]]],[11,"try_from","","",1,[[],["result",4]]],[11,"try_into","","",1,[[],["result",4]]],[11,"borrow","","",1,[[]]],[11,"borrow_mut","","",1,[[]]],[11,"type_id","","",1,[[],["typeid",3]]],[11,"from","","",2,[[]]],[11,"into","","",2,[[]]],[11,"try_from","","",2,[[],["result",4]]],[11,"try_into","","",2,[[],["result",4]]],[11,"borrow","","",2,[[]]],[11,"borrow_mut","","",2,[[]]],[11,"type_id","","",2,[[],["typeid",3]]],[11,"from","","",3,[[]]],[11,"into","","",3,[[]]],[11,"try_from","","",3,[[],["result",4]]],[11,"try_into","","",3,[[],["result",4]]],[11,"borrow","","",3,[[]]],[11,"borrow_mut","","",3,[[]]],[11,"type_id","","",3,[[],["typeid",3]]],[11,"from","","",4,[[]]],[11,"into","","",4,[[]]],[11,"to_owned","","",4,[[]]],[11,"clone_into","","",4,[[]]],[11,"try_from","","",4,[[],["result",4]]],[11,"try_into","","",4,[[],["result",4]]],[11,"borrow","","",4,[[]]],[11,"borrow_mut","","",4,[[]]],[11,"type_id","","",4,[[],["typeid",3]]],[11,"from","","",5,[[]]],[11,"into","","",5,[[]]],[11,"to_owned","","",5,[[]]],[11,"clone_into","","",5,[[]]],[11,"try_from","","",5,[[],["result",4]]],[11,"try_into","","",5,[[],["result",4]]],[11,"borrow","","",5,[[]]],[11,"borrow_mut","","",5,[[]]],[11,"type_id","","",5,[[],["typeid",3]]],[11,"from","","",6,[[]]],[11,"into","","",6,[[]]],[11,"try_from","","",6,[[],["result",4]]],[11,"try_into","","",6,[[],["result",4]]],[11,"borrow","","",6,[[]]],[11,"borrow_mut","","",6,[[]]],[11,"type_id","","",6,[[],["typeid",3]]],[11,"from","","",7,[[]]],[11,"into","","",7,[[]]],[11,"to_owned","","",7,[[]]],[11,"clone_into","","",7,[[]]],[11,"try_from","","",7,[[],["result",4]]],[11,"try_into","","",7,[[],["result",4]]],[11,"borrow","","",7,[[]]],[11,"borrow_mut","","",7,[[]]],[11,"type_id","","",7,[[],["typeid",3]]],[11,"from","","",8,[[]]],[11,"into","","",8,[[]]],[11,"try_from","","",8,[[],["result",4]]],[11,"try_into","","",8,[[],["result",4]]],[11,"borrow","","",8,[[]]],[11,"borrow_mut","","",8,[[]]],[11,"type_id","","",8,[[],["typeid",3]]],[11,"events","","",8,[[],["events",3]]],[11,"keys","","",8,[[],["keys",3]]],[11,"read_line","","",8,[[],[["result",4],["error",3],["option",4]]]],[11,"events_and_raw","","",8,[[],["eventsandraw",3]]],[11,"from","","",9,[[]]],[11,"into","","",9,[[]]],[11,"try_from","","",9,[[],["result",4]]],[11,"try_into","","",9,[[],["result",4]]],[11,"borrow","","",9,[[]]],[11,"borrow_mut","","",9,[[]]],[11,"type_id","","",9,[[],["typeid",3]]],[11,"from","abstutil::abst_paths","",10,[[]]],[11,"into","","",10,[[]]],[11,"try_from","","",10,[[],["result",4]]],[11,"try_into","","",10,[[],["result",4]]],[11,"borrow","","",10,[[]]],[11,"borrow_mut","","",10,[[]]],[11,"type_id","","",10,[[],["typeid",3]]],[11,"from","","",11,[[]]],[11,"into","","",11,[[]]],[11,"try_from","","",11,[[],["result",4]]],[11,"try_into","","",11,[[],["result",4]]],[11,"borrow","","",11,[[]]],[11,"borrow_mut","","",11,[[]]],[11,"type_id","","",11,[[],["typeid",3]]],[11,"from","abstutil::cli","",12,[[]]],[11,"into","","",12,[[]]],[11,"try_from","","",12,[[],["result",4]]],[11,"try_into","","",12,[[],["result",4]]],[11,"borrow","","",12,[[]]],[11,"borrow_mut","","",12,[[]]],[11,"type_id","","",12,[[],["typeid",3]]],[11,"from","abstutil::time","",13,[[]]],[11,"into","","",13,[[]]],[11,"try_from","","",13,[[],["result",4]]],[11,"try_into","","",13,[[],["result",4]]],[11,"borrow","","",13,[[]]],[11,"borrow_mut","","",13,[[]]],[11,"type_id","","",13,[[],["typeid",3]]],[11,"from","","",14,[[]]],[11,"into","","",14,[[]]],[11,"try_from","","",14,[[],["result",4]]],[11,"try_into","","",14,[[],["result",4]]],[11,"borrow","","",14,[[]]],[11,"borrow_mut","","",14,[[]]],[11,"type_id","","",14,[[],["typeid",3]]],[11,"from","","",15,[[]]],[11,"into","","",15,[[]]],[11,"try_from","","",15,[[],["result",4]]],[11,"try_into","","",15,[[],["result",4]]],[11,"borrow","","",15,[[]]],[11,"borrow_mut","","",15,[[]]],[11,"type_id","","",15,[[],["typeid",3]]],[11,"from","","",16,[[]]],[11,"into","","",16,[[]]],[11,"try_from","","",16,[[],["result",4]]],[11,"try_into","","",16,[[],["result",4]]],[11,"borrow","","",16,[[]]],[11,"borrow_mut","","",16,[[]]],[11,"type_id","","",16,[[],["typeid",3]]],[11,"drop","abstutil","",8,[[]]],[11,"clone","","",4,[[],["multimap",3]]],[11,"clone","","",5,[[],["counter",3]]],[11,"clone","","",7,[[],["tags",3]]],[11,"default","","",5,[[],["counter",3]]],[11,"eq","","",4,[[["multimap",3]]]],[11,"ne","","",4,[[["multimap",3]]]],[11,"eq","","",7,[[["tags",3]]]],[11,"ne","","",7,[[["tags",3]]]],[11,"deref","abstutil::abst_paths","",10,[[],["string",3]]],[11,"deref","","",11,[[],["string",3]]],[11,"fmt","abstutil","",7,[[["formatter",3]],["result",6]]],[11,"fmt","abstutil::time","",13,[[["formatter",3]],["result",6]]],[11,"read","abstutil","",0,[[],[["error",3],["result",4]]]],[11,"read","","",8,[[],[["error",3],["result",4]]]],[11,"enabled","abstutil::cli","",12,[[["metadata",3]]]],[11,"log","","",12,[[["record",3]]]],[11,"flush","","",12,[[]]],[11,"serialize","abstutil","",7,[[],["result",4]]],[11,"deserialize","","",7,[[],["result",4]]],[11,"initialize","abstutil::abst_paths","",10,[[]]],[11,"initialize","","",11,[[]]]],"p":[[3,"FileWithProgress"],[3,"Manifest"],[3,"Entry"],[3,"CmdArgs"],[3,"MultiMap"],[3,"Counter"],[3,"VecMap"],[3,"Tags"],[3,"Timer"],[4,"Parallelism"],[3,"ROOT_DIR"],[3,"ROOT_PLAYER_DIR"],[3,"Logger"],[3,"Progress"],[3,"TimerSpan"],[3,"TimedFileReader"],[4,"StackEntry"],[8,"TimerSink"]]},\ +"convert_osm":{"doc":"","i":[[3,"Options","convert_osm","",null,null],[12,"osm_input","","",0,null],[12,"city_name","","",0,null],[12,"name","","",0,null],[12,"clip","","",0,null],[12,"map_config","","",0,null],[12,"onstreet_parking","","",0,null],[12,"public_offstreet_parking","","",0,null],[12,"private_offstreet_parking","","",0,null],[12,"elevation","","",0,null],[12,"include_railroads","","",0,null],[4,"OnstreetParking","","",null,null],[13,"JustOSM","","",1,null],[13,"Blockface","","",1,null],[13,"SomeAdditionalWhereNoData","","",1,null],[12,"pct","convert_osm::OnstreetParking","",2,null],[4,"PublicOffstreetParking","convert_osm","",null,null],[13,"None","","",3,null],[13,"GIS","","",3,null],[4,"PrivateOffstreetParking","","",null,null],[13,"FixedPerBldg","","",4,null],[5,"convert","","",null,[[["options",3],["timer",3]],["rawmap",3]]],[5,"use_amenities","","",null,[[["vec",3],["timer",3],["rawmap",3]]]],[5,"use_elevation","","",null,[[["timer",3],["rawmap",3]]]],[0,"clip","","",null,null],[5,"clip_map","convert_osm::clip","",null,[[["timer",3],["rawmap",3]]]],[0,"extract","convert_osm","",null,null],[3,"OsmExtract","convert_osm::extract","",null,null],[12,"roads","","",5,null],[12,"traffic_signals","","",5,null],[12,"osm_node_ids","","",5,null],[12,"simple_turn_restrictions","","",5,null],[12,"complicated_turn_restrictions","","",5,null],[12,"amenities","","",5,null],[5,"extract_osm","","",null,[[["options",3],["timer",3],["rawmap",3]],["osmextract",3]]],[5,"is_road","","",null,[[["options",3],["tags",3]]]],[5,"is_bldg","","",null,[[["tags",3]]]],[5,"get_bldg_amenities","","",null,[[["tags",3]],["btreeset",3]]],[5,"get_area_type","","",null,[[["tags",3]],[["option",4],["areatype",4]]]],[5,"get_multipolygon_members","","",null,[[["relationid",3],["document",3],["relation",3]],["vec",3]]],[5,"glue_multipolygon","","",null,[[["ring",3],["vec",3],["relationid",3],["timer",3]],[["vec",3],["polygon",3]]]],[5,"glue_to_boundary","","",null,[[["ring",3],["polyline",3]],[["option",4],["polygon",3]]]],[5,"multipoly_geometry","","",null,[[["relationid",3],["document",3],["relation",3]],[["string",3],["polygon",3],["result",4]]]],[0,"parking","convert_osm","",null,null],[5,"apply_parking","convert_osm::parking","",null,[[["options",3],["timer",3],["rawmap",3]]]],[5,"use_parking_hints","","",null,[[["string",3],["timer",3],["rawmap",3]]]],[5,"use_offstreet_parking","","",null,[[["string",3],["timer",3],["rawmap",3]]]],[5,"apply_private_offstreet_parking","","",null,[[["privateoffstreetparking",4],["rawmap",3]]]],[17,"DIRECTED_ROAD_THICKNESS","","",null,null],[0,"reader","convert_osm","",null,null],[3,"Document","convert_osm::reader","",null,null],[12,"gps_bounds","","",6,null],[12,"nodes","","",6,null],[12,"ways","","",6,null],[12,"relations","","",6,null],[3,"Node","","",null,null],[12,"pt","","",7,null],[12,"tags","","",7,null],[3,"Way","","",null,null],[12,"nodes","","",8,null],[12,"pts","","",8,null],[12,"tags","","",8,null],[3,"Relation","","",null,null],[12,"tags","","",9,null],[12,"members","","",9,null],[5,"read","","",null,[[["gpsbounds",3],["timer",3]],[["box",3],["document",3],["result",4]]]],[5,"read_tags","","",null,[[["node",3]],["tags",3]]],[5,"scrape_bounds","","",null,[[["document",3]],["gpsbounds",3]]],[0,"snappy","convert_osm","",null,null],[5,"snap_cycleways","convert_osm::snappy","",null,[[["rawmap",3],["timer",3]]]],[5,"dump_output","","",null,[[["rawmap",3],["hashmap",3],["multimap",3],["hashmap",3],["wayid",3]]]],[5,"v1","","",null,[[["rawmap",3],["hashmap",3],["hashmap",3]],[["multimap",3],["wayid",3]]]],[0,"split_ways","convert_osm","",null,null],[5,"split_up_roads","convert_osm::split_ways","",null,[[["osmextract",3],["timer",3],["rawmap",3]]]],[5,"dedupe_angles","","",null,[[["vec",3],["pt2d",3]],[["vec",3],["pt2d",3]]]],[0,"srtm","convert_osm","",null,null],[3,"Elevation","convert_osm::srtm","",null,null],[12,"lon_offset","","",10,null],[12,"lat_offset","","",10,null],[12,"data","","",10,null],[17,"GRID_DIM","","",null,null],[11,"load","","",10,[[],[["result",4],["error",3],["elevation",3]]]],[11,"get","","",10,[[["lonlat",3]],["distance",3]]],[0,"transit","convert_osm","",null,null],[5,"extract_route","convert_osm::transit","",null,[[["relation",3],["relationid",3],["document",3],["timer",3],["polygon",3]],[["option",4],["rawbusroute",3]]]],[5,"glue_route","","",null,[[["vec",3],["document",3],["wayid",3]],[["result",4],["vec",3],["string",3]]]],[5,"snap_bus_stops","","",null,[[["hashmap",3],["rawmap",3],["rawbusroute",3],["timer",3]],[["string",3],["result",4],["rawbusroute",3]]]],[11,"from","convert_osm","",0,[[]]],[11,"into","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"vzip","","",0,[[]]],[11,"from","","",1,[[]]],[11,"into","","",1,[[]]],[11,"try_from","","",1,[[],["result",4]]],[11,"try_into","","",1,[[],["result",4]]],[11,"borrow","","",1,[[]]],[11,"borrow_mut","","",1,[[]]],[11,"type_id","","",1,[[],["typeid",3]]],[11,"vzip","","",1,[[]]],[11,"from","","",3,[[]]],[11,"into","","",3,[[]]],[11,"try_from","","",3,[[],["result",4]]],[11,"try_into","","",3,[[],["result",4]]],[11,"borrow","","",3,[[]]],[11,"borrow_mut","","",3,[[]]],[11,"type_id","","",3,[[],["typeid",3]]],[11,"vzip","","",3,[[]]],[11,"from","","",4,[[]]],[11,"into","","",4,[[]]],[11,"try_from","","",4,[[],["result",4]]],[11,"try_into","","",4,[[],["result",4]]],[11,"borrow","","",4,[[]]],[11,"borrow_mut","","",4,[[]]],[11,"type_id","","",4,[[],["typeid",3]]],[11,"vzip","","",4,[[]]],[11,"from","convert_osm::extract","",5,[[]]],[11,"into","","",5,[[]]],[11,"try_from","","",5,[[],["result",4]]],[11,"try_into","","",5,[[],["result",4]]],[11,"borrow","","",5,[[]]],[11,"borrow_mut","","",5,[[]]],[11,"type_id","","",5,[[],["typeid",3]]],[11,"vzip","","",5,[[]]],[11,"from","convert_osm::reader","",6,[[]]],[11,"into","","",6,[[]]],[11,"try_from","","",6,[[],["result",4]]],[11,"try_into","","",6,[[],["result",4]]],[11,"borrow","","",6,[[]]],[11,"borrow_mut","","",6,[[]]],[11,"type_id","","",6,[[],["typeid",3]]],[11,"vzip","","",6,[[]]],[11,"from","","",7,[[]]],[11,"into","","",7,[[]]],[11,"try_from","","",7,[[],["result",4]]],[11,"try_into","","",7,[[],["result",4]]],[11,"borrow","","",7,[[]]],[11,"borrow_mut","","",7,[[]]],[11,"type_id","","",7,[[],["typeid",3]]],[11,"vzip","","",7,[[]]],[11,"from","","",8,[[]]],[11,"into","","",8,[[]]],[11,"try_from","","",8,[[],["result",4]]],[11,"try_into","","",8,[[],["result",4]]],[11,"borrow","","",8,[[]]],[11,"borrow_mut","","",8,[[]]],[11,"type_id","","",8,[[],["typeid",3]]],[11,"vzip","","",8,[[]]],[11,"from","","",9,[[]]],[11,"into","","",9,[[]]],[11,"try_from","","",9,[[],["result",4]]],[11,"try_into","","",9,[[],["result",4]]],[11,"borrow","","",9,[[]]],[11,"borrow_mut","","",9,[[]]],[11,"type_id","","",9,[[],["typeid",3]]],[11,"vzip","","",9,[[]]],[11,"from","convert_osm::srtm","",10,[[]]],[11,"into","","",10,[[]]],[11,"try_from","","",10,[[],["result",4]]],[11,"try_into","","",10,[[],["result",4]]],[11,"borrow","","",10,[[]]],[11,"borrow_mut","","",10,[[]]],[11,"type_id","","",10,[[],["typeid",3]]],[11,"vzip","","",10,[[]]]],"p":[[3,"Options"],[4,"OnstreetParking"],[13,"SomeAdditionalWhereNoData"],[4,"PublicOffstreetParking"],[4,"PrivateOffstreetParking"],[3,"OsmExtract"],[3,"Document"],[3,"Node"],[3,"Way"],[3,"Relation"],[3,"Elevation"]]},\ "dump_map":{"doc":"","i":[[5,"main","dump_map","",null,[[]]]],"p":[]},\ "dump_scenario":{"doc":"","i":[[5,"main","dump_scenario","",null,[[]]]],"p":[]},\ -"game":{"doc":"","i":[[5,"main","game","",null,[[]]],[5,"smoke_test","","",null,[[]]],[5,"dump_route_goldenfile","","",null,[[["map",3]],[["error",3],["result",4]]]],[5,"check_proposals","","",null,[[]]],[0,"app","","",null,null],[3,"App","game::app","",null,null],[12,"primary","","",0,null],[12,"prebaked","","",0,null],[12,"cs","","",0,null],[12,"unzoomed_agents","","",0,null],[12,"opts","","",0,null],[12,"per_obj","","",0,null],[12,"layer","","",0,null],[12,"session","","",0,null],[12,"suspended_sim","","",0,null],[3,"ShowLayers","","",null,null],[12,"show_buildings","","",1,null],[12,"show_parking_lots","","",1,null],[12,"show_intersections","","",1,null],[12,"show_lanes","","",1,null],[12,"show_areas","","",1,null],[12,"show_labels","","",1,null],[3,"ShowEverything","","",null,null],[12,"layers","","",2,null],[3,"Flags","","",null,null],[12,"sim_flags","","",3,null],[12,"num_agents","","",3,null],[12,"live_map_edits","","",3,null],[3,"PerMap","","",null,null],[12,"map","","",4,null],[12,"draw_map","","",4,null],[12,"sim","","",4,null],[12,"current_selection","","",4,null],[12,"current_flags","","",4,null],[12,"last_warped_from","","",4,null],[12,"sim_cb","","",4,null],[12,"show_zorder","","",4,null],[12,"zorder_range","","",4,null],[12,"dirty_from_edits","","",4,null],[12,"has_modified_trips","","",4,null],[12,"unedited_map","","",4,null],[3,"SessionState","","",null,null],[12,"tutorial","","",5,null],[12,"high_scores","","",5,null],[12,"info_panel_tab","","",5,null],[3,"PerObjectActions","","",null,null],[12,"click_action","","",6,null],[3,"FindDelayedIntersections","","",null,null],[12,"halt_limit","","",7,null],[12,"report_limit","","",7,null],[12,"currently_delayed","","",7,null],[8,"ShowObject","","",null,null],[10,"show","","",8,[[["id",4]]]],[10,"layers","","",8,[[],["showlayers",3]]],[11,"new","","",0,[[["options",3],["eventctx",3],["flags",3]],["app",3]]],[11,"has_prebaked","","",0,[[],["option",4]]],[11,"prebaked","","",0,[[],["analytics",3]]],[11,"set_prebaked","","",0,[[["option",4]]]],[11,"switch_map","","",0,[[["eventctx",3],["string",3]]]],[11,"draw","","",0,[[["gfxctx",3],["showobject",8],["getdrawagents",8],["drawoptions",3]]]],[11,"recalculate_current_selection","","",0,[[["eventctx",3]]]],[11,"mouseover_unzoomed_roads_and_intersections","","",0,[[["eventctx",3]],[["option",4],["id",4]]]],[11,"mouseover_unzoomed_buildings","","",0,[[["eventctx",3]],[["option",4],["id",4]]]],[11,"mouseover_unzoomed_everything","","",0,[[["eventctx",3]],[["option",4],["id",4]]]],[11,"mouseover_debug_mode","","",0,[[["eventctx",3],["showobject",8]],[["option",4],["id",4]]]],[11,"calculate_current_selection","","",0,[[["showobject",8],["eventctx",3],["getdrawagents",8]],[["option",4],["id",4]]]],[11,"get_renderables_back_to_front","","",0,[[["agentcache",3],["bounds",3],["showobject",8],["getdrawagents",8],["prerender",3]],[["renderable",8],["vec",3]]]],[11,"new","","",1,[[],["showlayers",3]]],[11,"new","","",2,[[],["showeverything",3]]],[11,"new","","",4,[[["colorscheme",3],["timer",3],["flags",3],["eventctx",3],["options",3]],["permap",3]]],[11,"clear_sim","","",4,[[],["sim",3]]],[11,"calculate_unedited_map","","",4,[[]]],[11,"empty","","",5,[[],["sessionstate",3]]],[11,"new","","",6,[[],["perobjectactions",3]]],[11,"reset","","",6,[[]]],[11,"left_click","","",6,[[["eventctx",3],["string",3],["into",8]]]],[0,"challenges","game","",null,null],[3,"Challenge","game::challenges","",null,null],[12,"title","","",9,null],[12,"description","","",9,null],[12,"alias","","",9,null],[12,"gameplay","","",9,null],[12,"cutscene","","",9,null],[3,"HighScore","","",null,null],[12,"goal","","",10,null],[12,"score","","",10,null],[12,"edits_name","","",10,null],[3,"ChallengesPicker","","",null,null],[12,"panel","","",11,null],[12,"links","","",11,null],[12,"challenge","","",11,null],[5,"prebake_all","","",null,[[]]],[5,"generic_prebake_all","","",null,[[]]],[5,"prebake","","",null,[[["duration",3],["option",4],["timer",3],["map",3],["scenario",3]]]],[11,"record","","",10,[[["app",3],["gameplaymode",4]]]],[11,"all","","",9,[[],[["btreemap",3],["string",3],["vec",3]]]],[11,"find","","",9,[[["gameplaymode",4]]]],[11,"new","","",11,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[11,"make","","",11,[[["eventctx",3],["app",3],["option",4]],[["state",8],["box",3]]]],[0,"colors","game","",null,null],[3,"ColorScheme","game::colors","",null,null],[12,"scheme","","",12,null],[12,"hovering","","",12,null],[12,"panel_bg","","",12,null],[12,"section_bg","","",12,null],[12,"inner_panel","","",12,null],[12,"day_time_slider","","",12,null],[12,"night_time_slider","","",12,null],[12,"selected","","",12,null],[12,"current_object","","",12,null],[12,"perma_selected_object","","",12,null],[12,"bottom_bar_id","","",12,null],[12,"bottom_bar_name","","",12,null],[12,"fade_map_dark","","",12,null],[12,"gui_style","","",12,null],[12,"dialog_bg","","",12,null],[12,"driving_lane","","",12,null],[12,"bus_lane","","",12,null],[12,"parking_lane","","",12,null],[12,"bike_lane","","",12,null],[12,"sidewalk","","",12,null],[12,"sidewalk_lines","","",12,null],[12,"general_road_marking","","",12,null],[12,"road_center_line","","",12,null],[12,"light_rail_track","","",12,null],[12,"private_road","","",12,null],[12,"unzoomed_highway","","",12,null],[12,"unzoomed_arterial","","",12,null],[12,"unzoomed_residential","","",12,null],[12,"normal_intersection","","",12,null],[12,"stop_sign","","",12,null],[12,"stop_sign_pole","","",12,null],[12,"signal_protected_turn","","",12,null],[12,"signal_permitted_turn","","",12,null],[12,"signal_banned_turn","","",12,null],[12,"signal_box","","",12,null],[12,"signal_spinner","","",12,null],[12,"signal_turn_block_bg","","",12,null],[12,"void_background","","",12,null],[12,"map_background","","",12,null],[12,"unzoomed_interesting_intersection","","",12,null],[12,"residential_building","","",12,null],[12,"commerical_building","","",12,null],[12,"building_outline","","",12,null],[12,"parking_lot","","",12,null],[12,"grass","","",12,null],[12,"water","","",12,null],[12,"unzoomed_car","","",12,null],[12,"unzoomed_bike","","",12,null],[12,"unzoomed_bus","","",12,null],[12,"unzoomed_pedestrian","","",12,null],[12,"agent_colors","","",12,null],[12,"route","","",12,null],[12,"turn_arrow","","",12,null],[12,"brake_light","","",12,null],[12,"bus_body","","",12,null],[12,"bus_label","","",12,null],[12,"train_body","","",12,null],[12,"ped_head","","",12,null],[12,"ped_foot","","",12,null],[12,"ped_preparing_bike_body","","",12,null],[12,"ped_crowd","","",12,null],[12,"bike_frame","","",12,null],[12,"parked_car","","",12,null],[12,"good_to_bad_red","","",12,null],[12,"good_to_bad_green","","",12,null],[12,"bus_layer","","",12,null],[12,"edits_layer","","",12,null],[12,"parking_trip","","",12,null],[12,"bike_trip","","",12,null],[12,"bus_trip","","",12,null],[12,"before_changes","","",12,null],[12,"after_changes","","",12,null],[4,"ColorSchemeChoice","","",null,null],[13,"Standard","","",13,null],[13,"NightMode","","",13,null],[13,"SAMGreenDay","","",13,null],[13,"SAMDesertDay","","",13,null],[13,"BAP","","",13,null],[13,"OSM","","",13,null],[13,"Starcat","","",13,null],[13,"Textured","","",13,null],[13,"MapboxLight","","",13,null],[13,"MapboxDark","","",13,null],[13,"FadedZoom","","",13,null],[13,"NegativeSpace","","",13,null],[5,"modulo_color","","",null,[[["vec",3]],["color",3]]],[5,"hex","","",null,[[],["color",3]]],[11,"choices","","",13,[[],[["vec",3],["choice",3]]]],[11,"new","","",12,[[["colorschemechoice",4]],["colorscheme",3]]],[11,"standard","","",12,[[],["colorscheme",3]]],[11,"rotating_color_plot","","",12,[[],["color",3]]],[11,"rotating_color_agents","","",12,[[],["color",3]]],[11,"unzoomed_road_surface","","",12,[[["roadrank",4]],["color",3]]],[11,"zoomed_road_surface","","",12,[[["lanetype",4],["roadrank",4]],["color",3]]],[11,"zoomed_intersection_surface","","",12,[[["roadrank",4]],["color",3]]],[11,"night_mode","","",12,[[],["colorscheme",3]]],[11,"sam_green_day","","",12,[[],["colorscheme",3]]],[11,"sam_desert_day","","",12,[[],["colorscheme",3]]],[11,"bap","","",12,[[],["colorscheme",3]]],[11,"osm","","",12,[[],["colorscheme",3]]],[11,"starcat","","",12,[[],["colorscheme",3]]],[11,"textured","","",12,[[],["colorscheme",3]]],[11,"mapbox_light","","",12,[[],["colorscheme",3]]],[11,"mapbox_dark","","",12,[[],["colorscheme",3]]],[11,"faded_zoom","","",12,[[],["colorscheme",3]]],[11,"negative_space","","",12,[[],["colorscheme",3]]],[0,"common","game","",null,null],[3,"CommonState","game::common","",null,null],[12,"info_panel","","",14,null],[12,"cached_actions","","",14,null],[5,"tool_panel","","",null,[[["eventctx",3]],["panel",3]]],[0,"city_picker","","",null,null],[3,"CityPicker","game::common::city_picker","",null,null],[12,"panel","","",15,null],[12,"regions","","",15,null],[12,"selected","","",15,null],[12,"on_load","","",15,null],[5,"switch_map","","",null,[[["box",3],["eventctx",3],["app",3],["fn",8]],["transition",4]]],[11,"new","","",15,[[["box",3],["eventctx",3],["app",3],["fn",8]],[["state",8],["box",3]]]],[0,"colors","game::common","",null,null],[3,"ColorDiscrete","game::common::colors","",null,null],[12,"map","","",16,null],[12,"unzoomed","","",16,null],[12,"zoomed","","",16,null],[12,"categories","","",16,null],[12,"colors","","",16,null],[3,"ColorLegend","","",null,null],[3,"DivergingScale","","",null,null],[12,"low_color","","",17,null],[12,"mid_color","","",17,null],[12,"high_color","","",17,null],[12,"min","","",17,null],[12,"avg","","",17,null],[12,"max","","",17,null],[12,"ignore","","",17,null],[3,"ColorNetwork","","",null,null],[12,"map","","",18,null],[12,"unzoomed","","",18,null],[12,"zoomed","","",18,null],[3,"ColorScale","","",null,null],[12,"0","","",19,null],[11,"new","","",16,[[["vec",3],["app",3]],["colordiscrete",3]]],[11,"add_l","","",16,[[["laneid",3]]]],[11,"add_r","","",16,[[["roadid",3]]]],[11,"add_i","","",16,[[["intersectionid",3]]]],[11,"add_b","","",16,[[["buildingid",3]]]],[11,"add_bs","","",16,[[["busstopid",3]]]],[11,"build","","",16,[[["eventctx",3]]]],[11,"row","","",20,[[["string",3],["color",3],["into",8],["eventctx",3]],["widget",3]]],[11,"gradient","","",20,[[["string",3],["vec",3],["into",8],["colorscale",3],["eventctx",3]],["widget",3]]],[11,"new","","",17,[[["color",3]],["divergingscale",3]]],[11,"range","","",17,[[],["divergingscale",3]]],[11,"ignore","","",17,[[],["divergingscale",3]]],[11,"eval","","",17,[[],[["option",4],["color",3]]]],[11,"make_legend","","",17,[[["string",3],["vec",3],["into",8],["eventctx",3]],["widget",3]]],[11,"new","","",18,[[["app",3]],["colornetwork",3]]],[11,"add_l","","",18,[[["laneid",3],["color",3]]]],[11,"add_r","","",18,[[["roadid",3],["color",3]]]],[11,"add_i","","",18,[[["intersectionid",3],["color",3]]]],[11,"add_b","","",18,[[["buildingid",3],["color",3]]]],[11,"add_pl","","",18,[[["parkinglotid",3],["color",3]]]],[11,"ranked_roads","","",18,[[["colorscale",3],["roadid",3],["counter",3]]]],[11,"ranked_intersections","","",18,[[["counter",3],["intersectionid",3],["colorscale",3]]]],[11,"pct_roads","","",18,[[["colorscale",3],["roadid",3],["counter",3]]]],[11,"pct_intersections","","",18,[[["counter",3],["intersectionid",3],["colorscale",3]]]],[11,"build","","",18,[[["eventctx",3]]]],[11,"eval","","",19,[[],["color",3]]],[11,"from_colorous","","",19,[[["gradient",3]],["colorscale",3]]],[11,"inner_eval","","",19,[[]]],[0,"heatmap","game::common","",null,null],[3,"HeatmapOptions","game::common::heatmap","",null,null],[12,"resolution","","",21,null],[12,"radius","","",21,null],[12,"smoothing","","",21,null],[12,"contours","","",21,null],[12,"color_scheme","","",21,null],[3,"Grid","","",null,null],[12,"data","","",22,null],[12,"width","","",22,null],[12,"height","","",22,null],[5,"make_heatmap","","",null,[[["geombatch",3],["vec",3],["heatmapoptions",3],["pt2d",3],["eventctx",3],["bounds",3]],["widget",3]]],[17,"NEIGHBORS","","",null,null],[11,"new","","",21,[[],["heatmapoptions",3]]],[11,"to_controls","","",21,[[["eventctx",3],["widget",3]],[["widget",3],["vec",3]]]],[11,"from_controls","","",21,[[["panel",3]],["heatmapoptions",3]]],[11,"new","","",22,[[],["grid",3]]],[11,"idx","","",22,[[]]],[0,"isochrone","game::common","",null,null],[3,"IsochroneViewer","game::common::isochrone","",null,null],[12,"panel","","",23,null],[12,"draw","","",23,null],[5,"make_isochrone","","",null,[[["eventctx",3],["app",3],["buildingid",3]],["drawable",3]]],[11,"new","","",23,[[["eventctx",3],["app",3],["buildingid",3]],[["state",8],["box",3]]]],[0,"minimap","game::common","",null,null],[3,"Minimap","game::common::minimap","",null,null],[12,"dragging","","",24,null],[12,"panel","","",24,null],[12,"zoomed","","",24,null],[12,"layer","","",24,null],[12,"zoom_lvl","","",24,null],[12,"base_zoom","","",24,null],[12,"zoom","","",24,null],[12,"offset_x","","",24,null],[12,"offset_y","","",24,null],[5,"make_minimap_panel","","",null,[[["eventctx",3],["app",3]],["panel",3]]],[5,"make_tool_panel","","",null,[[["eventctx",3],["app",3]],["widget",3]]],[5,"make_horiz_viz_panel","","",null,[[["eventctx",3],["app",3]],["widget",3]]],[5,"make_vert_viz_panel","","",null,[[["eventctx",3],["app",3]],["widget",3]]],[11,"new","","",24,[[["eventctx",3],["app",3]],["minimap",3]]],[11,"map_to_minimap_pct","","",24,[[["pt2d",3]]]],[11,"set_zoom","","",24,[[["eventctx",3],["app",3]]]],[11,"recenter","","",24,[[["app",3],["eventctx",3]]]],[11,"event","","",24,[[["eventctx",3],["app",3]],[["option",4],["transition",4]]]],[11,"draw","","",24,[[["app",3],["gfxctx",3]]]],[0,"navigate","game::common","",null,null],[3,"Navigator","game::common::navigate","",null,null],[12,"panel","","",25,null],[3,"CrossStreet","","",null,null],[12,"first","","",26,null],[12,"panel","","",26,null],[12,"draw","","",26,null],[3,"SearchBuildings","","",null,null],[12,"panel","","",27,null],[11,"new","","",25,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[11,"new","","",26,[[["roadid",3],["eventctx",3],["app",3],["vec",3]],[["state",8],["box",3]]]],[11,"new","","",27,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[0,"warp","game::common","",null,null],[3,"Warping","game::common::warp","",null,null],[12,"warper","","",28,null],[12,"id","","",28,null],[3,"DebugWarp","","",null,null],[12,"panel","","",29,null],[5,"warp_to_id","","",null,[[["eventctx",3],["app",3]],[["option",4],["transition",4]]]],[17,"WARP_TO_CAM_ZOOM","","",null,null],[11,"new","","",28,[[["option",4],["pt2d",3],["option",4],["id",4],["eventctx",3],["permap",3]],[["state",8],["box",3]]]],[11,"new","","",29,[[["eventctx",3]],[["state",8],["box",3]]]],[11,"new","game::common","",14,[[],["commonstate",3]]],[11,"event","","",14,[[["eventctx",3],["app",3],["contextualactions",8]],[["option",4],["transition",4]]]],[11,"draw","","",14,[[["app",3],["gfxctx",3]]]],[11,"osd_for","","",14,[[["app",3],["id",4]],["text",3]]],[11,"draw_osd","","",14,[[["app",3],["gfxctx",3]]]],[11,"draw_custom_osd","","",14,[[["app",3],["gfxctx",3],["text",3]]]],[11,"launch_info_panel","","",14,[[["tab",4],["eventctx",3],["app",3],["contextualactions",8]]]],[11,"info_panel_open","","",14,[[["app",3]],[["option",4],["id",4]]]],[0,"cutscene","game","",null,null],[3,"CutsceneBuilder","game::cutscene","",null,null],[12,"name","","",30,null],[12,"scenes","","",30,null],[3,"Scene","","",null,null],[12,"layout","","",31,null],[12,"msg","","",31,null],[3,"CutscenePlayer","","",null,null],[12,"name","","",32,null],[12,"scenes","","",32,null],[12,"idx","","",32,null],[12,"panel","","",32,null],[12,"make_task","","",32,null],[3,"FYI","","",null,null],[12,"panel","","",33,null],[4,"Layout","","",null,null],[13,"PlayerSpeaking","","",34,null],[13,"BossSpeaking","","",34,null],[13,"Extra","","",34,null],[5,"make_panel","","",null,[[["vec",3],["eventctx",3],["app",3],["box",3]],["panel",3]]],[11,"new","","",30,[[],["cutscenebuilder",3]]],[11,"player","","",30,[[["string",3],["into",8]],["cutscenebuilder",3]]],[11,"boss","","",30,[[["string",3],["into",8]],["cutscenebuilder",3]]],[11,"extra","","",30,[[["string",3],["into",8]],["cutscenebuilder",3]]],[11,"build","","",30,[[["box",3],["eventctx",3],["app",3],["fn",8]],[["state",8],["box",3]]]],[11,"new","","",33,[[["eventctx",3],["widget",3],["color",3]],[["state",8],["box",3]]]],[0,"debug","game","",null,null],[3,"DebugMode","game::debug","",null,null],[12,"panel","","",35,null],[12,"common","","",35,null],[12,"tool_panel","","",35,null],[12,"objects","","",35,null],[12,"hidden","","",35,null],[12,"layers","","",35,null],[12,"search_results","","",35,null],[12,"all_routes","","",35,null],[12,"highlighted_agents","","",35,null],[3,"SearchResults","","",null,null],[12,"query","","",36,null],[12,"num_matches","","",36,null],[12,"draw","","",36,null],[3,"Actions","","",null,null],[3,"ScreenshotTest","","",null,null],[12,"todo_maps","","",37,null],[5,"search_osm","","",null,[[["string",3],["eventctx",3],["app",3]],["transition",4]]],[5,"calc_all_routes","","",null,[[["app",3],["eventctx",3]]]],[5,"find_bad_signals","","",null,[[["app",3]]]],[5,"find_degenerate_roads","","",null,[[["app",3]]]],[5,"diff_tags","","",null,[[["tags",3]]]],[5,"find_large_intersections","","",null,[[["app",3]]]],[5,"screenshot_everything","","",null,[[["eventctx",3],["app",3]]]],[0,"floodfill","","",null,null],[3,"Floodfiller","game::debug::floodfill","",null,null],[12,"panel","","",38,null],[12,"unzoomed","","",38,null],[12,"zoomed","","",38,null],[12,"source","","",38,null],[4,"Source","","",null,null],[13,"Floodfill","","",39,null],[13,"SCC","","",39,null],[11,"floodfill","","",38,[[["eventctx",3],["app",3],["laneid",3]],[["state",8],["box",3]]]],[11,"scc","","",38,[[["eventctx",3],["app",3],["laneid",3]],[["state",8],["box",3]]]],[11,"new","","",38,[[["pathconstraints",4],["eventctx",3],["app",3],["source",4]],[["state",8],["box",3]]]],[11,"calculate","","",39,[[["pathconstraints",4],["map",3]]]],[0,"objects","game::debug","",null,null],[3,"ObjectDebugger","game::debug::objects","",null,null],[12,"debug_tooltip_key_held","","",40,null],[11,"new","","",40,[[],["objectdebugger",3]]],[11,"event","","",40,[[["eventctx",3]]]],[11,"draw","","",40,[[["app",3],["gfxctx",3]]]],[11,"dump_debug","","",40,[[["id",4],["map",3],["sim",3]]]],[0,"path_counter","game::debug","",null,null],[3,"PathCounter","game::debug::path_counter","",null,null],[12,"panel","","",41,null],[12,"unzoomed","","",41,null],[12,"zoomed","","",41,null],[12,"cnt","","",41,null],[12,"tooltip","","",41,null],[11,"demand_across_intersection","","",41,[[["eventctx",3],["app",3],["intersectionid",3]],[["state",8],["box",3]]]],[0,"polygons","game::debug","",null,null],[3,"PolygonDebugger","game::debug::polygons","",null,null],[12,"panel","","",42,null],[12,"noun","","",42,null],[12,"items","","",42,null],[12,"center","","",42,null],[4,"Item","","",null,null],[13,"Point","","",43,null],[13,"Triangle","","",43,null],[13,"Polygon","","",43,null],[11,"new","","",42,[[["option",4],["pt2d",3],["eventctx",3],["vec",3],["item",4]],[["state",8],["box",3]]]],[0,"shared_row","game::debug","",null,null],[5,"export","game::debug::shared_row","",null,[[["map",3],["vec",3],["roadid",3]],["string",3]]],[5,"road","","",null,[[["roadid",3],["map",3]],["feature",3]]],[5,"lane","","",null,[[["lane",3]],[["option",4],["map",3]]]],[11,"new","game::debug","",35,[[["eventctx",3]],[["state",8],["box",3]]]],[11,"reset_info","","",35,[[["eventctx",3]]]],[0,"devtools","game","",null,null],[3,"DevToolsMode","game::devtools","",null,null],[12,"panel","","",44,null],[0,"destinations","","",null,null],[3,"PopularDestinations","game::devtools::destinations","",null,null],[12,"per_bldg","","",45,null],[12,"panel","","",45,null],[12,"draw","","",45,null],[11,"new","","",45,[[["eventctx",3],["app",3],["scenario",3]],[["state",8],["box",3]]]],[11,"make","","",45,[[["buildingid",3],["counter",3],["eventctx",3],["app",3],["heatmapoptions",3],["option",4]],[["state",8],["box",3]]]],[0,"kml","game::devtools","",null,null],[3,"ViewKML","game::devtools::kml","",null,null],[12,"panel","","",46,null],[12,"objects","","",46,null],[12,"draw","","",46,null],[12,"selected","","",46,null],[12,"quadtree","","",46,null],[12,"draw_query","","",46,null],[3,"Object","","",null,null],[12,"polygon","","",47,null],[12,"color","","",47,null],[12,"attribs","","",47,null],[12,"osm_bldg","","",47,null],[5,"make_object","","",null,[[["colorscheme",3],["hashmap",3],["string",3],["vec",3],["pt2d",3],["btreemap",3]],["object",3]]],[5,"make_query","","",null,[[["app",3],["vec",3]]]],[17,"RADIUS","","",null,null],[17,"THICKNESS","","",null,null],[11,"new","","",46,[[["string",3],["eventctx",3],["app",3],["option",4]],[["state",8],["box",3]]]],[0,"mapping","game::devtools","",null,null],[3,"ParkingMapper","game::devtools::mapping","",null,null],[12,"panel","","",48,null],[12,"draw_layer","","",48,null],[12,"show","","",48,null],[12,"selected","","",48,null],[12,"data","","",48,null],[3,"ChangeWay","","",null,null],[12,"panel","","",49,null],[12,"draw","","",49,null],[12,"osm_way_id","","",49,null],[12,"data","","",49,null],[12,"show","","",49,null],[4,"Show","","",null,null],[13,"TODO","","",50,null],[13,"Done","","",50,null],[13,"DividedHighways","","",50,null],[13,"OverlappingStuff","","",50,null],[4,"Value","","",null,null],[13,"BothSides","","",51,null],[13,"NoStopping","","",51,null],[13,"RightOnly","","",51,null],[13,"LeftOnly","","",51,null],[13,"Complicated","","",51,null],[5,"generate_osmc","","",null,[[["timer",3],["btreemap",3]],[["box",3],["result",4]]]],[5,"find_divided_highways","","",null,[[["app",3]],[["hashset",3],["roadid",3]]]],[5,"find_overlapping_stuff","","",null,[[["app",3],["timer",3]],[["vec",3],["polygon",3]]]],[11,"new","","",48,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[11,"make","","",48,[[["show",4],["value",4],["eventctx",3],["app",3],["wayid",3],["btreemap",3]],[["state",8],["box",3]]]],[11,"new","","",49,[[["hashset",3],["show",4],["value",4],["eventctx",3],["app",3],["wayid",3],["btreemap",3]],[["state",8],["box",3]]]],[0,"polygon","game::devtools","",null,null],[3,"PolygonEditor","game::devtools::polygon","",null,null],[12,"panel","","",52,null],[12,"name","","",52,null],[12,"points","","",52,null],[12,"mouseover_pt","","",52,null],[12,"moving_pt","","",52,null],[5,"save_as_osmosis","","",null,[[["vec",3]],[["result",4],["error",3]]]],[17,"POINT_RADIUS","","",null,null],[17,"POINT_COLOR","","",null,null],[17,"POLYGON_COLOR","","",null,null],[17,"POINT_TO_MOVE","","",null,null],[17,"LAST_PLACED_POINT","","",null,null],[11,"new","","",52,[[["string",3],["vec",3],["lonlat",3],["eventctx",3]],[["state",8],["box",3]]]],[0,"scenario","game::devtools","",null,null],[3,"ScenarioManager","game::devtools::scenario","",null,null],[12,"panel","","",53,null],[12,"scenario","","",53,null],[12,"unzoomed","","",53,null],[12,"zoomed","","",53,null],[11,"new","","",53,[[["eventctx",3],["app",3],["scenario",3]],[["state",8],["box",3]]]],[0,"story","game::devtools","",null,null],[3,"StoryMapEditor","game::devtools::story","",null,null],[12,"panel","","",54,null],[12,"story","","",54,null],[12,"mode","","",54,null],[12,"dirty","","",54,null],[12,"hovering","","",54,null],[3,"RecordedStoryMap","","",null,null],[12,"name","","",55,null],[12,"markers","","",55,null],[3,"StoryMap","","",null,null],[12,"name","","",56,null],[12,"markers","","",56,null],[3,"Marker","","",null,null],[12,"pts","","",57,null],[12,"event","","",57,null],[12,"hitbox","","",57,null],[12,"draw","","",57,null],[3,"Lasso","","",null,null],[12,"pl","","",58,null],[4,"Mode","","",null,null],[13,"View","","",59,null],[13,"PlacingMarker","","",59,null],[13,"Dragging","","",59,null],[13,"Editing","","",59,null],[13,"Freehand","","",59,null],[5,"make_panel","","",null,[[["eventctx",3],["mode",4],["storymap",3]],["panel",3]]],[5,"simplify","","",null,[[["vec",3],["pt2d",3]],["ring",3]]],[11,"new","","",54,[[["eventctx",3]],[["state",8],["box",3]]]],[11,"redo_panel","","",54,[[["eventctx",3]]]],[11,"new","","",56,[[],["storymap",3]]],[11,"load","","",56,[[["eventctx",3],["app",3],["recordedstorymap",3]],[["option",4],["storymap",3]]]],[11,"save","","",56,[[["app",3]]]],[11,"new","","",57,[[["vec",3],["string",3],["pt2d",3],["eventctx",3]],["marker",3]]],[11,"draw_hovered","","",57,[[["app",3],["gfxctx",3]]]],[11,"make_editor","","",57,[[["eventctx",3]],["panel",3]]],[11,"new","","",58,[[["pt2d",3]],["lasso",3]]],[11,"event","","",58,[[["eventctx",3]],[["ring",3],["option",4]]]],[11,"draw","","",58,[[["gfxctx",3]]]],[11,"new","game::devtools","",44,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[0,"edit","game","",null,null],[3,"EditMode","game::edit","",null,null],[12,"tool_panel","","",60,null],[12,"top_center","","",60,null],[12,"changelist","","",60,null],[12,"orig_edits","","",60,null],[12,"orig_dirty","","",60,null],[12,"mode","","",60,null],[12,"changelist_key","","",60,null],[12,"unzoomed","","",60,null],[12,"zoomed","","",60,null],[3,"SaveEdits","","",null,null],[12,"panel","","",61,null],[12,"current_name","","",61,null],[12,"cancel","","",61,null],[12,"on_success","","",61,null],[12,"reset","","",61,null],[3,"LoadEdits","","",null,null],[12,"panel","","",62,null],[12,"mode","","",62,null],[3,"ConfirmDiscard","","",null,null],[12,"panel","","",63,null],[12,"discard","","",63,null],[5,"make_topcenter","","",null,[[["eventctx",3],["app",3]],["panel",3]]],[5,"apply_map_edits","","",null,[[["eventctx",3],["app",3],["mapedits",3]]]],[5,"can_edit_lane","","",null,[[["laneid",3],["app",3],["gameplaymode",4]]]],[5,"speed_limit_choices","","",null,[[],[["choice",3],["vec",3]]]],[5,"maybe_edit_intersection","","",null,[[["gameplaymode",4],["eventctx",3],["app",3],["intersectionid",3]],[["option",4],["box",3]]]],[5,"make_changelist","","",null,[[["eventctx",3],["app",3]],["panel",3]]],[5,"cmd_to_id","","",null,[[["editcmd",4]],[["option",4],["id",4]]]],[0,"bulk","","",null,null],[3,"BulkSelect","game::edit::bulk","",null,null],[12,"panel","","",64,null],[12,"selector","","",64,null],[3,"BulkEdit","","",null,null],[12,"panel","","",65,null],[12,"roads","","",65,null],[12,"preview","","",65,null],[5,"make_select_panel","","",null,[[["eventctx",3],["roadselector",3]],["panel",3]]],[5,"get_lt_transformations","","",null,[[["panel",3]],["vec",3]]],[5,"make_lt_switcher","","",null,[[["eventctx",3],["vec",3]],["widget",3]]],[5,"make_bulk_edits","","",null,[[["option",4],["speed",3],["vec",3],["eventctx",3],["app",3],["vec",3]],[["state",8],["box",3]]]],[11,"new","","",64,[[["eventctx",3],["app",3],["roadid",3]],[["state",8],["box",3]]]],[11,"new","","",65,[[["roadid",3],["eventctx",3],["drawable",3],["vec",3]],[["state",8],["box",3]]]],[0,"cluster_traffic_signals","game::edit","",null,null],[3,"ClusterTrafficSignalEditor","game::edit::cluster_traffic_signals","",null,null],[12,"panel","","",66,null],[12,"members","","",66,null],[12,"groups","","",66,null],[12,"group_selected","","",66,null],[11,"new","","",66,[[["eventctx",3],["app",3],["intersectioncluster",3]],[["state",8],["box",3]]]],[0,"lanes","game::edit","",null,null],[3,"LaneEditor","game::edit::lanes","",null,null],[12,"l","","",67,null],[12,"mode","","",67,null],[12,"panel","","",67,null],[5,"reverse_lane","","",null,[[["laneid",3],["map",3]],["editcmd",4]]],[11,"new","","",67,[[["eventctx",3],["app",3],["laneid",3],["gameplaymode",4]],[["state",8],["box",3]]]],[0,"routes","game::edit","",null,null],[3,"RouteEditor","game::edit::routes","",null,null],[12,"panel","","",68,null],[12,"route","","",68,null],[11,"new","","",68,[[["eventctx",3],["app",3],["busrouteid",3]],[["state",8],["box",3]]]],[0,"select","game::edit","",null,null],[3,"RoadSelector","game::edit::select","",null,null],[12,"roads","","",69,null],[12,"preview","","",69,null],[12,"mode","","",69,null],[12,"dragging","","",69,null],[4,"Mode","","",null,null],[13,"Pan","","",70,null],[13,"Route","","",70,null],[12,"i1","game::edit::select::Mode","",71,null],[12,"preview_path","","",71,null],[13,"Paint","game::edit::select","",70,null],[13,"Erase","","",70,null],[11,"new","","",69,[[["roadid",3],["eventctx",3],["app",3],["btreeset",3]],["roadselector",3]]],[11,"make_controls","","",69,[[["eventctx",3]],["widget",3]]],[11,"roads_changed","","",69,[[["eventctx",3],["app",3]]]],[11,"event","","",69,[[["eventctx",3],["app",3],["option",4]]]],[11,"draw","","",69,[[["app",3],["gfxctx",3]]]],[0,"stop_signs","game::edit","",null,null],[3,"StopSignEditor","game::edit::stop_signs","",null,null],[12,"panel","","",72,null],[12,"id","","",72,null],[12,"mode","","",72,null],[12,"geom","","",72,null],[12,"selected_sign","","",72,null],[11,"new","","",72,[[["eventctx",3],["app",3],["intersectionid",3],["gameplaymode",4]],[["state",8],["box",3]]]],[0,"traffic_signals","game::edit","",null,null],[3,"TrafficSignalEditor","game::edit::traffic_signals","",null,null],[12,"side_panel","","",73,null],[12,"top_panel","","",73,null],[12,"mode","","",73,null],[12,"members","","",73,null],[12,"current_stage","","",73,null],[12,"movements","","",73,null],[12,"movement_selected","","",73,null],[12,"draw_current","","",73,null],[12,"command_stack","","",73,null],[12,"redo_stack","","",73,null],[12,"original","","",73,null],[12,"warn_changed","","",73,null],[12,"fade_irrelevant","","",73,null],[3,"BundleEdits","","",null,null],[12,"signals","","",74,null],[5,"make_top_panel","","",null,[[["eventctx",3],["app",3]],["panel",3]]],[5,"make_side_panel","","",null,[[["eventctx",3],["app",3],["btreeset",3]],["panel",3]]],[5,"check_for_missing_turns","","",null,[[["app",3],["btreeset",3]],[["option",4],["bundleedits",3]]]],[5,"draw_multiple_signals","","",null,[[["btreeset",3],["eventctx",3],["app",3],["vec",3]],["widget",3]]],[5,"squish_polygons_together","","",null,[[["vec",3],["polygon",3]],["vec",3]]],[5,"fade_irrelevant","","",null,[[["app",3],["btreeset",3]],["geombatch",3]]],[0,"edits","","",null,null],[3,"ChangeDuration","game::edit::traffic_signals::edits","",null,null],[12,"panel","","",75,null],[12,"idx","","",75,null],[5,"edit_entire_signal","","",null,[[["bundleedits",3],["eventctx",3],["app",3],["intersectionid",3],["gameplaymode",4]],[["state",8],["box",3]]]],[11,"new","","",75,[[["eventctx",3],["controltrafficsignal",3]],[["state",8],["box",3]]]],[0,"offsets","game::edit::traffic_signals","",null,null],[3,"ShowAbsolute","game::edit::traffic_signals::offsets","",null,null],[12,"members","","",76,null],[12,"panel","","",76,null],[12,"labels","","",76,null],[3,"ShowRelative","","",null,null],[12,"base","","",77,null],[12,"members","","",77,null],[12,"panel","","",77,null],[12,"labels","","",77,null],[3,"TuneRelative","","",null,null],[12,"i1","","",78,null],[12,"i2","","",78,null],[12,"members","","",78,null],[12,"panel","","",78,null],[12,"labels","","",78,null],[11,"new","","",76,[[["eventctx",3],["app",3],["intersectionid",3],["btreeset",3]],[["state",8],["box",3]]]],[11,"new","","",77,[[["eventctx",3],["app",3],["intersectionid",3],["btreeset",3]],[["state",8],["box",3]]]],[11,"new","","",78,[[["eventctx",3],["app",3],["intersectionid",3],["btreeset",3]],[["state",8],["box",3]]]],[0,"picker","game::edit::traffic_signals","",null,null],[3,"SignalPicker","game::edit::traffic_signals::picker","",null,null],[12,"members","","",79,null],[12,"panel","","",79,null],[12,"mode","","",79,null],[5,"make_btn","","",null,[[["eventctx",3]],["widget",3]]],[11,"new","","",79,[[["eventctx",3],["intersectionid",3],["gameplaymode",4],["btreeset",3]],[["state",8],["box",3]]]],[0,"preview","game::edit::traffic_signals","",null,null],[3,"PreviewTrafficSignal","game::edit::traffic_signals::preview","",null,null],[12,"panel","","",80,null],[12,"speed","","",80,null],[12,"time_panel","","",80,null],[5,"make_previewer","","",null,[[["eventctx",3],["app",3],["intersectionid",3],["btreeset",3]],[["state",8],["box",3]]]],[11,"new","","",80,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[11,"new","game::edit::traffic_signals","",73,[[["gameplaymode",4],["eventctx",3],["app",3],["intersectionid",3],["btreeset",3]],[["state",8],["box",3]]]],[11,"change_stage","","",73,[[["eventctx",3],["app",3]]]],[11,"add_new_edit","","",73,[[["eventctx",3],["app",3],["fn",8]]]],[11,"recalc_draw_current","","",73,[[["eventctx",3],["app",3]]]],[11,"apply","","",74,[[["app",3]]]],[11,"commit","","",74,[[["eventctx",3],["app",3]]]],[11,"get_current","","",74,[[["app",3],["btreeset",3]],["bundleedits",3]]],[11,"synchronize","","",74,[[["app",3],["btreeset",3]],["bundleedits",3]]],[0,"validate","game::edit","",null,null],[5,"check_sidewalk_connectivity","game::edit::validate","",null,[[["eventctx",3],["app",3],["editcmd",4]],[["option",4],["box",3]]]],[5,"check_blackholes","","",null,[[["eventctx",3],["app",3],["editcmd",4]],[["option",4],["box",3]]]],[5,"try_change_lt","","",null,[[["map",3],["lanetype",4],["eventctx",3],["laneid",3]],[["box",3],["editcmd",4],["result",4]]]],[0,"zones","game::edit","",null,null],[3,"ZoneEditor","game::edit::zones","",null,null],[12,"panel","","",81,null],[12,"selector","","",81,null],[12,"allow_through_traffic","","",81,null],[12,"unzoomed","","",81,null],[12,"zoomed","","",81,null],[12,"orig_members","","",81,null],[5,"draw_zone","","",null,[[["eventctx",3],["app",3],["btreeset",3]]]],[5,"make_instructions","","",null,[[["eventctx",3],["btreeset",3]],["widget",3]]],[11,"new","","",81,[[["eventctx",3],["app",3],["roadid",3]],[["state",8],["box",3]]]],[11,"new","game::edit","",60,[[["eventctx",3],["app",3],["gameplaymode",4]],[["state",8],["box",3]]]],[11,"quit","","",60,[[["eventctx",3],["app",3]],["transition",4]]],[11,"new","","",61,[[["string",3],["transition",4],["into",8],["box",3],["fn",8],["eventctx",3],["app",3],["option",4]],[["state",8],["box",3]]]],[11,"recalc_btn","","",61,[[["eventctx",3],["app",3]]]],[11,"new","","",62,[[["eventctx",3],["app",3],["gameplaymode",4]],[["state",8],["box",3]]]],[11,"new","","",63,[[["eventctx",3],["fn",8],["box",3]],[["state",8],["box",3]]]],[0,"game","game","",null,null],[3,"Game","game::game","",null,null],[12,"states","","",82,null],[12,"app","","",82,null],[3,"ChooseSomething","","",null,null],[12,"panel","","",83,null],[12,"cb","","",83,null],[3,"PromptInput","","",null,null],[12,"panel","","",84,null],[12,"cb","","",84,null],[3,"PopupMsg","","",null,null],[12,"panel","","",85,null],[12,"unzoomed","","",85,null],[12,"zoomed","","",85,null],[4,"DrawBaselayer","","",null,null],[13,"DefaultMap","","",86,null],[13,"Custom","","",86,null],[13,"PreviousState","","",86,null],[4,"Transition","","",null,null],[13,"Keep","","",87,null],[13,"KeepWithMouseover","","",87,null],[13,"Pop","","",87,null],[13,"ModifyState","","",87,null],[13,"ReplaceWithData","","",87,null],[13,"Push","","",87,null],[13,"Replace","","",87,null],[13,"Clear","","",87,null],[13,"Multi","","",87,null],[8,"State","","",null,null],[10,"event","","",88,[[["eventctx",3],["app",3]],["transition",4]]],[10,"draw","","",88,[[["app",3],["gfxctx",3]]]],[11,"draw_baselayer","","",88,[[],["drawbaselayer",4]]],[11,"on_destroy","","",88,[[["eventctx",3],["app",3]]]],[11,"new","","",82,[[["string",3],["option",4],["options",3],["flags",3],["eventctx",3],["gameplaymode",4],["option",4]],["game",3]]],[11,"execute_transition","","",82,[[["eventctx",3],["transition",4]]]],[11,"grey_out_map","","",88,[[["app",3],["gfxctx",3]]]],[11,"is","","Returns true if the trait object wraps an object of type…",88,[[]]],[11,"downcast","","Returns a boxed object from a boxed trait object if the…",88,[[["box",3]],[["result",4],["box",3],["box",3]]]],[11,"downcast_rc","","Returns an `Rc`-ed object from an `Rc`-ed trait object if…",88,[[["rc",3]],[["rc",3],["rc",3],["result",4]]]],[11,"downcast_ref","","Returns a reference to the object within the trait object…",88,[[],["option",4]]],[11,"downcast_mut","","Returns a mutable reference to the object within the trait…",88,[[],["option",4]]],[11,"new","","",83,[[["vec",3],["choice",3],["box",3],["eventctx",3],["fn",8]],[["state",8],["box",3]]]],[11,"new_below","","",83,[[["vec",3],["choice",3],["screenrectangle",3],["box",3],["eventctx",3],["fn",8]],[["state",8],["box",3]]]],[11,"new","","",84,[[["eventctx",3],["box",3],["fn",8]],[["state",8],["box",3]]]],[11,"new","","",85,[[["string",3],["vec",3],["into",8],["eventctx",3]],[["state",8],["box",3]]]],[11,"also_draw","","",85,[[["string",3],["vec",3],["into",8],["eventctx",3],["drawable",3]],[["state",8],["box",3]]]],[0,"helpers","game","",null,null],[4,"ID","game::helpers","",null,null],[13,"Road","","",89,null],[13,"Lane","","",89,null],[13,"Intersection","","",89,null],[13,"Building","","",89,null],[13,"ParkingLot","","",89,null],[13,"Car","","",89,null],[13,"Pedestrian","","",89,null],[13,"PedCrowd","","",89,null],[13,"BusStop","","",89,null],[13,"Area","","",89,null],[5,"list_names","","",null,[[["string",3],["btreeset",3],["text",3],["fn",8]]]],[5,"nice_map_name","","",null,[[]]],[5,"cmp_duration_shorter","","",null,[[["duration",3]],[["textspan",3],["vec",3]]]],[5,"color_for_mode","","",null,[[["app",3],["tripmode",4]],["color",3]]],[5,"color_for_agent_type","","",null,[[["app",3],["agenttype",4]],["color",3]]],[5,"color_for_trip_phase","","",null,[[["app",3],["tripphasetype",4]],["color",3]]],[5,"amenity_type","","",null,[[],["option",4]]],[5,"hotkey_btn","","",null,[[["string",3],["into",8],["app",3],["key",4],["eventctx",3]],["widget",3]]],[5,"intersections_from_roads","","",null,[[["btreeset",3],["map",3]],[["intersectionid",3],["btreeset",3]]]],[5,"checkbox_per_mode","","",null,[[["eventctx",3],["app",3],["btreeset",3]],["widget",3]]],[5,"open_browser","","",null,[[["string",3]]]],[5,"loading_tips","","",null,[[],["text",3]]],[11,"from_agent","","",89,[[["agentid",4]],["id",4]]],[11,"agent_id","","",89,[[],[["option",4],["agentid",4]]]],[11,"canonical_point","","",89,[[["permap",3]],[["option",4],["pt2d",3]]]],[0,"info","game","",null,null],[3,"InfoPanel","game::info","",null,null],[12,"tab","","",90,null],[12,"time","","",90,null],[12,"is_paused","","",90,null],[12,"panel","","",90,null],[12,"unzoomed","","",90,null],[12,"zoomed","","",90,null],[12,"hyperlinks","","",90,null],[12,"warpers","","",90,null],[12,"time_warpers","","",90,null],[12,"cached_actions","","",90,null],[3,"Details","","",null,null],[12,"unzoomed","","",91,null],[12,"zoomed","","",91,null],[12,"hyperlinks","","",91,null],[12,"warpers","","",91,null],[12,"time_warpers","","",91,null],[12,"can_jump_to_time","","",91,null],[3,"DataOptions","","",null,null],[12,"show_before","","",92,null],[12,"show_end_of_day","","",92,null],[12,"disabled_types","","",92,null],[4,"Tab","","",null,null],[13,"PersonTrips","","",93,null],[13,"PersonBio","","",93,null],[13,"PersonSchedule","","",93,null],[13,"BusStatus","","",93,null],[13,"BusStop","","",93,null],[13,"BusRoute","","",93,null],[13,"ParkedCar","","",93,null],[13,"BldgInfo","","",93,null],[13,"BldgPeople","","",93,null],[13,"ParkingLot","","",93,null],[13,"Crowd","","",93,null],[13,"Area","","",93,null],[13,"IntersectionInfo","","",93,null],[13,"IntersectionTraffic","","",93,null],[13,"IntersectionDelay","","",93,null],[13,"IntersectionDemand","","",93,null],[13,"IntersectionArrivals","","",93,null],[13,"IntersectionTrafficSignal","","",93,null],[13,"LaneInfo","","",93,null],[13,"LaneDebug","","",93,null],[13,"LaneTraffic","","",93,null],[5,"make_table","","",null,[[["vec",3],["eventctx",3]],[["widget",3],["vec",3]]]],[5,"throughput","","",null,[[["fn",8],["app",3],["eventctx",3],["dataoptions",3]],["widget",3]]],[5,"make_tabs","","",null,[[["tab",4],["vec",3],["hashmap",3],["eventctx",3]],["widget",3]]],[5,"header_btns","","",null,[[["eventctx",3]],["widget",3]]],[0,"building","","",null,null],[5,"info","game::info::building","",null,[[["buildingid",3],["eventctx",3],["app",3],["details",3]],[["widget",3],["vec",3]]]],[5,"people","","",null,[[["buildingid",3],["eventctx",3],["app",3],["details",3]],[["widget",3],["vec",3]]]],[5,"header","","",null,[[["buildingid",3],["tab",4],["app",3],["details",3],["eventctx",3]],[["widget",3],["vec",3]]]],[5,"draw_occupants","","",null,[[["buildingid",3],["personid",3],["app",3],["details",3],["option",4]]]],[0,"bus","game::info","",null,null],[5,"stop","game::info::bus","",null,[[["eventctx",3],["app",3],["details",3],["busstopid",3]],[["widget",3],["vec",3]]]],[5,"bus_status","","",null,[[["eventctx",3],["app",3],["details",3],["carid",3]],[["widget",3],["vec",3]]]],[5,"bus_header","","",null,[[["tab",4],["eventctx",3],["app",3],["details",3],["carid",3]],[["widget",3],["vec",3]]]],[5,"route","","",null,[[["eventctx",3],["app",3],["details",3],["busrouteid",3]],[["widget",3],["vec",3]]]],[5,"describe_schedule","","",null,[[["busroute",3]],["text",3]]],[0,"debug","game::info","",null,null],[5,"area","game::info::debug","",null,[[["areaid",3],["app",3],["details",3],["eventctx",3]],[["widget",3],["vec",3]]]],[0,"intersection","game::info","",null,null],[5,"info","game::info::intersection","",null,[[["app",3],["details",3],["eventctx",3],["intersectionid",3]],[["widget",3],["vec",3]]]],[5,"traffic","","",null,[[["dataoptions",3],["eventctx",3],["app",3],["details",3],["intersectionid",3]],[["widget",3],["vec",3]]]],[5,"delay","","",null,[[["dataoptions",3],["eventctx",3],["app",3],["details",3],["intersectionid",3]],[["widget",3],["vec",3]]]],[5,"current_demand","","",null,[[["eventctx",3],["app",3],["details",3],["intersectionid",3]],[["widget",3],["vec",3]]]],[5,"arrivals","","",null,[[["dataoptions",3],["eventctx",3],["app",3],["details",3],["intersectionid",3]],[["widget",3],["vec",3]]]],[5,"traffic_signal","","",null,[[["eventctx",3],["app",3],["details",3],["intersectionid",3]],[["widget",3],["vec",3]]]],[5,"delay_plot","","",null,[[["app",3],["intersectionid",3],["eventctx",3],["dataoptions",3]],["widget",3]]],[5,"header","","",null,[[["tab",4],["app",3],["details",3],["eventctx",3],["intersectionid",3]],[["widget",3],["vec",3]]]],[0,"lane","game::info","",null,null],[5,"info","game::info::lane","",null,[[["app",3],["details",3],["eventctx",3],["laneid",3]],[["widget",3],["vec",3]]]],[5,"debug","","",null,[[["app",3],["details",3],["eventctx",3],["laneid",3]],[["widget",3],["vec",3]]]],[5,"traffic","","",null,[[["dataoptions",3],["eventctx",3],["app",3],["details",3],["laneid",3]],[["widget",3],["vec",3]]]],[5,"header","","",null,[[["tab",4],["app",3],["details",3],["eventctx",3],["laneid",3]],[["widget",3],["vec",3]]]],[0,"parking_lot","game::info","",null,null],[5,"info","game::info::parking_lot","",null,[[["eventctx",3],["app",3],["details",3],["parkinglotid",3]],[["widget",3],["vec",3]]]],[5,"header","","",null,[[["tab",4],["details",3],["eventctx",3],["parkinglotid",3]],[["widget",3],["vec",3]]]],[0,"person","game::info","",null,null],[5,"trips","game::info::person","",null,[[["personid",3],["eventctx",3],["app",3],["details",3],["btreemap",3]],[["widget",3],["vec",3]]]],[5,"bio","","",null,[[["personid",3],["eventctx",3],["app",3],["details",3]],[["widget",3],["vec",3]]]],[5,"schedule","","",null,[[["personid",3],["eventctx",3],["app",3],["details",3]],[["widget",3],["vec",3]]]],[5,"crowd","","",null,[[["app",3],["details",3],["eventctx",3],["vec",3]],[["widget",3],["vec",3]]]],[5,"parked_car","","",null,[[["eventctx",3],["app",3],["details",3],["carid",3]],[["widget",3],["vec",3]]]],[5,"header","","",null,[[["personid",3],["tab",4],["eventctx",3],["app",3],["details",3]],[["widget",3],["vec",3]]]],[5,"current_status","","",null,[[["person",3],["eventctx",3],["map",3]],["widget",3]]],[5,"cmp_duration_shorter","","",null,[[["duration",3]],["textspan",3]]],[0,"trip","game::info","",null,null],[3,"OpenTrip","game::info::trip","",null,null],[12,"show_after","","",94,null],[12,"cached_routes","","",94,null],[5,"ongoing","","",null,[[["tripid",3],["opentrip",3],["eventctx",3],["app",3],["details",3],["agentid",4]],["widget",3]]],[5,"future","","",null,[[["tripid",3],["opentrip",3],["eventctx",3],["app",3],["details",3]],["widget",3]]],[5,"finished","","",null,[[["tripid",3],["personid",3],["eventctx",3],["app",3],["btreemap",3],["details",3]],["widget",3]]],[5,"cancelled","","",null,[[["eventctx",3],["app",3],["tripid",3]],["widget",3]]],[5,"make_timeline","","",null,[[["tripid",3],["opentrip",3],["tripphase",3],["details",3],["vec",3],["eventctx",3],["app",3],["map",3],["option",4]],["widget",3]]],[5,"make_elevation","","",null,[[["path",3],["color",3],["eventctx",3],["map",3]],["widget",3]]],[5,"endpoint","","",null,[[["app",3],["tripendpoint",4]]]],[11,"single","","",94,[[["tripid",3]],[["opentrip",3],["tripid",3],["btreemap",3]]]],[11,"new","","",94,[[],["opentrip",3]]],[8,"ContextualActions","game::info","",null,null],[10,"actions","","",95,[[["app",3],["id",4]],["vec",3]]],[10,"execute","","",95,[[["string",3],["eventctx",3],["app",3],["id",4]],["transition",4]]],[10,"is_paused","","",95,[[]]],[10,"gameplay_mode","","",95,[[],["gameplaymode",4]]],[11,"from_id","","",93,[[["app",3],["id",4]],["tab",4]]],[11,"to_id","","",93,[[["app",3]],[["option",4],["id",4]]]],[11,"changed_settings","","",93,[[["panel",3]],[["tab",4],["option",4]]]],[11,"variant","","",93,[[]]],[11,"new","","",90,[[["tab",4],["eventctx",3],["app",3],["contextualactions",8]],["infopanel",3]]],[11,"event","","",90,[[["eventctx",3],["app",3],["contextualactions",8]]]],[11,"draw","","",90,[[["app",3],["gfxctx",3]]]],[11,"active_keys","","",90,[[],["vec",3]]],[11,"active_id","","",90,[[["app",3]],[["option",4],["id",4]]]],[11,"new","","",92,[[],["dataoptions",3]]],[11,"to_controls","","",92,[[["eventctx",3],["app",3]],["widget",3]]],[11,"from_controls","","",92,[[["panel",3]],["dataoptions",3]]],[11,"disabled_series","","",92,[[],[["hashset",3],["string",3]]]],[0,"layer","game","",null,null],[3,"PickLayer","game::layer","",null,null],[12,"panel","","",96,null],[4,"LayerOutcome","","",null,null],[13,"Close","","",97,null],[13,"Replace","","",97,null],[0,"elevation","","",null,null],[3,"Elevation","game::layer::elevation","",null,null],[12,"unzoomed","","",98,null],[12,"zoomed","","",98,null],[12,"panel","","",98,null],[11,"new","","",98,[[["eventctx",3],["app",3]],["elevation",3]]],[0,"map","game::layer","",null,null],[3,"BikeNetwork","game::layer::map","",null,null],[12,"panel","","",99,null],[12,"time","","",99,null],[12,"unzoomed","","",99,null],[12,"zoomed","","",99,null],[3,"Static","","",null,null],[12,"panel","","",100,null],[12,"unzoomed","","",100,null],[12,"zoomed","","",100,null],[12,"name","","",100,null],[3,"CongestionCaps","","",null,null],[12,"panel","","",101,null],[12,"time","","",101,null],[12,"unzoomed","","",101,null],[12,"zoomed","","",101,null],[12,"tooltip","","",101,null],[11,"new","","",99,[[["eventctx",3],["app",3]],["bikenetwork",3]]],[11,"new","","",100,[[["string",3],["widget",3],["eventctx",3],["colordiscrete",3]],["static",3]]],[11,"edits","","",100,[[["eventctx",3],["app",3]],["static",3]]],[11,"amenities","","",100,[[["eventctx",3],["app",3]],["static",3]]],[11,"no_sidewalks","","",100,[[["eventctx",3],["app",3]],["static",3]]],[11,"blackholes","","",100,[[["eventctx",3],["app",3]],["static",3]]],[11,"new","","",101,[[["eventctx",3],["app",3]],["congestioncaps",3]]],[0,"pandemic","game::layer","",null,null],[3,"Pandemic","game::layer::pandemic","",null,null],[12,"time","","",102,null],[12,"opts","","",102,null],[12,"draw","","",102,null],[12,"panel","","",102,null],[3,"Options","","",null,null],[12,"heatmap","","",103,null],[12,"state","","",103,null],[4,"SEIR","","",null,null],[13,"Sane","","",104,null],[13,"Exposed","","",104,null],[13,"Infected","","",104,null],[13,"Recovered","","",104,null],[13,"Dead","","",104,null],[5,"make_controls","","",null,[[["widget",3],["options",3],["eventctx",3],["app",3],["option",4]],["panel",3]]],[11,"new","","",102,[[["eventctx",3],["app",3],["options",3]],["pandemic",3]]],[11,"options","","",102,[[],["options",3]]],[0,"parking","game::layer","",null,null],[3,"Occupancy","game::layer::parking","",null,null],[12,"time","","",105,null],[12,"onstreet","","",105,null],[12,"garages","","",105,null],[12,"lots","","",105,null],[12,"private_bldgs","","",105,null],[12,"looking_for_parking","","",105,null],[12,"unzoomed","","",105,null],[12,"zoomed","","",105,null],[12,"panel","","",105,null],[3,"Efficiency","","",null,null],[12,"time","","",106,null],[12,"unzoomed","","",106,null],[12,"zoomed","","",106,null],[12,"panel","","",106,null],[4,"Loc","","",null,null],[13,"Road","","",107,null],[13,"Bldg","","",107,null],[13,"Lot","","",107,null],[11,"new","","",105,[[["eventctx",3],["app",3]],["occupancy",3]]],[11,"new","","",107,[[["parkingspot",4],["map",3]],["loc",4]]],[11,"new","","",106,[[["eventctx",3],["app",3]],["efficiency",3]]],[0,"population","game::layer","",null,null],[3,"PopulationMap","game::layer::population","",null,null],[12,"time","","",108,null],[12,"opts","","",108,null],[12,"draw","","",108,null],[12,"panel","","",108,null],[3,"Options","","",null,null],[12,"heatmap","","",109,null],[5,"make_controls","","",null,[[["widget",3],["options",3],["eventctx",3],["app",3],["option",4]],["panel",3]]],[11,"new","","",108,[[["eventctx",3],["app",3],["options",3]],["populationmap",3]]],[11,"options","","",108,[[],["options",3]]],[0,"traffic","game::layer","",null,null],[3,"Backpressure","game::layer::traffic","",null,null],[12,"time","","",110,null],[12,"unzoomed","","",110,null],[12,"zoomed","","",110,null],[12,"panel","","",110,null],[3,"Throughput","","",null,null],[12,"time","","",111,null],[12,"tooltip","","",111,null],[12,"unzoomed","","",111,null],[12,"zoomed","","",111,null],[12,"panel","","",111,null],[3,"CompareThroughput","","",null,null],[12,"time","","",112,null],[12,"unzoomed","","",112,null],[12,"zoomed","","",112,null],[12,"panel","","",112,null],[3,"TrafficJams","","",null,null],[12,"time","","",113,null],[12,"unzoomed","","",113,null],[12,"zoomed","","",113,null],[12,"panel","","",113,null],[3,"Jam","","",null,null],[12,"epicenter","","",114,null],[12,"members","","",114,null],[3,"Delay","","",null,null],[12,"time","","",115,null],[12,"unzoomed","","",115,null],[12,"panel","","",115,null],[5,"cluster_jams","","",null,[[["map",3],["vec",3]],["vec",3]]],[11,"new","","",110,[[["eventctx",3],["app",3]],["backpressure",3]]],[11,"new","","",111,[[["eventctx",3],["app",3]],["throughput",3]]],[11,"new","","",112,[[["eventctx",3],["app",3]],["comparethroughput",3]]],[11,"new","","",113,[[["eventctx",3],["app",3]],["trafficjams",3]]],[11,"adjacent_to","","",114,[[["intersectionid",3],["map",3]]]],[11,"all_polygons","","",114,[[["map",3]],[["vec",3],["polygon",3]]]],[11,"new","","",115,[[["eventctx",3],["app",3]],["delay",3]]],[0,"transit","game::layer","",null,null],[3,"TransitNetwork","game::layer::transit","",null,null],[12,"panel","","",116,null],[12,"unzoomed","","",116,null],[12,"zoomed","","",116,null],[11,"new","","",116,[[["eventctx",3],["app",3]],["transitnetwork",3]]],[8,"Layer","game::layer","",null,null],[10,"name","","",117,[[],["option",4]]],[10,"event","","",117,[[["eventctx",3],["app",3],["panel",3]],[["option",4],["layeroutcome",4]]]],[10,"draw","","",117,[[["app",3],["gfxctx",3]]]],[10,"draw_minimap","","",117,[[["gfxctx",3]]]],[11,"simple_event","","",117,[[["eventctx",3],["panel",3],["panel",3]],[["option",4],["layeroutcome",4]]]],[11,"update","","",96,[[["eventctx",3],["app",3],["panel",3]],[["option",4],["transition",4]]]],[11,"pick","","",96,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[0,"options","game","",null,null],[3,"Options","game::options","",null,null],[12,"dev","","",118,null],[12,"debug_all_agents","","",118,null],[12,"label_roads","","",118,null],[12,"traffic_signal_style","","",118,null],[12,"color_scheme","","",118,null],[12,"min_zoom_for_detail","","",118,null],[12,"large_unzoomed_agents","","",118,null],[12,"camera_angle","","",118,null],[12,"time_increment","","",118,null],[12,"dont_draw_time_warp","","",118,null],[12,"jump_to_delay","","",118,null],[12,"language","","",118,null],[3,"OptionsPanel","","",null,null],[12,"panel","","",119,null],[4,"TrafficSignalStyle","","",null,null],[13,"BAP","","",120,null],[13,"Yuwen","","",120,null],[13,"IndividualTurnArrows","","",120,null],[4,"CameraAngle","","",null,null],[13,"TopDown","","",121,null],[13,"IsometricNE","","",121,null],[13,"IsometricNW","","",121,null],[13,"IsometricSE","","",121,null],[13,"IsometricSW","","",121,null],[11,"default","","",118,[[],["options",3]]],[11,"new","","",119,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[0,"pregame","game","",null,null],[3,"TitleScreen","game::pregame","",null,null],[12,"panel","","",122,null],[12,"screensaver","","",122,null],[12,"rng","","",122,null],[3,"MainMenu","","",null,null],[12,"panel","","",123,null],[3,"About","","",null,null],[12,"panel","","",124,null],[3,"Proposals","","",null,null],[12,"panel","","",125,null],[12,"proposals","","",125,null],[12,"current","","",125,null],[3,"Screensaver","","",null,null],[12,"line","","",126,null],[12,"started","","",126,null],[0,"built_info","","",null,null],[5,"time","game::pregame::built_info","",null,[[],["text",3]]],[17,"CI_PLATFORM","","The Continuous Integration platform detected during…",null,null],[17,"PKG_VERSION","","The full version.",null,null],[17,"PKG_VERSION_MAJOR","","The major version.",null,null],[17,"PKG_VERSION_MINOR","","The minor version.",null,null],[17,"PKG_VERSION_PATCH","","The patch version.",null,null],[17,"PKG_VERSION_PRE","","The pre-release version.",null,null],[17,"PKG_AUTHORS","","A colon-separated list of authors.",null,null],[17,"PKG_NAME","","The name of the package.",null,null],[17,"PKG_DESCRIPTION","","The description.",null,null],[17,"PKG_HOMEPAGE","","The homepage.",null,null],[17,"TARGET","","The target triple that was being compiled for.",null,null],[17,"HOST","","The host triple of the rust compiler.",null,null],[17,"PROFILE","","`release` for release builds, `debug` for other builds.",null,null],[17,"RUSTC","","The compiler that cargo resolved to use.",null,null],[17,"RUSTDOC","","The documentation generator that cargo resolved to use.",null,null],[17,"OPT_LEVEL","","Value of OPT_LEVEL for the profile used during compilation.",null,null],[17,"NUM_JOBS","","The parallelism that was specified during compilation.",null,null],[17,"DEBUG","","Value of DEBUG for the profile used during compilation.",null,null],[17,"FEATURES","","The features that were enabled during compilation.",null,null],[17,"FEATURES_STR","","The features as a comma-separated string.",null,null],[17,"RUSTC_VERSION","","The output of `rustc -V`",null,null],[17,"RUSTDOC_VERSION","","The output of `rustdoc -V`",null,null],[17,"BUILT_TIME_UTC","","The built-time in RFC2822, UTC",null,null],[17,"CFG_TARGET_ARCH","","The target architecture, given by `cfg!(target_arch)`.",null,null],[17,"CFG_ENDIAN","","The endianness, given by `cfg!(target_endian)`.",null,null],[17,"CFG_ENV","","The toolchain-environment, given by `cfg!(target_env)`.",null,null],[17,"CFG_FAMILY","","The OS-family, given by `cfg!(target_family)`.",null,null],[17,"CFG_OS","","The operating system, given by `cfg!(target_os)`.",null,null],[17,"CFG_POINTER_WIDTH","","The pointer width, given by `cfg!(target_pointer_width)`.",null,null],[11,"new","game::pregame","",122,[[["eventctx",3],["app",3]],["titlescreen",3]]],[11,"new","","",123,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[11,"new","","",124,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[11,"new","","",125,[[["string",3],["eventctx",3],["app",3],["option",4]],[["state",8],["box",3]]]],[11,"bounce","","",126,[[["eventctx",3],["app",3],["xorshiftrng",3]],["screensaver",3]]],[11,"update","","",126,[[["eventctx",3],["xorshiftrng",3],["app",3]]]],[0,"render","game","",null,null],[3,"DrawOptions","game::render","",null,null],[12,"suppress_traffic_signal_details","","",127,null],[12,"label_buildings","","",127,null],[5,"draw_vehicle","","",null,[[["colorscheme",3],["drawcarinput",3],["map",3],["prerender",3]],[["box",3],["renderable",8]]]],[0,"area","","",null,null],[3,"DrawArea","game::render::area","",null,null],[12,"id","","",128,null],[11,"new","","",128,[[["colorscheme",3],["geombatch",3],["area",3],["eventctx",3]],["drawarea",3]]],[11,"fill","","",128,[[["colorscheme",3],["areatype",4]],["fill",4]]],[0,"bike","game::render","",null,null],[3,"DrawBike","game::render::bike","",null,null],[12,"id","","",129,null],[12,"body_circle","","",129,null],[12,"zorder","","",129,null],[12,"draw_default","","",129,null],[11,"new","","",129,[[["colorscheme",3],["drawcarinput",3],["map",3],["prerender",3]],["drawbike",3]]],[0,"building","game::render","",null,null],[3,"DrawBuilding","game::render::building","",null,null],[12,"id","","",130,null],[12,"label","","",130,null],[11,"new","","",130,[[["building",3],["colorscheme",3],["options",3],["geombatch",3],["map",3],["eventctx",3]],["drawbuilding",3]]],[0,"bus_stop","game::render","",null,null],[3,"DrawBusStop","game::render::bus_stop","",null,null],[12,"id","","",131,null],[12,"center","","",131,null],[12,"zorder","","",131,null],[12,"draw_default","","",131,null],[17,"RADIUS","","",null,null],[11,"new","","",131,[[["colorscheme",3],["busstop",3],["eventctx",3],["map",3]],["drawbusstop",3]]],[0,"car","game::render","",null,null],[3,"DrawCar","game::render::car","",null,null],[12,"id","","",132,null],[12,"body","","",132,null],[12,"body_polygon","","",132,null],[12,"zorder","","",132,null],[12,"draw_default","","",132,null],[5,"thick_line_from_angle","","",null,[[["distance",3],["angle",3],["pt2d",3]],["polygon",3]]],[5,"zoomed_color_car","","",null,[[["colorscheme",3],["drawcarinput",3]],["color",3]]],[17,"CAR_WIDTH","","",null,null],[11,"new","","",132,[[["colorscheme",3],["drawcarinput",3],["map",3],["prerender",3]],["drawcar",3]]],[0,"intersection","game::render","",null,null],[3,"DrawIntersection","game::render::intersection","",null,null],[12,"id","","",133,null],[12,"zorder","","",133,null],[12,"draw_default","","",133,null],[12,"draw_traffic_signal","","",133,null],[5,"calculate_corners","","",null,[[["map",3],["intersection",3]],[["vec",3],["polygon",3]]]],[5,"calculate_border_arrows","","",null,[[["road",3],["map",3],["intersection",3]],[["vec",3],["polygon",3]]]],[5,"make_octagon","","",null,[[["distance",3],["angle",3],["pt2d",3]],["polygon",3]]],[5,"make_crosswalk","","",null,[[["geombatch",3],["colorscheme",3],["turn",3],["map",3]]]],[5,"make_rainbow_crosswalk","","",null,[[["geombatch",3],["turn",3],["map",3]]]],[5,"perp_line","","",null,[[["distance",3],["line",3]],["line",3]]],[11,"new","","",133,[[["map",3],["intersection",3]],["drawintersection",3]]],[11,"clear_rendering","","",133,[[]]],[11,"render","","",133,[[["app",3],["gfxctx",3]],["drawable",3]]],[11,"stop_sign_geom","","",133,[[["roadwithstopsign",3],["map",3]],["option",4]]],[0,"lane","game::render","",null,null],[3,"DrawLane","game::render::lane","",null,null],[12,"id","","",134,null],[12,"polygon","","",134,null],[12,"zorder","","",134,null],[12,"draw_default","","",134,null],[5,"perp_line","","",null,[[["distance",3],["line",3]],["line",3]]],[5,"calculate_sidewalk_lines","","",null,[[["lane",3]],[["vec",3],["polygon",3]]]],[5,"calculate_parking_lines","","",null,[[["lane",3],["map",3]],[["vec",3],["polygon",3]]]],[5,"calculate_driving_lines","","",null,[[["road",3],["lane",3]],[["vec",3],["polygon",3]]]],[5,"calculate_turn_markings","","",null,[[["map",3],["lane",3]],[["vec",3],["polygon",3]]]],[5,"calculate_one_way_markings","","",null,[[["road",3],["lane",3]],[["vec",3],["polygon",3]]]],[11,"new","","",134,[[["lane",3],["map",3]],["drawlane",3]]],[11,"clear_rendering","","",134,[[]]],[11,"render","","",134,[[["app",3],["gfxctx",3]],["drawable",3]]],[0,"map","game::render","",null,null],[3,"DrawMap","game::render::map","",null,null],[12,"roads","","",135,null],[12,"lanes","","",135,null],[12,"intersections","","",135,null],[12,"buildings","","",135,null],[12,"parking_lots","","",135,null],[12,"bus_stops","","",135,null],[12,"areas","","",135,null],[12,"agents","","",135,null],[12,"boundary_polygon","","",135,null],[12,"draw_all_unzoomed_roads_and_intersections","","",135,null],[12,"draw_all_buildings","","",135,null],[12,"draw_all_building_paths","","",135,null],[12,"draw_all_building_outlines","","",135,null],[12,"draw_all_unzoomed_parking_lots","","",135,null],[12,"draw_all_areas","","",135,null],[12,"quadtree","","",135,null],[3,"AgentCache","","",null,null],[12,"time","","",136,null],[12,"agents_per_on","","",136,null],[12,"unzoomed","","",136,null],[3,"UnzoomedAgents","","",null,null],[12,"cars","","",137,null],[12,"bikes","","",137,null],[12,"buses_and_trains","","",137,null],[12,"peds","","",137,null],[12,"car_color","","",137,null],[12,"bike_color","","",137,null],[12,"bus_color","","",137,null],[12,"ped_color","","",137,null],[11,"new","","",135,[[["colorscheme",3],["eventctx",3],["timer",3],["map",3],["options",3]],["drawmap",3]]],[11,"regenerate_unzoomed_layer","","",135,[[["colorscheme",3],["timer",3],["map",3],["eventctx",3]],["drawable",3]]],[11,"get_r","","",135,[[["roadid",3]],["drawroad",3]]],[11,"get_l","","",135,[[["laneid",3]],["drawlane",3]]],[11,"get_i","","",135,[[["intersectionid",3]],["drawintersection",3]]],[11,"get_b","","",135,[[["buildingid",3]],["drawbuilding",3]]],[11,"get_pl","","",135,[[["parkinglotid",3]],["drawparkinglot",3]]],[11,"get_bs","","",135,[[["busstopid",3]],["drawbusstop",3]]],[11,"get_a","","",135,[[["areaid",3]],["drawarea",3]]],[11,"get_obj","","",135,[[["agentcache",3],["app",3],["id",4],["eventctx",3]],[["option",4],["renderable",8]]]],[11,"get_matching_objects","","",135,[[["bounds",3]],[["vec",3],["id",4]]]],[11,"get","","",136,[[["traversable",4]],[["renderable",8],["vec",3]]]],[11,"populate_if_needed","","",136,[[["colorscheme",3],["prerender",3],["traversable",4],["getdrawagents",8],["map",3]]]],[11,"draw_unzoomed_agents","","",136,[[["unzoomedagents",3],["distance",3],["gfxctx",3],["colorscheme",3],["option",4],["getdrawagents",8],["map",3]]]],[11,"new","","",137,[[["colorscheme",3]],["unzoomedagents",3]]],[11,"color","","",137,[[["unzoomedagent",3]],[["option",4],["color",3]]]],[0,"parking_lot","game::render","",null,null],[3,"DrawParkingLot","game::render::parking_lot","",null,null],[12,"id","","",138,null],[12,"draw","","",138,null],[11,"new","","",138,[[["parkinglot",3],["colorscheme",3],["geombatch",3],["eventctx",3]],["drawparkinglot",3]]],[0,"pedestrian","game::render","",null,null],[3,"DrawPedestrian","game::render::pedestrian","",null,null],[12,"id","","",139,null],[12,"body_circle","","",139,null],[12,"zorder","","",139,null],[12,"draw_default","","",139,null],[3,"DrawPedCrowd","","",null,null],[12,"members","","",140,null],[12,"blob","","",140,null],[12,"blob_pl","","",140,null],[12,"zorder","","",140,null],[12,"draw_default","","",140,null],[11,"new","","",139,[[["colorscheme",3],["drawpedestrianinput",3],["map",3],["prerender",3]],["drawpedestrian",3]]],[11,"geometry","","",139,[[["geombatch",3],["colorscheme",3],["drawpedestrianinput",3]]]],[11,"new","","",140,[[["colorscheme",3],["drawpedcrowdinput",3],["map",3],["prerender",3]],["drawpedcrowd",3]]],[0,"road","game::render","",null,null],[3,"DrawRoad","game::render::road","",null,null],[12,"id","","",141,null],[12,"zorder","","",141,null],[12,"draw_center_line","","",141,null],[12,"label","","",141,null],[11,"new","","",141,[[["road",3]],["drawroad",3]]],[11,"clear_rendering","","",141,[[]]],[0,"traffic_signal","game::render","",null,null],[5,"draw_signal_stage","game::render::traffic_signal","",null,[[["duration",3],["stage",3],["option",4],["intersectionid",3],["trafficsignalstyle",4],["geombatch",3],["app",3],["prerender",3]]]],[5,"draw_stage_number","","",null,[[["geombatch",3],["app",3],["intersectionid",3],["prerender",3]]]],[5,"draw_time_left","","",null,[[["prerender",3],["duration",3],["geombatch",3],["app",3],["intersectionid",3],["stage",3]]]],[5,"walk_icon","","",null,[[["prerender",3],["movement",3]],["geombatch",3]]],[5,"dont_walk_icon","","",null,[[["prerender",3],["movement",3]],["geombatch",3]]],[5,"crosswalk_icon","","",null,[[["polyline",3]]]],[0,"turn","game::render","",null,null],[3,"DrawMovement","game::render::turn","",null,null],[12,"id","","",142,null],[12,"hitbox","","",142,null],[3,"DrawUberTurnGroup","","",null,null],[12,"group","","",143,null],[12,"block","","",143,null],[12,"arrow","","",143,null],[5,"make_block_geom","","",null,[[["distance",3],["angle",3],["polyline",3]]]],[5,"make_circle_geom","","",null,[[["angle",3],["polyline",3]]]],[17,"TURN_ICON_ARROW_LENGTH","","",null,null],[11,"for_i","","",142,[[["colorscheme",3],["intersectionid",3],["map",3],["prerender",3]],["vec",3]]],[11,"draw_selected_movement","","",142,[[["geombatch",3],["turnpriority",4],["app",3],["option",4]]]],[11,"new","","",143,[[["intersectioncluster",3],["map",3]],[["drawuberturngroup",3],["vec",3]]]],[17,"BIG_ARROW_THICKNESS","game::render","",null,null],[17,"CROSSWALK_LINE_THICKNESS","","",null,null],[17,"OUTLINE_THICKNESS","","",null,null],[8,"Renderable","","",null,null],[10,"get_id","","",144,[[],["id",4]]],[10,"draw","","",144,[[["app",3],["drawoptions",3],["gfxctx",3]]]],[11,"get_zorder","","",144,[[]]],[10,"get_outline","","",144,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",144,[[["map",3],["pt2d",3]]]],[11,"new","","",127,[[],["drawoptions",3]]],[0,"sandbox","game","",null,null],[3,"SandboxMode","game::sandbox","",null,null],[12,"gameplay","","",145,null],[12,"gameplay_mode","","",145,null],[12,"controls","","",145,null],[3,"SandboxControls","","",null,null],[12,"common","","",146,null],[12,"route_preview","","",146,null],[12,"tool_panel","","",146,null],[12,"time_panel","","",146,null],[12,"speed","","",146,null],[12,"agent_meter","","",146,null],[12,"minimap","","",146,null],[3,"BackToMainMenu","","",null,null],[3,"AgentMeter","","",null,null],[12,"time","","",147,null],[12,"panel","","",147,null],[3,"Actions","","",null,null],[12,"is_paused","","",148,null],[12,"can_interact","","",148,null],[12,"gameplay","","",148,null],[5,"maybe_exit_sandbox","","",null,[[["eventctx",3]],["transition",4]]],[0,"dashboards","","",null,null],[4,"DashTab","game::sandbox::dashboards","",null,null],[13,"FinishedTripTable","","",149,null],[13,"CancelledTripTable","","",149,null],[13,"UnfinishedTripTable","","",149,null],[13,"TripSummaries","","",149,null],[13,"ParkingOverhead","","",149,null],[13,"ActiveTraffic","","",149,null],[13,"TransitRoutes","","",149,null],[13,"CommuterPatterns","","",149,null],[13,"TrafficSignals","","",149,null],[0,"commuter","","",null,null],[3,"CommuterPatterns","game::sandbox::dashboards::commuter","",null,null],[12,"bldg_to_block","","",150,null],[12,"border_to_block","","",150,null],[12,"blocks","","",150,null],[12,"current_block","","",150,null],[12,"filter","","",150,null],[12,"trips_from_block","","",150,null],[12,"trips_to_block","","",150,null],[12,"panel","","",150,null],[12,"draw_all_blocks","","",150,null],[3,"PanelState","","",null,null],[12,"building_counts","","",151,null],[12,"max_count","","",151,null],[12,"total_trips","","",151,null],[3,"Block","","",null,null],[12,"id","","",152,null],[12,"bldgs","","",152,null],[12,"borders","","",152,null],[12,"shape","","",152,null],[3,"Filter","","",null,null],[12,"from_block","","",153,null],[12,"include_borders","","",153,null],[12,"depart_from","","",153,null],[12,"depart_until","","",153,null],[12,"modes","","",153,null],[3,"Loop","","",null,null],[12,"bldgs","","",154,null],[12,"proper","","",154,null],[12,"roads","","",154,null],[4,"BlockSelection","","",null,null],[13,"NothingSelected","","",155,null],[13,"Unlocked","","",155,null],[13,"Locked","","",155,null],[12,"base","game::sandbox::dashboards::commuter::BlockSelection","",156,null],[12,"compare_to","","",156,null],[4,"BorderType","game::sandbox::dashboards::commuter","",null,null],[13,"Incoming","","",157,null],[13,"Outgoing","","",157,null],[13,"Both","","",157,null],[5,"group_bldgs","","",null,[[["app",3]]]],[5,"build_shape_for_border","","",null,[[["map",3],["intersection",3],["bordertype",4]],["polygon",3]]],[5,"partition_sidewalk_loops","","",null,[[["app",3]],[["vec",3],["loop",3]]]],[5,"make_panel","","",null,[[["eventctx",3],["app",3]],["panel",3]]],[6,"BlockID","","",null,null],[11,"new","","",150,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[11,"count_per_block","","",150,[[["block",3]],["vec",3]]],[11,"build_block_drawable","","",150,[[["app",3],["blockselection",4],["eventctx",3]]]],[11,"redraw_panel","","",150,[[["option",4],["eventctx",3],["panelstate",3],["app",3]]]],[0,"generic_trip_table","game::sandbox::dashboards","",null,null],[3,"GenericTripTable","game::sandbox::dashboards::generic_trip_table","",null,null],[12,"table","","",158,null],[12,"panel","","",158,null],[12,"make_panel","","",158,null],[12,"tab","","",158,null],[5,"preview_trip","","",null,[[["app",3],["panel",3],["gfxctx",3]]]],[5,"preview_route","","",null,[[["app",3],["tripid",3],["gfxctx",3]],["geombatch",3]]],[11,"new","","",158,[[["dashtab",4],["table",3],["eventctx",3],["app",3]],[["state",8],["box",3]]]],[11,"recalc","","",158,[[["eventctx",3],["app",3]]]],[0,"misc","game::sandbox::dashboards","",null,null],[3,"ActiveTraffic","game::sandbox::dashboards::misc","",null,null],[12,"panel","","",159,null],[3,"TransitRoutes","","",null,null],[12,"panel","","",160,null],[5,"downsample","","",null,[[["vec",3]],["vec",3]]],[11,"new","","",159,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[11,"new","","",160,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[0,"parking_overhead","game::sandbox::dashboards","",null,null],[3,"ParkingOverhead","game::sandbox::dashboards::parking_overhead","",null,null],[3,"Entry","","",null,null],[12,"trip","","",161,null],[12,"total_duration","","",161,null],[12,"driving_duration","","",161,null],[12,"parking_duration","","",161,null],[12,"walking_duration","","",161,null],[12,"percent_overhead","","",161,null],[12,"starts_off_map","","",161,null],[12,"ends_off_map","","",161,null],[3,"Filters","","",null,null],[12,"starts_off_map","","",162,null],[12,"ends_off_map","","",162,null],[5,"produce_raw_data","","",null,[[["app",3]],[["entry",3],["vec",3]]]],[5,"make_table","","",null,[[["app",3]],[["table",3],["entry",3],["filters",3]]]],[5,"make_panel","","",null,[[["eventctx",3],["app",3],["table",3]],["panel",3]]],[11,"new","","",163,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[0,"summaries","game::sandbox::dashboards","",null,null],[3,"TripSummaries","game::sandbox::dashboards::summaries","",null,null],[12,"panel","","",164,null],[3,"Filter","","",null,null],[12,"changes_pct","","",165,null],[12,"modes","","",165,null],[5,"summary_boxes","","",null,[[["eventctx",3],["app",3],["filter",3]],["widget",3]]],[5,"scatter_plot","","",null,[[["eventctx",3],["app",3],["filter",3]],["widget",3]]],[5,"contingency_table","","",null,[[["eventctx",3],["app",3],["filter",3]],["widget",3]]],[5,"pct_diff","","",null,[[["duration",3]]]],[5,"export_times","","",null,[[["app",3]],[["string",3],["error",3],["result",4]]]],[11,"new","","",164,[[["eventctx",3],["app",3],["filter",3]],[["state",8],["box",3]]]],[11,"new","","",165,[[],["filter",3]]],[11,"get_trips","","",165,[[["app",3]],["vec",3]]],[0,"table","game::sandbox::dashboards","",null,null],[3,"Table","game::sandbox::dashboards::table","",null,null],[12,"data","","",166,null],[12,"label_per_row","","",166,null],[12,"columns","","",166,null],[12,"filter","","",166,null],[12,"sort_by","","",166,null],[12,"descending","","",166,null],[12,"skip","","",166,null],[3,"Column","","",null,null],[12,"name","","",167,null],[12,"render","","",167,null],[12,"col","","",167,null],[3,"Filter","","",null,null],[12,"state","","",168,null],[12,"to_controls","","",168,null],[12,"from_controls","","",168,null],[12,"apply","","",168,null],[4,"Col","","",null,null],[13,"Static","","",169,null],[13,"Sortable","","",169,null],[5,"make_pagination","","",null,[[["eventctx",3]],["widget",3]]],[5,"make_table","","",null,[[["widget",3],["vec",3],["eventctx",3],["vec",3]],["widget",3]]],[17,"ROWS","","",null,null],[11,"new","","",166,[[["box",3],["fn",8],["vec",3],["filter",3]],["table",3]]],[11,"column","","",166,[[["box",3],["col",4],["fn",8]]]],[11,"render","","",166,[[["eventctx",3],["app",3]],["widget",3]]],[11,"clicked","","",166,[[]]],[11,"panel_changed","","",166,[[["panel",3]]]],[11,"static_col","","",166,[[["box",3],["fn",8]]]],[0,"traffic_signals","game::sandbox::dashboards","",null,null],[3,"TrafficSignalDemand","game::sandbox::dashboards::traffic_signals","",null,null],[12,"panel","","",170,null],[12,"all_demand","","",170,null],[12,"hour","","",170,null],[12,"draw_all","","",170,null],[12,"selected","","",170,null],[3,"Demand","","",null,null],[12,"raw","","",171,null],[11,"new","","",170,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[11,"all_demand","","",171,[[["app",3],["timer",3]],[["intersectionid",3],["hashmap",3],["demand",3]]]],[11,"count","","",171,[[["time",3]],[["counter",3],["movementid",3]]]],[11,"make_arrows","","",171,[[["controltrafficsignal",3],["time",3]],["vec",3]]],[11,"draw_demand","","",171,[[["time",3],["eventctx",3],["app",3],["hashmap",3]],["drawable",3]]],[0,"trip_table","game::sandbox::dashboards","",null,null],[3,"FinishedTripTable","game::sandbox::dashboards::trip_table","",null,null],[3,"CancelledTripTable","","",null,null],[3,"UnfinishedTripTable","","",null,null],[3,"FinishedTrip","","",null,null],[12,"id","","",172,null],[12,"mode","","",172,null],[12,"modified","","",172,null],[12,"capped","","",172,null],[12,"starts_off_map","","",172,null],[12,"ends_off_map","","",172,null],[12,"departure","","",172,null],[12,"duration_after","","",172,null],[12,"duration_before","","",172,null],[12,"waiting","","",172,null],[12,"percent_waiting","","",172,null],[3,"CancelledTrip","","",null,null],[12,"id","","",173,null],[12,"mode","","",173,null],[12,"departure","","",173,null],[12,"starts_off_map","","",173,null],[12,"ends_off_map","","",173,null],[12,"duration_before","","",173,null],[12,"reason","","",173,null],[3,"UnfinishedTrip","","",null,null],[12,"id","","",174,null],[12,"mode","","",174,null],[12,"departure","","",174,null],[12,"duration_before","","",174,null],[3,"Filters","","",null,null],[12,"modes","","",175,null],[12,"off_map_starts","","",175,null],[12,"off_map_ends","","",175,null],[12,"unmodified_trips","","",175,null],[12,"modified_trips","","",175,null],[12,"uncapped_trips","","",175,null],[12,"capped_trips","","",175,null],[5,"produce_raw_data","","",null,[[["app",3]]]],[5,"make_table_finished_trips","","",null,[[["app",3]],[["table",3],["finishedtrip",3],["filters",3]]]],[5,"make_table_cancelled_trips","","",null,[[["app",3]],[["cancelledtrip",3],["filters",3],["table",3]]]],[5,"make_table_unfinished_trips","","",null,[[["app",3]],[["unfinishedtrip",3],["filters",3],["table",3]]]],[5,"trip_category_selector","","",null,[[["eventctx",3],["app",3],["dashtab",4]],["widget",3]]],[5,"make_panel_finished_trips","","",null,[[["eventctx",3],["app",3],["table",3]],["panel",3]]],[5,"make_panel_cancelled_trips","","",null,[[["eventctx",3],["app",3],["table",3]],["panel",3]]],[5,"make_panel_unfinished_trips","","",null,[[["eventctx",3],["app",3],["table",3]],["panel",3]]],[11,"new","","",176,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[11,"new","","",177,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[11,"new","","",178,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[11,"picker","game::sandbox::dashboards","",149,[[["app",3],["eventctx",3]],["widget",3]]],[11,"transition","","",149,[[["eventctx",3],["app",3],["panel",3]],[["option",4],["transition",4]]]],[0,"gameplay","game::sandbox","",null,null],[3,"FinalScore","game::sandbox::gameplay","",null,null],[12,"panel","","",179,null],[12,"retry","","",179,null],[12,"next_mode","","",179,null],[12,"chose_next","","",179,null],[12,"chose_back_to_challenges","","",179,null],[4,"GameplayMode","","",null,null],[13,"Freeform","","",180,null],[13,"PlayScenario","","",180,null],[13,"FixTrafficSignals","","",180,null],[13,"OptimizeCommute","","",180,null],[13,"Tutorial","","",180,null],[5,"challenge_header","","",null,[[["eventctx",3]],["widget",3]]],[0,"commute","","",null,null],[3,"OptimizeCommute","game::sandbox::gameplay::commute","",null,null],[12,"top_center","","",181,null],[12,"meter","","",181,null],[12,"person","","",181,null],[12,"mode","","",181,null],[12,"goal","","",181,null],[12,"time","","",181,null],[12,"done","","",181,null],[12,"trips","","",181,null],[12,"once","","",181,null],[5,"get_score","","",null,[[["app",3],["vec",3]]]],[5,"make_meter","","",null,[[["eventctx",3],["duration",3]],["panel",3]]],[5,"final_score","","",null,[[["eventctx",3],["app",3],["gameplaymode",4],["duration",3]],[["state",8],["box",3]]]],[5,"cutscene_task","","",null,[[["gameplaymode",4]],[["fn",8],["box",3]]]],[17,"METER_HACK","","",null,null],[11,"new","","",181,[[["origpersonid",3],["eventctx",3],["app",3],["duration",3]],[["gameplaystate",8],["box",3]]]],[11,"cutscene_pt1","","",181,[[["eventctx",3],["app",3],["gameplaymode",4]],[["state",8],["box",3]]]],[11,"cutscene_pt2","","",181,[[["eventctx",3],["app",3],["gameplaymode",4]],[["state",8],["box",3]]]],[0,"fix_traffic_signals","game::sandbox::gameplay","",null,null],[3,"FixTrafficSignals","game::sandbox::gameplay::fix_traffic_signals","",null,null],[12,"top_center","","",182,null],[12,"meter","","",182,null],[12,"time","","",182,null],[12,"done","","",182,null],[12,"mode","","",182,null],[5,"make_meter","","",null,[[["eventctx",3],["app",3],["option",4]],["panel",3]]],[5,"final_score","","",null,[[["eventctx",3],["app",3],["gameplaymode",4]],[["state",8],["box",3]]]],[5,"cutscene_pt1_task","","",null,[[["eventctx",3]],["widget",3]]],[17,"THRESHOLD","","",null,null],[17,"METER_HACK","","",null,null],[11,"new","","",182,[[["eventctx",3],["app",3]],[["gameplaystate",8],["box",3]]]],[11,"cutscene_pt1","","",182,[[["eventctx",3],["app",3],["gameplaymode",4]],[["state",8],["box",3]]]],[0,"freeform","game::sandbox::gameplay","",null,null],[3,"Freeform","game::sandbox::gameplay::freeform","",null,null],[12,"top_center","","",183,null],[3,"AgentSpawner","","",null,null],[12,"panel","","",184,null],[12,"source","","",184,null],[12,"goal","","",184,null],[12,"confirmed","","",184,null],[5,"make_top_center","","",null,[[["eventctx",3],["app",3]],["panel",3]]],[5,"make_change_traffic","","",null,[[["string",3],["eventctx",3],["app",3],["screenrectangle",3]],[["state",8],["box",3]]]],[5,"spawn_agents_around","","",null,[[["intersectionid",3],["app",3]]]],[5,"actions","","",null,[[["app",3],["id",4]],["vec",3]]],[5,"execute","","",null,[[["eventctx",3],["app",3],["id",4]],["transition",4]]],[11,"new","","",183,[[["eventctx",3],["app",3]],[["gameplaystate",8],["box",3]]]],[11,"new","","",184,[[["eventctx",3],["buildingid",3],["option",4]],[["state",8],["box",3]]]],[0,"play_scenario","game::sandbox::gameplay","",null,null],[3,"PlayScenario","game::sandbox::gameplay::play_scenario","",null,null],[12,"top_center","","",185,null],[12,"scenario_name","","",185,null],[12,"modifiers","","",185,null],[3,"EditScenarioModifiers","","",null,null],[12,"scenario_name","","",186,null],[12,"modifiers","","",186,null],[12,"panel","","",186,null],[3,"ChangeMode","","",null,null],[12,"panel","","",187,null],[12,"scenario_name","","",187,null],[12,"modifiers","","",187,null],[5,"make_top_center","","",null,[[["eventctx",3],["app",3],["vec",3]],["panel",3]]],[11,"new","","",185,[[["scenariomodifier",4],["eventctx",3],["app",3],["string",3],["vec",3]],[["gameplaystate",8],["box",3]]]],[11,"new","","",186,[[["string",3],["scenariomodifier",4],["eventctx",3],["vec",3]],[["state",8],["box",3]]]],[11,"new","","",187,[[["string",3],["scenariomodifier",4],["eventctx",3],["app",3],["vec",3]],[["state",8],["box",3]]]],[0,"tutorial","game::sandbox::gameplay","",null,null],[3,"Tutorial","game::sandbox::gameplay::tutorial","",null,null],[12,"top_center","","",188,null],[12,"last_finished_task","","",188,null],[12,"msg_panel","","",188,null],[12,"warped","","",188,null],[3,"TutorialPointer","","",null,null],[12,"stage","","",189,null],[12,"part","","",189,null],[3,"Stage","","",null,null],[12,"messages","","",190,null],[12,"task","","",190,null],[12,"warp_to","","",190,null],[12,"spawn","","",190,null],[3,"TutorialState","","",null,null],[12,"stages","","",191,null],[12,"current","","",191,null],[12,"window_dims","","",191,null],[12,"inspected_bike_lane","","",191,null],[12,"inspected_building","","",191,null],[12,"inspected_stop_sign","","",191,null],[12,"inspected_border","","",191,null],[12,"was_paused","","",191,null],[12,"num_pauses","","",191,null],[12,"following_car","","",191,null],[12,"car_parked","","",191,null],[12,"prank_done","","",191,null],[12,"parking_found","","",191,null],[12,"score_delivered","","",191,null],[12,"fire_station","","",191,null],[4,"Task","","",null,null],[13,"Nil","","",192,null],[13,"Camera","","",192,null],[13,"InspectObjects","","",192,null],[13,"TimeControls","","",192,null],[13,"PauseResume","","",192,null],[13,"Escort","","",192,null],[13,"LowParking","","",192,null],[13,"WatchBikes","","",192,null],[13,"FixBikes","","",192,null],[13,"Done","","",192,null],[5,"arrow","","",null,[[["screenpt",3]],[["option",4],["box",3]]]],[5,"make_bike_lane_scenario","","",null,[[["map",3]],["scenariogenerator",3]]],[5,"transition","","",null,[[["eventctx",3],["app",3],["tutorialstate",3]],["transition",4]]],[5,"actions","","",null,[[["app",3],["id",4]],["vec",3]]],[5,"execute","","",null,[[["eventctx",3],["app",3],["id",4]],["transition",4]]],[5,"intro_story","","",null,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[5,"bldg","","",null,[[],["osmid",4]]],[17,"ESCORT","","",null,null],[17,"CAR_BIKE_CONTENTION_GOAL","","",null,null],[11,"new","","",189,[[],["tutorialpointer",3]]],[11,"start","","",188,[[["eventctx",3],["app",3]],["transition",4]]],[11,"new","","",188,[[["eventctx",3],["app",3],["tutorialpointer",3]],[["gameplaystate",8],["box",3]]]],[11,"inner_event","","",188,[[["sandboxcontrols",3],["tutorialstate",3],["eventctx",3],["app",3]],[["option",4],["transition",4]]]],[11,"top_txt","","",192,[[["tutorialstate",3]],["text",3]]],[11,"label","","",192,[[]]],[11,"new","","",190,[[["task",4]],["stage",3]]],[11,"msg","","",190,[[["string",3],["vec",3],["into",8],["option",4],["box",3]],["stage",3]]],[11,"left_aligned_msg","","",190,[[["string",3],["vec",3],["into",8],["option",4],["box",3]],["stage",3]]],[11,"warp_to","","",190,[[["option",4],["id",4]],["stage",3]]],[11,"spawn","","",190,[[["fn",8],["box",3]],["stage",3]]],[11,"spawn_scenario","","",190,[[["scenariogenerator",3]],["stage",3]]],[11,"reset_state","","",191,[[]]],[11,"stage","","",191,[[],["stage",3]]],[11,"interaction","","",191,[[],["task",4]]],[11,"lines","","",191,[[],["option",4]]],[11,"next","","",191,[[]]],[11,"prev","","",191,[[]]],[11,"make_top_center","","",191,[[["eventctx",3]],["panel",3]]],[11,"make_state","","",191,[[["eventctx",3],["app",3]],[["gameplaystate",8],["box",3]]]],[11,"new","","",191,[[["eventctx",3],["app",3]],["tutorialstate",3]]],[11,"scenarios_to_prebake","","",191,[[["map",3]],[["scenariogenerator",3],["vec",3]]]],[8,"GameplayState","game::sandbox::gameplay","",null,null],[10,"event","","",193,[[["sandboxcontrols",3],["eventctx",3],["app",3],["actions",3]],[["option",4],["transition",4]]]],[10,"draw","","",193,[[["app",3],["gfxctx",3]]]],[11,"on_destroy","","",193,[[["app",3]]]],[11,"can_move_canvas","","",193,[[]]],[11,"can_examine_objects","","",193,[[]]],[11,"has_common","","",193,[[]]],[11,"has_tool_panel","","",193,[[]]],[11,"has_time_panel","","",193,[[]]],[11,"has_speed","","",193,[[]]],[11,"has_agent_meter","","",193,[[]]],[11,"has_minimap","","",193,[[]]],[11,"is","","Returns true if the trait object wraps an object of type…",193,[[]]],[11,"downcast","","Returns a boxed object from a boxed trait object if the…",193,[[["box",3]],[["result",4],["box",3],["box",3]]]],[11,"downcast_rc","","Returns an `Rc`-ed object from an `Rc`-ed trait object if…",193,[[["rc",3]],[["rc",3],["rc",3],["result",4]]]],[11,"downcast_ref","","Returns a reference to the object within the trait object…",193,[[],["option",4]]],[11,"downcast_mut","","Returns a mutable reference to the object within the trait…",193,[[],["option",4]]],[11,"map_path","","",180,[[],["string",3]]],[11,"scenario","","",180,[[["timer",3],["xorshiftrng",3],["map",3],["option",4]],[["option",4],["scenario",3]]]],[11,"can_edit_lanes","","",180,[[]]],[11,"can_edit_stop_signs","","",180,[[]]],[11,"can_jump_to_time","","",180,[[]]],[11,"allows","","",180,[[["mapedits",3]]]],[11,"initialize","","",180,[[["eventctx",3],["app",3]],[["gameplaystate",8],["box",3]]]],[11,"new","","",179,[[["string",3],["eventctx",3],["app",3],["gameplaymode",4],["option",4]],[["state",8],["box",3]]]],[0,"misc_tools","game::sandbox","",null,null],[3,"RoutePreview","game::sandbox::misc_tools","",null,null],[12,"preview","","",194,null],[3,"TurnExplorer","","",null,null],[12,"l","","",195,null],[12,"idx","","",195,null],[12,"panel","","",195,null],[5,"color_turn_type","","",null,[[["turntype",4]],["color",3]]],[17,"CURRENT_TURN","","",null,null],[17,"CONFLICTING_TURN","","",null,null],[11,"new","","",194,[[],["routepreview",3]]],[11,"event","","",194,[[["eventctx",3],["app",3]],[["option",4],["transition",4]]]],[11,"draw","","",194,[[["gfxctx",3]]]],[11,"new","","",195,[[["eventctx",3],["app",3],["laneid",3]],[["state",8],["box",3]]]],[11,"make_panel","","",195,[[["eventctx",3],["app",3],["laneid",3]],["panel",3]]],[0,"speed","game::sandbox","",null,null],[3,"SpeedControls","game::sandbox::speed","",null,null],[12,"panel","","",196,null],[12,"paused","","",196,null],[12,"setting","","",196,null],[3,"TimePanel","","",null,null],[12,"time","","",197,null],[12,"panel","","",197,null],[4,"SpeedSetting","","",null,null],[13,"Realtime","","",198,null],[13,"Fast","","",198,null],[13,"Faster","","",198,null],[13,"Fastest","","",198,null],[11,"make_panel","","",196,[[["eventctx",3],["app",3],["speedsetting",4]],["panel",3]]],[11,"new","","",196,[[["eventctx",3],["app",3]],["speedcontrols",3]]],[11,"event","","",196,[[["gameplaymode",4],["eventctx",3],["app",3],["option",4]],[["option",4],["transition",4]]]],[11,"draw","","",196,[[["gfxctx",3]]]],[11,"pause","","",196,[[["eventctx",3],["app",3]]]],[11,"resume_realtime","","",196,[[["eventctx",3],["app",3]]]],[11,"is_paused","","",196,[[]]],[11,"new","","",197,[[["eventctx",3],["app",3]],["timepanel",3]]],[11,"event","","",197,[[["eventctx",3],["app",3]]]],[11,"draw","","",197,[[["gfxctx",3]]]],[0,"time_warp","game::sandbox","",null,null],[3,"JumpToTime","game::sandbox::time_warp","",null,null],[12,"panel","","",199,null],[12,"target","","",199,null],[12,"maybe_mode","","",199,null],[3,"JumpToDelay","","",null,null],[12,"panel","","",200,null],[12,"maybe_mode","","",200,null],[3,"TimeWarpScreen","","",null,null],[12,"target","","",201,null],[12,"wall_time_started","","",201,null],[12,"sim_time_started","","",201,null],[12,"halt_upon_delay","","",201,null],[12,"panel","","",201,null],[5,"area_under_curve","","",null,[[["vec",3]],["polygon",3]]],[5,"compare_count","","",null,[[],["string",3]]],[5,"build_jump_to_time_btn","","",null,[[["eventctx",3],["time",3]],["widget",3]]],[5,"build_jump_to_delay_button","","",null,[[["eventctx",3],["duration",3]],["widget",3]]],[11,"new","","",199,[[["eventctx",3],["app",3],["gameplaymode",4],["option",4]],[["state",8],["box",3]]]],[11,"new","","",200,[[["eventctx",3],["app",3],["gameplaymode",4],["option",4]],[["state",8],["box",3]]]],[11,"new","","",201,[[["option",4],["time",3],["eventctx",3],["app",3],["duration",3]],[["state",8],["box",3]]]],[0,"uber_turns","game::sandbox","",null,null],[3,"UberTurnPicker","game::sandbox::uber_turns","",null,null],[12,"members","","",202,null],[12,"panel","","",202,null],[3,"UberTurnViewer","","",null,null],[12,"panel","","",203,null],[12,"draw","","",203,null],[12,"ic","","",203,null],[12,"idx","","",203,null],[12,"legal_turns","","",203,null],[11,"new","","",202,[[["eventctx",3],["app",3],["intersectionid",3]],[["state",8],["box",3]]]],[11,"new","","",203,[[["eventctx",3],["app",3],["intersectionid",3],["btreeset",3]],[["state",8],["box",3]]]],[11,"new","game::sandbox","",145,[[["eventctx",3],["app",3],["gameplaymode",4]],[["state",8],["box",3]]]],[11,"contextual_actions","","",145,[[],["actions",3]]],[11,"new","","",147,[[["eventctx",3],["app",3]],["agentmeter",3]]],[11,"event","","",147,[[["eventctx",3],["app",3]],[["option",4],["transition",4]]]],[11,"draw","","",147,[[["gfxctx",3]]]],[11,"from","game::app","",0,[[]]],[11,"into","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"vzip","","",0,[[]]],[11,"into_any","","",0,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",0,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",0,[[],["any",8]]],[11,"as_any_mut","","",0,[[],["any",8]]],[11,"from","","",1,[[]]],[11,"into","","",1,[[]]],[11,"try_from","","",1,[[],["result",4]]],[11,"try_into","","",1,[[],["result",4]]],[11,"borrow","","",1,[[]]],[11,"borrow_mut","","",1,[[]]],[11,"type_id","","",1,[[],["typeid",3]]],[11,"vzip","","",1,[[]]],[11,"into_any","","",1,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",1,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",1,[[],["any",8]]],[11,"as_any_mut","","",1,[[],["any",8]]],[11,"into_any_arc","","",1,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",2,[[]]],[11,"into","","",2,[[]]],[11,"try_from","","",2,[[],["result",4]]],[11,"try_into","","",2,[[],["result",4]]],[11,"borrow","","",2,[[]]],[11,"borrow_mut","","",2,[[]]],[11,"type_id","","",2,[[],["typeid",3]]],[11,"vzip","","",2,[[]]],[11,"into_any","","",2,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",2,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",2,[[],["any",8]]],[11,"as_any_mut","","",2,[[],["any",8]]],[11,"into_any_arc","","",2,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",3,[[]]],[11,"into","","",3,[[]]],[11,"to_owned","","",3,[[]]],[11,"clone_into","","",3,[[]]],[11,"try_from","","",3,[[],["result",4]]],[11,"try_into","","",3,[[],["result",4]]],[11,"borrow","","",3,[[]]],[11,"borrow_mut","","",3,[[]]],[11,"type_id","","",3,[[],["typeid",3]]],[11,"vzip","","",3,[[]]],[11,"into_any","","",3,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",3,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",3,[[],["any",8]]],[11,"as_any_mut","","",3,[[],["any",8]]],[11,"into_any_arc","","",3,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",4,[[]]],[11,"into","","",4,[[]]],[11,"try_from","","",4,[[],["result",4]]],[11,"try_into","","",4,[[],["result",4]]],[11,"borrow","","",4,[[]]],[11,"borrow_mut","","",4,[[]]],[11,"type_id","","",4,[[],["typeid",3]]],[11,"vzip","","",4,[[]]],[11,"into_any","","",4,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",4,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",4,[[],["any",8]]],[11,"as_any_mut","","",4,[[],["any",8]]],[11,"from","","",5,[[]]],[11,"into","","",5,[[]]],[11,"try_from","","",5,[[],["result",4]]],[11,"try_into","","",5,[[],["result",4]]],[11,"borrow","","",5,[[]]],[11,"borrow_mut","","",5,[[]]],[11,"type_id","","",5,[[],["typeid",3]]],[11,"vzip","","",5,[[]]],[11,"into_any","","",5,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",5,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",5,[[],["any",8]]],[11,"as_any_mut","","",5,[[],["any",8]]],[11,"from","","",6,[[]]],[11,"into","","",6,[[]]],[11,"try_from","","",6,[[],["result",4]]],[11,"try_into","","",6,[[],["result",4]]],[11,"borrow","","",6,[[]]],[11,"borrow_mut","","",6,[[]]],[11,"type_id","","",6,[[],["typeid",3]]],[11,"vzip","","",6,[[]]],[11,"into_any","","",6,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",6,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",6,[[],["any",8]]],[11,"as_any_mut","","",6,[[],["any",8]]],[11,"into_any_arc","","",6,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",7,[[]]],[11,"into","","",7,[[]]],[11,"try_from","","",7,[[],["result",4]]],[11,"try_into","","",7,[[],["result",4]]],[11,"borrow","","",7,[[]]],[11,"borrow_mut","","",7,[[]]],[11,"type_id","","",7,[[],["typeid",3]]],[11,"vzip","","",7,[[]]],[11,"into_any","","",7,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",7,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",7,[[],["any",8]]],[11,"as_any_mut","","",7,[[],["any",8]]],[11,"into_any_arc","","",7,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::challenges","",9,[[]]],[11,"into","","",9,[[]]],[11,"try_from","","",9,[[],["result",4]]],[11,"try_into","","",9,[[],["result",4]]],[11,"borrow","","",9,[[]]],[11,"borrow_mut","","",9,[[]]],[11,"type_id","","",9,[[],["typeid",3]]],[11,"vzip","","",9,[[]]],[11,"into_any","","",9,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",9,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",9,[[],["any",8]]],[11,"as_any_mut","","",9,[[],["any",8]]],[11,"into_any_arc","","",9,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",10,[[]]],[11,"into","","",10,[[]]],[11,"try_from","","",10,[[],["result",4]]],[11,"try_into","","",10,[[],["result",4]]],[11,"borrow","","",10,[[]]],[11,"borrow_mut","","",10,[[]]],[11,"type_id","","",10,[[],["typeid",3]]],[11,"vzip","","",10,[[]]],[11,"into_any","","",10,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",10,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",10,[[],["any",8]]],[11,"as_any_mut","","",10,[[],["any",8]]],[11,"into_any_arc","","",10,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",11,[[]]],[11,"into","","",11,[[]]],[11,"try_from","","",11,[[],["result",4]]],[11,"try_into","","",11,[[],["result",4]]],[11,"borrow","","",11,[[]]],[11,"borrow_mut","","",11,[[]]],[11,"type_id","","",11,[[],["typeid",3]]],[11,"vzip","","",11,[[]]],[11,"into_any","","",11,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",11,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",11,[[],["any",8]]],[11,"as_any_mut","","",11,[[],["any",8]]],[11,"from","game::colors","",12,[[]]],[11,"into","","",12,[[]]],[11,"try_from","","",12,[[],["result",4]]],[11,"try_into","","",12,[[],["result",4]]],[11,"borrow","","",12,[[]]],[11,"borrow_mut","","",12,[[]]],[11,"type_id","","",12,[[],["typeid",3]]],[11,"vzip","","",12,[[]]],[11,"into_any","","",12,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",12,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",12,[[],["any",8]]],[11,"as_any_mut","","",12,[[],["any",8]]],[11,"into_any_arc","","",12,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",13,[[]]],[11,"into","","",13,[[]]],[11,"to_owned","","",13,[[]]],[11,"clone_into","","",13,[[]]],[11,"try_from","","",13,[[],["result",4]]],[11,"try_into","","",13,[[],["result",4]]],[11,"borrow","","",13,[[]]],[11,"borrow_mut","","",13,[[]]],[11,"type_id","","",13,[[],["typeid",3]]],[11,"vzip","","",13,[[]]],[11,"into_any","","",13,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",13,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",13,[[],["any",8]]],[11,"as_any_mut","","",13,[[],["any",8]]],[11,"into_any_arc","","",13,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::common","",14,[[]]],[11,"into","","",14,[[]]],[11,"try_from","","",14,[[],["result",4]]],[11,"try_into","","",14,[[],["result",4]]],[11,"borrow","","",14,[[]]],[11,"borrow_mut","","",14,[[]]],[11,"type_id","","",14,[[],["typeid",3]]],[11,"vzip","","",14,[[]]],[11,"into_any","","",14,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",14,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",14,[[],["any",8]]],[11,"as_any_mut","","",14,[[],["any",8]]],[11,"from","game::common::city_picker","",15,[[]]],[11,"into","","",15,[[]]],[11,"try_from","","",15,[[],["result",4]]],[11,"try_into","","",15,[[],["result",4]]],[11,"borrow","","",15,[[]]],[11,"borrow_mut","","",15,[[]]],[11,"type_id","","",15,[[],["typeid",3]]],[11,"vzip","","",15,[[]]],[11,"into_any","","",15,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",15,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",15,[[],["any",8]]],[11,"as_any_mut","","",15,[[],["any",8]]],[11,"from","game::common::colors","",16,[[]]],[11,"into","","",16,[[]]],[11,"try_from","","",16,[[],["result",4]]],[11,"try_into","","",16,[[],["result",4]]],[11,"borrow","","",16,[[]]],[11,"borrow_mut","","",16,[[]]],[11,"type_id","","",16,[[],["typeid",3]]],[11,"vzip","","",16,[[]]],[11,"into_any","","",16,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",16,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",16,[[],["any",8]]],[11,"as_any_mut","","",16,[[],["any",8]]],[11,"into_any_arc","","",16,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",20,[[]]],[11,"into","","",20,[[]]],[11,"try_from","","",20,[[],["result",4]]],[11,"try_into","","",20,[[],["result",4]]],[11,"borrow","","",20,[[]]],[11,"borrow_mut","","",20,[[]]],[11,"type_id","","",20,[[],["typeid",3]]],[11,"vzip","","",20,[[]]],[11,"into_any","","",20,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",20,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",20,[[],["any",8]]],[11,"as_any_mut","","",20,[[],["any",8]]],[11,"into_any_arc","","",20,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",17,[[]]],[11,"into","","",17,[[]]],[11,"try_from","","",17,[[],["result",4]]],[11,"try_into","","",17,[[],["result",4]]],[11,"borrow","","",17,[[]]],[11,"borrow_mut","","",17,[[]]],[11,"type_id","","",17,[[],["typeid",3]]],[11,"vzip","","",17,[[]]],[11,"into_any","","",17,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",17,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",17,[[],["any",8]]],[11,"as_any_mut","","",17,[[],["any",8]]],[11,"into_any_arc","","",17,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",18,[[]]],[11,"into","","",18,[[]]],[11,"try_from","","",18,[[],["result",4]]],[11,"try_into","","",18,[[],["result",4]]],[11,"borrow","","",18,[[]]],[11,"borrow_mut","","",18,[[]]],[11,"type_id","","",18,[[],["typeid",3]]],[11,"vzip","","",18,[[]]],[11,"into_any","","",18,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",18,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",18,[[],["any",8]]],[11,"as_any_mut","","",18,[[],["any",8]]],[11,"into_any_arc","","",18,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",19,[[]]],[11,"into","","",19,[[]]],[11,"try_from","","",19,[[],["result",4]]],[11,"try_into","","",19,[[],["result",4]]],[11,"borrow","","",19,[[]]],[11,"borrow_mut","","",19,[[]]],[11,"type_id","","",19,[[],["typeid",3]]],[11,"vzip","","",19,[[]]],[11,"into_any","","",19,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",19,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",19,[[],["any",8]]],[11,"as_any_mut","","",19,[[],["any",8]]],[11,"into_any_arc","","",19,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::common::heatmap","",21,[[]]],[11,"into","","",21,[[]]],[11,"to_owned","","",21,[[]]],[11,"clone_into","","",21,[[]]],[11,"try_from","","",21,[[],["result",4]]],[11,"try_into","","",21,[[],["result",4]]],[11,"borrow","","",21,[[]]],[11,"borrow_mut","","",21,[[]]],[11,"type_id","","",21,[[],["typeid",3]]],[11,"vzip","","",21,[[]]],[11,"into_any","","",21,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",21,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",21,[[],["any",8]]],[11,"as_any_mut","","",21,[[],["any",8]]],[11,"into_any_arc","","",21,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",22,[[]]],[11,"into","","",22,[[]]],[11,"try_from","","",22,[[],["result",4]]],[11,"try_into","","",22,[[],["result",4]]],[11,"borrow","","",22,[[]]],[11,"borrow_mut","","",22,[[]]],[11,"type_id","","",22,[[],["typeid",3]]],[11,"vzip","","",22,[[]]],[11,"into_any","","",22,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",22,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",22,[[],["any",8]]],[11,"as_any_mut","","",22,[[],["any",8]]],[11,"into_any_arc","","",22,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::common::isochrone","",23,[[]]],[11,"into","","",23,[[]]],[11,"try_from","","",23,[[],["result",4]]],[11,"try_into","","",23,[[],["result",4]]],[11,"borrow","","",23,[[]]],[11,"borrow_mut","","",23,[[]]],[11,"type_id","","",23,[[],["typeid",3]]],[11,"vzip","","",23,[[]]],[11,"into_any","","",23,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",23,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",23,[[],["any",8]]],[11,"as_any_mut","","",23,[[],["any",8]]],[11,"from","game::common::minimap","",24,[[]]],[11,"into","","",24,[[]]],[11,"try_from","","",24,[[],["result",4]]],[11,"try_into","","",24,[[],["result",4]]],[11,"borrow","","",24,[[]]],[11,"borrow_mut","","",24,[[]]],[11,"type_id","","",24,[[],["typeid",3]]],[11,"vzip","","",24,[[]]],[11,"into_any","","",24,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",24,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",24,[[],["any",8]]],[11,"as_any_mut","","",24,[[],["any",8]]],[11,"from","game::common::navigate","",25,[[]]],[11,"into","","",25,[[]]],[11,"try_from","","",25,[[],["result",4]]],[11,"try_into","","",25,[[],["result",4]]],[11,"borrow","","",25,[[]]],[11,"borrow_mut","","",25,[[]]],[11,"type_id","","",25,[[],["typeid",3]]],[11,"vzip","","",25,[[]]],[11,"into_any","","",25,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",25,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",25,[[],["any",8]]],[11,"as_any_mut","","",25,[[],["any",8]]],[11,"from","","",26,[[]]],[11,"into","","",26,[[]]],[11,"try_from","","",26,[[],["result",4]]],[11,"try_into","","",26,[[],["result",4]]],[11,"borrow","","",26,[[]]],[11,"borrow_mut","","",26,[[]]],[11,"type_id","","",26,[[],["typeid",3]]],[11,"vzip","","",26,[[]]],[11,"into_any","","",26,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",26,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",26,[[],["any",8]]],[11,"as_any_mut","","",26,[[],["any",8]]],[11,"from","","",27,[[]]],[11,"into","","",27,[[]]],[11,"try_from","","",27,[[],["result",4]]],[11,"try_into","","",27,[[],["result",4]]],[11,"borrow","","",27,[[]]],[11,"borrow_mut","","",27,[[]]],[11,"type_id","","",27,[[],["typeid",3]]],[11,"vzip","","",27,[[]]],[11,"into_any","","",27,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",27,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",27,[[],["any",8]]],[11,"as_any_mut","","",27,[[],["any",8]]],[11,"from","game::common::warp","",28,[[]]],[11,"into","","",28,[[]]],[11,"try_from","","",28,[[],["result",4]]],[11,"try_into","","",28,[[],["result",4]]],[11,"borrow","","",28,[[]]],[11,"borrow_mut","","",28,[[]]],[11,"type_id","","",28,[[],["typeid",3]]],[11,"vzip","","",28,[[]]],[11,"into_any","","",28,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",28,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",28,[[],["any",8]]],[11,"as_any_mut","","",28,[[],["any",8]]],[11,"into_any_arc","","",28,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",29,[[]]],[11,"into","","",29,[[]]],[11,"try_from","","",29,[[],["result",4]]],[11,"try_into","","",29,[[],["result",4]]],[11,"borrow","","",29,[[]]],[11,"borrow_mut","","",29,[[]]],[11,"type_id","","",29,[[],["typeid",3]]],[11,"vzip","","",29,[[]]],[11,"into_any","","",29,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",29,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",29,[[],["any",8]]],[11,"as_any_mut","","",29,[[],["any",8]]],[11,"from","game::cutscene","",30,[[]]],[11,"into","","",30,[[]]],[11,"try_from","","",30,[[],["result",4]]],[11,"try_into","","",30,[[],["result",4]]],[11,"borrow","","",30,[[]]],[11,"borrow_mut","","",30,[[]]],[11,"type_id","","",30,[[],["typeid",3]]],[11,"vzip","","",30,[[]]],[11,"into_any","","",30,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",30,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",30,[[],["any",8]]],[11,"as_any_mut","","",30,[[],["any",8]]],[11,"into_any_arc","","",30,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",31,[[]]],[11,"into","","",31,[[]]],[11,"try_from","","",31,[[],["result",4]]],[11,"try_into","","",31,[[],["result",4]]],[11,"borrow","","",31,[[]]],[11,"borrow_mut","","",31,[[]]],[11,"type_id","","",31,[[],["typeid",3]]],[11,"vzip","","",31,[[]]],[11,"into_any","","",31,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",31,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",31,[[],["any",8]]],[11,"as_any_mut","","",31,[[],["any",8]]],[11,"into_any_arc","","",31,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",32,[[]]],[11,"into","","",32,[[]]],[11,"try_from","","",32,[[],["result",4]]],[11,"try_into","","",32,[[],["result",4]]],[11,"borrow","","",32,[[]]],[11,"borrow_mut","","",32,[[]]],[11,"type_id","","",32,[[],["typeid",3]]],[11,"vzip","","",32,[[]]],[11,"into_any","","",32,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",32,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",32,[[],["any",8]]],[11,"as_any_mut","","",32,[[],["any",8]]],[11,"from","","",33,[[]]],[11,"into","","",33,[[]]],[11,"try_from","","",33,[[],["result",4]]],[11,"try_into","","",33,[[],["result",4]]],[11,"borrow","","",33,[[]]],[11,"borrow_mut","","",33,[[]]],[11,"type_id","","",33,[[],["typeid",3]]],[11,"vzip","","",33,[[]]],[11,"into_any","","",33,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",33,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",33,[[],["any",8]]],[11,"as_any_mut","","",33,[[],["any",8]]],[11,"from","","",34,[[]]],[11,"into","","",34,[[]]],[11,"try_from","","",34,[[],["result",4]]],[11,"try_into","","",34,[[],["result",4]]],[11,"borrow","","",34,[[]]],[11,"borrow_mut","","",34,[[]]],[11,"type_id","","",34,[[],["typeid",3]]],[11,"vzip","","",34,[[]]],[11,"into_any","","",34,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",34,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",34,[[],["any",8]]],[11,"as_any_mut","","",34,[[],["any",8]]],[11,"into_any_arc","","",34,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::debug","",35,[[]]],[11,"into","","",35,[[]]],[11,"try_from","","",35,[[],["result",4]]],[11,"try_into","","",35,[[],["result",4]]],[11,"borrow","","",35,[[]]],[11,"borrow_mut","","",35,[[]]],[11,"type_id","","",35,[[],["typeid",3]]],[11,"vzip","","",35,[[]]],[11,"into_any","","",35,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",35,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",35,[[],["any",8]]],[11,"as_any_mut","","",35,[[],["any",8]]],[11,"from","","",36,[[]]],[11,"into","","",36,[[]]],[11,"try_from","","",36,[[],["result",4]]],[11,"try_into","","",36,[[],["result",4]]],[11,"borrow","","",36,[[]]],[11,"borrow_mut","","",36,[[]]],[11,"type_id","","",36,[[],["typeid",3]]],[11,"vzip","","",36,[[]]],[11,"into_any","","",36,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",36,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",36,[[],["any",8]]],[11,"as_any_mut","","",36,[[],["any",8]]],[11,"into_any_arc","","",36,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",204,[[]]],[11,"into","","",204,[[]]],[11,"try_from","","",204,[[],["result",4]]],[11,"try_into","","",204,[[],["result",4]]],[11,"borrow","","",204,[[]]],[11,"borrow_mut","","",204,[[]]],[11,"type_id","","",204,[[],["typeid",3]]],[11,"vzip","","",204,[[]]],[11,"into_any","","",204,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",204,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",204,[[],["any",8]]],[11,"as_any_mut","","",204,[[],["any",8]]],[11,"into_any_arc","","",204,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",37,[[]]],[11,"into","","",37,[[]]],[11,"try_from","","",37,[[],["result",4]]],[11,"try_into","","",37,[[],["result",4]]],[11,"borrow","","",37,[[]]],[11,"borrow_mut","","",37,[[]]],[11,"type_id","","",37,[[],["typeid",3]]],[11,"vzip","","",37,[[]]],[11,"into_any","","",37,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",37,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",37,[[],["any",8]]],[11,"as_any_mut","","",37,[[],["any",8]]],[11,"into_any_arc","","",37,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::debug::floodfill","",38,[[]]],[11,"into","","",38,[[]]],[11,"try_from","","",38,[[],["result",4]]],[11,"try_into","","",38,[[],["result",4]]],[11,"borrow","","",38,[[]]],[11,"borrow_mut","","",38,[[]]],[11,"type_id","","",38,[[],["typeid",3]]],[11,"vzip","","",38,[[]]],[11,"into_any","","",38,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",38,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",38,[[],["any",8]]],[11,"as_any_mut","","",38,[[],["any",8]]],[11,"from","","",39,[[]]],[11,"into","","",39,[[]]],[11,"to_owned","","",39,[[]]],[11,"clone_into","","",39,[[]]],[11,"try_from","","",39,[[],["result",4]]],[11,"try_into","","",39,[[],["result",4]]],[11,"borrow","","",39,[[]]],[11,"borrow_mut","","",39,[[]]],[11,"type_id","","",39,[[],["typeid",3]]],[11,"vzip","","",39,[[]]],[11,"into_any","","",39,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",39,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",39,[[],["any",8]]],[11,"as_any_mut","","",39,[[],["any",8]]],[11,"into_any_arc","","",39,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::debug::objects","",40,[[]]],[11,"into","","",40,[[]]],[11,"try_from","","",40,[[],["result",4]]],[11,"try_into","","",40,[[],["result",4]]],[11,"borrow","","",40,[[]]],[11,"borrow_mut","","",40,[[]]],[11,"type_id","","",40,[[],["typeid",3]]],[11,"vzip","","",40,[[]]],[11,"into_any","","",40,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",40,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",40,[[],["any",8]]],[11,"as_any_mut","","",40,[[],["any",8]]],[11,"into_any_arc","","",40,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::debug::path_counter","",41,[[]]],[11,"into","","",41,[[]]],[11,"try_from","","",41,[[],["result",4]]],[11,"try_into","","",41,[[],["result",4]]],[11,"borrow","","",41,[[]]],[11,"borrow_mut","","",41,[[]]],[11,"type_id","","",41,[[],["typeid",3]]],[11,"vzip","","",41,[[]]],[11,"into_any","","",41,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",41,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",41,[[],["any",8]]],[11,"as_any_mut","","",41,[[],["any",8]]],[11,"from","game::debug::polygons","",42,[[]]],[11,"into","","",42,[[]]],[11,"try_from","","",42,[[],["result",4]]],[11,"try_into","","",42,[[],["result",4]]],[11,"borrow","","",42,[[]]],[11,"borrow_mut","","",42,[[]]],[11,"type_id","","",42,[[],["typeid",3]]],[11,"vzip","","",42,[[]]],[11,"into_any","","",42,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",42,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",42,[[],["any",8]]],[11,"as_any_mut","","",42,[[],["any",8]]],[11,"from","","",43,[[]]],[11,"into","","",43,[[]]],[11,"try_from","","",43,[[],["result",4]]],[11,"try_into","","",43,[[],["result",4]]],[11,"borrow","","",43,[[]]],[11,"borrow_mut","","",43,[[]]],[11,"type_id","","",43,[[],["typeid",3]]],[11,"vzip","","",43,[[]]],[11,"into_any","","",43,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",43,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",43,[[],["any",8]]],[11,"as_any_mut","","",43,[[],["any",8]]],[11,"into_any_arc","","",43,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::devtools","",44,[[]]],[11,"into","","",44,[[]]],[11,"try_from","","",44,[[],["result",4]]],[11,"try_into","","",44,[[],["result",4]]],[11,"borrow","","",44,[[]]],[11,"borrow_mut","","",44,[[]]],[11,"type_id","","",44,[[],["typeid",3]]],[11,"vzip","","",44,[[]]],[11,"into_any","","",44,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",44,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",44,[[],["any",8]]],[11,"as_any_mut","","",44,[[],["any",8]]],[11,"from","game::devtools::destinations","",45,[[]]],[11,"into","","",45,[[]]],[11,"try_from","","",45,[[],["result",4]]],[11,"try_into","","",45,[[],["result",4]]],[11,"borrow","","",45,[[]]],[11,"borrow_mut","","",45,[[]]],[11,"type_id","","",45,[[],["typeid",3]]],[11,"vzip","","",45,[[]]],[11,"into_any","","",45,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",45,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",45,[[],["any",8]]],[11,"as_any_mut","","",45,[[],["any",8]]],[11,"from","game::devtools::kml","",46,[[]]],[11,"into","","",46,[[]]],[11,"try_from","","",46,[[],["result",4]]],[11,"try_into","","",46,[[],["result",4]]],[11,"borrow","","",46,[[]]],[11,"borrow_mut","","",46,[[]]],[11,"type_id","","",46,[[],["typeid",3]]],[11,"vzip","","",46,[[]]],[11,"into_any","","",46,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",46,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",46,[[],["any",8]]],[11,"as_any_mut","","",46,[[],["any",8]]],[11,"from","","",47,[[]]],[11,"into","","",47,[[]]],[11,"try_from","","",47,[[],["result",4]]],[11,"try_into","","",47,[[],["result",4]]],[11,"borrow","","",47,[[]]],[11,"borrow_mut","","",47,[[]]],[11,"type_id","","",47,[[],["typeid",3]]],[11,"vzip","","",47,[[]]],[11,"into_any","","",47,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",47,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",47,[[],["any",8]]],[11,"as_any_mut","","",47,[[],["any",8]]],[11,"into_any_arc","","",47,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::devtools::mapping","",48,[[]]],[11,"into","","",48,[[]]],[11,"try_from","","",48,[[],["result",4]]],[11,"try_into","","",48,[[],["result",4]]],[11,"borrow","","",48,[[]]],[11,"borrow_mut","","",48,[[]]],[11,"type_id","","",48,[[],["typeid",3]]],[11,"vzip","","",48,[[]]],[11,"into_any","","",48,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",48,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",48,[[],["any",8]]],[11,"as_any_mut","","",48,[[],["any",8]]],[11,"from","","",49,[[]]],[11,"into","","",49,[[]]],[11,"try_from","","",49,[[],["result",4]]],[11,"try_into","","",49,[[],["result",4]]],[11,"borrow","","",49,[[]]],[11,"borrow_mut","","",49,[[]]],[11,"type_id","","",49,[[],["typeid",3]]],[11,"vzip","","",49,[[]]],[11,"into_any","","",49,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",49,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",49,[[],["any",8]]],[11,"as_any_mut","","",49,[[],["any",8]]],[11,"from","","",50,[[]]],[11,"into","","",50,[[]]],[11,"to_owned","","",50,[[]]],[11,"clone_into","","",50,[[]]],[11,"try_from","","",50,[[],["result",4]]],[11,"try_into","","",50,[[],["result",4]]],[11,"borrow","","",50,[[]]],[11,"borrow_mut","","",50,[[]]],[11,"type_id","","",50,[[],["typeid",3]]],[11,"vzip","","",50,[[]]],[11,"into_any","","",50,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",50,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",50,[[],["any",8]]],[11,"as_any_mut","","",50,[[],["any",8]]],[11,"into_any_arc","","",50,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",51,[[]]],[11,"into","","",51,[[]]],[11,"to_owned","","",51,[[]]],[11,"clone_into","","",51,[[]]],[11,"try_from","","",51,[[],["result",4]]],[11,"try_into","","",51,[[],["result",4]]],[11,"borrow","","",51,[[]]],[11,"borrow_mut","","",51,[[]]],[11,"type_id","","",51,[[],["typeid",3]]],[11,"vzip","","",51,[[]]],[11,"into_any","","",51,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",51,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",51,[[],["any",8]]],[11,"as_any_mut","","",51,[[],["any",8]]],[11,"into_any_arc","","",51,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::devtools::polygon","",52,[[]]],[11,"into","","",52,[[]]],[11,"try_from","","",52,[[],["result",4]]],[11,"try_into","","",52,[[],["result",4]]],[11,"borrow","","",52,[[]]],[11,"borrow_mut","","",52,[[]]],[11,"type_id","","",52,[[],["typeid",3]]],[11,"vzip","","",52,[[]]],[11,"into_any","","",52,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",52,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",52,[[],["any",8]]],[11,"as_any_mut","","",52,[[],["any",8]]],[11,"from","game::devtools::scenario","",53,[[]]],[11,"into","","",53,[[]]],[11,"try_from","","",53,[[],["result",4]]],[11,"try_into","","",53,[[],["result",4]]],[11,"borrow","","",53,[[]]],[11,"borrow_mut","","",53,[[]]],[11,"type_id","","",53,[[],["typeid",3]]],[11,"vzip","","",53,[[]]],[11,"into_any","","",53,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",53,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",53,[[],["any",8]]],[11,"as_any_mut","","",53,[[],["any",8]]],[11,"from","game::devtools::story","",54,[[]]],[11,"into","","",54,[[]]],[11,"try_from","","",54,[[],["result",4]]],[11,"try_into","","",54,[[],["result",4]]],[11,"borrow","","",54,[[]]],[11,"borrow_mut","","",54,[[]]],[11,"type_id","","",54,[[],["typeid",3]]],[11,"vzip","","",54,[[]]],[11,"into_any","","",54,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",54,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",54,[[],["any",8]]],[11,"as_any_mut","","",54,[[],["any",8]]],[11,"from","","",55,[[]]],[11,"into","","",55,[[]]],[11,"to_owned","","",55,[[]]],[11,"clone_into","","",55,[[]]],[11,"try_from","","",55,[[],["result",4]]],[11,"try_into","","",55,[[],["result",4]]],[11,"borrow","","",55,[[]]],[11,"borrow_mut","","",55,[[]]],[11,"type_id","","",55,[[],["typeid",3]]],[11,"vzip","","",55,[[]]],[11,"into_any","","",55,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",55,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",55,[[],["any",8]]],[11,"as_any_mut","","",55,[[],["any",8]]],[11,"into_any_arc","","",55,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",56,[[]]],[11,"into","","",56,[[]]],[11,"try_from","","",56,[[],["result",4]]],[11,"try_into","","",56,[[],["result",4]]],[11,"borrow","","",56,[[]]],[11,"borrow_mut","","",56,[[]]],[11,"type_id","","",56,[[],["typeid",3]]],[11,"vzip","","",56,[[]]],[11,"into_any","","",56,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",56,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",56,[[],["any",8]]],[11,"as_any_mut","","",56,[[],["any",8]]],[11,"into_any_arc","","",56,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",57,[[]]],[11,"into","","",57,[[]]],[11,"try_from","","",57,[[],["result",4]]],[11,"try_into","","",57,[[],["result",4]]],[11,"borrow","","",57,[[]]],[11,"borrow_mut","","",57,[[]]],[11,"type_id","","",57,[[],["typeid",3]]],[11,"vzip","","",57,[[]]],[11,"into_any","","",57,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",57,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",57,[[],["any",8]]],[11,"as_any_mut","","",57,[[],["any",8]]],[11,"into_any_arc","","",57,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",58,[[]]],[11,"into","","",58,[[]]],[11,"try_from","","",58,[[],["result",4]]],[11,"try_into","","",58,[[],["result",4]]],[11,"borrow","","",58,[[]]],[11,"borrow_mut","","",58,[[]]],[11,"type_id","","",58,[[],["typeid",3]]],[11,"vzip","","",58,[[]]],[11,"into_any","","",58,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",58,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",58,[[],["any",8]]],[11,"as_any_mut","","",58,[[],["any",8]]],[11,"into_any_arc","","",58,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",59,[[]]],[11,"into","","",59,[[]]],[11,"try_from","","",59,[[],["result",4]]],[11,"try_into","","",59,[[],["result",4]]],[11,"borrow","","",59,[[]]],[11,"borrow_mut","","",59,[[]]],[11,"type_id","","",59,[[],["typeid",3]]],[11,"vzip","","",59,[[]]],[11,"into_any","","",59,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",59,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",59,[[],["any",8]]],[11,"as_any_mut","","",59,[[],["any",8]]],[11,"from","game::edit","",60,[[]]],[11,"into","","",60,[[]]],[11,"try_from","","",60,[[],["result",4]]],[11,"try_into","","",60,[[],["result",4]]],[11,"borrow","","",60,[[]]],[11,"borrow_mut","","",60,[[]]],[11,"type_id","","",60,[[],["typeid",3]]],[11,"vzip","","",60,[[]]],[11,"into_any","","",60,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",60,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",60,[[],["any",8]]],[11,"as_any_mut","","",60,[[],["any",8]]],[11,"from","","",61,[[]]],[11,"into","","",61,[[]]],[11,"try_from","","",61,[[],["result",4]]],[11,"try_into","","",61,[[],["result",4]]],[11,"borrow","","",61,[[]]],[11,"borrow_mut","","",61,[[]]],[11,"type_id","","",61,[[],["typeid",3]]],[11,"vzip","","",61,[[]]],[11,"into_any","","",61,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",61,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",61,[[],["any",8]]],[11,"as_any_mut","","",61,[[],["any",8]]],[11,"from","","",62,[[]]],[11,"into","","",62,[[]]],[11,"try_from","","",62,[[],["result",4]]],[11,"try_into","","",62,[[],["result",4]]],[11,"borrow","","",62,[[]]],[11,"borrow_mut","","",62,[[]]],[11,"type_id","","",62,[[],["typeid",3]]],[11,"vzip","","",62,[[]]],[11,"into_any","","",62,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",62,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",62,[[],["any",8]]],[11,"as_any_mut","","",62,[[],["any",8]]],[11,"from","","",63,[[]]],[11,"into","","",63,[[]]],[11,"try_from","","",63,[[],["result",4]]],[11,"try_into","","",63,[[],["result",4]]],[11,"borrow","","",63,[[]]],[11,"borrow_mut","","",63,[[]]],[11,"type_id","","",63,[[],["typeid",3]]],[11,"vzip","","",63,[[]]],[11,"into_any","","",63,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",63,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",63,[[],["any",8]]],[11,"as_any_mut","","",63,[[],["any",8]]],[11,"from","game::edit::bulk","",64,[[]]],[11,"into","","",64,[[]]],[11,"try_from","","",64,[[],["result",4]]],[11,"try_into","","",64,[[],["result",4]]],[11,"borrow","","",64,[[]]],[11,"borrow_mut","","",64,[[]]],[11,"type_id","","",64,[[],["typeid",3]]],[11,"vzip","","",64,[[]]],[11,"into_any","","",64,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",64,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",64,[[],["any",8]]],[11,"as_any_mut","","",64,[[],["any",8]]],[11,"from","","",65,[[]]],[11,"into","","",65,[[]]],[11,"try_from","","",65,[[],["result",4]]],[11,"try_into","","",65,[[],["result",4]]],[11,"borrow","","",65,[[]]],[11,"borrow_mut","","",65,[[]]],[11,"type_id","","",65,[[],["typeid",3]]],[11,"vzip","","",65,[[]]],[11,"into_any","","",65,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",65,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",65,[[],["any",8]]],[11,"as_any_mut","","",65,[[],["any",8]]],[11,"from","game::edit::cluster_traffic_signals","",66,[[]]],[11,"into","","",66,[[]]],[11,"try_from","","",66,[[],["result",4]]],[11,"try_into","","",66,[[],["result",4]]],[11,"borrow","","",66,[[]]],[11,"borrow_mut","","",66,[[]]],[11,"type_id","","",66,[[],["typeid",3]]],[11,"vzip","","",66,[[]]],[11,"into_any","","",66,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",66,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",66,[[],["any",8]]],[11,"as_any_mut","","",66,[[],["any",8]]],[11,"from","game::edit::lanes","",67,[[]]],[11,"into","","",67,[[]]],[11,"try_from","","",67,[[],["result",4]]],[11,"try_into","","",67,[[],["result",4]]],[11,"borrow","","",67,[[]]],[11,"borrow_mut","","",67,[[]]],[11,"type_id","","",67,[[],["typeid",3]]],[11,"vzip","","",67,[[]]],[11,"into_any","","",67,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",67,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",67,[[],["any",8]]],[11,"as_any_mut","","",67,[[],["any",8]]],[11,"from","game::edit::routes","",68,[[]]],[11,"into","","",68,[[]]],[11,"try_from","","",68,[[],["result",4]]],[11,"try_into","","",68,[[],["result",4]]],[11,"borrow","","",68,[[]]],[11,"borrow_mut","","",68,[[]]],[11,"type_id","","",68,[[],["typeid",3]]],[11,"vzip","","",68,[[]]],[11,"into_any","","",68,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",68,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",68,[[],["any",8]]],[11,"as_any_mut","","",68,[[],["any",8]]],[11,"from","game::edit::select","",69,[[]]],[11,"into","","",69,[[]]],[11,"try_from","","",69,[[],["result",4]]],[11,"try_into","","",69,[[],["result",4]]],[11,"borrow","","",69,[[]]],[11,"borrow_mut","","",69,[[]]],[11,"type_id","","",69,[[],["typeid",3]]],[11,"vzip","","",69,[[]]],[11,"into_any","","",69,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",69,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",69,[[],["any",8]]],[11,"as_any_mut","","",69,[[],["any",8]]],[11,"into_any_arc","","",69,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",70,[[]]],[11,"into","","",70,[[]]],[11,"try_from","","",70,[[],["result",4]]],[11,"try_into","","",70,[[],["result",4]]],[11,"borrow","","",70,[[]]],[11,"borrow_mut","","",70,[[]]],[11,"type_id","","",70,[[],["typeid",3]]],[11,"vzip","","",70,[[]]],[11,"into_any","","",70,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",70,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",70,[[],["any",8]]],[11,"as_any_mut","","",70,[[],["any",8]]],[11,"into_any_arc","","",70,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::edit::stop_signs","",72,[[]]],[11,"into","","",72,[[]]],[11,"try_from","","",72,[[],["result",4]]],[11,"try_into","","",72,[[],["result",4]]],[11,"borrow","","",72,[[]]],[11,"borrow_mut","","",72,[[]]],[11,"type_id","","",72,[[],["typeid",3]]],[11,"vzip","","",72,[[]]],[11,"into_any","","",72,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",72,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",72,[[],["any",8]]],[11,"as_any_mut","","",72,[[],["any",8]]],[11,"from","game::edit::traffic_signals","",73,[[]]],[11,"into","","",73,[[]]],[11,"try_from","","",73,[[],["result",4]]],[11,"try_into","","",73,[[],["result",4]]],[11,"borrow","","",73,[[]]],[11,"borrow_mut","","",73,[[]]],[11,"type_id","","",73,[[],["typeid",3]]],[11,"vzip","","",73,[[]]],[11,"into_any","","",73,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",73,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",73,[[],["any",8]]],[11,"as_any_mut","","",73,[[],["any",8]]],[11,"from","","",74,[[]]],[11,"into","","",74,[[]]],[11,"to_owned","","",74,[[]]],[11,"clone_into","","",74,[[]]],[11,"try_from","","",74,[[],["result",4]]],[11,"try_into","","",74,[[],["result",4]]],[11,"borrow","","",74,[[]]],[11,"borrow_mut","","",74,[[]]],[11,"type_id","","",74,[[],["typeid",3]]],[11,"vzip","","",74,[[]]],[11,"into_any","","",74,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",74,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",74,[[],["any",8]]],[11,"as_any_mut","","",74,[[],["any",8]]],[11,"into_any_arc","","",74,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::edit::traffic_signals::edits","",75,[[]]],[11,"into","","",75,[[]]],[11,"try_from","","",75,[[],["result",4]]],[11,"try_into","","",75,[[],["result",4]]],[11,"borrow","","",75,[[]]],[11,"borrow_mut","","",75,[[]]],[11,"type_id","","",75,[[],["typeid",3]]],[11,"vzip","","",75,[[]]],[11,"into_any","","",75,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",75,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",75,[[],["any",8]]],[11,"as_any_mut","","",75,[[],["any",8]]],[11,"from","game::edit::traffic_signals::offsets","",76,[[]]],[11,"into","","",76,[[]]],[11,"try_from","","",76,[[],["result",4]]],[11,"try_into","","",76,[[],["result",4]]],[11,"borrow","","",76,[[]]],[11,"borrow_mut","","",76,[[]]],[11,"type_id","","",76,[[],["typeid",3]]],[11,"vzip","","",76,[[]]],[11,"into_any","","",76,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",76,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",76,[[],["any",8]]],[11,"as_any_mut","","",76,[[],["any",8]]],[11,"from","","",77,[[]]],[11,"into","","",77,[[]]],[11,"try_from","","",77,[[],["result",4]]],[11,"try_into","","",77,[[],["result",4]]],[11,"borrow","","",77,[[]]],[11,"borrow_mut","","",77,[[]]],[11,"type_id","","",77,[[],["typeid",3]]],[11,"vzip","","",77,[[]]],[11,"into_any","","",77,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",77,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",77,[[],["any",8]]],[11,"as_any_mut","","",77,[[],["any",8]]],[11,"from","","",78,[[]]],[11,"into","","",78,[[]]],[11,"try_from","","",78,[[],["result",4]]],[11,"try_into","","",78,[[],["result",4]]],[11,"borrow","","",78,[[]]],[11,"borrow_mut","","",78,[[]]],[11,"type_id","","",78,[[],["typeid",3]]],[11,"vzip","","",78,[[]]],[11,"into_any","","",78,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",78,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",78,[[],["any",8]]],[11,"as_any_mut","","",78,[[],["any",8]]],[11,"from","game::edit::traffic_signals::picker","",79,[[]]],[11,"into","","",79,[[]]],[11,"try_from","","",79,[[],["result",4]]],[11,"try_into","","",79,[[],["result",4]]],[11,"borrow","","",79,[[]]],[11,"borrow_mut","","",79,[[]]],[11,"type_id","","",79,[[],["typeid",3]]],[11,"vzip","","",79,[[]]],[11,"into_any","","",79,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",79,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",79,[[],["any",8]]],[11,"as_any_mut","","",79,[[],["any",8]]],[11,"from","game::edit::traffic_signals::preview","",80,[[]]],[11,"into","","",80,[[]]],[11,"try_from","","",80,[[],["result",4]]],[11,"try_into","","",80,[[],["result",4]]],[11,"borrow","","",80,[[]]],[11,"borrow_mut","","",80,[[]]],[11,"type_id","","",80,[[],["typeid",3]]],[11,"vzip","","",80,[[]]],[11,"into_any","","",80,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",80,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",80,[[],["any",8]]],[11,"as_any_mut","","",80,[[],["any",8]]],[11,"from","game::edit::zones","",81,[[]]],[11,"into","","",81,[[]]],[11,"try_from","","",81,[[],["result",4]]],[11,"try_into","","",81,[[],["result",4]]],[11,"borrow","","",81,[[]]],[11,"borrow_mut","","",81,[[]]],[11,"type_id","","",81,[[],["typeid",3]]],[11,"vzip","","",81,[[]]],[11,"into_any","","",81,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",81,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",81,[[],["any",8]]],[11,"as_any_mut","","",81,[[],["any",8]]],[11,"from","game::game","",82,[[]]],[11,"into","","",82,[[]]],[11,"try_from","","",82,[[],["result",4]]],[11,"try_into","","",82,[[],["result",4]]],[11,"borrow","","",82,[[]]],[11,"borrow_mut","","",82,[[]]],[11,"type_id","","",82,[[],["typeid",3]]],[11,"vzip","","",82,[[]]],[11,"into_any","","",82,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",82,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",82,[[],["any",8]]],[11,"as_any_mut","","",82,[[],["any",8]]],[11,"from","","",83,[[]]],[11,"into","","",83,[[]]],[11,"try_from","","",83,[[],["result",4]]],[11,"try_into","","",83,[[],["result",4]]],[11,"borrow","","",83,[[]]],[11,"borrow_mut","","",83,[[]]],[11,"type_id","","",83,[[],["typeid",3]]],[11,"vzip","","",83,[[]]],[11,"into_any","","",83,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",83,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",83,[[],["any",8]]],[11,"as_any_mut","","",83,[[],["any",8]]],[11,"from","","",84,[[]]],[11,"into","","",84,[[]]],[11,"try_from","","",84,[[],["result",4]]],[11,"try_into","","",84,[[],["result",4]]],[11,"borrow","","",84,[[]]],[11,"borrow_mut","","",84,[[]]],[11,"type_id","","",84,[[],["typeid",3]]],[11,"vzip","","",84,[[]]],[11,"into_any","","",84,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",84,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",84,[[],["any",8]]],[11,"as_any_mut","","",84,[[],["any",8]]],[11,"from","","",85,[[]]],[11,"into","","",85,[[]]],[11,"try_from","","",85,[[],["result",4]]],[11,"try_into","","",85,[[],["result",4]]],[11,"borrow","","",85,[[]]],[11,"borrow_mut","","",85,[[]]],[11,"type_id","","",85,[[],["typeid",3]]],[11,"vzip","","",85,[[]]],[11,"into_any","","",85,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",85,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",85,[[],["any",8]]],[11,"as_any_mut","","",85,[[],["any",8]]],[11,"from","","",86,[[]]],[11,"into","","",86,[[]]],[11,"try_from","","",86,[[],["result",4]]],[11,"try_into","","",86,[[],["result",4]]],[11,"borrow","","",86,[[]]],[11,"borrow_mut","","",86,[[]]],[11,"type_id","","",86,[[],["typeid",3]]],[11,"vzip","","",86,[[]]],[11,"into_any","","",86,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",86,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",86,[[],["any",8]]],[11,"as_any_mut","","",86,[[],["any",8]]],[11,"into_any_arc","","",86,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",87,[[]]],[11,"into","","",87,[[]]],[11,"try_from","","",87,[[],["result",4]]],[11,"try_into","","",87,[[],["result",4]]],[11,"borrow","","",87,[[]]],[11,"borrow_mut","","",87,[[]]],[11,"type_id","","",87,[[],["typeid",3]]],[11,"vzip","","",87,[[]]],[11,"into_any","","",87,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",87,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",87,[[],["any",8]]],[11,"as_any_mut","","",87,[[],["any",8]]],[11,"from","game::helpers","",89,[[]]],[11,"into","","",89,[[]]],[11,"to_owned","","",89,[[]]],[11,"clone_into","","",89,[[]]],[11,"try_from","","",89,[[],["result",4]]],[11,"try_into","","",89,[[],["result",4]]],[11,"borrow","","",89,[[]]],[11,"borrow_mut","","",89,[[]]],[11,"type_id","","",89,[[],["typeid",3]]],[11,"equivalent","","",89,[[]]],[11,"vzip","","",89,[[]]],[11,"into_any","","",89,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",89,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",89,[[],["any",8]]],[11,"as_any_mut","","",89,[[],["any",8]]],[11,"into_any_arc","","",89,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::info","",90,[[]]],[11,"into","","",90,[[]]],[11,"try_from","","",90,[[],["result",4]]],[11,"try_into","","",90,[[],["result",4]]],[11,"borrow","","",90,[[]]],[11,"borrow_mut","","",90,[[]]],[11,"type_id","","",90,[[],["typeid",3]]],[11,"vzip","","",90,[[]]],[11,"into_any","","",90,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",90,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",90,[[],["any",8]]],[11,"as_any_mut","","",90,[[],["any",8]]],[11,"from","","",91,[[]]],[11,"into","","",91,[[]]],[11,"try_from","","",91,[[],["result",4]]],[11,"try_into","","",91,[[],["result",4]]],[11,"borrow","","",91,[[]]],[11,"borrow_mut","","",91,[[]]],[11,"type_id","","",91,[[],["typeid",3]]],[11,"vzip","","",91,[[]]],[11,"into_any","","",91,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",91,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",91,[[],["any",8]]],[11,"as_any_mut","","",91,[[],["any",8]]],[11,"into_any_arc","","",91,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",92,[[]]],[11,"into","","",92,[[]]],[11,"to_owned","","",92,[[]]],[11,"clone_into","","",92,[[]]],[11,"try_from","","",92,[[],["result",4]]],[11,"try_into","","",92,[[],["result",4]]],[11,"borrow","","",92,[[]]],[11,"borrow_mut","","",92,[[]]],[11,"type_id","","",92,[[],["typeid",3]]],[11,"vzip","","",92,[[]]],[11,"into_any","","",92,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",92,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",92,[[],["any",8]]],[11,"as_any_mut","","",92,[[],["any",8]]],[11,"into_any_arc","","",92,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",93,[[]]],[11,"into","","",93,[[]]],[11,"to_owned","","",93,[[]]],[11,"clone_into","","",93,[[]]],[11,"try_from","","",93,[[],["result",4]]],[11,"try_into","","",93,[[],["result",4]]],[11,"borrow","","",93,[[]]],[11,"borrow_mut","","",93,[[]]],[11,"type_id","","",93,[[],["typeid",3]]],[11,"vzip","","",93,[[]]],[11,"into_any","","",93,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",93,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",93,[[],["any",8]]],[11,"as_any_mut","","",93,[[],["any",8]]],[11,"into_any_arc","","",93,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::info::trip","",94,[[]]],[11,"into","","",94,[[]]],[11,"to_owned","","",94,[[]]],[11,"clone_into","","",94,[[]]],[11,"try_from","","",94,[[],["result",4]]],[11,"try_into","","",94,[[],["result",4]]],[11,"borrow","","",94,[[]]],[11,"borrow_mut","","",94,[[]]],[11,"type_id","","",94,[[],["typeid",3]]],[11,"vzip","","",94,[[]]],[11,"into_any","","",94,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",94,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",94,[[],["any",8]]],[11,"as_any_mut","","",94,[[],["any",8]]],[11,"into_any_arc","","",94,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::layer","",96,[[]]],[11,"into","","",96,[[]]],[11,"try_from","","",96,[[],["result",4]]],[11,"try_into","","",96,[[],["result",4]]],[11,"borrow","","",96,[[]]],[11,"borrow_mut","","",96,[[]]],[11,"type_id","","",96,[[],["typeid",3]]],[11,"vzip","","",96,[[]]],[11,"into_any","","",96,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",96,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",96,[[],["any",8]]],[11,"as_any_mut","","",96,[[],["any",8]]],[11,"from","","",97,[[]]],[11,"into","","",97,[[]]],[11,"try_from","","",97,[[],["result",4]]],[11,"try_into","","",97,[[],["result",4]]],[11,"borrow","","",97,[[]]],[11,"borrow_mut","","",97,[[]]],[11,"type_id","","",97,[[],["typeid",3]]],[11,"vzip","","",97,[[]]],[11,"into_any","","",97,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",97,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",97,[[],["any",8]]],[11,"as_any_mut","","",97,[[],["any",8]]],[11,"from","game::layer::elevation","",98,[[]]],[11,"into","","",98,[[]]],[11,"try_from","","",98,[[],["result",4]]],[11,"try_into","","",98,[[],["result",4]]],[11,"borrow","","",98,[[]]],[11,"borrow_mut","","",98,[[]]],[11,"type_id","","",98,[[],["typeid",3]]],[11,"vzip","","",98,[[]]],[11,"into_any","","",98,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",98,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",98,[[],["any",8]]],[11,"as_any_mut","","",98,[[],["any",8]]],[11,"from","game::layer::map","",99,[[]]],[11,"into","","",99,[[]]],[11,"try_from","","",99,[[],["result",4]]],[11,"try_into","","",99,[[],["result",4]]],[11,"borrow","","",99,[[]]],[11,"borrow_mut","","",99,[[]]],[11,"type_id","","",99,[[],["typeid",3]]],[11,"vzip","","",99,[[]]],[11,"into_any","","",99,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",99,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",99,[[],["any",8]]],[11,"as_any_mut","","",99,[[],["any",8]]],[11,"from","","",100,[[]]],[11,"into","","",100,[[]]],[11,"try_from","","",100,[[],["result",4]]],[11,"try_into","","",100,[[],["result",4]]],[11,"borrow","","",100,[[]]],[11,"borrow_mut","","",100,[[]]],[11,"type_id","","",100,[[],["typeid",3]]],[11,"vzip","","",100,[[]]],[11,"into_any","","",100,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",100,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",100,[[],["any",8]]],[11,"as_any_mut","","",100,[[],["any",8]]],[11,"from","","",101,[[]]],[11,"into","","",101,[[]]],[11,"try_from","","",101,[[],["result",4]]],[11,"try_into","","",101,[[],["result",4]]],[11,"borrow","","",101,[[]]],[11,"borrow_mut","","",101,[[]]],[11,"type_id","","",101,[[],["typeid",3]]],[11,"vzip","","",101,[[]]],[11,"into_any","","",101,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",101,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",101,[[],["any",8]]],[11,"as_any_mut","","",101,[[],["any",8]]],[11,"from","game::layer::pandemic","",102,[[]]],[11,"into","","",102,[[]]],[11,"try_from","","",102,[[],["result",4]]],[11,"try_into","","",102,[[],["result",4]]],[11,"borrow","","",102,[[]]],[11,"borrow_mut","","",102,[[]]],[11,"type_id","","",102,[[],["typeid",3]]],[11,"vzip","","",102,[[]]],[11,"into_any","","",102,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",102,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",102,[[],["any",8]]],[11,"as_any_mut","","",102,[[],["any",8]]],[11,"from","","",103,[[]]],[11,"into","","",103,[[]]],[11,"to_owned","","",103,[[]]],[11,"clone_into","","",103,[[]]],[11,"try_from","","",103,[[],["result",4]]],[11,"try_into","","",103,[[],["result",4]]],[11,"borrow","","",103,[[]]],[11,"borrow_mut","","",103,[[]]],[11,"type_id","","",103,[[],["typeid",3]]],[11,"vzip","","",103,[[]]],[11,"into_any","","",103,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",103,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",103,[[],["any",8]]],[11,"as_any_mut","","",103,[[],["any",8]]],[11,"into_any_arc","","",103,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",104,[[]]],[11,"into","","",104,[[]]],[11,"to_owned","","",104,[[]]],[11,"clone_into","","",104,[[]]],[11,"try_from","","",104,[[],["result",4]]],[11,"try_into","","",104,[[],["result",4]]],[11,"borrow","","",104,[[]]],[11,"borrow_mut","","",104,[[]]],[11,"type_id","","",104,[[],["typeid",3]]],[11,"vzip","","",104,[[]]],[11,"into_any","","",104,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",104,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",104,[[],["any",8]]],[11,"as_any_mut","","",104,[[],["any",8]]],[11,"into_any_arc","","",104,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::layer::parking","",105,[[]]],[11,"into","","",105,[[]]],[11,"try_from","","",105,[[],["result",4]]],[11,"try_into","","",105,[[],["result",4]]],[11,"borrow","","",105,[[]]],[11,"borrow_mut","","",105,[[]]],[11,"type_id","","",105,[[],["typeid",3]]],[11,"vzip","","",105,[[]]],[11,"into_any","","",105,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",105,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",105,[[],["any",8]]],[11,"as_any_mut","","",105,[[],["any",8]]],[11,"from","","",106,[[]]],[11,"into","","",106,[[]]],[11,"try_from","","",106,[[],["result",4]]],[11,"try_into","","",106,[[],["result",4]]],[11,"borrow","","",106,[[]]],[11,"borrow_mut","","",106,[[]]],[11,"type_id","","",106,[[],["typeid",3]]],[11,"vzip","","",106,[[]]],[11,"into_any","","",106,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",106,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",106,[[],["any",8]]],[11,"as_any_mut","","",106,[[],["any",8]]],[11,"from","","",107,[[]]],[11,"into","","",107,[[]]],[11,"to_owned","","",107,[[]]],[11,"clone_into","","",107,[[]]],[11,"try_from","","",107,[[],["result",4]]],[11,"try_into","","",107,[[],["result",4]]],[11,"borrow","","",107,[[]]],[11,"borrow_mut","","",107,[[]]],[11,"type_id","","",107,[[],["typeid",3]]],[11,"equivalent","","",107,[[]]],[11,"vzip","","",107,[[]]],[11,"into_any","","",107,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",107,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",107,[[],["any",8]]],[11,"as_any_mut","","",107,[[],["any",8]]],[11,"into_any_arc","","",107,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::layer::population","",108,[[]]],[11,"into","","",108,[[]]],[11,"try_from","","",108,[[],["result",4]]],[11,"try_into","","",108,[[],["result",4]]],[11,"borrow","","",108,[[]]],[11,"borrow_mut","","",108,[[]]],[11,"type_id","","",108,[[],["typeid",3]]],[11,"vzip","","",108,[[]]],[11,"into_any","","",108,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",108,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",108,[[],["any",8]]],[11,"as_any_mut","","",108,[[],["any",8]]],[11,"from","","",109,[[]]],[11,"into","","",109,[[]]],[11,"to_owned","","",109,[[]]],[11,"clone_into","","",109,[[]]],[11,"try_from","","",109,[[],["result",4]]],[11,"try_into","","",109,[[],["result",4]]],[11,"borrow","","",109,[[]]],[11,"borrow_mut","","",109,[[]]],[11,"type_id","","",109,[[],["typeid",3]]],[11,"vzip","","",109,[[]]],[11,"into_any","","",109,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",109,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",109,[[],["any",8]]],[11,"as_any_mut","","",109,[[],["any",8]]],[11,"into_any_arc","","",109,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::layer::traffic","",110,[[]]],[11,"into","","",110,[[]]],[11,"try_from","","",110,[[],["result",4]]],[11,"try_into","","",110,[[],["result",4]]],[11,"borrow","","",110,[[]]],[11,"borrow_mut","","",110,[[]]],[11,"type_id","","",110,[[],["typeid",3]]],[11,"vzip","","",110,[[]]],[11,"into_any","","",110,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",110,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",110,[[],["any",8]]],[11,"as_any_mut","","",110,[[],["any",8]]],[11,"from","","",111,[[]]],[11,"into","","",111,[[]]],[11,"try_from","","",111,[[],["result",4]]],[11,"try_into","","",111,[[],["result",4]]],[11,"borrow","","",111,[[]]],[11,"borrow_mut","","",111,[[]]],[11,"type_id","","",111,[[],["typeid",3]]],[11,"vzip","","",111,[[]]],[11,"into_any","","",111,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",111,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",111,[[],["any",8]]],[11,"as_any_mut","","",111,[[],["any",8]]],[11,"from","","",112,[[]]],[11,"into","","",112,[[]]],[11,"try_from","","",112,[[],["result",4]]],[11,"try_into","","",112,[[],["result",4]]],[11,"borrow","","",112,[[]]],[11,"borrow_mut","","",112,[[]]],[11,"type_id","","",112,[[],["typeid",3]]],[11,"vzip","","",112,[[]]],[11,"into_any","","",112,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",112,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",112,[[],["any",8]]],[11,"as_any_mut","","",112,[[],["any",8]]],[11,"from","","",113,[[]]],[11,"into","","",113,[[]]],[11,"try_from","","",113,[[],["result",4]]],[11,"try_into","","",113,[[],["result",4]]],[11,"borrow","","",113,[[]]],[11,"borrow_mut","","",113,[[]]],[11,"type_id","","",113,[[],["typeid",3]]],[11,"vzip","","",113,[[]]],[11,"into_any","","",113,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",113,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",113,[[],["any",8]]],[11,"as_any_mut","","",113,[[],["any",8]]],[11,"from","","",114,[[]]],[11,"into","","",114,[[]]],[11,"try_from","","",114,[[],["result",4]]],[11,"try_into","","",114,[[],["result",4]]],[11,"borrow","","",114,[[]]],[11,"borrow_mut","","",114,[[]]],[11,"type_id","","",114,[[],["typeid",3]]],[11,"vzip","","",114,[[]]],[11,"into_any","","",114,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",114,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",114,[[],["any",8]]],[11,"as_any_mut","","",114,[[],["any",8]]],[11,"into_any_arc","","",114,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",115,[[]]],[11,"into","","",115,[[]]],[11,"try_from","","",115,[[],["result",4]]],[11,"try_into","","",115,[[],["result",4]]],[11,"borrow","","",115,[[]]],[11,"borrow_mut","","",115,[[]]],[11,"type_id","","",115,[[],["typeid",3]]],[11,"vzip","","",115,[[]]],[11,"into_any","","",115,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",115,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",115,[[],["any",8]]],[11,"as_any_mut","","",115,[[],["any",8]]],[11,"from","game::layer::transit","",116,[[]]],[11,"into","","",116,[[]]],[11,"try_from","","",116,[[],["result",4]]],[11,"try_into","","",116,[[],["result",4]]],[11,"borrow","","",116,[[]]],[11,"borrow_mut","","",116,[[]]],[11,"type_id","","",116,[[],["typeid",3]]],[11,"vzip","","",116,[[]]],[11,"into_any","","",116,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",116,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",116,[[],["any",8]]],[11,"as_any_mut","","",116,[[],["any",8]]],[11,"from","game::options","",118,[[]]],[11,"into","","",118,[[]]],[11,"to_owned","","",118,[[]]],[11,"clone_into","","",118,[[]]],[11,"try_from","","",118,[[],["result",4]]],[11,"try_into","","",118,[[],["result",4]]],[11,"borrow","","",118,[[]]],[11,"borrow_mut","","",118,[[]]],[11,"type_id","","",118,[[],["typeid",3]]],[11,"vzip","","",118,[[]]],[11,"into_any","","",118,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",118,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",118,[[],["any",8]]],[11,"as_any_mut","","",118,[[],["any",8]]],[11,"into_any_arc","","",118,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",119,[[]]],[11,"into","","",119,[[]]],[11,"try_from","","",119,[[],["result",4]]],[11,"try_into","","",119,[[],["result",4]]],[11,"borrow","","",119,[[]]],[11,"borrow_mut","","",119,[[]]],[11,"type_id","","",119,[[],["typeid",3]]],[11,"vzip","","",119,[[]]],[11,"into_any","","",119,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",119,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",119,[[],["any",8]]],[11,"as_any_mut","","",119,[[],["any",8]]],[11,"from","","",120,[[]]],[11,"into","","",120,[[]]],[11,"to_owned","","",120,[[]]],[11,"clone_into","","",120,[[]]],[11,"try_from","","",120,[[],["result",4]]],[11,"try_into","","",120,[[],["result",4]]],[11,"borrow","","",120,[[]]],[11,"borrow_mut","","",120,[[]]],[11,"type_id","","",120,[[],["typeid",3]]],[11,"vzip","","",120,[[]]],[11,"into_any","","",120,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",120,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",120,[[],["any",8]]],[11,"as_any_mut","","",120,[[],["any",8]]],[11,"into_any_arc","","",120,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",121,[[]]],[11,"into","","",121,[[]]],[11,"to_owned","","",121,[[]]],[11,"clone_into","","",121,[[]]],[11,"try_from","","",121,[[],["result",4]]],[11,"try_into","","",121,[[],["result",4]]],[11,"borrow","","",121,[[]]],[11,"borrow_mut","","",121,[[]]],[11,"type_id","","",121,[[],["typeid",3]]],[11,"vzip","","",121,[[]]],[11,"into_any","","",121,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",121,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",121,[[],["any",8]]],[11,"as_any_mut","","",121,[[],["any",8]]],[11,"into_any_arc","","",121,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::pregame","",122,[[]]],[11,"into","","",122,[[]]],[11,"try_from","","",122,[[],["result",4]]],[11,"try_into","","",122,[[],["result",4]]],[11,"borrow","","",122,[[]]],[11,"borrow_mut","","",122,[[]]],[11,"type_id","","",122,[[],["typeid",3]]],[11,"vzip","","",122,[[]]],[11,"into_any","","",122,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",122,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",122,[[],["any",8]]],[11,"as_any_mut","","",122,[[],["any",8]]],[11,"from","","",123,[[]]],[11,"into","","",123,[[]]],[11,"try_from","","",123,[[],["result",4]]],[11,"try_into","","",123,[[],["result",4]]],[11,"borrow","","",123,[[]]],[11,"borrow_mut","","",123,[[]]],[11,"type_id","","",123,[[],["typeid",3]]],[11,"vzip","","",123,[[]]],[11,"into_any","","",123,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",123,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",123,[[],["any",8]]],[11,"as_any_mut","","",123,[[],["any",8]]],[11,"from","","",124,[[]]],[11,"into","","",124,[[]]],[11,"try_from","","",124,[[],["result",4]]],[11,"try_into","","",124,[[],["result",4]]],[11,"borrow","","",124,[[]]],[11,"borrow_mut","","",124,[[]]],[11,"type_id","","",124,[[],["typeid",3]]],[11,"vzip","","",124,[[]]],[11,"into_any","","",124,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",124,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",124,[[],["any",8]]],[11,"as_any_mut","","",124,[[],["any",8]]],[11,"from","","",125,[[]]],[11,"into","","",125,[[]]],[11,"try_from","","",125,[[],["result",4]]],[11,"try_into","","",125,[[],["result",4]]],[11,"borrow","","",125,[[]]],[11,"borrow_mut","","",125,[[]]],[11,"type_id","","",125,[[],["typeid",3]]],[11,"vzip","","",125,[[]]],[11,"into_any","","",125,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",125,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",125,[[],["any",8]]],[11,"as_any_mut","","",125,[[],["any",8]]],[11,"from","","",126,[[]]],[11,"into","","",126,[[]]],[11,"try_from","","",126,[[],["result",4]]],[11,"try_into","","",126,[[],["result",4]]],[11,"borrow","","",126,[[]]],[11,"borrow_mut","","",126,[[]]],[11,"type_id","","",126,[[],["typeid",3]]],[11,"vzip","","",126,[[]]],[11,"into_any","","",126,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",126,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",126,[[],["any",8]]],[11,"as_any_mut","","",126,[[],["any",8]]],[11,"into_any_arc","","",126,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::render","",127,[[]]],[11,"into","","",127,[[]]],[11,"to_owned","","",127,[[]]],[11,"clone_into","","",127,[[]]],[11,"try_from","","",127,[[],["result",4]]],[11,"try_into","","",127,[[],["result",4]]],[11,"borrow","","",127,[[]]],[11,"borrow_mut","","",127,[[]]],[11,"type_id","","",127,[[],["typeid",3]]],[11,"vzip","","",127,[[]]],[11,"into_any","","",127,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",127,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",127,[[],["any",8]]],[11,"as_any_mut","","",127,[[],["any",8]]],[11,"into_any_arc","","",127,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::render::area","",128,[[]]],[11,"into","","",128,[[]]],[11,"try_from","","",128,[[],["result",4]]],[11,"try_into","","",128,[[],["result",4]]],[11,"borrow","","",128,[[]]],[11,"borrow_mut","","",128,[[]]],[11,"type_id","","",128,[[],["typeid",3]]],[11,"vzip","","",128,[[]]],[11,"into_any","","",128,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",128,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",128,[[],["any",8]]],[11,"as_any_mut","","",128,[[],["any",8]]],[11,"into_any_arc","","",128,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::render::bike","",129,[[]]],[11,"into","","",129,[[]]],[11,"try_from","","",129,[[],["result",4]]],[11,"try_into","","",129,[[],["result",4]]],[11,"borrow","","",129,[[]]],[11,"borrow_mut","","",129,[[]]],[11,"type_id","","",129,[[],["typeid",3]]],[11,"vzip","","",129,[[]]],[11,"into_any","","",129,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",129,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",129,[[],["any",8]]],[11,"as_any_mut","","",129,[[],["any",8]]],[11,"into_any_arc","","",129,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::render::building","",130,[[]]],[11,"into","","",130,[[]]],[11,"try_from","","",130,[[],["result",4]]],[11,"try_into","","",130,[[],["result",4]]],[11,"borrow","","",130,[[]]],[11,"borrow_mut","","",130,[[]]],[11,"type_id","","",130,[[],["typeid",3]]],[11,"vzip","","",130,[[]]],[11,"into_any","","",130,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",130,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",130,[[],["any",8]]],[11,"as_any_mut","","",130,[[],["any",8]]],[11,"into_any_arc","","",130,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::render::bus_stop","",131,[[]]],[11,"into","","",131,[[]]],[11,"try_from","","",131,[[],["result",4]]],[11,"try_into","","",131,[[],["result",4]]],[11,"borrow","","",131,[[]]],[11,"borrow_mut","","",131,[[]]],[11,"type_id","","",131,[[],["typeid",3]]],[11,"vzip","","",131,[[]]],[11,"into_any","","",131,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",131,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",131,[[],["any",8]]],[11,"as_any_mut","","",131,[[],["any",8]]],[11,"into_any_arc","","",131,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::render::car","",132,[[]]],[11,"into","","",132,[[]]],[11,"try_from","","",132,[[],["result",4]]],[11,"try_into","","",132,[[],["result",4]]],[11,"borrow","","",132,[[]]],[11,"borrow_mut","","",132,[[]]],[11,"type_id","","",132,[[],["typeid",3]]],[11,"vzip","","",132,[[]]],[11,"into_any","","",132,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",132,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",132,[[],["any",8]]],[11,"as_any_mut","","",132,[[],["any",8]]],[11,"into_any_arc","","",132,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::render::intersection","",133,[[]]],[11,"into","","",133,[[]]],[11,"try_from","","",133,[[],["result",4]]],[11,"try_into","","",133,[[],["result",4]]],[11,"borrow","","",133,[[]]],[11,"borrow_mut","","",133,[[]]],[11,"type_id","","",133,[[],["typeid",3]]],[11,"vzip","","",133,[[]]],[11,"into_any","","",133,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",133,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",133,[[],["any",8]]],[11,"as_any_mut","","",133,[[],["any",8]]],[11,"from","game::render::lane","",134,[[]]],[11,"into","","",134,[[]]],[11,"try_from","","",134,[[],["result",4]]],[11,"try_into","","",134,[[],["result",4]]],[11,"borrow","","",134,[[]]],[11,"borrow_mut","","",134,[[]]],[11,"type_id","","",134,[[],["typeid",3]]],[11,"vzip","","",134,[[]]],[11,"into_any","","",134,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",134,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",134,[[],["any",8]]],[11,"as_any_mut","","",134,[[],["any",8]]],[11,"into_any_arc","","",134,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::render::map","",135,[[]]],[11,"into","","",135,[[]]],[11,"try_from","","",135,[[],["result",4]]],[11,"try_into","","",135,[[],["result",4]]],[11,"borrow","","",135,[[]]],[11,"borrow_mut","","",135,[[]]],[11,"type_id","","",135,[[],["typeid",3]]],[11,"vzip","","",135,[[]]],[11,"into_any","","",135,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",135,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",135,[[],["any",8]]],[11,"as_any_mut","","",135,[[],["any",8]]],[11,"from","","",136,[[]]],[11,"into","","",136,[[]]],[11,"try_from","","",136,[[],["result",4]]],[11,"try_into","","",136,[[],["result",4]]],[11,"borrow","","",136,[[]]],[11,"borrow_mut","","",136,[[]]],[11,"type_id","","",136,[[],["typeid",3]]],[11,"vzip","","",136,[[]]],[11,"into_any","","",136,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",136,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",136,[[],["any",8]]],[11,"as_any_mut","","",136,[[],["any",8]]],[11,"from","","",137,[[]]],[11,"into","","",137,[[]]],[11,"to_owned","","",137,[[]]],[11,"clone_into","","",137,[[]]],[11,"try_from","","",137,[[],["result",4]]],[11,"try_into","","",137,[[],["result",4]]],[11,"borrow","","",137,[[]]],[11,"borrow_mut","","",137,[[]]],[11,"type_id","","",137,[[],["typeid",3]]],[11,"vzip","","",137,[[]]],[11,"into_any","","",137,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",137,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",137,[[],["any",8]]],[11,"as_any_mut","","",137,[[],["any",8]]],[11,"into_any_arc","","",137,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::render::parking_lot","",138,[[]]],[11,"into","","",138,[[]]],[11,"try_from","","",138,[[],["result",4]]],[11,"try_into","","",138,[[],["result",4]]],[11,"borrow","","",138,[[]]],[11,"borrow_mut","","",138,[[]]],[11,"type_id","","",138,[[],["typeid",3]]],[11,"vzip","","",138,[[]]],[11,"into_any","","",138,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",138,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",138,[[],["any",8]]],[11,"as_any_mut","","",138,[[],["any",8]]],[11,"into_any_arc","","",138,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::render::pedestrian","",139,[[]]],[11,"into","","",139,[[]]],[11,"try_from","","",139,[[],["result",4]]],[11,"try_into","","",139,[[],["result",4]]],[11,"borrow","","",139,[[]]],[11,"borrow_mut","","",139,[[]]],[11,"type_id","","",139,[[],["typeid",3]]],[11,"vzip","","",139,[[]]],[11,"into_any","","",139,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",139,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",139,[[],["any",8]]],[11,"as_any_mut","","",139,[[],["any",8]]],[11,"into_any_arc","","",139,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",140,[[]]],[11,"into","","",140,[[]]],[11,"try_from","","",140,[[],["result",4]]],[11,"try_into","","",140,[[],["result",4]]],[11,"borrow","","",140,[[]]],[11,"borrow_mut","","",140,[[]]],[11,"type_id","","",140,[[],["typeid",3]]],[11,"vzip","","",140,[[]]],[11,"into_any","","",140,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",140,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",140,[[],["any",8]]],[11,"as_any_mut","","",140,[[],["any",8]]],[11,"into_any_arc","","",140,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::render::road","",141,[[]]],[11,"into","","",141,[[]]],[11,"try_from","","",141,[[],["result",4]]],[11,"try_into","","",141,[[],["result",4]]],[11,"borrow","","",141,[[]]],[11,"borrow_mut","","",141,[[]]],[11,"type_id","","",141,[[],["typeid",3]]],[11,"vzip","","",141,[[]]],[11,"into_any","","",141,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",141,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",141,[[],["any",8]]],[11,"as_any_mut","","",141,[[],["any",8]]],[11,"into_any_arc","","",141,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::render::turn","",142,[[]]],[11,"into","","",142,[[]]],[11,"try_from","","",142,[[],["result",4]]],[11,"try_into","","",142,[[],["result",4]]],[11,"borrow","","",142,[[]]],[11,"borrow_mut","","",142,[[]]],[11,"type_id","","",142,[[],["typeid",3]]],[11,"vzip","","",142,[[]]],[11,"into_any","","",142,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",142,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",142,[[],["any",8]]],[11,"as_any_mut","","",142,[[],["any",8]]],[11,"into_any_arc","","",142,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",143,[[]]],[11,"into","","",143,[[]]],[11,"try_from","","",143,[[],["result",4]]],[11,"try_into","","",143,[[],["result",4]]],[11,"borrow","","",143,[[]]],[11,"borrow_mut","","",143,[[]]],[11,"type_id","","",143,[[],["typeid",3]]],[11,"vzip","","",143,[[]]],[11,"into_any","","",143,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",143,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",143,[[],["any",8]]],[11,"as_any_mut","","",143,[[],["any",8]]],[11,"into_any_arc","","",143,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox","",145,[[]]],[11,"into","","",145,[[]]],[11,"try_from","","",145,[[],["result",4]]],[11,"try_into","","",145,[[],["result",4]]],[11,"borrow","","",145,[[]]],[11,"borrow_mut","","",145,[[]]],[11,"type_id","","",145,[[],["typeid",3]]],[11,"vzip","","",145,[[]]],[11,"into_any","","",145,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",145,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",145,[[],["any",8]]],[11,"as_any_mut","","",145,[[],["any",8]]],[11,"from","","",146,[[]]],[11,"into","","",146,[[]]],[11,"try_from","","",146,[[],["result",4]]],[11,"try_into","","",146,[[],["result",4]]],[11,"borrow","","",146,[[]]],[11,"borrow_mut","","",146,[[]]],[11,"type_id","","",146,[[],["typeid",3]]],[11,"vzip","","",146,[[]]],[11,"into_any","","",146,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",146,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",146,[[],["any",8]]],[11,"as_any_mut","","",146,[[],["any",8]]],[11,"from","","",205,[[]]],[11,"into","","",205,[[]]],[11,"try_from","","",205,[[],["result",4]]],[11,"try_into","","",205,[[],["result",4]]],[11,"borrow","","",205,[[]]],[11,"borrow_mut","","",205,[[]]],[11,"type_id","","",205,[[],["typeid",3]]],[11,"vzip","","",205,[[]]],[11,"into_any","","",205,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",205,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",205,[[],["any",8]]],[11,"as_any_mut","","",205,[[],["any",8]]],[11,"into_any_arc","","",205,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",147,[[]]],[11,"into","","",147,[[]]],[11,"try_from","","",147,[[],["result",4]]],[11,"try_into","","",147,[[],["result",4]]],[11,"borrow","","",147,[[]]],[11,"borrow_mut","","",147,[[]]],[11,"type_id","","",147,[[],["typeid",3]]],[11,"vzip","","",147,[[]]],[11,"into_any","","",147,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",147,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",147,[[],["any",8]]],[11,"as_any_mut","","",147,[[],["any",8]]],[11,"from","","",148,[[]]],[11,"into","","",148,[[]]],[11,"try_from","","",148,[[],["result",4]]],[11,"try_into","","",148,[[],["result",4]]],[11,"borrow","","",148,[[]]],[11,"borrow_mut","","",148,[[]]],[11,"type_id","","",148,[[],["typeid",3]]],[11,"vzip","","",148,[[]]],[11,"into_any","","",148,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",148,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",148,[[],["any",8]]],[11,"as_any_mut","","",148,[[],["any",8]]],[11,"into_any_arc","","",148,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::dashboards","",149,[[]]],[11,"into","","",149,[[]]],[11,"to_owned","","",149,[[]]],[11,"clone_into","","",149,[[]]],[11,"try_from","","",149,[[],["result",4]]],[11,"try_into","","",149,[[],["result",4]]],[11,"borrow","","",149,[[]]],[11,"borrow_mut","","",149,[[]]],[11,"type_id","","",149,[[],["typeid",3]]],[11,"vzip","","",149,[[]]],[11,"into_any","","",149,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",149,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",149,[[],["any",8]]],[11,"as_any_mut","","",149,[[],["any",8]]],[11,"into_any_arc","","",149,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::dashboards::commuter","",150,[[]]],[11,"into","","",150,[[]]],[11,"try_from","","",150,[[],["result",4]]],[11,"try_into","","",150,[[],["result",4]]],[11,"borrow","","",150,[[]]],[11,"borrow_mut","","",150,[[]]],[11,"type_id","","",150,[[],["typeid",3]]],[11,"vzip","","",150,[[]]],[11,"into_any","","",150,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",150,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",150,[[],["any",8]]],[11,"as_any_mut","","",150,[[],["any",8]]],[11,"from","","",151,[[]]],[11,"into","","",151,[[]]],[11,"try_from","","",151,[[],["result",4]]],[11,"try_into","","",151,[[],["result",4]]],[11,"borrow","","",151,[[]]],[11,"borrow_mut","","",151,[[]]],[11,"type_id","","",151,[[],["typeid",3]]],[11,"vzip","","",151,[[]]],[11,"into_any","","",151,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",151,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",151,[[],["any",8]]],[11,"as_any_mut","","",151,[[],["any",8]]],[11,"into_any_arc","","",151,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",152,[[]]],[11,"into","","",152,[[]]],[11,"try_from","","",152,[[],["result",4]]],[11,"try_into","","",152,[[],["result",4]]],[11,"borrow","","",152,[[]]],[11,"borrow_mut","","",152,[[]]],[11,"type_id","","",152,[[],["typeid",3]]],[11,"vzip","","",152,[[]]],[11,"into_any","","",152,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",152,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",152,[[],["any",8]]],[11,"as_any_mut","","",152,[[],["any",8]]],[11,"into_any_arc","","",152,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",153,[[]]],[11,"into","","",153,[[]]],[11,"try_from","","",153,[[],["result",4]]],[11,"try_into","","",153,[[],["result",4]]],[11,"borrow","","",153,[[]]],[11,"borrow_mut","","",153,[[]]],[11,"type_id","","",153,[[],["typeid",3]]],[11,"vzip","","",153,[[]]],[11,"into_any","","",153,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",153,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",153,[[],["any",8]]],[11,"as_any_mut","","",153,[[],["any",8]]],[11,"into_any_arc","","",153,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",154,[[]]],[11,"into","","",154,[[]]],[11,"try_from","","",154,[[],["result",4]]],[11,"try_into","","",154,[[],["result",4]]],[11,"borrow","","",154,[[]]],[11,"borrow_mut","","",154,[[]]],[11,"type_id","","",154,[[],["typeid",3]]],[11,"vzip","","",154,[[]]],[11,"into_any","","",154,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",154,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",154,[[],["any",8]]],[11,"as_any_mut","","",154,[[],["any",8]]],[11,"into_any_arc","","",154,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",155,[[]]],[11,"into","","",155,[[]]],[11,"to_owned","","",155,[[]]],[11,"clone_into","","",155,[[]]],[11,"try_from","","",155,[[],["result",4]]],[11,"try_into","","",155,[[],["result",4]]],[11,"borrow","","",155,[[]]],[11,"borrow_mut","","",155,[[]]],[11,"type_id","","",155,[[],["typeid",3]]],[11,"vzip","","",155,[[]]],[11,"into_any","","",155,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",155,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",155,[[],["any",8]]],[11,"as_any_mut","","",155,[[],["any",8]]],[11,"into_any_arc","","",155,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",157,[[]]],[11,"into","","",157,[[]]],[11,"try_from","","",157,[[],["result",4]]],[11,"try_into","","",157,[[],["result",4]]],[11,"borrow","","",157,[[]]],[11,"borrow_mut","","",157,[[]]],[11,"type_id","","",157,[[],["typeid",3]]],[11,"vzip","","",157,[[]]],[11,"into_any","","",157,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",157,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",157,[[],["any",8]]],[11,"as_any_mut","","",157,[[],["any",8]]],[11,"into_any_arc","","",157,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::dashboards::generic_trip_table","",158,[[]]],[11,"into","","",158,[[]]],[11,"try_from","","",158,[[],["result",4]]],[11,"try_into","","",158,[[],["result",4]]],[11,"borrow","","",158,[[]]],[11,"borrow_mut","","",158,[[]]],[11,"type_id","","",158,[[],["typeid",3]]],[11,"vzip","","",158,[[]]],[11,"into_any","","",158,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",158,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",158,[[],["any",8]]],[11,"as_any_mut","","",158,[[],["any",8]]],[11,"from","game::sandbox::dashboards::misc","",159,[[]]],[11,"into","","",159,[[]]],[11,"try_from","","",159,[[],["result",4]]],[11,"try_into","","",159,[[],["result",4]]],[11,"borrow","","",159,[[]]],[11,"borrow_mut","","",159,[[]]],[11,"type_id","","",159,[[],["typeid",3]]],[11,"vzip","","",159,[[]]],[11,"into_any","","",159,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",159,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",159,[[],["any",8]]],[11,"as_any_mut","","",159,[[],["any",8]]],[11,"from","","",160,[[]]],[11,"into","","",160,[[]]],[11,"try_from","","",160,[[],["result",4]]],[11,"try_into","","",160,[[],["result",4]]],[11,"borrow","","",160,[[]]],[11,"borrow_mut","","",160,[[]]],[11,"type_id","","",160,[[],["typeid",3]]],[11,"vzip","","",160,[[]]],[11,"into_any","","",160,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",160,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",160,[[],["any",8]]],[11,"as_any_mut","","",160,[[],["any",8]]],[11,"from","game::sandbox::dashboards::parking_overhead","",163,[[]]],[11,"into","","",163,[[]]],[11,"try_from","","",163,[[],["result",4]]],[11,"try_into","","",163,[[],["result",4]]],[11,"borrow","","",163,[[]]],[11,"borrow_mut","","",163,[[]]],[11,"type_id","","",163,[[],["typeid",3]]],[11,"vzip","","",163,[[]]],[11,"into_any","","",163,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",163,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",163,[[],["any",8]]],[11,"as_any_mut","","",163,[[],["any",8]]],[11,"into_any_arc","","",163,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",161,[[]]],[11,"into","","",161,[[]]],[11,"try_from","","",161,[[],["result",4]]],[11,"try_into","","",161,[[],["result",4]]],[11,"borrow","","",161,[[]]],[11,"borrow_mut","","",161,[[]]],[11,"type_id","","",161,[[],["typeid",3]]],[11,"vzip","","",161,[[]]],[11,"into_any","","",161,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",161,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",161,[[],["any",8]]],[11,"as_any_mut","","",161,[[],["any",8]]],[11,"into_any_arc","","",161,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",162,[[]]],[11,"into","","",162,[[]]],[11,"try_from","","",162,[[],["result",4]]],[11,"try_into","","",162,[[],["result",4]]],[11,"borrow","","",162,[[]]],[11,"borrow_mut","","",162,[[]]],[11,"type_id","","",162,[[],["typeid",3]]],[11,"vzip","","",162,[[]]],[11,"into_any","","",162,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",162,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",162,[[],["any",8]]],[11,"as_any_mut","","",162,[[],["any",8]]],[11,"into_any_arc","","",162,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::dashboards::summaries","",164,[[]]],[11,"into","","",164,[[]]],[11,"try_from","","",164,[[],["result",4]]],[11,"try_into","","",164,[[],["result",4]]],[11,"borrow","","",164,[[]]],[11,"borrow_mut","","",164,[[]]],[11,"type_id","","",164,[[],["typeid",3]]],[11,"vzip","","",164,[[]]],[11,"into_any","","",164,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",164,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",164,[[],["any",8]]],[11,"as_any_mut","","",164,[[],["any",8]]],[11,"from","","",165,[[]]],[11,"into","","",165,[[]]],[11,"try_from","","",165,[[],["result",4]]],[11,"try_into","","",165,[[],["result",4]]],[11,"borrow","","",165,[[]]],[11,"borrow_mut","","",165,[[]]],[11,"type_id","","",165,[[],["typeid",3]]],[11,"vzip","","",165,[[]]],[11,"into_any","","",165,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",165,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",165,[[],["any",8]]],[11,"as_any_mut","","",165,[[],["any",8]]],[11,"into_any_arc","","",165,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::dashboards::table","",166,[[]]],[11,"into","","",166,[[]]],[11,"try_from","","",166,[[],["result",4]]],[11,"try_into","","",166,[[],["result",4]]],[11,"borrow","","",166,[[]]],[11,"borrow_mut","","",166,[[]]],[11,"type_id","","",166,[[],["typeid",3]]],[11,"vzip","","",166,[[]]],[11,"into_any","","",166,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",166,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",166,[[],["any",8]]],[11,"as_any_mut","","",166,[[],["any",8]]],[11,"from","","",167,[[]]],[11,"into","","",167,[[]]],[11,"try_from","","",167,[[],["result",4]]],[11,"try_into","","",167,[[],["result",4]]],[11,"borrow","","",167,[[]]],[11,"borrow_mut","","",167,[[]]],[11,"type_id","","",167,[[],["typeid",3]]],[11,"vzip","","",167,[[]]],[11,"into_any","","",167,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",167,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",167,[[],["any",8]]],[11,"as_any_mut","","",167,[[],["any",8]]],[11,"from","","",168,[[]]],[11,"into","","",168,[[]]],[11,"try_from","","",168,[[],["result",4]]],[11,"try_into","","",168,[[],["result",4]]],[11,"borrow","","",168,[[]]],[11,"borrow_mut","","",168,[[]]],[11,"type_id","","",168,[[],["typeid",3]]],[11,"vzip","","",168,[[]]],[11,"into_any","","",168,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",168,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",168,[[],["any",8]]],[11,"as_any_mut","","",168,[[],["any",8]]],[11,"from","","",169,[[]]],[11,"into","","",169,[[]]],[11,"try_from","","",169,[[],["result",4]]],[11,"try_into","","",169,[[],["result",4]]],[11,"borrow","","",169,[[]]],[11,"borrow_mut","","",169,[[]]],[11,"type_id","","",169,[[],["typeid",3]]],[11,"vzip","","",169,[[]]],[11,"into_any","","",169,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",169,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",169,[[],["any",8]]],[11,"as_any_mut","","",169,[[],["any",8]]],[11,"from","game::sandbox::dashboards::traffic_signals","",170,[[]]],[11,"into","","",170,[[]]],[11,"try_from","","",170,[[],["result",4]]],[11,"try_into","","",170,[[],["result",4]]],[11,"borrow","","",170,[[]]],[11,"borrow_mut","","",170,[[]]],[11,"type_id","","",170,[[],["typeid",3]]],[11,"vzip","","",170,[[]]],[11,"into_any","","",170,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",170,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",170,[[],["any",8]]],[11,"as_any_mut","","",170,[[],["any",8]]],[11,"from","","",171,[[]]],[11,"into","","",171,[[]]],[11,"try_from","","",171,[[],["result",4]]],[11,"try_into","","",171,[[],["result",4]]],[11,"borrow","","",171,[[]]],[11,"borrow_mut","","",171,[[]]],[11,"type_id","","",171,[[],["typeid",3]]],[11,"vzip","","",171,[[]]],[11,"into_any","","",171,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",171,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",171,[[],["any",8]]],[11,"as_any_mut","","",171,[[],["any",8]]],[11,"into_any_arc","","",171,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::dashboards::trip_table","",176,[[]]],[11,"into","","",176,[[]]],[11,"try_from","","",176,[[],["result",4]]],[11,"try_into","","",176,[[],["result",4]]],[11,"borrow","","",176,[[]]],[11,"borrow_mut","","",176,[[]]],[11,"type_id","","",176,[[],["typeid",3]]],[11,"vzip","","",176,[[]]],[11,"into_any","","",176,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",176,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",176,[[],["any",8]]],[11,"as_any_mut","","",176,[[],["any",8]]],[11,"into_any_arc","","",176,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",177,[[]]],[11,"into","","",177,[[]]],[11,"try_from","","",177,[[],["result",4]]],[11,"try_into","","",177,[[],["result",4]]],[11,"borrow","","",177,[[]]],[11,"borrow_mut","","",177,[[]]],[11,"type_id","","",177,[[],["typeid",3]]],[11,"vzip","","",177,[[]]],[11,"into_any","","",177,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",177,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",177,[[],["any",8]]],[11,"as_any_mut","","",177,[[],["any",8]]],[11,"into_any_arc","","",177,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",178,[[]]],[11,"into","","",178,[[]]],[11,"try_from","","",178,[[],["result",4]]],[11,"try_into","","",178,[[],["result",4]]],[11,"borrow","","",178,[[]]],[11,"borrow_mut","","",178,[[]]],[11,"type_id","","",178,[[],["typeid",3]]],[11,"vzip","","",178,[[]]],[11,"into_any","","",178,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",178,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",178,[[],["any",8]]],[11,"as_any_mut","","",178,[[],["any",8]]],[11,"into_any_arc","","",178,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",172,[[]]],[11,"into","","",172,[[]]],[11,"try_from","","",172,[[],["result",4]]],[11,"try_into","","",172,[[],["result",4]]],[11,"borrow","","",172,[[]]],[11,"borrow_mut","","",172,[[]]],[11,"type_id","","",172,[[],["typeid",3]]],[11,"vzip","","",172,[[]]],[11,"into_any","","",172,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",172,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",172,[[],["any",8]]],[11,"as_any_mut","","",172,[[],["any",8]]],[11,"into_any_arc","","",172,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",173,[[]]],[11,"into","","",173,[[]]],[11,"try_from","","",173,[[],["result",4]]],[11,"try_into","","",173,[[],["result",4]]],[11,"borrow","","",173,[[]]],[11,"borrow_mut","","",173,[[]]],[11,"type_id","","",173,[[],["typeid",3]]],[11,"vzip","","",173,[[]]],[11,"into_any","","",173,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",173,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",173,[[],["any",8]]],[11,"as_any_mut","","",173,[[],["any",8]]],[11,"into_any_arc","","",173,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",174,[[]]],[11,"into","","",174,[[]]],[11,"try_from","","",174,[[],["result",4]]],[11,"try_into","","",174,[[],["result",4]]],[11,"borrow","","",174,[[]]],[11,"borrow_mut","","",174,[[]]],[11,"type_id","","",174,[[],["typeid",3]]],[11,"vzip","","",174,[[]]],[11,"into_any","","",174,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",174,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",174,[[],["any",8]]],[11,"as_any_mut","","",174,[[],["any",8]]],[11,"into_any_arc","","",174,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",175,[[]]],[11,"into","","",175,[[]]],[11,"try_from","","",175,[[],["result",4]]],[11,"try_into","","",175,[[],["result",4]]],[11,"borrow","","",175,[[]]],[11,"borrow_mut","","",175,[[]]],[11,"type_id","","",175,[[],["typeid",3]]],[11,"vzip","","",175,[[]]],[11,"into_any","","",175,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",175,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",175,[[],["any",8]]],[11,"as_any_mut","","",175,[[],["any",8]]],[11,"into_any_arc","","",175,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::gameplay","",179,[[]]],[11,"into","","",179,[[]]],[11,"try_from","","",179,[[],["result",4]]],[11,"try_into","","",179,[[],["result",4]]],[11,"borrow","","",179,[[]]],[11,"borrow_mut","","",179,[[]]],[11,"type_id","","",179,[[],["typeid",3]]],[11,"vzip","","",179,[[]]],[11,"into_any","","",179,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",179,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",179,[[],["any",8]]],[11,"as_any_mut","","",179,[[],["any",8]]],[11,"from","","",180,[[]]],[11,"into","","",180,[[]]],[11,"to_owned","","",180,[[]]],[11,"clone_into","","",180,[[]]],[11,"try_from","","",180,[[],["result",4]]],[11,"try_into","","",180,[[],["result",4]]],[11,"borrow","","",180,[[]]],[11,"borrow_mut","","",180,[[]]],[11,"type_id","","",180,[[],["typeid",3]]],[11,"equivalent","","",180,[[]]],[11,"vzip","","",180,[[]]],[11,"into_any","","",180,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",180,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",180,[[],["any",8]]],[11,"as_any_mut","","",180,[[],["any",8]]],[11,"into_any_arc","","",180,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::gameplay::commute","",181,[[]]],[11,"into","","",181,[[]]],[11,"try_from","","",181,[[],["result",4]]],[11,"try_into","","",181,[[],["result",4]]],[11,"borrow","","",181,[[]]],[11,"borrow_mut","","",181,[[]]],[11,"type_id","","",181,[[],["typeid",3]]],[11,"vzip","","",181,[[]]],[11,"into_any","","",181,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",181,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",181,[[],["any",8]]],[11,"as_any_mut","","",181,[[],["any",8]]],[11,"from","game::sandbox::gameplay::fix_traffic_signals","",182,[[]]],[11,"into","","",182,[[]]],[11,"try_from","","",182,[[],["result",4]]],[11,"try_into","","",182,[[],["result",4]]],[11,"borrow","","",182,[[]]],[11,"borrow_mut","","",182,[[]]],[11,"type_id","","",182,[[],["typeid",3]]],[11,"vzip","","",182,[[]]],[11,"into_any","","",182,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",182,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",182,[[],["any",8]]],[11,"as_any_mut","","",182,[[],["any",8]]],[11,"from","game::sandbox::gameplay::freeform","",183,[[]]],[11,"into","","",183,[[]]],[11,"try_from","","",183,[[],["result",4]]],[11,"try_into","","",183,[[],["result",4]]],[11,"borrow","","",183,[[]]],[11,"borrow_mut","","",183,[[]]],[11,"type_id","","",183,[[],["typeid",3]]],[11,"vzip","","",183,[[]]],[11,"into_any","","",183,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",183,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",183,[[],["any",8]]],[11,"as_any_mut","","",183,[[],["any",8]]],[11,"from","","",184,[[]]],[11,"into","","",184,[[]]],[11,"try_from","","",184,[[],["result",4]]],[11,"try_into","","",184,[[],["result",4]]],[11,"borrow","","",184,[[]]],[11,"borrow_mut","","",184,[[]]],[11,"type_id","","",184,[[],["typeid",3]]],[11,"vzip","","",184,[[]]],[11,"into_any","","",184,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",184,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",184,[[],["any",8]]],[11,"as_any_mut","","",184,[[],["any",8]]],[11,"from","game::sandbox::gameplay::play_scenario","",185,[[]]],[11,"into","","",185,[[]]],[11,"try_from","","",185,[[],["result",4]]],[11,"try_into","","",185,[[],["result",4]]],[11,"borrow","","",185,[[]]],[11,"borrow_mut","","",185,[[]]],[11,"type_id","","",185,[[],["typeid",3]]],[11,"vzip","","",185,[[]]],[11,"into_any","","",185,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",185,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",185,[[],["any",8]]],[11,"as_any_mut","","",185,[[],["any",8]]],[11,"from","","",186,[[]]],[11,"into","","",186,[[]]],[11,"try_from","","",186,[[],["result",4]]],[11,"try_into","","",186,[[],["result",4]]],[11,"borrow","","",186,[[]]],[11,"borrow_mut","","",186,[[]]],[11,"type_id","","",186,[[],["typeid",3]]],[11,"vzip","","",186,[[]]],[11,"into_any","","",186,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",186,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",186,[[],["any",8]]],[11,"as_any_mut","","",186,[[],["any",8]]],[11,"from","","",187,[[]]],[11,"into","","",187,[[]]],[11,"try_from","","",187,[[],["result",4]]],[11,"try_into","","",187,[[],["result",4]]],[11,"borrow","","",187,[[]]],[11,"borrow_mut","","",187,[[]]],[11,"type_id","","",187,[[],["typeid",3]]],[11,"vzip","","",187,[[]]],[11,"into_any","","",187,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",187,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",187,[[],["any",8]]],[11,"as_any_mut","","",187,[[],["any",8]]],[11,"from","game::sandbox::gameplay::tutorial","",188,[[]]],[11,"into","","",188,[[]]],[11,"try_from","","",188,[[],["result",4]]],[11,"try_into","","",188,[[],["result",4]]],[11,"borrow","","",188,[[]]],[11,"borrow_mut","","",188,[[]]],[11,"type_id","","",188,[[],["typeid",3]]],[11,"vzip","","",188,[[]]],[11,"into_any","","",188,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",188,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",188,[[],["any",8]]],[11,"as_any_mut","","",188,[[],["any",8]]],[11,"from","","",189,[[]]],[11,"into","","",189,[[]]],[11,"to_owned","","",189,[[]]],[11,"clone_into","","",189,[[]]],[11,"try_from","","",189,[[],["result",4]]],[11,"try_into","","",189,[[],["result",4]]],[11,"borrow","","",189,[[]]],[11,"borrow_mut","","",189,[[]]],[11,"type_id","","",189,[[],["typeid",3]]],[11,"equivalent","","",189,[[]]],[11,"vzip","","",189,[[]]],[11,"into_any","","",189,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",189,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",189,[[],["any",8]]],[11,"as_any_mut","","",189,[[],["any",8]]],[11,"into_any_arc","","",189,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",190,[[]]],[11,"into","","",190,[[]]],[11,"try_from","","",190,[[],["result",4]]],[11,"try_into","","",190,[[],["result",4]]],[11,"borrow","","",190,[[]]],[11,"borrow_mut","","",190,[[]]],[11,"type_id","","",190,[[],["typeid",3]]],[11,"vzip","","",190,[[]]],[11,"into_any","","",190,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",190,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",190,[[],["any",8]]],[11,"as_any_mut","","",190,[[],["any",8]]],[11,"from","","",191,[[]]],[11,"into","","",191,[[]]],[11,"try_from","","",191,[[],["result",4]]],[11,"try_into","","",191,[[],["result",4]]],[11,"borrow","","",191,[[]]],[11,"borrow_mut","","",191,[[]]],[11,"type_id","","",191,[[],["typeid",3]]],[11,"vzip","","",191,[[]]],[11,"into_any","","",191,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",191,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",191,[[],["any",8]]],[11,"as_any_mut","","",191,[[],["any",8]]],[11,"from","","",192,[[]]],[11,"into","","",192,[[]]],[11,"to_owned","","",192,[[]]],[11,"clone_into","","",192,[[]]],[11,"try_from","","",192,[[],["result",4]]],[11,"try_into","","",192,[[],["result",4]]],[11,"borrow","","",192,[[]]],[11,"borrow_mut","","",192,[[]]],[11,"type_id","","",192,[[],["typeid",3]]],[11,"vzip","","",192,[[]]],[11,"into_any","","",192,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",192,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",192,[[],["any",8]]],[11,"as_any_mut","","",192,[[],["any",8]]],[11,"into_any_arc","","",192,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::misc_tools","",194,[[]]],[11,"into","","",194,[[]]],[11,"try_from","","",194,[[],["result",4]]],[11,"try_into","","",194,[[],["result",4]]],[11,"borrow","","",194,[[]]],[11,"borrow_mut","","",194,[[]]],[11,"type_id","","",194,[[],["typeid",3]]],[11,"vzip","","",194,[[]]],[11,"into_any","","",194,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",194,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",194,[[],["any",8]]],[11,"as_any_mut","","",194,[[],["any",8]]],[11,"into_any_arc","","",194,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",195,[[]]],[11,"into","","",195,[[]]],[11,"try_from","","",195,[[],["result",4]]],[11,"try_into","","",195,[[],["result",4]]],[11,"borrow","","",195,[[]]],[11,"borrow_mut","","",195,[[]]],[11,"type_id","","",195,[[],["typeid",3]]],[11,"vzip","","",195,[[]]],[11,"into_any","","",195,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",195,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",195,[[],["any",8]]],[11,"as_any_mut","","",195,[[],["any",8]]],[11,"from","game::sandbox::speed","",196,[[]]],[11,"into","","",196,[[]]],[11,"try_from","","",196,[[],["result",4]]],[11,"try_into","","",196,[[],["result",4]]],[11,"borrow","","",196,[[]]],[11,"borrow_mut","","",196,[[]]],[11,"type_id","","",196,[[],["typeid",3]]],[11,"vzip","","",196,[[]]],[11,"into_any","","",196,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",196,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",196,[[],["any",8]]],[11,"as_any_mut","","",196,[[],["any",8]]],[11,"from","","",197,[[]]],[11,"into","","",197,[[]]],[11,"try_from","","",197,[[],["result",4]]],[11,"try_into","","",197,[[],["result",4]]],[11,"borrow","","",197,[[]]],[11,"borrow_mut","","",197,[[]]],[11,"type_id","","",197,[[],["typeid",3]]],[11,"vzip","","",197,[[]]],[11,"into_any","","",197,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",197,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",197,[[],["any",8]]],[11,"as_any_mut","","",197,[[],["any",8]]],[11,"from","","",198,[[]]],[11,"into","","",198,[[]]],[11,"to_owned","","",198,[[]]],[11,"clone_into","","",198,[[]]],[11,"try_from","","",198,[[],["result",4]]],[11,"try_into","","",198,[[],["result",4]]],[11,"borrow","","",198,[[]]],[11,"borrow_mut","","",198,[[]]],[11,"type_id","","",198,[[],["typeid",3]]],[11,"vzip","","",198,[[]]],[11,"into_any","","",198,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",198,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",198,[[],["any",8]]],[11,"as_any_mut","","",198,[[],["any",8]]],[11,"into_any_arc","","",198,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::time_warp","",199,[[]]],[11,"into","","",199,[[]]],[11,"try_from","","",199,[[],["result",4]]],[11,"try_into","","",199,[[],["result",4]]],[11,"borrow","","",199,[[]]],[11,"borrow_mut","","",199,[[]]],[11,"type_id","","",199,[[],["typeid",3]]],[11,"vzip","","",199,[[]]],[11,"into_any","","",199,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",199,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",199,[[],["any",8]]],[11,"as_any_mut","","",199,[[],["any",8]]],[11,"from","","",200,[[]]],[11,"into","","",200,[[]]],[11,"try_from","","",200,[[],["result",4]]],[11,"try_into","","",200,[[],["result",4]]],[11,"borrow","","",200,[[]]],[11,"borrow_mut","","",200,[[]]],[11,"type_id","","",200,[[],["typeid",3]]],[11,"vzip","","",200,[[]]],[11,"into_any","","",200,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",200,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",200,[[],["any",8]]],[11,"as_any_mut","","",200,[[],["any",8]]],[11,"from","","",201,[[]]],[11,"into","","",201,[[]]],[11,"try_from","","",201,[[],["result",4]]],[11,"try_into","","",201,[[],["result",4]]],[11,"borrow","","",201,[[]]],[11,"borrow_mut","","",201,[[]]],[11,"type_id","","",201,[[],["typeid",3]]],[11,"vzip","","",201,[[]]],[11,"into_any","","",201,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",201,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",201,[[],["any",8]]],[11,"as_any_mut","","",201,[[],["any",8]]],[11,"from","game::sandbox::uber_turns","",202,[[]]],[11,"into","","",202,[[]]],[11,"try_from","","",202,[[],["result",4]]],[11,"try_into","","",202,[[],["result",4]]],[11,"borrow","","",202,[[]]],[11,"borrow_mut","","",202,[[]]],[11,"type_id","","",202,[[],["typeid",3]]],[11,"vzip","","",202,[[]]],[11,"into_any","","",202,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",202,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",202,[[],["any",8]]],[11,"as_any_mut","","",202,[[],["any",8]]],[11,"from","","",203,[[]]],[11,"into","","",203,[[]]],[11,"try_from","","",203,[[],["result",4]]],[11,"try_into","","",203,[[],["result",4]]],[11,"borrow","","",203,[[]]],[11,"borrow_mut","","",203,[[]]],[11,"type_id","","",203,[[],["typeid",3]]],[11,"vzip","","",203,[[]]],[11,"into_any","","",203,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",203,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",203,[[],["any",8]]],[11,"as_any_mut","","",203,[[],["any",8]]],[11,"show","game::app","",2,[[["id",4]]]],[11,"layers","","",2,[[],["showlayers",3]]],[11,"show","game::debug","",35,[[["id",4]]]],[11,"layers","","",35,[[],["showlayers",3]]],[11,"event","game::challenges","",11,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",11,[[],["drawbaselayer",4]]],[11,"draw","","",11,[[["app",3],["gfxctx",3]]]],[11,"event","game::common::city_picker","",15,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",15,[[],["drawbaselayer",4]]],[11,"draw","","",15,[[["app",3],["gfxctx",3]]]],[11,"event","game::common::isochrone","",23,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",23,[[["app",3],["gfxctx",3]]]],[11,"event","game::common::navigate","",25,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",25,[[["app",3],["gfxctx",3]]]],[11,"event","","",26,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",26,[[["app",3],["gfxctx",3]]]],[11,"event","","",27,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",27,[[["app",3],["gfxctx",3]]]],[11,"event","game::common::warp","",28,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",28,[[["app",3],["gfxctx",3]]]],[11,"event","","",29,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",29,[[["app",3],["gfxctx",3]]]],[11,"event","game::cutscene","",32,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",32,[[],["drawbaselayer",4]]],[11,"draw","","",32,[[["app",3],["gfxctx",3]]]],[11,"event","","",33,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",33,[[["app",3],["gfxctx",3]]]],[11,"event","game::debug::floodfill","",38,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",38,[[["app",3],["gfxctx",3]]]],[11,"event","game::debug::path_counter","",41,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",41,[[["app",3],["gfxctx",3]]]],[11,"event","game::debug::polygons","",42,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",42,[[["app",3],["gfxctx",3]]]],[11,"event","game::debug","",35,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",35,[[],["drawbaselayer",4]]],[11,"draw","","",35,[[["app",3],["gfxctx",3]]]],[11,"event","","",37,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",37,[[["app",3],["gfxctx",3]]]],[11,"event","game::devtools::destinations","",45,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",45,[[["app",3],["gfxctx",3]]]],[11,"event","game::devtools::kml","",46,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",46,[[["app",3],["gfxctx",3]]]],[11,"event","game::devtools::mapping","",48,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",48,[[["app",3],["gfxctx",3]]]],[11,"event","","",49,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",49,[[["app",3],["gfxctx",3]]]],[11,"event","game::devtools::polygon","",52,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",52,[[["app",3],["gfxctx",3]]]],[11,"event","game::devtools::scenario","",53,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",53,[[["app",3],["gfxctx",3]]]],[11,"event","game::devtools::story","",54,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",54,[[],["drawbaselayer",4]]],[11,"draw","","",54,[[["app",3],["gfxctx",3]]]],[11,"event","game::devtools","",44,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",44,[[],["drawbaselayer",4]]],[11,"draw","","",44,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::bulk","",64,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",64,[[["app",3],["gfxctx",3]]]],[11,"event","","",65,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",65,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::cluster_traffic_signals","",66,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",66,[[],["drawbaselayer",4]]],[11,"draw","","",66,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::lanes","",67,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",67,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::routes","",68,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",68,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::stop_signs","",72,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",72,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::traffic_signals::edits","",75,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",75,[[["app",3],["gfxctx",3]]]],[11,"draw_baselayer","","",75,[[],["drawbaselayer",4]]],[11,"event","game::edit::traffic_signals::offsets","",76,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",76,[[["app",3],["gfxctx",3]]]],[11,"event","","",77,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",77,[[["app",3],["gfxctx",3]]]],[11,"event","","",78,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",78,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::traffic_signals::picker","",79,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",79,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::traffic_signals::preview","",80,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",80,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::traffic_signals","",73,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",73,[[],["drawbaselayer",4]]],[11,"draw","","",73,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::zones","",81,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",81,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit","",60,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",60,[[["app",3],["gfxctx",3]]]],[11,"event","","",61,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",61,[[["app",3],["gfxctx",3]]]],[11,"event","","",62,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",62,[[["app",3],["gfxctx",3]]]],[11,"event","","",63,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",63,[[["app",3],["gfxctx",3]]]],[11,"event","game::game","",83,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",83,[[],["drawbaselayer",4]]],[11,"draw","","",83,[[["app",3],["gfxctx",3]]]],[11,"event","","",84,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",84,[[],["drawbaselayer",4]]],[11,"draw","","",84,[[["app",3],["gfxctx",3]]]],[11,"event","","",85,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",85,[[],["drawbaselayer",4]]],[11,"draw","","",85,[[["app",3],["gfxctx",3]]]],[11,"event","game::layer","",96,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",96,[[],["drawbaselayer",4]]],[11,"draw","","",96,[[["app",3],["gfxctx",3]]]],[11,"event","game::options","",119,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",119,[[["app",3],["gfxctx",3]]]],[11,"event","game::pregame","",122,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",122,[[["app",3],["gfxctx",3]]]],[11,"event","","",123,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",123,[[],["drawbaselayer",4]]],[11,"draw","","",123,[[["app",3],["gfxctx",3]]]],[11,"event","","",124,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",124,[[],["drawbaselayer",4]]],[11,"draw","","",124,[[["app",3],["gfxctx",3]]]],[11,"event","","",125,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",125,[[],["drawbaselayer",4]]],[11,"draw","","",125,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::dashboards::commuter","",150,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",150,[[],["drawbaselayer",4]]],[11,"draw","","",150,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::dashboards::generic_trip_table","",158,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",158,[[],["drawbaselayer",4]]],[11,"draw","","",158,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::dashboards::misc","",159,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",159,[[],["drawbaselayer",4]]],[11,"draw","","",159,[[["app",3],["gfxctx",3]]]],[11,"event","","",160,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",160,[[],["drawbaselayer",4]]],[11,"draw","","",160,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::dashboards::summaries","",164,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",164,[[],["drawbaselayer",4]]],[11,"draw","","",164,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::dashboards::traffic_signals","",170,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",170,[[],["drawbaselayer",4]]],[11,"draw","","",170,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::gameplay::freeform","",184,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",184,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::gameplay::play_scenario","",186,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",186,[[["app",3],["gfxctx",3]]]],[11,"event","","",187,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",187,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::gameplay","",179,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",179,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::misc_tools","",195,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",195,[[],["drawbaselayer",4]]],[11,"draw","","",195,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::time_warp","",199,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",199,[[["app",3],["gfxctx",3]]]],[11,"event","","",200,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",200,[[["app",3],["gfxctx",3]]]],[11,"event","","",201,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",201,[[],["drawbaselayer",4]]],[11,"draw","","",201,[[["app",3],["gfxctx",3]]]],[11,"on_destroy","","",201,[[["eventctx",3],["app",3]]]],[11,"event","game::sandbox::uber_turns","",202,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",202,[[["app",3],["gfxctx",3]]]],[11,"event","","",203,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",203,[[],["drawbaselayer",4]]],[11,"draw","","",203,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox","",145,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",145,[[["app",3],["gfxctx",3]]]],[11,"on_destroy","","",145,[[["eventctx",3],["app",3]]]],[11,"event","","",205,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",205,[[["app",3],["gfxctx",3]]]],[11,"actions","game::debug","",204,[[["app",3],["id",4]],["vec",3]]],[11,"execute","","",204,[[["string",3],["eventctx",3],["app",3],["id",4]],["transition",4]]],[11,"is_paused","","",204,[[]]],[11,"gameplay_mode","","",204,[[],["gameplaymode",4]]],[11,"actions","game::sandbox","",148,[[["app",3],["id",4]],["vec",3]]],[11,"execute","","",148,[[["string",3],["eventctx",3],["app",3],["id",4]],["transition",4]]],[11,"is_paused","","",148,[[]]],[11,"gameplay_mode","","",148,[[],["gameplaymode",4]]],[11,"name","game::layer::elevation","",98,[[],["option",4]]],[11,"event","","",98,[[["eventctx",3],["app",3],["panel",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",98,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",98,[[["gfxctx",3]]]],[11,"name","game::layer::map","",99,[[],["option",4]]],[11,"event","","",99,[[["eventctx",3],["app",3],["panel",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",99,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",99,[[["gfxctx",3]]]],[11,"name","","",100,[[],["option",4]]],[11,"event","","",100,[[["eventctx",3],["app",3],["panel",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",100,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",100,[[["gfxctx",3]]]],[11,"name","","",101,[[],["option",4]]],[11,"event","","",101,[[["eventctx",3],["app",3],["panel",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",101,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",101,[[["gfxctx",3]]]],[11,"name","game::layer::pandemic","",102,[[],["option",4]]],[11,"event","","",102,[[["eventctx",3],["app",3],["panel",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",102,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",102,[[["gfxctx",3]]]],[11,"name","game::layer::parking","",105,[[],["option",4]]],[11,"event","","",105,[[["eventctx",3],["app",3],["panel",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",105,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",105,[[["gfxctx",3]]]],[11,"name","","",106,[[],["option",4]]],[11,"event","","",106,[[["eventctx",3],["app",3],["panel",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",106,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",106,[[["gfxctx",3]]]],[11,"name","game::layer::population","",108,[[],["option",4]]],[11,"event","","",108,[[["eventctx",3],["app",3],["panel",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",108,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",108,[[["gfxctx",3]]]],[11,"name","game::layer::traffic","",110,[[],["option",4]]],[11,"event","","",110,[[["eventctx",3],["app",3],["panel",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",110,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",110,[[["gfxctx",3]]]],[11,"name","","",111,[[],["option",4]]],[11,"event","","",111,[[["eventctx",3],["app",3],["panel",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",111,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",111,[[["gfxctx",3]]]],[11,"name","","",112,[[],["option",4]]],[11,"event","","",112,[[["eventctx",3],["app",3],["panel",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",112,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",112,[[["gfxctx",3]]]],[11,"name","","",113,[[],["option",4]]],[11,"event","","",113,[[["eventctx",3],["app",3],["panel",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",113,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",113,[[["gfxctx",3]]]],[11,"name","","",115,[[],["option",4]]],[11,"event","","",115,[[["eventctx",3],["app",3],["panel",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",115,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",115,[[["gfxctx",3]]]],[11,"name","game::layer::transit","",116,[[],["option",4]]],[11,"event","","",116,[[["eventctx",3],["app",3],["panel",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",116,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",116,[[["gfxctx",3]]]],[11,"get_id","game::render::area","",128,[[],["id",4]]],[11,"draw","","",128,[[["app",3],["drawoptions",3],["gfxctx",3]]]],[11,"get_outline","","",128,[[["map",3]],["polygon",3]]],[11,"get_id","game::render::bike","",129,[[],["id",4]]],[11,"draw","","",129,[[["app",3],["drawoptions",3],["gfxctx",3]]]],[11,"get_outline","","",129,[[["map",3]],["polygon",3]]],[11,"get_zorder","","",129,[[]]],[11,"get_id","game::render::building","",130,[[],["id",4]]],[11,"draw","","",130,[[["app",3],["drawoptions",3],["gfxctx",3]]]],[11,"get_zorder","","",130,[[]]],[11,"get_outline","","",130,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",130,[[["map",3],["pt2d",3]]]],[11,"get_id","game::render::bus_stop","",131,[[],["id",4]]],[11,"draw","","",131,[[["app",3],["drawoptions",3],["gfxctx",3]]]],[11,"get_outline","","",131,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",131,[[["map",3],["pt2d",3]]]],[11,"get_zorder","","",131,[[]]],[11,"get_id","game::render::car","",132,[[],["id",4]]],[11,"draw","","",132,[[["app",3],["drawoptions",3],["gfxctx",3]]]],[11,"get_outline","","",132,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",132,[[["map",3],["pt2d",3]]]],[11,"get_zorder","","",132,[[]]],[11,"get_id","game::render::intersection","",133,[[],["id",4]]],[11,"draw","","",133,[[["app",3],["drawoptions",3],["gfxctx",3]]]],[11,"get_outline","","",133,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",133,[[["map",3],["pt2d",3]]]],[11,"get_zorder","","",133,[[]]],[11,"get_id","game::render::lane","",134,[[],["id",4]]],[11,"draw","","",134,[[["app",3],["drawoptions",3],["gfxctx",3]]]],[11,"get_outline","","",134,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",134,[[["map",3],["pt2d",3]]]],[11,"get_zorder","","",134,[[]]],[11,"get_id","game::render::parking_lot","",138,[[],["id",4]]],[11,"draw","","",138,[[["app",3],["drawoptions",3],["gfxctx",3]]]],[11,"get_zorder","","",138,[[]]],[11,"get_outline","","",138,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",138,[[["map",3],["pt2d",3]]]],[11,"get_id","game::render::pedestrian","",139,[[],["id",4]]],[11,"draw","","",139,[[["app",3],["drawoptions",3],["gfxctx",3]]]],[11,"get_outline","","",139,[[["map",3]],["polygon",3]]],[11,"get_zorder","","",139,[[]]],[11,"get_id","","",140,[[],["id",4]]],[11,"draw","","",140,[[["app",3],["drawoptions",3],["gfxctx",3]]]],[11,"get_outline","","",140,[[["map",3]],["polygon",3]]],[11,"get_zorder","","",140,[[]]],[11,"get_id","game::render::road","",141,[[],["id",4]]],[11,"draw","","",141,[[["app",3],["drawoptions",3],["gfxctx",3]]]],[11,"get_outline","","",141,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",141,[[["map",3],["pt2d",3]]]],[11,"get_zorder","","",141,[[]]],[11,"event","game::sandbox::gameplay::commute","",181,[[["sandboxcontrols",3],["eventctx",3],["app",3],["actions",3]],[["option",4],["transition",4]]]],[11,"draw","","",181,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::gameplay::fix_traffic_signals","",182,[[["sandboxcontrols",3],["eventctx",3],["app",3],["actions",3]],[["option",4],["transition",4]]]],[11,"draw","","",182,[[["app",3],["gfxctx",3]]]],[11,"on_destroy","","",182,[[["app",3]]]],[11,"event","game::sandbox::gameplay::freeform","",183,[[["sandboxcontrols",3],["eventctx",3],["app",3],["actions",3]],[["option",4],["transition",4]]]],[11,"draw","","",183,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::gameplay::play_scenario","",185,[[["sandboxcontrols",3],["eventctx",3],["app",3],["actions",3]],[["option",4],["transition",4]]]],[11,"draw","","",185,[[["app",3],["gfxctx",3]]]],[11,"on_destroy","","",185,[[["app",3]]]],[11,"event","game::sandbox::gameplay::tutorial","",188,[[["sandboxcontrols",3],["eventctx",3],["app",3],["actions",3]],[["option",4],["transition",4]]]],[11,"draw","","",188,[[["app",3],["gfxctx",3]]]],[11,"can_move_canvas","","",188,[[]]],[11,"can_examine_objects","","",188,[[]]],[11,"has_common","","",188,[[]]],[11,"has_tool_panel","","",188,[[]]],[11,"has_time_panel","","",188,[[]]],[11,"has_speed","","",188,[[]]],[11,"has_agent_meter","","",188,[[]]],[11,"has_minimap","","",188,[[]]],[11,"clone","game::app","",3,[[],["flags",3]]],[11,"clone","game::colors","",13,[[],["colorschemechoice",4]]],[11,"clone","game::common::heatmap","",21,[[],["heatmapoptions",3]]],[11,"clone","game::debug::floodfill","",39,[[],["source",4]]],[11,"clone","game::devtools::mapping","",50,[[],["show",4]]],[11,"clone","","",51,[[],["value",4]]],[11,"clone","game::devtools::story","",55,[[],["recordedstorymap",3]]],[11,"clone","game::edit::traffic_signals","",74,[[],["bundleedits",3]]],[11,"clone","game::helpers","",89,[[],["id",4]]],[11,"clone","game::info::trip","",94,[[],["opentrip",3]]],[11,"clone","game::info","",93,[[],["tab",4]]],[11,"clone","","",92,[[],["dataoptions",3]]],[11,"clone","game::layer::pandemic","",104,[[],["seir",4]]],[11,"clone","","",103,[[],["options",3]]],[11,"clone","game::layer::parking","",107,[[],["loc",4]]],[11,"clone","game::layer::population","",109,[[],["options",3]]],[11,"clone","game::options","",118,[[],["options",3]]],[11,"clone","","",120,[[],["trafficsignalstyle",4]]],[11,"clone","","",121,[[],["cameraangle",4]]],[11,"clone","game::render::map","",137,[[],["unzoomedagents",3]]],[11,"clone","game::render","",127,[[],["drawoptions",3]]],[11,"clone","game::sandbox::dashboards::commuter","",155,[[],["blockselection",4]]],[11,"clone","game::sandbox::dashboards","",149,[[],["dashtab",4]]],[11,"clone","game::sandbox::gameplay::tutorial","",189,[[],["tutorialpointer",3]]],[11,"clone","","",192,[[],["task",4]]],[11,"clone","game::sandbox::gameplay","",180,[[],["gameplaymode",4]]],[11,"clone","game::sandbox::speed","",198,[[],["speedsetting",4]]],[11,"cmp","game::helpers","",89,[[["id",4]],["ordering",4]]],[11,"cmp","game::layer::parking","",107,[[["loc",4]],["ordering",4]]],[11,"cmp","game::sandbox::gameplay::tutorial","",189,[[["tutorialpointer",3]],["ordering",4]]],[11,"cmp","game::sandbox::gameplay","",180,[[["gameplaymode",4]],["ordering",4]]],[11,"eq","game::colors","",13,[[["colorschemechoice",4]]]],[11,"eq","game::common::heatmap","",21,[[["heatmapoptions",3]]]],[11,"ne","","",21,[[["heatmapoptions",3]]]],[11,"eq","game::devtools::mapping","",50,[[["show",4]]]],[11,"eq","","",51,[[["value",4]]]],[11,"eq","game::edit::traffic_signals","",74,[[["bundleedits",3]]]],[11,"ne","","",74,[[["bundleedits",3]]]],[11,"eq","game::helpers","",89,[[["id",4]]]],[11,"ne","","",89,[[["id",4]]]],[11,"eq","game::info::trip","",94,[[["opentrip",3]]]],[11,"eq","game::info","",92,[[["dataoptions",3]]]],[11,"ne","","",92,[[["dataoptions",3]]]],[11,"eq","game::layer::pandemic","",104,[[["seir",4]]]],[11,"eq","","",103,[[["options",3]]]],[11,"ne","","",103,[[["options",3]]]],[11,"eq","game::layer::parking","",107,[[["loc",4]]]],[11,"ne","","",107,[[["loc",4]]]],[11,"eq","game::layer::population","",109,[[["options",3]]]],[11,"ne","","",109,[[["options",3]]]],[11,"eq","game::options","",120,[[["trafficsignalstyle",4]]]],[11,"eq","","",121,[[["cameraangle",4]]]],[11,"eq","game::render::map","",137,[[["unzoomedagents",3]]]],[11,"ne","","",137,[[["unzoomedagents",3]]]],[11,"eq","game::sandbox::dashboards::commuter","",155,[[["blockselection",4]]]],[11,"ne","","",155,[[["blockselection",4]]]],[11,"eq","","",153,[[["filter",3]]]],[11,"ne","","",153,[[["filter",3]]]],[11,"eq","game::sandbox::dashboards","",149,[[["dashtab",4]]]],[11,"eq","game::sandbox::gameplay::tutorial","",189,[[["tutorialpointer",3]]]],[11,"ne","","",189,[[["tutorialpointer",3]]]],[11,"eq","","",192,[[["task",4]]]],[11,"eq","game::sandbox::gameplay","",180,[[["gameplaymode",4]]]],[11,"ne","","",180,[[["gameplaymode",4]]]],[11,"eq","game::sandbox::speed","",198,[[["speedsetting",4]]]],[11,"partial_cmp","game::helpers","",89,[[["id",4]],[["option",4],["ordering",4]]]],[11,"lt","","",89,[[["id",4]]]],[11,"le","","",89,[[["id",4]]]],[11,"gt","","",89,[[["id",4]]]],[11,"ge","","",89,[[["id",4]]]],[11,"partial_cmp","game::layer::parking","",107,[[["loc",4]],[["option",4],["ordering",4]]]],[11,"lt","","",107,[[["loc",4]]]],[11,"le","","",107,[[["loc",4]]]],[11,"gt","","",107,[[["loc",4]]]],[11,"ge","","",107,[[["loc",4]]]],[11,"partial_cmp","game::sandbox::gameplay::tutorial","",189,[[["tutorialpointer",3]],[["option",4],["ordering",4]]]],[11,"lt","","",189,[[["tutorialpointer",3]]]],[11,"le","","",189,[[["tutorialpointer",3]]]],[11,"gt","","",189,[[["tutorialpointer",3]]]],[11,"ge","","",189,[[["tutorialpointer",3]]]],[11,"partial_cmp","","",192,[[["task",4]],[["option",4],["ordering",4]]]],[11,"partial_cmp","game::sandbox::gameplay","",180,[[["gameplaymode",4]],[["option",4],["ordering",4]]]],[11,"lt","","",180,[[["gameplaymode",4]]]],[11,"le","","",180,[[["gameplaymode",4]]]],[11,"gt","","",180,[[["gameplaymode",4]]]],[11,"ge","","",180,[[["gameplaymode",4]]]],[11,"partial_cmp","game::sandbox::speed","",198,[[["speedsetting",4]],[["option",4],["ordering",4]]]],[11,"fmt","game::colors","",13,[[["formatter",3]],["result",6]]],[11,"fmt","game::devtools::mapping","",50,[[["formatter",3]],["result",6]]],[11,"fmt","game::helpers","",89,[[["formatter",3]],["result",6]]],[11,"fmt","game::layer::pandemic","",104,[[["formatter",3]],["result",6]]],[11,"fmt","game::options","",120,[[["formatter",3]],["result",6]]],[11,"fmt","","",121,[[["formatter",3]],["result",6]]],[11,"fmt","game::sandbox::dashboards","",149,[[["formatter",3]],["result",6]]],[11,"hash","game::helpers","",89,[[]]],[11,"serialize","game::devtools::story","",55,[[],["result",4]]],[11,"deserialize","","",55,[[],["result",4]]],[11,"run","game::app","",7,[[["sim",3],["map",3]]]],[11,"event","game::game","",82,[[["eventctx",3]]]],[11,"draw","","",82,[[["gfxctx",3]]]],[11,"dump_before_abort","","",82,[[["canvas",3]]]],[11,"before_quit","","",82,[[["canvas",3]]]]],"p":[[3,"App"],[3,"ShowLayers"],[3,"ShowEverything"],[3,"Flags"],[3,"PerMap"],[3,"SessionState"],[3,"PerObjectActions"],[3,"FindDelayedIntersections"],[8,"ShowObject"],[3,"Challenge"],[3,"HighScore"],[3,"ChallengesPicker"],[3,"ColorScheme"],[4,"ColorSchemeChoice"],[3,"CommonState"],[3,"CityPicker"],[3,"ColorDiscrete"],[3,"DivergingScale"],[3,"ColorNetwork"],[3,"ColorScale"],[3,"ColorLegend"],[3,"HeatmapOptions"],[3,"Grid"],[3,"IsochroneViewer"],[3,"Minimap"],[3,"Navigator"],[3,"CrossStreet"],[3,"SearchBuildings"],[3,"Warping"],[3,"DebugWarp"],[3,"CutsceneBuilder"],[3,"Scene"],[3,"CutscenePlayer"],[3,"FYI"],[4,"Layout"],[3,"DebugMode"],[3,"SearchResults"],[3,"ScreenshotTest"],[3,"Floodfiller"],[4,"Source"],[3,"ObjectDebugger"],[3,"PathCounter"],[3,"PolygonDebugger"],[4,"Item"],[3,"DevToolsMode"],[3,"PopularDestinations"],[3,"ViewKML"],[3,"Object"],[3,"ParkingMapper"],[3,"ChangeWay"],[4,"Show"],[4,"Value"],[3,"PolygonEditor"],[3,"ScenarioManager"],[3,"StoryMapEditor"],[3,"RecordedStoryMap"],[3,"StoryMap"],[3,"Marker"],[3,"Lasso"],[4,"Mode"],[3,"EditMode"],[3,"SaveEdits"],[3,"LoadEdits"],[3,"ConfirmDiscard"],[3,"BulkSelect"],[3,"BulkEdit"],[3,"ClusterTrafficSignalEditor"],[3,"LaneEditor"],[3,"RouteEditor"],[3,"RoadSelector"],[4,"Mode"],[13,"Route"],[3,"StopSignEditor"],[3,"TrafficSignalEditor"],[3,"BundleEdits"],[3,"ChangeDuration"],[3,"ShowAbsolute"],[3,"ShowRelative"],[3,"TuneRelative"],[3,"SignalPicker"],[3,"PreviewTrafficSignal"],[3,"ZoneEditor"],[3,"Game"],[3,"ChooseSomething"],[3,"PromptInput"],[3,"PopupMsg"],[4,"DrawBaselayer"],[4,"Transition"],[8,"State"],[4,"ID"],[3,"InfoPanel"],[3,"Details"],[3,"DataOptions"],[4,"Tab"],[3,"OpenTrip"],[8,"ContextualActions"],[3,"PickLayer"],[4,"LayerOutcome"],[3,"Elevation"],[3,"BikeNetwork"],[3,"Static"],[3,"CongestionCaps"],[3,"Pandemic"],[3,"Options"],[4,"SEIR"],[3,"Occupancy"],[3,"Efficiency"],[4,"Loc"],[3,"PopulationMap"],[3,"Options"],[3,"Backpressure"],[3,"Throughput"],[3,"CompareThroughput"],[3,"TrafficJams"],[3,"Jam"],[3,"Delay"],[3,"TransitNetwork"],[8,"Layer"],[3,"Options"],[3,"OptionsPanel"],[4,"TrafficSignalStyle"],[4,"CameraAngle"],[3,"TitleScreen"],[3,"MainMenu"],[3,"About"],[3,"Proposals"],[3,"Screensaver"],[3,"DrawOptions"],[3,"DrawArea"],[3,"DrawBike"],[3,"DrawBuilding"],[3,"DrawBusStop"],[3,"DrawCar"],[3,"DrawIntersection"],[3,"DrawLane"],[3,"DrawMap"],[3,"AgentCache"],[3,"UnzoomedAgents"],[3,"DrawParkingLot"],[3,"DrawPedestrian"],[3,"DrawPedCrowd"],[3,"DrawRoad"],[3,"DrawMovement"],[3,"DrawUberTurnGroup"],[8,"Renderable"],[3,"SandboxMode"],[3,"SandboxControls"],[3,"AgentMeter"],[3,"Actions"],[4,"DashTab"],[3,"CommuterPatterns"],[3,"PanelState"],[3,"Block"],[3,"Filter"],[3,"Loop"],[4,"BlockSelection"],[13,"Locked"],[4,"BorderType"],[3,"GenericTripTable"],[3,"ActiveTraffic"],[3,"TransitRoutes"],[3,"Entry"],[3,"Filters"],[3,"ParkingOverhead"],[3,"TripSummaries"],[3,"Filter"],[3,"Table"],[3,"Column"],[3,"Filter"],[4,"Col"],[3,"TrafficSignalDemand"],[3,"Demand"],[3,"FinishedTrip"],[3,"CancelledTrip"],[3,"UnfinishedTrip"],[3,"Filters"],[3,"FinishedTripTable"],[3,"CancelledTripTable"],[3,"UnfinishedTripTable"],[3,"FinalScore"],[4,"GameplayMode"],[3,"OptimizeCommute"],[3,"FixTrafficSignals"],[3,"Freeform"],[3,"AgentSpawner"],[3,"PlayScenario"],[3,"EditScenarioModifiers"],[3,"ChangeMode"],[3,"Tutorial"],[3,"TutorialPointer"],[3,"Stage"],[3,"TutorialState"],[4,"Task"],[8,"GameplayState"],[3,"RoutePreview"],[3,"TurnExplorer"],[3,"SpeedControls"],[3,"TimePanel"],[4,"SpeedSetting"],[3,"JumpToTime"],[3,"JumpToDelay"],[3,"TimeWarpScreen"],[3,"UberTurnPicker"],[3,"UberTurnViewer"],[3,"Actions"],[3,"BackToMainMenu"]]},\ +"game":{"doc":"","i":[[5,"main","game","",null,[[]]],[5,"smoke_test","","",null,[[]]],[5,"dump_route_goldenfile","","",null,[[["map",3]],[["error",3],["result",4]]]],[5,"check_proposals","","",null,[[]]],[0,"app","","",null,null],[3,"App","game::app","",null,null],[12,"primary","","",0,null],[12,"prebaked","","",0,null],[12,"cs","","",0,null],[12,"unzoomed_agents","","",0,null],[12,"opts","","",0,null],[12,"per_obj","","",0,null],[12,"layer","","",0,null],[12,"session","","",0,null],[12,"suspended_sim","","",0,null],[3,"ShowLayers","","",null,null],[12,"show_buildings","","",1,null],[12,"show_parking_lots","","",1,null],[12,"show_intersections","","",1,null],[12,"show_lanes","","",1,null],[12,"show_areas","","",1,null],[12,"show_labels","","",1,null],[3,"ShowEverything","","",null,null],[12,"layers","","",2,null],[3,"Flags","","",null,null],[12,"sim_flags","","",3,null],[12,"num_agents","","",3,null],[12,"live_map_edits","","",3,null],[3,"PerMap","","",null,null],[12,"map","","",4,null],[12,"draw_map","","",4,null],[12,"sim","","",4,null],[12,"current_selection","","",4,null],[12,"current_flags","","",4,null],[12,"last_warped_from","","",4,null],[12,"sim_cb","","",4,null],[12,"show_zorder","","",4,null],[12,"zorder_range","","",4,null],[12,"dirty_from_edits","","",4,null],[12,"has_modified_trips","","",4,null],[12,"unedited_map","","",4,null],[3,"SessionState","","",null,null],[12,"tutorial","","",5,null],[12,"high_scores","","",5,null],[12,"info_panel_tab","","",5,null],[3,"PerObjectActions","","",null,null],[12,"click_action","","",6,null],[3,"FindDelayedIntersections","","",null,null],[12,"halt_limit","","",7,null],[12,"report_limit","","",7,null],[12,"currently_delayed","","",7,null],[8,"ShowObject","","",null,null],[10,"show","","",8,[[["id",4]]]],[10,"layers","","",8,[[],["showlayers",3]]],[11,"new","","",0,[[["options",3],["eventctx",3],["flags",3]],["app",3]]],[11,"has_prebaked","","",0,[[],["option",4]]],[11,"prebaked","","",0,[[],["analytics",3]]],[11,"set_prebaked","","",0,[[["option",4]]]],[11,"switch_map","","",0,[[["eventctx",3],["string",3]]]],[11,"draw","","",0,[[["gfxctx",3],["showobject",8],["getdrawagents",8],["drawoptions",3]]]],[11,"recalculate_current_selection","","",0,[[["eventctx",3]]]],[11,"mouseover_unzoomed_roads_and_intersections","","",0,[[["eventctx",3]],[["option",4],["id",4]]]],[11,"mouseover_unzoomed_buildings","","",0,[[["eventctx",3]],[["option",4],["id",4]]]],[11,"mouseover_unzoomed_everything","","",0,[[["eventctx",3]],[["option",4],["id",4]]]],[11,"mouseover_debug_mode","","",0,[[["eventctx",3],["showobject",8]],[["option",4],["id",4]]]],[11,"calculate_current_selection","","",0,[[["showobject",8],["eventctx",3],["getdrawagents",8]],[["option",4],["id",4]]]],[11,"get_renderables_back_to_front","","",0,[[["agentcache",3],["bounds",3],["showobject",8],["getdrawagents",8],["prerender",3]],[["renderable",8],["vec",3]]]],[11,"new","","",1,[[],["showlayers",3]]],[11,"new","","",2,[[],["showeverything",3]]],[11,"new","","",4,[[["colorscheme",3],["flags",3],["eventctx",3],["options",3],["timer",3]],["permap",3]]],[11,"clear_sim","","",4,[[],["sim",3]]],[11,"calculate_unedited_map","","",4,[[]]],[11,"empty","","",5,[[],["sessionstate",3]]],[11,"new","","",6,[[],["perobjectactions",3]]],[11,"reset","","",6,[[]]],[11,"left_click","","",6,[[["eventctx",3],["string",3],["into",8]]]],[0,"challenges","game","",null,null],[3,"Challenge","game::challenges","",null,null],[12,"title","","",9,null],[12,"description","","",9,null],[12,"alias","","",9,null],[12,"gameplay","","",9,null],[12,"cutscene","","",9,null],[3,"HighScore","","",null,null],[12,"goal","","",10,null],[12,"score","","",10,null],[12,"edits_name","","",10,null],[3,"ChallengesPicker","","",null,null],[12,"panel","","",11,null],[12,"links","","",11,null],[12,"challenge","","",11,null],[5,"prebake_all","","",null,[[]]],[5,"generic_prebake_all","","",null,[[]]],[5,"prebake","","",null,[[["duration",3],["timer",3],["option",4],["map",3],["scenario",3]]]],[11,"record","","",10,[[["app",3],["gameplaymode",4]]]],[11,"all","","",9,[[],[["btreemap",3],["string",3],["vec",3]]]],[11,"find","","",9,[[["gameplaymode",4]]]],[11,"new","","",11,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[11,"make","","",11,[[["eventctx",3],["app",3],["option",4]],[["state",8],["box",3]]]],[0,"colors","game","",null,null],[3,"ColorScheme","game::colors","",null,null],[12,"scheme","","",12,null],[12,"hovering","","",12,null],[12,"panel_bg","","",12,null],[12,"section_bg","","",12,null],[12,"inner_panel","","",12,null],[12,"day_time_slider","","",12,null],[12,"night_time_slider","","",12,null],[12,"selected","","",12,null],[12,"current_object","","",12,null],[12,"perma_selected_object","","",12,null],[12,"bottom_bar_id","","",12,null],[12,"bottom_bar_name","","",12,null],[12,"fade_map_dark","","",12,null],[12,"gui_style","","",12,null],[12,"dialog_bg","","",12,null],[12,"driving_lane","","",12,null],[12,"bus_lane","","",12,null],[12,"parking_lane","","",12,null],[12,"bike_lane","","",12,null],[12,"sidewalk","","",12,null],[12,"sidewalk_lines","","",12,null],[12,"general_road_marking","","",12,null],[12,"road_center_line","","",12,null],[12,"light_rail_track","","",12,null],[12,"private_road","","",12,null],[12,"unzoomed_highway","","",12,null],[12,"unzoomed_arterial","","",12,null],[12,"unzoomed_residential","","",12,null],[12,"normal_intersection","","",12,null],[12,"stop_sign","","",12,null],[12,"stop_sign_pole","","",12,null],[12,"signal_protected_turn","","",12,null],[12,"signal_permitted_turn","","",12,null],[12,"signal_banned_turn","","",12,null],[12,"signal_box","","",12,null],[12,"signal_spinner","","",12,null],[12,"signal_turn_block_bg","","",12,null],[12,"void_background","","",12,null],[12,"map_background","","",12,null],[12,"unzoomed_interesting_intersection","","",12,null],[12,"residential_building","","",12,null],[12,"commerical_building","","",12,null],[12,"building_outline","","",12,null],[12,"parking_lot","","",12,null],[12,"grass","","",12,null],[12,"water","","",12,null],[12,"unzoomed_car","","",12,null],[12,"unzoomed_bike","","",12,null],[12,"unzoomed_bus","","",12,null],[12,"unzoomed_pedestrian","","",12,null],[12,"agent_colors","","",12,null],[12,"route","","",12,null],[12,"turn_arrow","","",12,null],[12,"brake_light","","",12,null],[12,"bus_body","","",12,null],[12,"bus_label","","",12,null],[12,"train_body","","",12,null],[12,"ped_head","","",12,null],[12,"ped_foot","","",12,null],[12,"ped_preparing_bike_body","","",12,null],[12,"ped_crowd","","",12,null],[12,"bike_frame","","",12,null],[12,"parked_car","","",12,null],[12,"good_to_bad_red","","",12,null],[12,"good_to_bad_green","","",12,null],[12,"bus_layer","","",12,null],[12,"edits_layer","","",12,null],[12,"parking_trip","","",12,null],[12,"bike_trip","","",12,null],[12,"bus_trip","","",12,null],[12,"before_changes","","",12,null],[12,"after_changes","","",12,null],[4,"ColorSchemeChoice","","",null,null],[13,"Standard","","",13,null],[13,"NightMode","","",13,null],[13,"SAMGreenDay","","",13,null],[13,"SAMDesertDay","","",13,null],[13,"BAP","","",13,null],[13,"OSM","","",13,null],[13,"Starcat","","",13,null],[13,"Textured","","",13,null],[13,"MapboxLight","","",13,null],[13,"MapboxDark","","",13,null],[13,"FadedZoom","","",13,null],[13,"NegativeSpace","","",13,null],[5,"modulo_color","","",null,[[["vec",3]],["color",3]]],[5,"hex","","",null,[[],["color",3]]],[11,"choices","","",13,[[],[["vec",3],["choice",3]]]],[11,"new","","",12,[[["colorschemechoice",4]],["colorscheme",3]]],[11,"standard","","",12,[[],["colorscheme",3]]],[11,"rotating_color_plot","","",12,[[],["color",3]]],[11,"rotating_color_agents","","",12,[[],["color",3]]],[11,"unzoomed_road_surface","","",12,[[["roadrank",4]],["color",3]]],[11,"zoomed_road_surface","","",12,[[["lanetype",4],["roadrank",4]],["color",3]]],[11,"zoomed_intersection_surface","","",12,[[["roadrank",4]],["color",3]]],[11,"night_mode","","",12,[[],["colorscheme",3]]],[11,"sam_green_day","","",12,[[],["colorscheme",3]]],[11,"sam_desert_day","","",12,[[],["colorscheme",3]]],[11,"bap","","",12,[[],["colorscheme",3]]],[11,"osm","","",12,[[],["colorscheme",3]]],[11,"starcat","","",12,[[],["colorscheme",3]]],[11,"textured","","",12,[[],["colorscheme",3]]],[11,"mapbox_light","","",12,[[],["colorscheme",3]]],[11,"mapbox_dark","","",12,[[],["colorscheme",3]]],[11,"faded_zoom","","",12,[[],["colorscheme",3]]],[11,"negative_space","","",12,[[],["colorscheme",3]]],[0,"common","game","",null,null],[3,"CommonState","game::common","",null,null],[12,"info_panel","","",14,null],[12,"cached_actions","","",14,null],[5,"tool_panel","","",null,[[["eventctx",3]],["panel",3]]],[0,"city_picker","","",null,null],[3,"CityPicker","game::common::city_picker","",null,null],[12,"panel","","",15,null],[12,"regions","","",15,null],[12,"selected","","",15,null],[12,"on_load","","",15,null],[5,"switch_map","","",null,[[["box",3],["eventctx",3],["app",3],["fn",8]],["transition",4]]],[11,"new","","",15,[[["box",3],["eventctx",3],["app",3],["fn",8]],[["state",8],["box",3]]]],[0,"colors","game::common","",null,null],[3,"ColorDiscrete","game::common::colors","",null,null],[12,"map","","",16,null],[12,"unzoomed","","",16,null],[12,"zoomed","","",16,null],[12,"categories","","",16,null],[12,"colors","","",16,null],[3,"ColorLegend","","",null,null],[3,"DivergingScale","","",null,null],[12,"low_color","","",17,null],[12,"mid_color","","",17,null],[12,"high_color","","",17,null],[12,"min","","",17,null],[12,"avg","","",17,null],[12,"max","","",17,null],[12,"ignore","","",17,null],[3,"ColorNetwork","","",null,null],[12,"map","","",18,null],[12,"unzoomed","","",18,null],[12,"zoomed","","",18,null],[3,"ColorScale","","",null,null],[12,"0","","",19,null],[11,"new","","",16,[[["vec",3],["app",3]],["colordiscrete",3]]],[11,"add_l","","",16,[[["laneid",3]]]],[11,"add_r","","",16,[[["roadid",3]]]],[11,"add_i","","",16,[[["intersectionid",3]]]],[11,"add_b","","",16,[[["buildingid",3]]]],[11,"add_bs","","",16,[[["busstopid",3]]]],[11,"build","","",16,[[["eventctx",3]]]],[11,"row","","",20,[[["string",3],["color",3],["into",8],["eventctx",3]],["widget",3]]],[11,"gradient","","",20,[[["string",3],["vec",3],["into",8],["colorscale",3],["eventctx",3]],["widget",3]]],[11,"new","","",17,[[["color",3]],["divergingscale",3]]],[11,"range","","",17,[[],["divergingscale",3]]],[11,"ignore","","",17,[[],["divergingscale",3]]],[11,"eval","","",17,[[],[["option",4],["color",3]]]],[11,"make_legend","","",17,[[["string",3],["vec",3],["into",8],["eventctx",3]],["widget",3]]],[11,"new","","",18,[[["app",3]],["colornetwork",3]]],[11,"add_l","","",18,[[["laneid",3],["color",3]]]],[11,"add_r","","",18,[[["roadid",3],["color",3]]]],[11,"add_i","","",18,[[["intersectionid",3],["color",3]]]],[11,"add_b","","",18,[[["buildingid",3],["color",3]]]],[11,"add_pl","","",18,[[["parkinglotid",3],["color",3]]]],[11,"ranked_roads","","",18,[[["colorscale",3],["counter",3],["roadid",3]]]],[11,"ranked_intersections","","",18,[[["intersectionid",3],["counter",3],["colorscale",3]]]],[11,"pct_roads","","",18,[[["colorscale",3],["counter",3],["roadid",3]]]],[11,"pct_intersections","","",18,[[["intersectionid",3],["counter",3],["colorscale",3]]]],[11,"build","","",18,[[["eventctx",3]]]],[11,"eval","","",19,[[],["color",3]]],[11,"from_colorous","","",19,[[["gradient",3]],["colorscale",3]]],[11,"inner_eval","","",19,[[]]],[0,"heatmap","game::common","",null,null],[3,"HeatmapOptions","game::common::heatmap","",null,null],[12,"resolution","","",21,null],[12,"radius","","",21,null],[12,"smoothing","","",21,null],[12,"contours","","",21,null],[12,"color_scheme","","",21,null],[3,"Grid","","",null,null],[12,"data","","",22,null],[12,"width","","",22,null],[12,"height","","",22,null],[5,"make_heatmap","","",null,[[["geombatch",3],["vec",3],["heatmapoptions",3],["pt2d",3],["eventctx",3],["bounds",3]],["widget",3]]],[17,"NEIGHBORS","","",null,null],[11,"new","","",21,[[],["heatmapoptions",3]]],[11,"to_controls","","",21,[[["eventctx",3],["widget",3]],[["widget",3],["vec",3]]]],[11,"from_controls","","",21,[[["panel",3]],["heatmapoptions",3]]],[11,"new","","",22,[[],["grid",3]]],[11,"idx","","",22,[[]]],[0,"isochrone","game::common","",null,null],[3,"IsochroneViewer","game::common::isochrone","",null,null],[12,"panel","","",23,null],[12,"draw","","",23,null],[5,"make_isochrone","","",null,[[["eventctx",3],["app",3],["buildingid",3]],["drawable",3]]],[11,"new","","",23,[[["eventctx",3],["app",3],["buildingid",3]],[["state",8],["box",3]]]],[0,"minimap","game::common","",null,null],[3,"Minimap","game::common::minimap","",null,null],[12,"dragging","","",24,null],[12,"panel","","",24,null],[12,"zoomed","","",24,null],[12,"layer","","",24,null],[12,"zoom_lvl","","",24,null],[12,"base_zoom","","",24,null],[12,"zoom","","",24,null],[12,"offset_x","","",24,null],[12,"offset_y","","",24,null],[5,"make_minimap_panel","","",null,[[["eventctx",3],["app",3]],["panel",3]]],[5,"make_tool_panel","","",null,[[["eventctx",3],["app",3]],["widget",3]]],[5,"make_horiz_viz_panel","","",null,[[["eventctx",3],["app",3]],["widget",3]]],[5,"make_vert_viz_panel","","",null,[[["eventctx",3],["app",3]],["widget",3]]],[11,"new","","",24,[[["eventctx",3],["app",3]],["minimap",3]]],[11,"map_to_minimap_pct","","",24,[[["pt2d",3]]]],[11,"set_zoom","","",24,[[["eventctx",3],["app",3]]]],[11,"recenter","","",24,[[["app",3],["eventctx",3]]]],[11,"event","","",24,[[["eventctx",3],["app",3]],[["option",4],["transition",4]]]],[11,"draw","","",24,[[["app",3],["gfxctx",3]]]],[0,"navigate","game::common","",null,null],[3,"Navigator","game::common::navigate","",null,null],[12,"panel","","",25,null],[3,"CrossStreet","","",null,null],[12,"first","","",26,null],[12,"panel","","",26,null],[12,"draw","","",26,null],[3,"SearchBuildings","","",null,null],[12,"panel","","",27,null],[11,"new","","",25,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[11,"new","","",26,[[["roadid",3],["eventctx",3],["app",3],["vec",3]],[["state",8],["box",3]]]],[11,"new","","",27,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[0,"warp","game::common","",null,null],[3,"Warping","game::common::warp","",null,null],[12,"warper","","",28,null],[12,"id","","",28,null],[3,"DebugWarp","","",null,null],[12,"panel","","",29,null],[5,"warp_to_id","","",null,[[["eventctx",3],["app",3]],[["option",4],["transition",4]]]],[17,"WARP_TO_CAM_ZOOM","","",null,null],[11,"new","","",28,[[["option",4],["pt2d",3],["option",4],["id",4],["eventctx",3],["permap",3]],[["state",8],["box",3]]]],[11,"new","","",29,[[["eventctx",3]],[["state",8],["box",3]]]],[11,"new","game::common","",14,[[],["commonstate",3]]],[11,"event","","",14,[[["eventctx",3],["app",3],["contextualactions",8]],[["option",4],["transition",4]]]],[11,"draw","","",14,[[["app",3],["gfxctx",3]]]],[11,"osd_for","","",14,[[["app",3],["id",4]],["text",3]]],[11,"draw_osd","","",14,[[["app",3],["gfxctx",3]]]],[11,"draw_custom_osd","","",14,[[["app",3],["gfxctx",3],["text",3]]]],[11,"launch_info_panel","","",14,[[["tab",4],["eventctx",3],["app",3],["contextualactions",8]]]],[11,"info_panel_open","","",14,[[["app",3]],[["option",4],["id",4]]]],[0,"cutscene","game","",null,null],[3,"CutsceneBuilder","game::cutscene","",null,null],[12,"name","","",30,null],[12,"scenes","","",30,null],[3,"Scene","","",null,null],[12,"layout","","",31,null],[12,"msg","","",31,null],[3,"CutscenePlayer","","",null,null],[12,"name","","",32,null],[12,"scenes","","",32,null],[12,"idx","","",32,null],[12,"panel","","",32,null],[12,"make_task","","",32,null],[3,"FYI","","",null,null],[12,"panel","","",33,null],[4,"Layout","","",null,null],[13,"PlayerSpeaking","","",34,null],[13,"BossSpeaking","","",34,null],[13,"Extra","","",34,null],[5,"make_panel","","",null,[[["vec",3],["eventctx",3],["app",3],["box",3]],["panel",3]]],[11,"new","","",30,[[],["cutscenebuilder",3]]],[11,"player","","",30,[[["string",3],["into",8]],["cutscenebuilder",3]]],[11,"boss","","",30,[[["string",3],["into",8]],["cutscenebuilder",3]]],[11,"extra","","",30,[[["string",3],["into",8]],["cutscenebuilder",3]]],[11,"build","","",30,[[["box",3],["eventctx",3],["app",3],["fn",8]],[["state",8],["box",3]]]],[11,"new","","",33,[[["eventctx",3],["widget",3],["color",3]],[["state",8],["box",3]]]],[0,"debug","game","",null,null],[3,"DebugMode","game::debug","",null,null],[12,"panel","","",35,null],[12,"common","","",35,null],[12,"tool_panel","","",35,null],[12,"objects","","",35,null],[12,"hidden","","",35,null],[12,"layers","","",35,null],[12,"search_results","","",35,null],[12,"all_routes","","",35,null],[12,"highlighted_agents","","",35,null],[3,"SearchResults","","",null,null],[12,"query","","",36,null],[12,"num_matches","","",36,null],[12,"draw","","",36,null],[3,"Actions","","",null,null],[3,"ScreenshotTest","","",null,null],[12,"todo_maps","","",37,null],[5,"search_osm","","",null,[[["string",3],["eventctx",3],["app",3]],["transition",4]]],[5,"calc_all_routes","","",null,[[["app",3],["eventctx",3]]]],[5,"find_bad_signals","","",null,[[["app",3]]]],[5,"find_degenerate_roads","","",null,[[["app",3]]]],[5,"diff_tags","","",null,[[["tags",3]]]],[5,"find_large_intersections","","",null,[[["app",3]]]],[5,"screenshot_everything","","",null,[[["eventctx",3],["app",3]]]],[0,"floodfill","","",null,null],[3,"Floodfiller","game::debug::floodfill","",null,null],[12,"panel","","",38,null],[12,"unzoomed","","",38,null],[12,"zoomed","","",38,null],[12,"source","","",38,null],[4,"Source","","",null,null],[13,"Floodfill","","",39,null],[13,"SCC","","",39,null],[11,"floodfill","","",38,[[["eventctx",3],["app",3],["laneid",3]],[["state",8],["box",3]]]],[11,"scc","","",38,[[["eventctx",3],["app",3],["laneid",3]],[["state",8],["box",3]]]],[11,"new","","",38,[[["pathconstraints",4],["eventctx",3],["app",3],["source",4]],[["state",8],["box",3]]]],[11,"calculate","","",39,[[["pathconstraints",4],["map",3]]]],[0,"objects","game::debug","",null,null],[3,"ObjectDebugger","game::debug::objects","",null,null],[12,"debug_tooltip_key_held","","",40,null],[11,"new","","",40,[[],["objectdebugger",3]]],[11,"event","","",40,[[["eventctx",3]]]],[11,"draw","","",40,[[["app",3],["gfxctx",3]]]],[11,"dump_debug","","",40,[[["id",4],["map",3],["sim",3]]]],[0,"path_counter","game::debug","",null,null],[3,"PathCounter","game::debug::path_counter","",null,null],[12,"panel","","",41,null],[12,"unzoomed","","",41,null],[12,"zoomed","","",41,null],[12,"cnt","","",41,null],[12,"tooltip","","",41,null],[11,"demand_across_intersection","","",41,[[["eventctx",3],["app",3],["intersectionid",3]],[["state",8],["box",3]]]],[0,"polygons","game::debug","",null,null],[3,"PolygonDebugger","game::debug::polygons","",null,null],[12,"panel","","",42,null],[12,"noun","","",42,null],[12,"items","","",42,null],[12,"center","","",42,null],[4,"Item","","",null,null],[13,"Point","","",43,null],[13,"Triangle","","",43,null],[13,"Polygon","","",43,null],[11,"new","","",42,[[["option",4],["pt2d",3],["eventctx",3],["vec",3],["item",4]],[["state",8],["box",3]]]],[0,"shared_row","game::debug","",null,null],[5,"export","game::debug::shared_row","",null,[[["map",3],["vec",3],["roadid",3]],["string",3]]],[5,"road","","",null,[[["roadid",3],["map",3]],["feature",3]]],[5,"lane","","",null,[[["lane",3]],[["option",4],["map",3]]]],[11,"new","game::debug","",35,[[["eventctx",3]],[["state",8],["box",3]]]],[11,"reset_info","","",35,[[["eventctx",3]]]],[0,"devtools","game","",null,null],[3,"DevToolsMode","game::devtools","",null,null],[12,"panel","","",44,null],[0,"destinations","","",null,null],[3,"PopularDestinations","game::devtools::destinations","",null,null],[12,"per_bldg","","",45,null],[12,"panel","","",45,null],[12,"draw","","",45,null],[11,"new","","",45,[[["eventctx",3],["app",3],["scenario",3]],[["state",8],["box",3]]]],[11,"make","","",45,[[["buildingid",3],["option",4],["eventctx",3],["app",3],["counter",3],["heatmapoptions",3]],[["state",8],["box",3]]]],[0,"kml","game::devtools","",null,null],[3,"ViewKML","game::devtools::kml","",null,null],[12,"panel","","",46,null],[12,"objects","","",46,null],[12,"draw","","",46,null],[12,"selected","","",46,null],[12,"quadtree","","",46,null],[12,"draw_query","","",46,null],[3,"Object","","",null,null],[12,"polygon","","",47,null],[12,"color","","",47,null],[12,"attribs","","",47,null],[12,"osm_bldg","","",47,null],[5,"make_object","","",null,[[["colorscheme",3],["hashmap",3],["string",3],["vec",3],["pt2d",3],["btreemap",3]],["object",3]]],[5,"make_query","","",null,[[["app",3],["vec",3]]]],[17,"RADIUS","","",null,null],[17,"THICKNESS","","",null,null],[11,"new","","",46,[[["string",3],["eventctx",3],["app",3],["option",4]],[["state",8],["box",3]]]],[0,"mapping","game::devtools","",null,null],[3,"ParkingMapper","game::devtools::mapping","",null,null],[12,"panel","","",48,null],[12,"draw_layer","","",48,null],[12,"show","","",48,null],[12,"selected","","",48,null],[12,"data","","",48,null],[3,"ChangeWay","","",null,null],[12,"panel","","",49,null],[12,"draw","","",49,null],[12,"osm_way_id","","",49,null],[12,"data","","",49,null],[12,"show","","",49,null],[4,"Show","","",null,null],[13,"TODO","","",50,null],[13,"Done","","",50,null],[13,"DividedHighways","","",50,null],[13,"OverlappingStuff","","",50,null],[4,"Value","","",null,null],[13,"BothSides","","",51,null],[13,"NoStopping","","",51,null],[13,"RightOnly","","",51,null],[13,"LeftOnly","","",51,null],[13,"Complicated","","",51,null],[5,"generate_osmc","","",null,[[["timer",3],["btreemap",3]],[["box",3],["result",4]]]],[5,"find_divided_highways","","",null,[[["app",3]],[["hashset",3],["roadid",3]]]],[5,"find_overlapping_stuff","","",null,[[["app",3],["timer",3]],[["vec",3],["polygon",3]]]],[11,"new","","",48,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[11,"make","","",48,[[["show",4],["value",4],["eventctx",3],["app",3],["wayid",3],["btreemap",3]],[["state",8],["box",3]]]],[11,"new","","",49,[[["hashset",3],["show",4],["value",4],["eventctx",3],["app",3],["wayid",3],["btreemap",3]],[["state",8],["box",3]]]],[0,"polygon","game::devtools","",null,null],[3,"PolygonEditor","game::devtools::polygon","",null,null],[12,"panel","","",52,null],[12,"name","","",52,null],[12,"points","","",52,null],[12,"mouseover_pt","","",52,null],[12,"moving_pt","","",52,null],[5,"save_as_osmosis","","",null,[[["vec",3]],[["result",4],["error",3]]]],[17,"POINT_RADIUS","","",null,null],[17,"POINT_COLOR","","",null,null],[17,"POLYGON_COLOR","","",null,null],[17,"POINT_TO_MOVE","","",null,null],[17,"LAST_PLACED_POINT","","",null,null],[11,"new","","",52,[[["string",3],["vec",3],["lonlat",3],["eventctx",3]],[["state",8],["box",3]]]],[0,"scenario","game::devtools","",null,null],[3,"ScenarioManager","game::devtools::scenario","",null,null],[12,"panel","","",53,null],[12,"scenario","","",53,null],[12,"unzoomed","","",53,null],[12,"zoomed","","",53,null],[11,"new","","",53,[[["eventctx",3],["app",3],["scenario",3]],[["state",8],["box",3]]]],[0,"story","game::devtools","",null,null],[3,"StoryMapEditor","game::devtools::story","",null,null],[12,"panel","","",54,null],[12,"story","","",54,null],[12,"mode","","",54,null],[12,"dirty","","",54,null],[12,"hovering","","",54,null],[3,"RecordedStoryMap","","",null,null],[12,"name","","",55,null],[12,"markers","","",55,null],[3,"StoryMap","","",null,null],[12,"name","","",56,null],[12,"markers","","",56,null],[3,"Marker","","",null,null],[12,"pts","","",57,null],[12,"event","","",57,null],[12,"hitbox","","",57,null],[12,"draw","","",57,null],[3,"Lasso","","",null,null],[12,"pl","","",58,null],[4,"Mode","","",null,null],[13,"View","","",59,null],[13,"PlacingMarker","","",59,null],[13,"Dragging","","",59,null],[13,"Editing","","",59,null],[13,"Freehand","","",59,null],[5,"make_panel","","",null,[[["eventctx",3],["mode",4],["storymap",3]],["panel",3]]],[5,"simplify","","",null,[[["vec",3],["pt2d",3]],["ring",3]]],[11,"new","","",54,[[["eventctx",3]],[["state",8],["box",3]]]],[11,"redo_panel","","",54,[[["eventctx",3]]]],[11,"new","","",56,[[],["storymap",3]]],[11,"load","","",56,[[["eventctx",3],["app",3],["recordedstorymap",3]],[["option",4],["storymap",3]]]],[11,"save","","",56,[[["app",3]]]],[11,"new","","",57,[[["vec",3],["string",3],["pt2d",3],["eventctx",3]],["marker",3]]],[11,"draw_hovered","","",57,[[["app",3],["gfxctx",3]]]],[11,"make_editor","","",57,[[["eventctx",3]],["panel",3]]],[11,"new","","",58,[[["pt2d",3]],["lasso",3]]],[11,"event","","",58,[[["eventctx",3]],[["ring",3],["option",4]]]],[11,"draw","","",58,[[["gfxctx",3]]]],[11,"new","game::devtools","",44,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[0,"edit","game","",null,null],[3,"EditMode","game::edit","",null,null],[12,"tool_panel","","",60,null],[12,"top_center","","",60,null],[12,"changelist","","",60,null],[12,"orig_edits","","",60,null],[12,"orig_dirty","","",60,null],[12,"mode","","",60,null],[12,"changelist_key","","",60,null],[12,"unzoomed","","",60,null],[12,"zoomed","","",60,null],[3,"SaveEdits","","",null,null],[12,"panel","","",61,null],[12,"current_name","","",61,null],[12,"cancel","","",61,null],[12,"on_success","","",61,null],[12,"reset","","",61,null],[3,"LoadEdits","","",null,null],[12,"panel","","",62,null],[12,"mode","","",62,null],[3,"ConfirmDiscard","","",null,null],[12,"panel","","",63,null],[12,"discard","","",63,null],[5,"make_topcenter","","",null,[[["eventctx",3],["app",3]],["panel",3]]],[5,"apply_map_edits","","",null,[[["eventctx",3],["app",3],["mapedits",3]]]],[5,"can_edit_lane","","",null,[[["laneid",3],["app",3],["gameplaymode",4]]]],[5,"speed_limit_choices","","",null,[[],[["choice",3],["vec",3]]]],[5,"maybe_edit_intersection","","",null,[[["gameplaymode",4],["eventctx",3],["app",3],["intersectionid",3]],[["option",4],["box",3]]]],[5,"make_changelist","","",null,[[["eventctx",3],["app",3]],["panel",3]]],[5,"cmd_to_id","","",null,[[["editcmd",4]],[["option",4],["id",4]]]],[0,"bulk","","",null,null],[3,"BulkSelect","game::edit::bulk","",null,null],[12,"panel","","",64,null],[12,"selector","","",64,null],[3,"BulkEdit","","",null,null],[12,"panel","","",65,null],[12,"roads","","",65,null],[12,"preview","","",65,null],[5,"make_select_panel","","",null,[[["eventctx",3],["roadselector",3]],["panel",3]]],[5,"get_lt_transformations","","",null,[[["panel",3]],["vec",3]]],[5,"make_lt_switcher","","",null,[[["eventctx",3],["vec",3]],["widget",3]]],[5,"make_bulk_edits","","",null,[[["option",4],["speed",3],["vec",3],["eventctx",3],["app",3],["vec",3]],[["state",8],["box",3]]]],[11,"new","","",64,[[["eventctx",3],["app",3],["roadid",3]],[["state",8],["box",3]]]],[11,"new","","",65,[[["roadid",3],["eventctx",3],["drawable",3],["vec",3]],[["state",8],["box",3]]]],[0,"cluster_traffic_signals","game::edit","",null,null],[3,"ClusterTrafficSignalEditor","game::edit::cluster_traffic_signals","",null,null],[12,"panel","","",66,null],[12,"members","","",66,null],[12,"groups","","",66,null],[12,"group_selected","","",66,null],[11,"new","","",66,[[["eventctx",3],["app",3],["intersectioncluster",3]],[["state",8],["box",3]]]],[0,"lanes","game::edit","",null,null],[3,"LaneEditor","game::edit::lanes","",null,null],[12,"l","","",67,null],[12,"mode","","",67,null],[12,"panel","","",67,null],[5,"reverse_lane","","",null,[[["laneid",3],["map",3]],["editcmd",4]]],[11,"new","","",67,[[["eventctx",3],["app",3],["laneid",3],["gameplaymode",4]],[["state",8],["box",3]]]],[0,"routes","game::edit","",null,null],[3,"RouteEditor","game::edit::routes","",null,null],[12,"panel","","",68,null],[12,"route","","",68,null],[11,"new","","",68,[[["eventctx",3],["app",3],["busrouteid",3]],[["state",8],["box",3]]]],[0,"select","game::edit","",null,null],[3,"RoadSelector","game::edit::select","",null,null],[12,"roads","","",69,null],[12,"preview","","",69,null],[12,"mode","","",69,null],[12,"dragging","","",69,null],[4,"Mode","","",null,null],[13,"Pan","","",70,null],[13,"Route","","",70,null],[12,"i1","game::edit::select::Mode","",71,null],[12,"preview_path","","",71,null],[13,"Paint","game::edit::select","",70,null],[13,"Erase","","",70,null],[11,"new","","",69,[[["roadid",3],["eventctx",3],["app",3],["btreeset",3]],["roadselector",3]]],[11,"make_controls","","",69,[[["eventctx",3]],["widget",3]]],[11,"roads_changed","","",69,[[["eventctx",3],["app",3]]]],[11,"event","","",69,[[["eventctx",3],["app",3],["option",4]]]],[11,"draw","","",69,[[["app",3],["gfxctx",3]]]],[0,"stop_signs","game::edit","",null,null],[3,"StopSignEditor","game::edit::stop_signs","",null,null],[12,"panel","","",72,null],[12,"id","","",72,null],[12,"mode","","",72,null],[12,"geom","","",72,null],[12,"selected_sign","","",72,null],[11,"new","","",72,[[["eventctx",3],["app",3],["intersectionid",3],["gameplaymode",4]],[["state",8],["box",3]]]],[0,"traffic_signals","game::edit","",null,null],[3,"TrafficSignalEditor","game::edit::traffic_signals","",null,null],[12,"side_panel","","",73,null],[12,"top_panel","","",73,null],[12,"mode","","",73,null],[12,"members","","",73,null],[12,"current_stage","","",73,null],[12,"movements","","",73,null],[12,"movement_selected","","",73,null],[12,"draw_current","","",73,null],[12,"command_stack","","",73,null],[12,"redo_stack","","",73,null],[12,"original","","",73,null],[12,"warn_changed","","",73,null],[12,"fade_irrelevant","","",73,null],[3,"BundleEdits","","",null,null],[12,"signals","","",74,null],[5,"make_top_panel","","",null,[[["eventctx",3],["app",3]],["panel",3]]],[5,"make_side_panel","","",null,[[["eventctx",3],["app",3],["btreeset",3]],["panel",3]]],[5,"check_for_missing_turns","","",null,[[["app",3],["btreeset",3]],[["option",4],["bundleedits",3]]]],[5,"draw_multiple_signals","","",null,[[["btreeset",3],["eventctx",3],["app",3],["vec",3]],["widget",3]]],[5,"squish_polygons_together","","",null,[[["vec",3],["polygon",3]],["vec",3]]],[5,"fade_irrelevant","","",null,[[["app",3],["btreeset",3]],["geombatch",3]]],[0,"edits","","",null,null],[3,"ChangeDuration","game::edit::traffic_signals::edits","",null,null],[12,"panel","","",75,null],[12,"idx","","",75,null],[5,"edit_entire_signal","","",null,[[["bundleedits",3],["eventctx",3],["app",3],["intersectionid",3],["gameplaymode",4]],[["state",8],["box",3]]]],[11,"new","","",75,[[["eventctx",3],["controltrafficsignal",3]],[["state",8],["box",3]]]],[0,"offsets","game::edit::traffic_signals","",null,null],[3,"ShowAbsolute","game::edit::traffic_signals::offsets","",null,null],[12,"members","","",76,null],[12,"panel","","",76,null],[12,"labels","","",76,null],[3,"ShowRelative","","",null,null],[12,"base","","",77,null],[12,"members","","",77,null],[12,"panel","","",77,null],[12,"labels","","",77,null],[3,"TuneRelative","","",null,null],[12,"i1","","",78,null],[12,"i2","","",78,null],[12,"members","","",78,null],[12,"panel","","",78,null],[12,"labels","","",78,null],[11,"new","","",76,[[["eventctx",3],["app",3],["intersectionid",3],["btreeset",3]],[["state",8],["box",3]]]],[11,"new","","",77,[[["eventctx",3],["app",3],["intersectionid",3],["btreeset",3]],[["state",8],["box",3]]]],[11,"new","","",78,[[["eventctx",3],["app",3],["intersectionid",3],["btreeset",3]],[["state",8],["box",3]]]],[0,"picker","game::edit::traffic_signals","",null,null],[3,"SignalPicker","game::edit::traffic_signals::picker","",null,null],[12,"members","","",79,null],[12,"panel","","",79,null],[12,"mode","","",79,null],[5,"make_btn","","",null,[[["eventctx",3]],["widget",3]]],[11,"new","","",79,[[["eventctx",3],["intersectionid",3],["gameplaymode",4],["btreeset",3]],[["state",8],["box",3]]]],[0,"preview","game::edit::traffic_signals","",null,null],[3,"PreviewTrafficSignal","game::edit::traffic_signals::preview","",null,null],[12,"panel","","",80,null],[12,"speed","","",80,null],[12,"time_panel","","",80,null],[5,"make_previewer","","",null,[[["eventctx",3],["app",3],["intersectionid",3],["btreeset",3]],[["state",8],["box",3]]]],[11,"new","","",80,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[11,"new","game::edit::traffic_signals","",73,[[["gameplaymode",4],["eventctx",3],["app",3],["intersectionid",3],["btreeset",3]],[["state",8],["box",3]]]],[11,"change_stage","","",73,[[["eventctx",3],["app",3]]]],[11,"add_new_edit","","",73,[[["eventctx",3],["app",3],["fn",8]]]],[11,"recalc_draw_current","","",73,[[["eventctx",3],["app",3]]]],[11,"apply","","",74,[[["app",3]]]],[11,"commit","","",74,[[["eventctx",3],["app",3]]]],[11,"get_current","","",74,[[["app",3],["btreeset",3]],["bundleedits",3]]],[11,"synchronize","","",74,[[["app",3],["btreeset",3]],["bundleedits",3]]],[0,"validate","game::edit","",null,null],[5,"check_sidewalk_connectivity","game::edit::validate","",null,[[["eventctx",3],["app",3],["editcmd",4]],[["option",4],["box",3]]]],[5,"check_blackholes","","",null,[[["eventctx",3],["app",3],["editcmd",4]],[["option",4],["box",3]]]],[5,"try_change_lt","","",null,[[["map",3],["lanetype",4],["eventctx",3],["laneid",3]],[["box",3],["editcmd",4],["result",4]]]],[0,"zones","game::edit","",null,null],[3,"ZoneEditor","game::edit::zones","",null,null],[12,"panel","","",81,null],[12,"selector","","",81,null],[12,"allow_through_traffic","","",81,null],[12,"unzoomed","","",81,null],[12,"zoomed","","",81,null],[12,"orig_members","","",81,null],[5,"draw_zone","","",null,[[["eventctx",3],["app",3],["btreeset",3]]]],[5,"make_instructions","","",null,[[["eventctx",3],["btreeset",3]],["widget",3]]],[11,"new","","",81,[[["eventctx",3],["app",3],["roadid",3]],[["state",8],["box",3]]]],[11,"new","game::edit","",60,[[["eventctx",3],["app",3],["gameplaymode",4]],[["state",8],["box",3]]]],[11,"quit","","",60,[[["eventctx",3],["app",3]],["transition",4]]],[11,"new","","",61,[[["string",3],["transition",4],["into",8],["box",3],["fn",8],["eventctx",3],["app",3],["option",4]],[["state",8],["box",3]]]],[11,"recalc_btn","","",61,[[["eventctx",3],["app",3]]]],[11,"new","","",62,[[["eventctx",3],["app",3],["gameplaymode",4]],[["state",8],["box",3]]]],[11,"new","","",63,[[["eventctx",3],["fn",8],["box",3]],[["state",8],["box",3]]]],[0,"game","game","",null,null],[3,"Game","game::game","",null,null],[12,"states","","",82,null],[12,"app","","",82,null],[3,"ChooseSomething","","",null,null],[12,"panel","","",83,null],[12,"cb","","",83,null],[3,"PromptInput","","",null,null],[12,"panel","","",84,null],[12,"cb","","",84,null],[3,"PopupMsg","","",null,null],[12,"panel","","",85,null],[12,"unzoomed","","",85,null],[12,"zoomed","","",85,null],[4,"DrawBaselayer","","",null,null],[13,"DefaultMap","","",86,null],[13,"Custom","","",86,null],[13,"PreviousState","","",86,null],[4,"Transition","","",null,null],[13,"Keep","","",87,null],[13,"KeepWithMouseover","","",87,null],[13,"Pop","","",87,null],[13,"ModifyState","","",87,null],[13,"ReplaceWithData","","",87,null],[13,"Push","","",87,null],[13,"Replace","","",87,null],[13,"Clear","","",87,null],[13,"Multi","","",87,null],[8,"State","","",null,null],[10,"event","","",88,[[["eventctx",3],["app",3]],["transition",4]]],[10,"draw","","",88,[[["app",3],["gfxctx",3]]]],[11,"draw_baselayer","","",88,[[],["drawbaselayer",4]]],[11,"on_destroy","","",88,[[["eventctx",3],["app",3]]]],[11,"new","","",82,[[["string",3],["option",4],["options",3],["flags",3],["eventctx",3],["gameplaymode",4],["option",4]],["game",3]]],[11,"execute_transition","","",82,[[["eventctx",3],["transition",4]]]],[11,"grey_out_map","","",88,[[["app",3],["gfxctx",3]]]],[11,"is","","Returns true if the trait object wraps an object of type…",88,[[]]],[11,"downcast","","Returns a boxed object from a boxed trait object if the…",88,[[["box",3]],[["result",4],["box",3],["box",3]]]],[11,"downcast_rc","","Returns an `Rc`-ed object from an `Rc`-ed trait object if…",88,[[["rc",3]],[["rc",3],["rc",3],["result",4]]]],[11,"downcast_ref","","Returns a reference to the object within the trait object…",88,[[],["option",4]]],[11,"downcast_mut","","Returns a mutable reference to the object within the trait…",88,[[],["option",4]]],[11,"new","","",83,[[["vec",3],["choice",3],["box",3],["eventctx",3],["fn",8]],[["state",8],["box",3]]]],[11,"new_below","","",83,[[["vec",3],["choice",3],["screenrectangle",3],["box",3],["eventctx",3],["fn",8]],[["state",8],["box",3]]]],[11,"new","","",84,[[["eventctx",3],["box",3],["fn",8]],[["state",8],["box",3]]]],[11,"new","","",85,[[["string",3],["vec",3],["into",8],["eventctx",3]],[["state",8],["box",3]]]],[11,"also_draw","","",85,[[["string",3],["vec",3],["into",8],["eventctx",3],["drawable",3]],[["state",8],["box",3]]]],[0,"helpers","game","",null,null],[4,"ID","game::helpers","",null,null],[13,"Road","","",89,null],[13,"Lane","","",89,null],[13,"Intersection","","",89,null],[13,"Building","","",89,null],[13,"ParkingLot","","",89,null],[13,"Car","","",89,null],[13,"Pedestrian","","",89,null],[13,"PedCrowd","","",89,null],[13,"BusStop","","",89,null],[13,"Area","","",89,null],[5,"list_names","","",null,[[["string",3],["btreeset",3],["text",3],["fn",8]]]],[5,"nice_map_name","","",null,[[]]],[5,"cmp_duration_shorter","","",null,[[["duration",3]],[["textspan",3],["vec",3]]]],[5,"color_for_mode","","",null,[[["app",3],["tripmode",4]],["color",3]]],[5,"color_for_agent_type","","",null,[[["app",3],["agenttype",4]],["color",3]]],[5,"color_for_trip_phase","","",null,[[["app",3],["tripphasetype",4]],["color",3]]],[5,"amenity_type","","",null,[[],["option",4]]],[5,"hotkey_btn","","",null,[[["string",3],["into",8],["app",3],["key",4],["eventctx",3]],["widget",3]]],[5,"intersections_from_roads","","",null,[[["btreeset",3],["map",3]],[["intersectionid",3],["btreeset",3]]]],[5,"checkbox_per_mode","","",null,[[["eventctx",3],["app",3],["btreeset",3]],["widget",3]]],[5,"open_browser","","",null,[[["string",3]]]],[5,"loading_tips","","",null,[[],["text",3]]],[11,"from_agent","","",89,[[["agentid",4]],["id",4]]],[11,"agent_id","","",89,[[],[["option",4],["agentid",4]]]],[11,"canonical_point","","",89,[[["permap",3]],[["option",4],["pt2d",3]]]],[0,"info","game","",null,null],[3,"InfoPanel","game::info","",null,null],[12,"tab","","",90,null],[12,"time","","",90,null],[12,"is_paused","","",90,null],[12,"panel","","",90,null],[12,"unzoomed","","",90,null],[12,"zoomed","","",90,null],[12,"hyperlinks","","",90,null],[12,"warpers","","",90,null],[12,"time_warpers","","",90,null],[12,"cached_actions","","",90,null],[3,"Details","","",null,null],[12,"unzoomed","","",91,null],[12,"zoomed","","",91,null],[12,"hyperlinks","","",91,null],[12,"warpers","","",91,null],[12,"time_warpers","","",91,null],[12,"can_jump_to_time","","",91,null],[3,"DataOptions","","",null,null],[12,"show_before","","",92,null],[12,"show_end_of_day","","",92,null],[12,"disabled_types","","",92,null],[4,"Tab","","",null,null],[13,"PersonTrips","","",93,null],[13,"PersonBio","","",93,null],[13,"PersonSchedule","","",93,null],[13,"BusStatus","","",93,null],[13,"BusStop","","",93,null],[13,"BusRoute","","",93,null],[13,"ParkedCar","","",93,null],[13,"BldgInfo","","",93,null],[13,"BldgPeople","","",93,null],[13,"ParkingLot","","",93,null],[13,"Crowd","","",93,null],[13,"Area","","",93,null],[13,"IntersectionInfo","","",93,null],[13,"IntersectionTraffic","","",93,null],[13,"IntersectionDelay","","",93,null],[13,"IntersectionDemand","","",93,null],[13,"IntersectionArrivals","","",93,null],[13,"IntersectionTrafficSignal","","",93,null],[13,"LaneInfo","","",93,null],[13,"LaneDebug","","",93,null],[13,"LaneTraffic","","",93,null],[5,"make_table","","",null,[[["vec",3],["eventctx",3]],[["widget",3],["vec",3]]]],[5,"throughput","","",null,[[["fn",8],["app",3],["eventctx",3],["dataoptions",3]],["widget",3]]],[5,"make_tabs","","",null,[[["tab",4],["vec",3],["hashmap",3],["eventctx",3]],["widget",3]]],[5,"header_btns","","",null,[[["eventctx",3]],["widget",3]]],[0,"building","","",null,null],[5,"info","game::info::building","",null,[[["buildingid",3],["eventctx",3],["app",3],["details",3]],[["widget",3],["vec",3]]]],[5,"people","","",null,[[["buildingid",3],["eventctx",3],["app",3],["details",3]],[["widget",3],["vec",3]]]],[5,"header","","",null,[[["buildingid",3],["tab",4],["app",3],["details",3],["eventctx",3]],[["widget",3],["vec",3]]]],[5,"draw_occupants","","",null,[[["buildingid",3],["personid",3],["app",3],["details",3],["option",4]]]],[0,"bus","game::info","",null,null],[5,"stop","game::info::bus","",null,[[["eventctx",3],["app",3],["details",3],["busstopid",3]],[["widget",3],["vec",3]]]],[5,"bus_status","","",null,[[["eventctx",3],["app",3],["details",3],["carid",3]],[["widget",3],["vec",3]]]],[5,"bus_header","","",null,[[["tab",4],["eventctx",3],["app",3],["details",3],["carid",3]],[["widget",3],["vec",3]]]],[5,"route","","",null,[[["eventctx",3],["app",3],["details",3],["busrouteid",3]],[["widget",3],["vec",3]]]],[5,"describe_schedule","","",null,[[["busroute",3]],["text",3]]],[0,"debug","game::info","",null,null],[5,"area","game::info::debug","",null,[[["areaid",3],["app",3],["details",3],["eventctx",3]],[["widget",3],["vec",3]]]],[0,"intersection","game::info","",null,null],[5,"info","game::info::intersection","",null,[[["app",3],["details",3],["eventctx",3],["intersectionid",3]],[["widget",3],["vec",3]]]],[5,"traffic","","",null,[[["dataoptions",3],["eventctx",3],["app",3],["details",3],["intersectionid",3]],[["widget",3],["vec",3]]]],[5,"delay","","",null,[[["dataoptions",3],["eventctx",3],["app",3],["details",3],["intersectionid",3]],[["widget",3],["vec",3]]]],[5,"current_demand","","",null,[[["eventctx",3],["app",3],["details",3],["intersectionid",3]],[["widget",3],["vec",3]]]],[5,"arrivals","","",null,[[["dataoptions",3],["eventctx",3],["app",3],["details",3],["intersectionid",3]],[["widget",3],["vec",3]]]],[5,"traffic_signal","","",null,[[["eventctx",3],["app",3],["details",3],["intersectionid",3]],[["widget",3],["vec",3]]]],[5,"delay_plot","","",null,[[["app",3],["intersectionid",3],["eventctx",3],["dataoptions",3]],["widget",3]]],[5,"header","","",null,[[["tab",4],["app",3],["details",3],["eventctx",3],["intersectionid",3]],[["widget",3],["vec",3]]]],[0,"lane","game::info","",null,null],[5,"info","game::info::lane","",null,[[["app",3],["details",3],["eventctx",3],["laneid",3]],[["widget",3],["vec",3]]]],[5,"debug","","",null,[[["app",3],["details",3],["eventctx",3],["laneid",3]],[["widget",3],["vec",3]]]],[5,"traffic","","",null,[[["dataoptions",3],["eventctx",3],["app",3],["details",3],["laneid",3]],[["widget",3],["vec",3]]]],[5,"header","","",null,[[["tab",4],["app",3],["details",3],["eventctx",3],["laneid",3]],[["widget",3],["vec",3]]]],[0,"parking_lot","game::info","",null,null],[5,"info","game::info::parking_lot","",null,[[["eventctx",3],["app",3],["details",3],["parkinglotid",3]],[["widget",3],["vec",3]]]],[5,"header","","",null,[[["tab",4],["details",3],["eventctx",3],["parkinglotid",3]],[["widget",3],["vec",3]]]],[0,"person","game::info","",null,null],[5,"trips","game::info::person","",null,[[["personid",3],["eventctx",3],["app",3],["details",3],["btreemap",3]],[["widget",3],["vec",3]]]],[5,"bio","","",null,[[["personid",3],["eventctx",3],["app",3],["details",3]],[["widget",3],["vec",3]]]],[5,"schedule","","",null,[[["personid",3],["eventctx",3],["app",3],["details",3]],[["widget",3],["vec",3]]]],[5,"crowd","","",null,[[["app",3],["details",3],["eventctx",3],["vec",3]],[["widget",3],["vec",3]]]],[5,"parked_car","","",null,[[["eventctx",3],["app",3],["details",3],["carid",3]],[["widget",3],["vec",3]]]],[5,"header","","",null,[[["personid",3],["tab",4],["eventctx",3],["app",3],["details",3]],[["widget",3],["vec",3]]]],[5,"current_status","","",null,[[["person",3],["eventctx",3],["map",3]],["widget",3]]],[5,"cmp_duration_shorter","","",null,[[["duration",3]],["textspan",3]]],[0,"trip","game::info","",null,null],[3,"OpenTrip","game::info::trip","",null,null],[12,"show_after","","",94,null],[12,"cached_routes","","",94,null],[5,"ongoing","","",null,[[["tripid",3],["opentrip",3],["eventctx",3],["app",3],["details",3],["agentid",4]],["widget",3]]],[5,"future","","",null,[[["tripid",3],["opentrip",3],["eventctx",3],["app",3],["details",3]],["widget",3]]],[5,"finished","","",null,[[["tripid",3],["personid",3],["eventctx",3],["app",3],["btreemap",3],["details",3]],["widget",3]]],[5,"cancelled","","",null,[[["eventctx",3],["app",3],["tripid",3]],["widget",3]]],[5,"make_timeline","","",null,[[["tripid",3],["opentrip",3],["tripphase",3],["details",3],["vec",3],["eventctx",3],["app",3],["map",3],["option",4]],["widget",3]]],[5,"make_elevation","","",null,[[["path",3],["color",3],["eventctx",3],["map",3]],["widget",3]]],[5,"endpoint","","",null,[[["app",3],["tripendpoint",4]]]],[11,"single","","",94,[[["tripid",3]],[["opentrip",3],["tripid",3],["btreemap",3]]]],[11,"new","","",94,[[],["opentrip",3]]],[8,"ContextualActions","game::info","",null,null],[10,"actions","","",95,[[["app",3],["id",4]],["vec",3]]],[10,"execute","","",95,[[["string",3],["eventctx",3],["app",3],["id",4]],["transition",4]]],[10,"is_paused","","",95,[[]]],[10,"gameplay_mode","","",95,[[],["gameplaymode",4]]],[11,"from_id","","",93,[[["app",3],["id",4]],["tab",4]]],[11,"to_id","","",93,[[["app",3]],[["option",4],["id",4]]]],[11,"changed_settings","","",93,[[["panel",3]],[["tab",4],["option",4]]]],[11,"variant","","",93,[[]]],[11,"new","","",90,[[["tab",4],["eventctx",3],["app",3],["contextualactions",8]],["infopanel",3]]],[11,"event","","",90,[[["eventctx",3],["app",3],["contextualactions",8]]]],[11,"draw","","",90,[[["app",3],["gfxctx",3]]]],[11,"active_keys","","",90,[[],["vec",3]]],[11,"active_id","","",90,[[["app",3]],[["option",4],["id",4]]]],[11,"new","","",92,[[],["dataoptions",3]]],[11,"to_controls","","",92,[[["eventctx",3],["app",3]],["widget",3]]],[11,"from_controls","","",92,[[["panel",3]],["dataoptions",3]]],[11,"disabled_series","","",92,[[],[["hashset",3],["string",3]]]],[0,"layer","game","",null,null],[3,"PickLayer","game::layer","",null,null],[12,"panel","","",96,null],[4,"LayerOutcome","","",null,null],[13,"Close","","",97,null],[13,"Replace","","",97,null],[0,"elevation","","",null,null],[3,"Elevation","game::layer::elevation","",null,null],[12,"unzoomed","","",98,null],[12,"zoomed","","",98,null],[12,"panel","","",98,null],[11,"new","","",98,[[["eventctx",3],["app",3]],["elevation",3]]],[0,"map","game::layer","",null,null],[3,"BikeNetwork","game::layer::map","",null,null],[12,"panel","","",99,null],[12,"time","","",99,null],[12,"unzoomed","","",99,null],[12,"zoomed","","",99,null],[3,"Static","","",null,null],[12,"panel","","",100,null],[12,"unzoomed","","",100,null],[12,"zoomed","","",100,null],[12,"name","","",100,null],[3,"CongestionCaps","","",null,null],[12,"panel","","",101,null],[12,"time","","",101,null],[12,"unzoomed","","",101,null],[12,"zoomed","","",101,null],[12,"tooltip","","",101,null],[11,"new","","",99,[[["eventctx",3],["app",3]],["bikenetwork",3]]],[11,"new","","",100,[[["string",3],["widget",3],["eventctx",3],["colordiscrete",3]],["static",3]]],[11,"edits","","",100,[[["eventctx",3],["app",3]],["static",3]]],[11,"amenities","","",100,[[["eventctx",3],["app",3]],["static",3]]],[11,"no_sidewalks","","",100,[[["eventctx",3],["app",3]],["static",3]]],[11,"blackholes","","",100,[[["eventctx",3],["app",3]],["static",3]]],[11,"new","","",101,[[["eventctx",3],["app",3]],["congestioncaps",3]]],[0,"pandemic","game::layer","",null,null],[3,"Pandemic","game::layer::pandemic","",null,null],[12,"time","","",102,null],[12,"opts","","",102,null],[12,"draw","","",102,null],[12,"panel","","",102,null],[3,"Options","","",null,null],[12,"heatmap","","",103,null],[12,"state","","",103,null],[4,"SEIR","","",null,null],[13,"Sane","","",104,null],[13,"Exposed","","",104,null],[13,"Infected","","",104,null],[13,"Recovered","","",104,null],[13,"Dead","","",104,null],[5,"make_controls","","",null,[[["widget",3],["options",3],["eventctx",3],["app",3],["option",4]],["panel",3]]],[11,"new","","",102,[[["eventctx",3],["app",3],["options",3]],["pandemic",3]]],[11,"options","","",102,[[],["options",3]]],[0,"parking","game::layer","",null,null],[3,"Occupancy","game::layer::parking","",null,null],[12,"time","","",105,null],[12,"onstreet","","",105,null],[12,"garages","","",105,null],[12,"lots","","",105,null],[12,"private_bldgs","","",105,null],[12,"looking_for_parking","","",105,null],[12,"unzoomed","","",105,null],[12,"zoomed","","",105,null],[12,"panel","","",105,null],[3,"Efficiency","","",null,null],[12,"time","","",106,null],[12,"unzoomed","","",106,null],[12,"zoomed","","",106,null],[12,"panel","","",106,null],[4,"Loc","","",null,null],[13,"Road","","",107,null],[13,"Bldg","","",107,null],[13,"Lot","","",107,null],[11,"new","","",105,[[["eventctx",3],["app",3]],["occupancy",3]]],[11,"new","","",107,[[["parkingspot",4],["map",3]],["loc",4]]],[11,"new","","",106,[[["eventctx",3],["app",3]],["efficiency",3]]],[0,"population","game::layer","",null,null],[3,"PopulationMap","game::layer::population","",null,null],[12,"time","","",108,null],[12,"opts","","",108,null],[12,"draw","","",108,null],[12,"panel","","",108,null],[3,"Options","","",null,null],[12,"heatmap","","",109,null],[5,"make_controls","","",null,[[["widget",3],["options",3],["eventctx",3],["app",3],["option",4]],["panel",3]]],[11,"new","","",108,[[["eventctx",3],["app",3],["options",3]],["populationmap",3]]],[11,"options","","",108,[[],["options",3]]],[0,"traffic","game::layer","",null,null],[3,"Backpressure","game::layer::traffic","",null,null],[12,"time","","",110,null],[12,"unzoomed","","",110,null],[12,"zoomed","","",110,null],[12,"panel","","",110,null],[3,"Throughput","","",null,null],[12,"time","","",111,null],[12,"tooltip","","",111,null],[12,"unzoomed","","",111,null],[12,"zoomed","","",111,null],[12,"panel","","",111,null],[3,"CompareThroughput","","",null,null],[12,"time","","",112,null],[12,"unzoomed","","",112,null],[12,"zoomed","","",112,null],[12,"panel","","",112,null],[3,"TrafficJams","","",null,null],[12,"time","","",113,null],[12,"unzoomed","","",113,null],[12,"zoomed","","",113,null],[12,"panel","","",113,null],[3,"Jam","","",null,null],[12,"epicenter","","",114,null],[12,"members","","",114,null],[3,"Delay","","",null,null],[12,"time","","",115,null],[12,"unzoomed","","",115,null],[12,"panel","","",115,null],[5,"cluster_jams","","",null,[[["map",3],["vec",3]],["vec",3]]],[11,"new","","",110,[[["eventctx",3],["app",3]],["backpressure",3]]],[11,"new","","",111,[[["eventctx",3],["app",3]],["throughput",3]]],[11,"new","","",112,[[["eventctx",3],["app",3]],["comparethroughput",3]]],[11,"new","","",113,[[["eventctx",3],["app",3]],["trafficjams",3]]],[11,"adjacent_to","","",114,[[["intersectionid",3],["map",3]]]],[11,"all_polygons","","",114,[[["map",3]],[["vec",3],["polygon",3]]]],[11,"new","","",115,[[["eventctx",3],["app",3]],["delay",3]]],[0,"transit","game::layer","",null,null],[3,"TransitNetwork","game::layer::transit","",null,null],[12,"panel","","",116,null],[12,"unzoomed","","",116,null],[12,"zoomed","","",116,null],[11,"new","","",116,[[["eventctx",3],["app",3]],["transitnetwork",3]]],[8,"Layer","game::layer","",null,null],[10,"name","","",117,[[],["option",4]]],[10,"event","","",117,[[["eventctx",3],["app",3],["panel",3]],[["option",4],["layeroutcome",4]]]],[10,"draw","","",117,[[["app",3],["gfxctx",3]]]],[10,"draw_minimap","","",117,[[["gfxctx",3]]]],[11,"simple_event","","",117,[[["eventctx",3],["panel",3],["panel",3]],[["option",4],["layeroutcome",4]]]],[11,"update","","",96,[[["eventctx",3],["app",3],["panel",3]],[["option",4],["transition",4]]]],[11,"pick","","",96,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[0,"options","game","",null,null],[3,"Options","game::options","",null,null],[12,"dev","","",118,null],[12,"debug_all_agents","","",118,null],[12,"label_roads","","",118,null],[12,"traffic_signal_style","","",118,null],[12,"color_scheme","","",118,null],[12,"min_zoom_for_detail","","",118,null],[12,"large_unzoomed_agents","","",118,null],[12,"camera_angle","","",118,null],[12,"time_increment","","",118,null],[12,"dont_draw_time_warp","","",118,null],[12,"jump_to_delay","","",118,null],[12,"language","","",118,null],[3,"OptionsPanel","","",null,null],[12,"panel","","",119,null],[4,"TrafficSignalStyle","","",null,null],[13,"BAP","","",120,null],[13,"Yuwen","","",120,null],[13,"IndividualTurnArrows","","",120,null],[4,"CameraAngle","","",null,null],[13,"TopDown","","",121,null],[13,"IsometricNE","","",121,null],[13,"IsometricNW","","",121,null],[13,"IsometricSE","","",121,null],[13,"IsometricSW","","",121,null],[11,"default","","",118,[[],["options",3]]],[11,"new","","",119,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[0,"pregame","game","",null,null],[3,"TitleScreen","game::pregame","",null,null],[12,"panel","","",122,null],[12,"screensaver","","",122,null],[12,"rng","","",122,null],[3,"MainMenu","","",null,null],[12,"panel","","",123,null],[3,"About","","",null,null],[12,"panel","","",124,null],[3,"Proposals","","",null,null],[12,"panel","","",125,null],[12,"proposals","","",125,null],[12,"current","","",125,null],[3,"Screensaver","","",null,null],[12,"line","","",126,null],[12,"started","","",126,null],[0,"built_info","","",null,null],[5,"time","game::pregame::built_info","",null,[[],["text",3]]],[17,"CI_PLATFORM","","The Continuous Integration platform detected during…",null,null],[17,"PKG_VERSION","","The full version.",null,null],[17,"PKG_VERSION_MAJOR","","The major version.",null,null],[17,"PKG_VERSION_MINOR","","The minor version.",null,null],[17,"PKG_VERSION_PATCH","","The patch version.",null,null],[17,"PKG_VERSION_PRE","","The pre-release version.",null,null],[17,"PKG_AUTHORS","","A colon-separated list of authors.",null,null],[17,"PKG_NAME","","The name of the package.",null,null],[17,"PKG_DESCRIPTION","","The description.",null,null],[17,"PKG_HOMEPAGE","","The homepage.",null,null],[17,"TARGET","","The target triple that was being compiled for.",null,null],[17,"HOST","","The host triple of the rust compiler.",null,null],[17,"PROFILE","","`release` for release builds, `debug` for other builds.",null,null],[17,"RUSTC","","The compiler that cargo resolved to use.",null,null],[17,"RUSTDOC","","The documentation generator that cargo resolved to use.",null,null],[17,"OPT_LEVEL","","Value of OPT_LEVEL for the profile used during compilation.",null,null],[17,"NUM_JOBS","","The parallelism that was specified during compilation.",null,null],[17,"DEBUG","","Value of DEBUG for the profile used during compilation.",null,null],[17,"FEATURES","","The features that were enabled during compilation.",null,null],[17,"FEATURES_STR","","The features as a comma-separated string.",null,null],[17,"RUSTC_VERSION","","The output of `rustc -V`",null,null],[17,"RUSTDOC_VERSION","","The output of `rustdoc -V`",null,null],[17,"BUILT_TIME_UTC","","The built-time in RFC2822, UTC",null,null],[17,"CFG_TARGET_ARCH","","The target architecture, given by `cfg!(target_arch)`.",null,null],[17,"CFG_ENDIAN","","The endianness, given by `cfg!(target_endian)`.",null,null],[17,"CFG_ENV","","The toolchain-environment, given by `cfg!(target_env)`.",null,null],[17,"CFG_FAMILY","","The OS-family, given by `cfg!(target_family)`.",null,null],[17,"CFG_OS","","The operating system, given by `cfg!(target_os)`.",null,null],[17,"CFG_POINTER_WIDTH","","The pointer width, given by `cfg!(target_pointer_width)`.",null,null],[11,"new","game::pregame","",122,[[["eventctx",3],["app",3]],["titlescreen",3]]],[11,"new","","",123,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[11,"new","","",124,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[11,"new","","",125,[[["string",3],["eventctx",3],["app",3],["option",4]],[["state",8],["box",3]]]],[11,"bounce","","",126,[[["eventctx",3],["app",3],["xorshiftrng",3]],["screensaver",3]]],[11,"update","","",126,[[["eventctx",3],["xorshiftrng",3],["app",3]]]],[0,"render","game","",null,null],[3,"DrawOptions","game::render","",null,null],[12,"suppress_traffic_signal_details","","",127,null],[12,"label_buildings","","",127,null],[5,"draw_vehicle","","",null,[[["colorscheme",3],["drawcarinput",3],["map",3],["prerender",3]],[["box",3],["renderable",8]]]],[0,"area","","",null,null],[3,"DrawArea","game::render::area","",null,null],[12,"id","","",128,null],[11,"new","","",128,[[["colorscheme",3],["geombatch",3],["area",3],["eventctx",3]],["drawarea",3]]],[11,"fill","","",128,[[["colorscheme",3],["areatype",4]],["fill",4]]],[0,"bike","game::render","",null,null],[3,"DrawBike","game::render::bike","",null,null],[12,"id","","",129,null],[12,"body_circle","","",129,null],[12,"zorder","","",129,null],[12,"draw_default","","",129,null],[11,"new","","",129,[[["colorscheme",3],["drawcarinput",3],["map",3],["prerender",3]],["drawbike",3]]],[0,"building","game::render","",null,null],[3,"DrawBuilding","game::render::building","",null,null],[12,"id","","",130,null],[12,"label","","",130,null],[11,"new","","",130,[[["building",3],["colorscheme",3],["options",3],["geombatch",3],["map",3],["eventctx",3]],["drawbuilding",3]]],[0,"bus_stop","game::render","",null,null],[3,"DrawBusStop","game::render::bus_stop","",null,null],[12,"id","","",131,null],[12,"center","","",131,null],[12,"zorder","","",131,null],[12,"draw_default","","",131,null],[17,"RADIUS","","",null,null],[11,"new","","",131,[[["colorscheme",3],["busstop",3],["eventctx",3],["map",3]],["drawbusstop",3]]],[0,"car","game::render","",null,null],[3,"DrawCar","game::render::car","",null,null],[12,"id","","",132,null],[12,"body","","",132,null],[12,"body_polygon","","",132,null],[12,"zorder","","",132,null],[12,"draw_default","","",132,null],[5,"thick_line_from_angle","","",null,[[["distance",3],["angle",3],["pt2d",3]],["polygon",3]]],[5,"zoomed_color_car","","",null,[[["colorscheme",3],["drawcarinput",3]],["color",3]]],[17,"CAR_WIDTH","","",null,null],[11,"new","","",132,[[["colorscheme",3],["drawcarinput",3],["map",3],["prerender",3]],["drawcar",3]]],[0,"intersection","game::render","",null,null],[3,"DrawIntersection","game::render::intersection","",null,null],[12,"id","","",133,null],[12,"zorder","","",133,null],[12,"draw_default","","",133,null],[12,"draw_traffic_signal","","",133,null],[5,"calculate_corners","","",null,[[["map",3],["intersection",3]],[["vec",3],["polygon",3]]]],[5,"calculate_border_arrows","","",null,[[["road",3],["map",3],["intersection",3]],[["vec",3],["polygon",3]]]],[5,"make_octagon","","",null,[[["distance",3],["angle",3],["pt2d",3]],["polygon",3]]],[5,"make_crosswalk","","",null,[[["geombatch",3],["colorscheme",3],["turn",3],["map",3]]]],[5,"make_rainbow_crosswalk","","",null,[[["geombatch",3],["turn",3],["map",3]]]],[5,"perp_line","","",null,[[["distance",3],["line",3]],["line",3]]],[11,"new","","",133,[[["map",3],["intersection",3]],["drawintersection",3]]],[11,"clear_rendering","","",133,[[]]],[11,"render","","",133,[[["app",3],["gfxctx",3]],["drawable",3]]],[11,"stop_sign_geom","","",133,[[["roadwithstopsign",3],["map",3]],["option",4]]],[0,"lane","game::render","",null,null],[3,"DrawLane","game::render::lane","",null,null],[12,"id","","",134,null],[12,"polygon","","",134,null],[12,"zorder","","",134,null],[12,"draw_default","","",134,null],[5,"perp_line","","",null,[[["distance",3],["line",3]],["line",3]]],[5,"calculate_sidewalk_lines","","",null,[[["lane",3]],[["vec",3],["polygon",3]]]],[5,"calculate_parking_lines","","",null,[[["lane",3],["map",3]],[["vec",3],["polygon",3]]]],[5,"calculate_driving_lines","","",null,[[["road",3],["lane",3]],[["vec",3],["polygon",3]]]],[5,"calculate_turn_markings","","",null,[[["map",3],["lane",3]],[["vec",3],["polygon",3]]]],[5,"calculate_one_way_markings","","",null,[[["road",3],["lane",3]],[["vec",3],["polygon",3]]]],[11,"new","","",134,[[["lane",3],["map",3]],["drawlane",3]]],[11,"clear_rendering","","",134,[[]]],[11,"render","","",134,[[["app",3],["gfxctx",3]],["drawable",3]]],[0,"map","game::render","",null,null],[3,"DrawMap","game::render::map","",null,null],[12,"roads","","",135,null],[12,"lanes","","",135,null],[12,"intersections","","",135,null],[12,"buildings","","",135,null],[12,"parking_lots","","",135,null],[12,"bus_stops","","",135,null],[12,"areas","","",135,null],[12,"agents","","",135,null],[12,"boundary_polygon","","",135,null],[12,"draw_all_unzoomed_roads_and_intersections","","",135,null],[12,"draw_all_buildings","","",135,null],[12,"draw_all_building_paths","","",135,null],[12,"draw_all_building_outlines","","",135,null],[12,"draw_all_unzoomed_parking_lots","","",135,null],[12,"draw_all_areas","","",135,null],[12,"quadtree","","",135,null],[3,"AgentCache","","",null,null],[12,"time","","",136,null],[12,"agents_per_on","","",136,null],[12,"unzoomed","","",136,null],[3,"UnzoomedAgents","","",null,null],[12,"cars","","",137,null],[12,"bikes","","",137,null],[12,"buses_and_trains","","",137,null],[12,"peds","","",137,null],[12,"car_color","","",137,null],[12,"bike_color","","",137,null],[12,"bus_color","","",137,null],[12,"ped_color","","",137,null],[11,"new","","",135,[[["colorscheme",3],["eventctx",3],["timer",3],["map",3],["options",3]],["drawmap",3]]],[11,"regenerate_unzoomed_layer","","",135,[[["colorscheme",3],["timer",3],["map",3],["eventctx",3]],["drawable",3]]],[11,"get_r","","",135,[[["roadid",3]],["drawroad",3]]],[11,"get_l","","",135,[[["laneid",3]],["drawlane",3]]],[11,"get_i","","",135,[[["intersectionid",3]],["drawintersection",3]]],[11,"get_b","","",135,[[["buildingid",3]],["drawbuilding",3]]],[11,"get_pl","","",135,[[["parkinglotid",3]],["drawparkinglot",3]]],[11,"get_bs","","",135,[[["busstopid",3]],["drawbusstop",3]]],[11,"get_a","","",135,[[["areaid",3]],["drawarea",3]]],[11,"get_obj","","",135,[[["agentcache",3],["app",3],["id",4],["eventctx",3]],[["option",4],["renderable",8]]]],[11,"get_matching_objects","","",135,[[["bounds",3]],[["vec",3],["id",4]]]],[11,"get","","",136,[[["traversable",4]],[["renderable",8],["vec",3]]]],[11,"populate_if_needed","","",136,[[["colorscheme",3],["prerender",3],["traversable",4],["getdrawagents",8],["map",3]]]],[11,"draw_unzoomed_agents","","",136,[[["unzoomedagents",3],["distance",3],["gfxctx",3],["colorscheme",3],["option",4],["getdrawagents",8],["map",3]]]],[11,"new","","",137,[[["colorscheme",3]],["unzoomedagents",3]]],[11,"color","","",137,[[["unzoomedagent",3]],[["option",4],["color",3]]]],[0,"parking_lot","game::render","",null,null],[3,"DrawParkingLot","game::render::parking_lot","",null,null],[12,"id","","",138,null],[12,"draw","","",138,null],[11,"new","","",138,[[["parkinglot",3],["colorscheme",3],["geombatch",3],["eventctx",3]],["drawparkinglot",3]]],[0,"pedestrian","game::render","",null,null],[3,"DrawPedestrian","game::render::pedestrian","",null,null],[12,"id","","",139,null],[12,"body_circle","","",139,null],[12,"zorder","","",139,null],[12,"draw_default","","",139,null],[3,"DrawPedCrowd","","",null,null],[12,"members","","",140,null],[12,"blob","","",140,null],[12,"blob_pl","","",140,null],[12,"zorder","","",140,null],[12,"draw_default","","",140,null],[11,"new","","",139,[[["colorscheme",3],["drawpedestrianinput",3],["map",3],["prerender",3]],["drawpedestrian",3]]],[11,"geometry","","",139,[[["geombatch",3],["colorscheme",3],["drawpedestrianinput",3]]]],[11,"new","","",140,[[["colorscheme",3],["drawpedcrowdinput",3],["map",3],["prerender",3]],["drawpedcrowd",3]]],[0,"road","game::render","",null,null],[3,"DrawRoad","game::render::road","",null,null],[12,"id","","",141,null],[12,"zorder","","",141,null],[12,"draw_center_line","","",141,null],[12,"label","","",141,null],[11,"new","","",141,[[["road",3]],["drawroad",3]]],[11,"clear_rendering","","",141,[[]]],[0,"traffic_signal","game::render","",null,null],[5,"draw_signal_stage","game::render::traffic_signal","",null,[[["duration",3],["stage",3],["option",4],["intersectionid",3],["trafficsignalstyle",4],["geombatch",3],["app",3],["prerender",3]]]],[5,"draw_stage_number","","",null,[[["geombatch",3],["app",3],["intersectionid",3],["prerender",3]]]],[5,"draw_time_left","","",null,[[["prerender",3],["duration",3],["geombatch",3],["app",3],["intersectionid",3],["stage",3]]]],[5,"walk_icon","","",null,[[["prerender",3],["movement",3]],["geombatch",3]]],[5,"dont_walk_icon","","",null,[[["prerender",3],["movement",3]],["geombatch",3]]],[5,"crosswalk_icon","","",null,[[["polyline",3]]]],[0,"turn","game::render","",null,null],[3,"DrawMovement","game::render::turn","",null,null],[12,"id","","",142,null],[12,"hitbox","","",142,null],[3,"DrawUberTurnGroup","","",null,null],[12,"group","","",143,null],[12,"block","","",143,null],[12,"arrow","","",143,null],[5,"make_block_geom","","",null,[[["distance",3],["angle",3],["polyline",3]]]],[5,"make_circle_geom","","",null,[[["angle",3],["polyline",3]]]],[17,"TURN_ICON_ARROW_LENGTH","","",null,null],[11,"for_i","","",142,[[["colorscheme",3],["intersectionid",3],["map",3],["prerender",3]],["vec",3]]],[11,"draw_selected_movement","","",142,[[["geombatch",3],["turnpriority",4],["app",3],["option",4]]]],[11,"new","","",143,[[["intersectioncluster",3],["map",3]],[["drawuberturngroup",3],["vec",3]]]],[17,"BIG_ARROW_THICKNESS","game::render","",null,null],[17,"CROSSWALK_LINE_THICKNESS","","",null,null],[17,"OUTLINE_THICKNESS","","",null,null],[8,"Renderable","","",null,null],[10,"get_id","","",144,[[],["id",4]]],[10,"draw","","",144,[[["app",3],["drawoptions",3],["gfxctx",3]]]],[11,"get_zorder","","",144,[[]]],[10,"get_outline","","",144,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",144,[[["map",3],["pt2d",3]]]],[11,"new","","",127,[[],["drawoptions",3]]],[0,"sandbox","game","",null,null],[3,"SandboxMode","game::sandbox","",null,null],[12,"gameplay","","",145,null],[12,"gameplay_mode","","",145,null],[12,"controls","","",145,null],[3,"SandboxControls","","",null,null],[12,"common","","",146,null],[12,"route_preview","","",146,null],[12,"tool_panel","","",146,null],[12,"time_panel","","",146,null],[12,"speed","","",146,null],[12,"agent_meter","","",146,null],[12,"minimap","","",146,null],[3,"BackToMainMenu","","",null,null],[3,"AgentMeter","","",null,null],[12,"time","","",147,null],[12,"panel","","",147,null],[3,"Actions","","",null,null],[12,"is_paused","","",148,null],[12,"can_interact","","",148,null],[12,"gameplay","","",148,null],[5,"maybe_exit_sandbox","","",null,[[["eventctx",3]],["transition",4]]],[0,"dashboards","","",null,null],[4,"DashTab","game::sandbox::dashboards","",null,null],[13,"FinishedTripTable","","",149,null],[13,"CancelledTripTable","","",149,null],[13,"UnfinishedTripTable","","",149,null],[13,"TripSummaries","","",149,null],[13,"ParkingOverhead","","",149,null],[13,"ActiveTraffic","","",149,null],[13,"TransitRoutes","","",149,null],[13,"CommuterPatterns","","",149,null],[13,"TrafficSignals","","",149,null],[0,"commuter","","",null,null],[3,"CommuterPatterns","game::sandbox::dashboards::commuter","",null,null],[12,"bldg_to_block","","",150,null],[12,"border_to_block","","",150,null],[12,"blocks","","",150,null],[12,"current_block","","",150,null],[12,"filter","","",150,null],[12,"trips_from_block","","",150,null],[12,"trips_to_block","","",150,null],[12,"panel","","",150,null],[12,"draw_all_blocks","","",150,null],[3,"PanelState","","",null,null],[12,"building_counts","","",151,null],[12,"max_count","","",151,null],[12,"total_trips","","",151,null],[3,"Block","","",null,null],[12,"id","","",152,null],[12,"bldgs","","",152,null],[12,"borders","","",152,null],[12,"shape","","",152,null],[3,"Filter","","",null,null],[12,"from_block","","",153,null],[12,"include_borders","","",153,null],[12,"depart_from","","",153,null],[12,"depart_until","","",153,null],[12,"modes","","",153,null],[3,"Loop","","",null,null],[12,"bldgs","","",154,null],[12,"proper","","",154,null],[12,"roads","","",154,null],[4,"BlockSelection","","",null,null],[13,"NothingSelected","","",155,null],[13,"Unlocked","","",155,null],[13,"Locked","","",155,null],[12,"base","game::sandbox::dashboards::commuter::BlockSelection","",156,null],[12,"compare_to","","",156,null],[4,"BorderType","game::sandbox::dashboards::commuter","",null,null],[13,"Incoming","","",157,null],[13,"Outgoing","","",157,null],[13,"Both","","",157,null],[5,"group_bldgs","","",null,[[["app",3]]]],[5,"build_shape_for_border","","",null,[[["map",3],["intersection",3],["bordertype",4]],["polygon",3]]],[5,"partition_sidewalk_loops","","",null,[[["app",3]],[["vec",3],["loop",3]]]],[5,"make_panel","","",null,[[["eventctx",3],["app",3]],["panel",3]]],[6,"BlockID","","",null,null],[11,"new","","",150,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[11,"count_per_block","","",150,[[["block",3]],["vec",3]]],[11,"build_block_drawable","","",150,[[["app",3],["blockselection",4],["eventctx",3]]]],[11,"redraw_panel","","",150,[[["option",4],["eventctx",3],["panelstate",3],["app",3]]]],[0,"generic_trip_table","game::sandbox::dashboards","",null,null],[3,"GenericTripTable","game::sandbox::dashboards::generic_trip_table","",null,null],[12,"table","","",158,null],[12,"panel","","",158,null],[12,"make_panel","","",158,null],[12,"tab","","",158,null],[5,"preview_trip","","",null,[[["app",3],["panel",3],["gfxctx",3]]]],[5,"preview_route","","",null,[[["app",3],["tripid",3],["gfxctx",3]],["geombatch",3]]],[11,"new","","",158,[[["dashtab",4],["table",3],["eventctx",3],["app",3]],[["state",8],["box",3]]]],[11,"recalc","","",158,[[["eventctx",3],["app",3]]]],[0,"misc","game::sandbox::dashboards","",null,null],[3,"ActiveTraffic","game::sandbox::dashboards::misc","",null,null],[12,"panel","","",159,null],[3,"TransitRoutes","","",null,null],[12,"panel","","",160,null],[5,"downsample","","",null,[[["vec",3]],["vec",3]]],[11,"new","","",159,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[11,"new","","",160,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[0,"parking_overhead","game::sandbox::dashboards","",null,null],[3,"ParkingOverhead","game::sandbox::dashboards::parking_overhead","",null,null],[3,"Entry","","",null,null],[12,"trip","","",161,null],[12,"total_duration","","",161,null],[12,"driving_duration","","",161,null],[12,"parking_duration","","",161,null],[12,"walking_duration","","",161,null],[12,"percent_overhead","","",161,null],[12,"starts_off_map","","",161,null],[12,"ends_off_map","","",161,null],[3,"Filters","","",null,null],[12,"starts_off_map","","",162,null],[12,"ends_off_map","","",162,null],[5,"produce_raw_data","","",null,[[["app",3]],[["entry",3],["vec",3]]]],[5,"make_table","","",null,[[["app",3]],[["table",3],["entry",3],["filters",3]]]],[5,"make_panel","","",null,[[["eventctx",3],["app",3],["table",3]],["panel",3]]],[11,"new","","",163,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[0,"summaries","game::sandbox::dashboards","",null,null],[3,"TripSummaries","game::sandbox::dashboards::summaries","",null,null],[12,"panel","","",164,null],[3,"Filter","","",null,null],[12,"changes_pct","","",165,null],[12,"modes","","",165,null],[5,"summary_boxes","","",null,[[["eventctx",3],["app",3],["filter",3]],["widget",3]]],[5,"scatter_plot","","",null,[[["eventctx",3],["app",3],["filter",3]],["widget",3]]],[5,"contingency_table","","",null,[[["eventctx",3],["app",3],["filter",3]],["widget",3]]],[5,"pct_diff","","",null,[[["duration",3]]]],[5,"export_times","","",null,[[["app",3]],[["string",3],["error",3],["result",4]]]],[11,"new","","",164,[[["eventctx",3],["app",3],["filter",3]],[["state",8],["box",3]]]],[11,"new","","",165,[[],["filter",3]]],[11,"get_trips","","",165,[[["app",3]],["vec",3]]],[0,"table","game::sandbox::dashboards","",null,null],[3,"Table","game::sandbox::dashboards::table","",null,null],[12,"data","","",166,null],[12,"label_per_row","","",166,null],[12,"columns","","",166,null],[12,"filter","","",166,null],[12,"sort_by","","",166,null],[12,"descending","","",166,null],[12,"skip","","",166,null],[3,"Column","","",null,null],[12,"name","","",167,null],[12,"render","","",167,null],[12,"col","","",167,null],[3,"Filter","","",null,null],[12,"state","","",168,null],[12,"to_controls","","",168,null],[12,"from_controls","","",168,null],[12,"apply","","",168,null],[4,"Col","","",null,null],[13,"Static","","",169,null],[13,"Sortable","","",169,null],[5,"make_pagination","","",null,[[["eventctx",3]],["widget",3]]],[5,"make_table","","",null,[[["widget",3],["vec",3],["eventctx",3],["vec",3]],["widget",3]]],[17,"ROWS","","",null,null],[11,"new","","",166,[[["box",3],["fn",8],["vec",3],["filter",3]],["table",3]]],[11,"column","","",166,[[["box",3],["col",4],["fn",8]]]],[11,"render","","",166,[[["eventctx",3],["app",3]],["widget",3]]],[11,"clicked","","",166,[[]]],[11,"panel_changed","","",166,[[["panel",3]]]],[11,"static_col","","",166,[[["box",3],["fn",8]]]],[0,"traffic_signals","game::sandbox::dashboards","",null,null],[3,"TrafficSignalDemand","game::sandbox::dashboards::traffic_signals","",null,null],[12,"panel","","",170,null],[12,"all_demand","","",170,null],[12,"hour","","",170,null],[12,"draw_all","","",170,null],[12,"selected","","",170,null],[3,"Demand","","",null,null],[12,"raw","","",171,null],[11,"new","","",170,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[11,"all_demand","","",171,[[["app",3],["timer",3]],[["intersectionid",3],["hashmap",3],["demand",3]]]],[11,"count","","",171,[[["time",3]],[["movementid",3],["counter",3]]]],[11,"make_arrows","","",171,[[["controltrafficsignal",3],["time",3]],["vec",3]]],[11,"draw_demand","","",171,[[["time",3],["eventctx",3],["app",3],["hashmap",3]],["drawable",3]]],[0,"trip_table","game::sandbox::dashboards","",null,null],[3,"FinishedTripTable","game::sandbox::dashboards::trip_table","",null,null],[3,"CancelledTripTable","","",null,null],[3,"UnfinishedTripTable","","",null,null],[3,"FinishedTrip","","",null,null],[12,"id","","",172,null],[12,"mode","","",172,null],[12,"modified","","",172,null],[12,"capped","","",172,null],[12,"starts_off_map","","",172,null],[12,"ends_off_map","","",172,null],[12,"departure","","",172,null],[12,"duration_after","","",172,null],[12,"duration_before","","",172,null],[12,"waiting","","",172,null],[12,"percent_waiting","","",172,null],[3,"CancelledTrip","","",null,null],[12,"id","","",173,null],[12,"mode","","",173,null],[12,"departure","","",173,null],[12,"starts_off_map","","",173,null],[12,"ends_off_map","","",173,null],[12,"duration_before","","",173,null],[12,"reason","","",173,null],[3,"UnfinishedTrip","","",null,null],[12,"id","","",174,null],[12,"mode","","",174,null],[12,"departure","","",174,null],[12,"duration_before","","",174,null],[3,"Filters","","",null,null],[12,"modes","","",175,null],[12,"off_map_starts","","",175,null],[12,"off_map_ends","","",175,null],[12,"unmodified_trips","","",175,null],[12,"modified_trips","","",175,null],[12,"uncapped_trips","","",175,null],[12,"capped_trips","","",175,null],[5,"produce_raw_data","","",null,[[["app",3]]]],[5,"make_table_finished_trips","","",null,[[["app",3]],[["table",3],["finishedtrip",3],["filters",3]]]],[5,"make_table_cancelled_trips","","",null,[[["app",3]],[["cancelledtrip",3],["filters",3],["table",3]]]],[5,"make_table_unfinished_trips","","",null,[[["app",3]],[["unfinishedtrip",3],["filters",3],["table",3]]]],[5,"trip_category_selector","","",null,[[["eventctx",3],["app",3],["dashtab",4]],["widget",3]]],[5,"make_panel_finished_trips","","",null,[[["eventctx",3],["app",3],["table",3]],["panel",3]]],[5,"make_panel_cancelled_trips","","",null,[[["eventctx",3],["app",3],["table",3]],["panel",3]]],[5,"make_panel_unfinished_trips","","",null,[[["eventctx",3],["app",3],["table",3]],["panel",3]]],[11,"new","","",176,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[11,"new","","",177,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[11,"new","","",178,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[11,"picker","game::sandbox::dashboards","",149,[[["app",3],["eventctx",3]],["widget",3]]],[11,"transition","","",149,[[["eventctx",3],["app",3],["panel",3]],[["option",4],["transition",4]]]],[0,"gameplay","game::sandbox","",null,null],[3,"FinalScore","game::sandbox::gameplay","",null,null],[12,"panel","","",179,null],[12,"retry","","",179,null],[12,"next_mode","","",179,null],[12,"chose_next","","",179,null],[12,"chose_back_to_challenges","","",179,null],[4,"GameplayMode","","",null,null],[13,"Freeform","","",180,null],[13,"PlayScenario","","",180,null],[13,"FixTrafficSignals","","",180,null],[13,"OptimizeCommute","","",180,null],[13,"Tutorial","","",180,null],[5,"challenge_header","","",null,[[["eventctx",3]],["widget",3]]],[0,"commute","","",null,null],[3,"OptimizeCommute","game::sandbox::gameplay::commute","",null,null],[12,"top_center","","",181,null],[12,"meter","","",181,null],[12,"person","","",181,null],[12,"mode","","",181,null],[12,"goal","","",181,null],[12,"time","","",181,null],[12,"done","","",181,null],[12,"trips","","",181,null],[12,"once","","",181,null],[5,"get_score","","",null,[[["app",3],["vec",3]]]],[5,"make_meter","","",null,[[["eventctx",3],["duration",3]],["panel",3]]],[5,"final_score","","",null,[[["eventctx",3],["app",3],["gameplaymode",4],["duration",3]],[["state",8],["box",3]]]],[5,"cutscene_task","","",null,[[["gameplaymode",4]],[["fn",8],["box",3]]]],[17,"METER_HACK","","",null,null],[11,"new","","",181,[[["origpersonid",3],["eventctx",3],["app",3],["duration",3]],[["gameplaystate",8],["box",3]]]],[11,"cutscene_pt1","","",181,[[["eventctx",3],["app",3],["gameplaymode",4]],[["state",8],["box",3]]]],[11,"cutscene_pt2","","",181,[[["eventctx",3],["app",3],["gameplaymode",4]],[["state",8],["box",3]]]],[0,"fix_traffic_signals","game::sandbox::gameplay","",null,null],[3,"FixTrafficSignals","game::sandbox::gameplay::fix_traffic_signals","",null,null],[12,"top_center","","",182,null],[12,"meter","","",182,null],[12,"time","","",182,null],[12,"done","","",182,null],[12,"mode","","",182,null],[5,"make_meter","","",null,[[["eventctx",3],["app",3],["option",4]],["panel",3]]],[5,"final_score","","",null,[[["eventctx",3],["app",3],["gameplaymode",4]],[["state",8],["box",3]]]],[5,"cutscene_pt1_task","","",null,[[["eventctx",3]],["widget",3]]],[17,"THRESHOLD","","",null,null],[17,"METER_HACK","","",null,null],[11,"new","","",182,[[["eventctx",3],["app",3]],[["gameplaystate",8],["box",3]]]],[11,"cutscene_pt1","","",182,[[["eventctx",3],["app",3],["gameplaymode",4]],[["state",8],["box",3]]]],[0,"freeform","game::sandbox::gameplay","",null,null],[3,"Freeform","game::sandbox::gameplay::freeform","",null,null],[12,"top_center","","",183,null],[3,"AgentSpawner","","",null,null],[12,"panel","","",184,null],[12,"source","","",184,null],[12,"goal","","",184,null],[12,"confirmed","","",184,null],[5,"make_top_center","","",null,[[["eventctx",3],["app",3]],["panel",3]]],[5,"make_change_traffic","","",null,[[["string",3],["eventctx",3],["app",3],["screenrectangle",3]],[["state",8],["box",3]]]],[5,"spawn_agents_around","","",null,[[["intersectionid",3],["app",3]]]],[5,"actions","","",null,[[["app",3],["id",4]],["vec",3]]],[5,"execute","","",null,[[["eventctx",3],["app",3],["id",4]],["transition",4]]],[11,"new","","",183,[[["eventctx",3],["app",3]],[["gameplaystate",8],["box",3]]]],[11,"new","","",184,[[["eventctx",3],["buildingid",3],["option",4]],[["state",8],["box",3]]]],[0,"play_scenario","game::sandbox::gameplay","",null,null],[3,"PlayScenario","game::sandbox::gameplay::play_scenario","",null,null],[12,"top_center","","",185,null],[12,"scenario_name","","",185,null],[12,"modifiers","","",185,null],[3,"EditScenarioModifiers","","",null,null],[12,"scenario_name","","",186,null],[12,"modifiers","","",186,null],[12,"panel","","",186,null],[3,"ChangeMode","","",null,null],[12,"panel","","",187,null],[12,"scenario_name","","",187,null],[12,"modifiers","","",187,null],[5,"make_top_center","","",null,[[["eventctx",3],["app",3],["vec",3]],["panel",3]]],[11,"new","","",185,[[["scenariomodifier",4],["eventctx",3],["app",3],["string",3],["vec",3]],[["gameplaystate",8],["box",3]]]],[11,"new","","",186,[[["string",3],["scenariomodifier",4],["eventctx",3],["vec",3]],[["state",8],["box",3]]]],[11,"new","","",187,[[["string",3],["scenariomodifier",4],["eventctx",3],["app",3],["vec",3]],[["state",8],["box",3]]]],[0,"tutorial","game::sandbox::gameplay","",null,null],[3,"Tutorial","game::sandbox::gameplay::tutorial","",null,null],[12,"top_center","","",188,null],[12,"last_finished_task","","",188,null],[12,"msg_panel","","",188,null],[12,"warped","","",188,null],[3,"TutorialPointer","","",null,null],[12,"stage","","",189,null],[12,"part","","",189,null],[3,"Stage","","",null,null],[12,"messages","","",190,null],[12,"task","","",190,null],[12,"warp_to","","",190,null],[12,"spawn","","",190,null],[3,"TutorialState","","",null,null],[12,"stages","","",191,null],[12,"current","","",191,null],[12,"window_dims","","",191,null],[12,"inspected_bike_lane","","",191,null],[12,"inspected_building","","",191,null],[12,"inspected_stop_sign","","",191,null],[12,"inspected_border","","",191,null],[12,"was_paused","","",191,null],[12,"num_pauses","","",191,null],[12,"following_car","","",191,null],[12,"car_parked","","",191,null],[12,"prank_done","","",191,null],[12,"parking_found","","",191,null],[12,"score_delivered","","",191,null],[12,"fire_station","","",191,null],[4,"Task","","",null,null],[13,"Nil","","",192,null],[13,"Camera","","",192,null],[13,"InspectObjects","","",192,null],[13,"TimeControls","","",192,null],[13,"PauseResume","","",192,null],[13,"Escort","","",192,null],[13,"LowParking","","",192,null],[13,"WatchBikes","","",192,null],[13,"FixBikes","","",192,null],[13,"Done","","",192,null],[5,"arrow","","",null,[[["screenpt",3]],[["option",4],["box",3]]]],[5,"make_bike_lane_scenario","","",null,[[["map",3]],["scenariogenerator",3]]],[5,"transition","","",null,[[["eventctx",3],["app",3],["tutorialstate",3]],["transition",4]]],[5,"actions","","",null,[[["app",3],["id",4]],["vec",3]]],[5,"execute","","",null,[[["eventctx",3],["app",3],["id",4]],["transition",4]]],[5,"intro_story","","",null,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[5,"bldg","","",null,[[],["osmid",4]]],[17,"ESCORT","","",null,null],[17,"CAR_BIKE_CONTENTION_GOAL","","",null,null],[11,"new","","",189,[[],["tutorialpointer",3]]],[11,"start","","",188,[[["eventctx",3],["app",3]],["transition",4]]],[11,"new","","",188,[[["eventctx",3],["app",3],["tutorialpointer",3]],[["gameplaystate",8],["box",3]]]],[11,"inner_event","","",188,[[["sandboxcontrols",3],["tutorialstate",3],["eventctx",3],["app",3]],[["option",4],["transition",4]]]],[11,"top_txt","","",192,[[["tutorialstate",3]],["text",3]]],[11,"label","","",192,[[]]],[11,"new","","",190,[[["task",4]],["stage",3]]],[11,"msg","","",190,[[["string",3],["vec",3],["into",8],["option",4],["box",3]],["stage",3]]],[11,"left_aligned_msg","","",190,[[["string",3],["vec",3],["into",8],["option",4],["box",3]],["stage",3]]],[11,"warp_to","","",190,[[["option",4],["id",4]],["stage",3]]],[11,"spawn","","",190,[[["fn",8],["box",3]],["stage",3]]],[11,"spawn_scenario","","",190,[[["scenariogenerator",3]],["stage",3]]],[11,"reset_state","","",191,[[]]],[11,"stage","","",191,[[],["stage",3]]],[11,"interaction","","",191,[[],["task",4]]],[11,"lines","","",191,[[],["option",4]]],[11,"next","","",191,[[]]],[11,"prev","","",191,[[]]],[11,"make_top_center","","",191,[[["eventctx",3]],["panel",3]]],[11,"make_state","","",191,[[["eventctx",3],["app",3]],[["gameplaystate",8],["box",3]]]],[11,"new","","",191,[[["eventctx",3],["app",3]],["tutorialstate",3]]],[11,"scenarios_to_prebake","","",191,[[["map",3]],[["scenariogenerator",3],["vec",3]]]],[8,"GameplayState","game::sandbox::gameplay","",null,null],[10,"event","","",193,[[["sandboxcontrols",3],["eventctx",3],["app",3],["actions",3]],[["option",4],["transition",4]]]],[10,"draw","","",193,[[["app",3],["gfxctx",3]]]],[11,"on_destroy","","",193,[[["app",3]]]],[11,"can_move_canvas","","",193,[[]]],[11,"can_examine_objects","","",193,[[]]],[11,"has_common","","",193,[[]]],[11,"has_tool_panel","","",193,[[]]],[11,"has_time_panel","","",193,[[]]],[11,"has_speed","","",193,[[]]],[11,"has_agent_meter","","",193,[[]]],[11,"has_minimap","","",193,[[]]],[11,"is","","Returns true if the trait object wraps an object of type…",193,[[]]],[11,"downcast","","Returns a boxed object from a boxed trait object if the…",193,[[["box",3]],[["result",4],["box",3],["box",3]]]],[11,"downcast_rc","","Returns an `Rc`-ed object from an `Rc`-ed trait object if…",193,[[["rc",3]],[["rc",3],["rc",3],["result",4]]]],[11,"downcast_ref","","Returns a reference to the object within the trait object…",193,[[],["option",4]]],[11,"downcast_mut","","Returns a mutable reference to the object within the trait…",193,[[],["option",4]]],[11,"map_path","","",180,[[],["string",3]]],[11,"scenario","","",180,[[["timer",3],["xorshiftrng",3],["map",3],["option",4]],[["option",4],["scenario",3]]]],[11,"can_edit_lanes","","",180,[[]]],[11,"can_edit_stop_signs","","",180,[[]]],[11,"can_jump_to_time","","",180,[[]]],[11,"allows","","",180,[[["mapedits",3]]]],[11,"initialize","","",180,[[["eventctx",3],["app",3]],[["gameplaystate",8],["box",3]]]],[11,"new","","",179,[[["string",3],["eventctx",3],["app",3],["gameplaymode",4],["option",4]],[["state",8],["box",3]]]],[0,"misc_tools","game::sandbox","",null,null],[3,"RoutePreview","game::sandbox::misc_tools","",null,null],[12,"preview","","",194,null],[3,"TurnExplorer","","",null,null],[12,"l","","",195,null],[12,"idx","","",195,null],[12,"panel","","",195,null],[5,"color_turn_type","","",null,[[["turntype",4]],["color",3]]],[17,"CURRENT_TURN","","",null,null],[17,"CONFLICTING_TURN","","",null,null],[11,"new","","",194,[[],["routepreview",3]]],[11,"event","","",194,[[["eventctx",3],["app",3]],[["option",4],["transition",4]]]],[11,"draw","","",194,[[["gfxctx",3]]]],[11,"new","","",195,[[["eventctx",3],["app",3],["laneid",3]],[["state",8],["box",3]]]],[11,"make_panel","","",195,[[["eventctx",3],["app",3],["laneid",3]],["panel",3]]],[0,"speed","game::sandbox","",null,null],[3,"SpeedControls","game::sandbox::speed","",null,null],[12,"panel","","",196,null],[12,"paused","","",196,null],[12,"setting","","",196,null],[3,"TimePanel","","",null,null],[12,"time","","",197,null],[12,"panel","","",197,null],[4,"SpeedSetting","","",null,null],[13,"Realtime","","",198,null],[13,"Fast","","",198,null],[13,"Faster","","",198,null],[13,"Fastest","","",198,null],[11,"make_panel","","",196,[[["eventctx",3],["app",3],["speedsetting",4]],["panel",3]]],[11,"new","","",196,[[["eventctx",3],["app",3]],["speedcontrols",3]]],[11,"event","","",196,[[["gameplaymode",4],["eventctx",3],["app",3],["option",4]],[["option",4],["transition",4]]]],[11,"draw","","",196,[[["gfxctx",3]]]],[11,"pause","","",196,[[["eventctx",3],["app",3]]]],[11,"resume_realtime","","",196,[[["eventctx",3],["app",3]]]],[11,"is_paused","","",196,[[]]],[11,"new","","",197,[[["eventctx",3],["app",3]],["timepanel",3]]],[11,"event","","",197,[[["eventctx",3],["app",3]]]],[11,"draw","","",197,[[["gfxctx",3]]]],[0,"time_warp","game::sandbox","",null,null],[3,"JumpToTime","game::sandbox::time_warp","",null,null],[12,"panel","","",199,null],[12,"target","","",199,null],[12,"maybe_mode","","",199,null],[3,"JumpToDelay","","",null,null],[12,"panel","","",200,null],[12,"maybe_mode","","",200,null],[3,"TimeWarpScreen","","",null,null],[12,"target","","",201,null],[12,"wall_time_started","","",201,null],[12,"sim_time_started","","",201,null],[12,"halt_upon_delay","","",201,null],[12,"panel","","",201,null],[5,"area_under_curve","","",null,[[["vec",3]],["polygon",3]]],[5,"compare_count","","",null,[[],["string",3]]],[5,"build_jump_to_time_btn","","",null,[[["eventctx",3],["time",3]],["widget",3]]],[5,"build_jump_to_delay_button","","",null,[[["eventctx",3],["duration",3]],["widget",3]]],[11,"new","","",199,[[["eventctx",3],["app",3],["gameplaymode",4],["option",4]],[["state",8],["box",3]]]],[11,"new","","",200,[[["eventctx",3],["app",3],["gameplaymode",4],["option",4]],[["state",8],["box",3]]]],[11,"new","","",201,[[["option",4],["time",3],["eventctx",3],["app",3],["duration",3]],[["state",8],["box",3]]]],[0,"uber_turns","game::sandbox","",null,null],[3,"UberTurnPicker","game::sandbox::uber_turns","",null,null],[12,"members","","",202,null],[12,"panel","","",202,null],[3,"UberTurnViewer","","",null,null],[12,"panel","","",203,null],[12,"draw","","",203,null],[12,"ic","","",203,null],[12,"idx","","",203,null],[12,"legal_turns","","",203,null],[11,"new","","",202,[[["eventctx",3],["app",3],["intersectionid",3]],[["state",8],["box",3]]]],[11,"new","","",203,[[["eventctx",3],["app",3],["intersectionid",3],["btreeset",3]],[["state",8],["box",3]]]],[11,"new","game::sandbox","",145,[[["eventctx",3],["app",3],["gameplaymode",4]],[["state",8],["box",3]]]],[11,"contextual_actions","","",145,[[],["actions",3]]],[11,"new","","",147,[[["eventctx",3],["app",3]],["agentmeter",3]]],[11,"event","","",147,[[["eventctx",3],["app",3]],[["option",4],["transition",4]]]],[11,"draw","","",147,[[["gfxctx",3]]]],[11,"from","game::app","",0,[[]]],[11,"into","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"vzip","","",0,[[]]],[11,"into_any","","",0,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",0,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",0,[[],["any",8]]],[11,"as_any_mut","","",0,[[],["any",8]]],[11,"from","","",1,[[]]],[11,"into","","",1,[[]]],[11,"try_from","","",1,[[],["result",4]]],[11,"try_into","","",1,[[],["result",4]]],[11,"borrow","","",1,[[]]],[11,"borrow_mut","","",1,[[]]],[11,"type_id","","",1,[[],["typeid",3]]],[11,"vzip","","",1,[[]]],[11,"into_any","","",1,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",1,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",1,[[],["any",8]]],[11,"as_any_mut","","",1,[[],["any",8]]],[11,"into_any_arc","","",1,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",2,[[]]],[11,"into","","",2,[[]]],[11,"try_from","","",2,[[],["result",4]]],[11,"try_into","","",2,[[],["result",4]]],[11,"borrow","","",2,[[]]],[11,"borrow_mut","","",2,[[]]],[11,"type_id","","",2,[[],["typeid",3]]],[11,"vzip","","",2,[[]]],[11,"into_any","","",2,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",2,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",2,[[],["any",8]]],[11,"as_any_mut","","",2,[[],["any",8]]],[11,"into_any_arc","","",2,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",3,[[]]],[11,"into","","",3,[[]]],[11,"to_owned","","",3,[[]]],[11,"clone_into","","",3,[[]]],[11,"try_from","","",3,[[],["result",4]]],[11,"try_into","","",3,[[],["result",4]]],[11,"borrow","","",3,[[]]],[11,"borrow_mut","","",3,[[]]],[11,"type_id","","",3,[[],["typeid",3]]],[11,"vzip","","",3,[[]]],[11,"into_any","","",3,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",3,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",3,[[],["any",8]]],[11,"as_any_mut","","",3,[[],["any",8]]],[11,"into_any_arc","","",3,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",4,[[]]],[11,"into","","",4,[[]]],[11,"try_from","","",4,[[],["result",4]]],[11,"try_into","","",4,[[],["result",4]]],[11,"borrow","","",4,[[]]],[11,"borrow_mut","","",4,[[]]],[11,"type_id","","",4,[[],["typeid",3]]],[11,"vzip","","",4,[[]]],[11,"into_any","","",4,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",4,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",4,[[],["any",8]]],[11,"as_any_mut","","",4,[[],["any",8]]],[11,"from","","",5,[[]]],[11,"into","","",5,[[]]],[11,"try_from","","",5,[[],["result",4]]],[11,"try_into","","",5,[[],["result",4]]],[11,"borrow","","",5,[[]]],[11,"borrow_mut","","",5,[[]]],[11,"type_id","","",5,[[],["typeid",3]]],[11,"vzip","","",5,[[]]],[11,"into_any","","",5,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",5,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",5,[[],["any",8]]],[11,"as_any_mut","","",5,[[],["any",8]]],[11,"from","","",6,[[]]],[11,"into","","",6,[[]]],[11,"try_from","","",6,[[],["result",4]]],[11,"try_into","","",6,[[],["result",4]]],[11,"borrow","","",6,[[]]],[11,"borrow_mut","","",6,[[]]],[11,"type_id","","",6,[[],["typeid",3]]],[11,"vzip","","",6,[[]]],[11,"into_any","","",6,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",6,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",6,[[],["any",8]]],[11,"as_any_mut","","",6,[[],["any",8]]],[11,"into_any_arc","","",6,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",7,[[]]],[11,"into","","",7,[[]]],[11,"try_from","","",7,[[],["result",4]]],[11,"try_into","","",7,[[],["result",4]]],[11,"borrow","","",7,[[]]],[11,"borrow_mut","","",7,[[]]],[11,"type_id","","",7,[[],["typeid",3]]],[11,"vzip","","",7,[[]]],[11,"into_any","","",7,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",7,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",7,[[],["any",8]]],[11,"as_any_mut","","",7,[[],["any",8]]],[11,"into_any_arc","","",7,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::challenges","",9,[[]]],[11,"into","","",9,[[]]],[11,"try_from","","",9,[[],["result",4]]],[11,"try_into","","",9,[[],["result",4]]],[11,"borrow","","",9,[[]]],[11,"borrow_mut","","",9,[[]]],[11,"type_id","","",9,[[],["typeid",3]]],[11,"vzip","","",9,[[]]],[11,"into_any","","",9,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",9,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",9,[[],["any",8]]],[11,"as_any_mut","","",9,[[],["any",8]]],[11,"into_any_arc","","",9,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",10,[[]]],[11,"into","","",10,[[]]],[11,"try_from","","",10,[[],["result",4]]],[11,"try_into","","",10,[[],["result",4]]],[11,"borrow","","",10,[[]]],[11,"borrow_mut","","",10,[[]]],[11,"type_id","","",10,[[],["typeid",3]]],[11,"vzip","","",10,[[]]],[11,"into_any","","",10,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",10,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",10,[[],["any",8]]],[11,"as_any_mut","","",10,[[],["any",8]]],[11,"into_any_arc","","",10,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",11,[[]]],[11,"into","","",11,[[]]],[11,"try_from","","",11,[[],["result",4]]],[11,"try_into","","",11,[[],["result",4]]],[11,"borrow","","",11,[[]]],[11,"borrow_mut","","",11,[[]]],[11,"type_id","","",11,[[],["typeid",3]]],[11,"vzip","","",11,[[]]],[11,"into_any","","",11,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",11,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",11,[[],["any",8]]],[11,"as_any_mut","","",11,[[],["any",8]]],[11,"from","game::colors","",12,[[]]],[11,"into","","",12,[[]]],[11,"try_from","","",12,[[],["result",4]]],[11,"try_into","","",12,[[],["result",4]]],[11,"borrow","","",12,[[]]],[11,"borrow_mut","","",12,[[]]],[11,"type_id","","",12,[[],["typeid",3]]],[11,"vzip","","",12,[[]]],[11,"into_any","","",12,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",12,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",12,[[],["any",8]]],[11,"as_any_mut","","",12,[[],["any",8]]],[11,"into_any_arc","","",12,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",13,[[]]],[11,"into","","",13,[[]]],[11,"to_owned","","",13,[[]]],[11,"clone_into","","",13,[[]]],[11,"try_from","","",13,[[],["result",4]]],[11,"try_into","","",13,[[],["result",4]]],[11,"borrow","","",13,[[]]],[11,"borrow_mut","","",13,[[]]],[11,"type_id","","",13,[[],["typeid",3]]],[11,"vzip","","",13,[[]]],[11,"into_any","","",13,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",13,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",13,[[],["any",8]]],[11,"as_any_mut","","",13,[[],["any",8]]],[11,"into_any_arc","","",13,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::common","",14,[[]]],[11,"into","","",14,[[]]],[11,"try_from","","",14,[[],["result",4]]],[11,"try_into","","",14,[[],["result",4]]],[11,"borrow","","",14,[[]]],[11,"borrow_mut","","",14,[[]]],[11,"type_id","","",14,[[],["typeid",3]]],[11,"vzip","","",14,[[]]],[11,"into_any","","",14,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",14,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",14,[[],["any",8]]],[11,"as_any_mut","","",14,[[],["any",8]]],[11,"from","game::common::city_picker","",15,[[]]],[11,"into","","",15,[[]]],[11,"try_from","","",15,[[],["result",4]]],[11,"try_into","","",15,[[],["result",4]]],[11,"borrow","","",15,[[]]],[11,"borrow_mut","","",15,[[]]],[11,"type_id","","",15,[[],["typeid",3]]],[11,"vzip","","",15,[[]]],[11,"into_any","","",15,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",15,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",15,[[],["any",8]]],[11,"as_any_mut","","",15,[[],["any",8]]],[11,"from","game::common::colors","",16,[[]]],[11,"into","","",16,[[]]],[11,"try_from","","",16,[[],["result",4]]],[11,"try_into","","",16,[[],["result",4]]],[11,"borrow","","",16,[[]]],[11,"borrow_mut","","",16,[[]]],[11,"type_id","","",16,[[],["typeid",3]]],[11,"vzip","","",16,[[]]],[11,"into_any","","",16,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",16,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",16,[[],["any",8]]],[11,"as_any_mut","","",16,[[],["any",8]]],[11,"into_any_arc","","",16,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",20,[[]]],[11,"into","","",20,[[]]],[11,"try_from","","",20,[[],["result",4]]],[11,"try_into","","",20,[[],["result",4]]],[11,"borrow","","",20,[[]]],[11,"borrow_mut","","",20,[[]]],[11,"type_id","","",20,[[],["typeid",3]]],[11,"vzip","","",20,[[]]],[11,"into_any","","",20,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",20,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",20,[[],["any",8]]],[11,"as_any_mut","","",20,[[],["any",8]]],[11,"into_any_arc","","",20,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",17,[[]]],[11,"into","","",17,[[]]],[11,"try_from","","",17,[[],["result",4]]],[11,"try_into","","",17,[[],["result",4]]],[11,"borrow","","",17,[[]]],[11,"borrow_mut","","",17,[[]]],[11,"type_id","","",17,[[],["typeid",3]]],[11,"vzip","","",17,[[]]],[11,"into_any","","",17,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",17,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",17,[[],["any",8]]],[11,"as_any_mut","","",17,[[],["any",8]]],[11,"into_any_arc","","",17,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",18,[[]]],[11,"into","","",18,[[]]],[11,"try_from","","",18,[[],["result",4]]],[11,"try_into","","",18,[[],["result",4]]],[11,"borrow","","",18,[[]]],[11,"borrow_mut","","",18,[[]]],[11,"type_id","","",18,[[],["typeid",3]]],[11,"vzip","","",18,[[]]],[11,"into_any","","",18,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",18,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",18,[[],["any",8]]],[11,"as_any_mut","","",18,[[],["any",8]]],[11,"into_any_arc","","",18,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",19,[[]]],[11,"into","","",19,[[]]],[11,"try_from","","",19,[[],["result",4]]],[11,"try_into","","",19,[[],["result",4]]],[11,"borrow","","",19,[[]]],[11,"borrow_mut","","",19,[[]]],[11,"type_id","","",19,[[],["typeid",3]]],[11,"vzip","","",19,[[]]],[11,"into_any","","",19,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",19,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",19,[[],["any",8]]],[11,"as_any_mut","","",19,[[],["any",8]]],[11,"into_any_arc","","",19,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::common::heatmap","",21,[[]]],[11,"into","","",21,[[]]],[11,"to_owned","","",21,[[]]],[11,"clone_into","","",21,[[]]],[11,"try_from","","",21,[[],["result",4]]],[11,"try_into","","",21,[[],["result",4]]],[11,"borrow","","",21,[[]]],[11,"borrow_mut","","",21,[[]]],[11,"type_id","","",21,[[],["typeid",3]]],[11,"vzip","","",21,[[]]],[11,"into_any","","",21,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",21,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",21,[[],["any",8]]],[11,"as_any_mut","","",21,[[],["any",8]]],[11,"into_any_arc","","",21,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",22,[[]]],[11,"into","","",22,[[]]],[11,"try_from","","",22,[[],["result",4]]],[11,"try_into","","",22,[[],["result",4]]],[11,"borrow","","",22,[[]]],[11,"borrow_mut","","",22,[[]]],[11,"type_id","","",22,[[],["typeid",3]]],[11,"vzip","","",22,[[]]],[11,"into_any","","",22,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",22,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",22,[[],["any",8]]],[11,"as_any_mut","","",22,[[],["any",8]]],[11,"into_any_arc","","",22,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::common::isochrone","",23,[[]]],[11,"into","","",23,[[]]],[11,"try_from","","",23,[[],["result",4]]],[11,"try_into","","",23,[[],["result",4]]],[11,"borrow","","",23,[[]]],[11,"borrow_mut","","",23,[[]]],[11,"type_id","","",23,[[],["typeid",3]]],[11,"vzip","","",23,[[]]],[11,"into_any","","",23,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",23,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",23,[[],["any",8]]],[11,"as_any_mut","","",23,[[],["any",8]]],[11,"from","game::common::minimap","",24,[[]]],[11,"into","","",24,[[]]],[11,"try_from","","",24,[[],["result",4]]],[11,"try_into","","",24,[[],["result",4]]],[11,"borrow","","",24,[[]]],[11,"borrow_mut","","",24,[[]]],[11,"type_id","","",24,[[],["typeid",3]]],[11,"vzip","","",24,[[]]],[11,"into_any","","",24,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",24,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",24,[[],["any",8]]],[11,"as_any_mut","","",24,[[],["any",8]]],[11,"from","game::common::navigate","",25,[[]]],[11,"into","","",25,[[]]],[11,"try_from","","",25,[[],["result",4]]],[11,"try_into","","",25,[[],["result",4]]],[11,"borrow","","",25,[[]]],[11,"borrow_mut","","",25,[[]]],[11,"type_id","","",25,[[],["typeid",3]]],[11,"vzip","","",25,[[]]],[11,"into_any","","",25,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",25,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",25,[[],["any",8]]],[11,"as_any_mut","","",25,[[],["any",8]]],[11,"from","","",26,[[]]],[11,"into","","",26,[[]]],[11,"try_from","","",26,[[],["result",4]]],[11,"try_into","","",26,[[],["result",4]]],[11,"borrow","","",26,[[]]],[11,"borrow_mut","","",26,[[]]],[11,"type_id","","",26,[[],["typeid",3]]],[11,"vzip","","",26,[[]]],[11,"into_any","","",26,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",26,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",26,[[],["any",8]]],[11,"as_any_mut","","",26,[[],["any",8]]],[11,"from","","",27,[[]]],[11,"into","","",27,[[]]],[11,"try_from","","",27,[[],["result",4]]],[11,"try_into","","",27,[[],["result",4]]],[11,"borrow","","",27,[[]]],[11,"borrow_mut","","",27,[[]]],[11,"type_id","","",27,[[],["typeid",3]]],[11,"vzip","","",27,[[]]],[11,"into_any","","",27,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",27,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",27,[[],["any",8]]],[11,"as_any_mut","","",27,[[],["any",8]]],[11,"from","game::common::warp","",28,[[]]],[11,"into","","",28,[[]]],[11,"try_from","","",28,[[],["result",4]]],[11,"try_into","","",28,[[],["result",4]]],[11,"borrow","","",28,[[]]],[11,"borrow_mut","","",28,[[]]],[11,"type_id","","",28,[[],["typeid",3]]],[11,"vzip","","",28,[[]]],[11,"into_any","","",28,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",28,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",28,[[],["any",8]]],[11,"as_any_mut","","",28,[[],["any",8]]],[11,"into_any_arc","","",28,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",29,[[]]],[11,"into","","",29,[[]]],[11,"try_from","","",29,[[],["result",4]]],[11,"try_into","","",29,[[],["result",4]]],[11,"borrow","","",29,[[]]],[11,"borrow_mut","","",29,[[]]],[11,"type_id","","",29,[[],["typeid",3]]],[11,"vzip","","",29,[[]]],[11,"into_any","","",29,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",29,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",29,[[],["any",8]]],[11,"as_any_mut","","",29,[[],["any",8]]],[11,"from","game::cutscene","",30,[[]]],[11,"into","","",30,[[]]],[11,"try_from","","",30,[[],["result",4]]],[11,"try_into","","",30,[[],["result",4]]],[11,"borrow","","",30,[[]]],[11,"borrow_mut","","",30,[[]]],[11,"type_id","","",30,[[],["typeid",3]]],[11,"vzip","","",30,[[]]],[11,"into_any","","",30,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",30,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",30,[[],["any",8]]],[11,"as_any_mut","","",30,[[],["any",8]]],[11,"into_any_arc","","",30,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",31,[[]]],[11,"into","","",31,[[]]],[11,"try_from","","",31,[[],["result",4]]],[11,"try_into","","",31,[[],["result",4]]],[11,"borrow","","",31,[[]]],[11,"borrow_mut","","",31,[[]]],[11,"type_id","","",31,[[],["typeid",3]]],[11,"vzip","","",31,[[]]],[11,"into_any","","",31,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",31,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",31,[[],["any",8]]],[11,"as_any_mut","","",31,[[],["any",8]]],[11,"into_any_arc","","",31,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",32,[[]]],[11,"into","","",32,[[]]],[11,"try_from","","",32,[[],["result",4]]],[11,"try_into","","",32,[[],["result",4]]],[11,"borrow","","",32,[[]]],[11,"borrow_mut","","",32,[[]]],[11,"type_id","","",32,[[],["typeid",3]]],[11,"vzip","","",32,[[]]],[11,"into_any","","",32,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",32,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",32,[[],["any",8]]],[11,"as_any_mut","","",32,[[],["any",8]]],[11,"from","","",33,[[]]],[11,"into","","",33,[[]]],[11,"try_from","","",33,[[],["result",4]]],[11,"try_into","","",33,[[],["result",4]]],[11,"borrow","","",33,[[]]],[11,"borrow_mut","","",33,[[]]],[11,"type_id","","",33,[[],["typeid",3]]],[11,"vzip","","",33,[[]]],[11,"into_any","","",33,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",33,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",33,[[],["any",8]]],[11,"as_any_mut","","",33,[[],["any",8]]],[11,"from","","",34,[[]]],[11,"into","","",34,[[]]],[11,"try_from","","",34,[[],["result",4]]],[11,"try_into","","",34,[[],["result",4]]],[11,"borrow","","",34,[[]]],[11,"borrow_mut","","",34,[[]]],[11,"type_id","","",34,[[],["typeid",3]]],[11,"vzip","","",34,[[]]],[11,"into_any","","",34,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",34,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",34,[[],["any",8]]],[11,"as_any_mut","","",34,[[],["any",8]]],[11,"into_any_arc","","",34,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::debug","",35,[[]]],[11,"into","","",35,[[]]],[11,"try_from","","",35,[[],["result",4]]],[11,"try_into","","",35,[[],["result",4]]],[11,"borrow","","",35,[[]]],[11,"borrow_mut","","",35,[[]]],[11,"type_id","","",35,[[],["typeid",3]]],[11,"vzip","","",35,[[]]],[11,"into_any","","",35,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",35,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",35,[[],["any",8]]],[11,"as_any_mut","","",35,[[],["any",8]]],[11,"from","","",36,[[]]],[11,"into","","",36,[[]]],[11,"try_from","","",36,[[],["result",4]]],[11,"try_into","","",36,[[],["result",4]]],[11,"borrow","","",36,[[]]],[11,"borrow_mut","","",36,[[]]],[11,"type_id","","",36,[[],["typeid",3]]],[11,"vzip","","",36,[[]]],[11,"into_any","","",36,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",36,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",36,[[],["any",8]]],[11,"as_any_mut","","",36,[[],["any",8]]],[11,"into_any_arc","","",36,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",204,[[]]],[11,"into","","",204,[[]]],[11,"try_from","","",204,[[],["result",4]]],[11,"try_into","","",204,[[],["result",4]]],[11,"borrow","","",204,[[]]],[11,"borrow_mut","","",204,[[]]],[11,"type_id","","",204,[[],["typeid",3]]],[11,"vzip","","",204,[[]]],[11,"into_any","","",204,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",204,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",204,[[],["any",8]]],[11,"as_any_mut","","",204,[[],["any",8]]],[11,"into_any_arc","","",204,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",37,[[]]],[11,"into","","",37,[[]]],[11,"try_from","","",37,[[],["result",4]]],[11,"try_into","","",37,[[],["result",4]]],[11,"borrow","","",37,[[]]],[11,"borrow_mut","","",37,[[]]],[11,"type_id","","",37,[[],["typeid",3]]],[11,"vzip","","",37,[[]]],[11,"into_any","","",37,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",37,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",37,[[],["any",8]]],[11,"as_any_mut","","",37,[[],["any",8]]],[11,"into_any_arc","","",37,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::debug::floodfill","",38,[[]]],[11,"into","","",38,[[]]],[11,"try_from","","",38,[[],["result",4]]],[11,"try_into","","",38,[[],["result",4]]],[11,"borrow","","",38,[[]]],[11,"borrow_mut","","",38,[[]]],[11,"type_id","","",38,[[],["typeid",3]]],[11,"vzip","","",38,[[]]],[11,"into_any","","",38,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",38,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",38,[[],["any",8]]],[11,"as_any_mut","","",38,[[],["any",8]]],[11,"from","","",39,[[]]],[11,"into","","",39,[[]]],[11,"to_owned","","",39,[[]]],[11,"clone_into","","",39,[[]]],[11,"try_from","","",39,[[],["result",4]]],[11,"try_into","","",39,[[],["result",4]]],[11,"borrow","","",39,[[]]],[11,"borrow_mut","","",39,[[]]],[11,"type_id","","",39,[[],["typeid",3]]],[11,"vzip","","",39,[[]]],[11,"into_any","","",39,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",39,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",39,[[],["any",8]]],[11,"as_any_mut","","",39,[[],["any",8]]],[11,"into_any_arc","","",39,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::debug::objects","",40,[[]]],[11,"into","","",40,[[]]],[11,"try_from","","",40,[[],["result",4]]],[11,"try_into","","",40,[[],["result",4]]],[11,"borrow","","",40,[[]]],[11,"borrow_mut","","",40,[[]]],[11,"type_id","","",40,[[],["typeid",3]]],[11,"vzip","","",40,[[]]],[11,"into_any","","",40,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",40,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",40,[[],["any",8]]],[11,"as_any_mut","","",40,[[],["any",8]]],[11,"into_any_arc","","",40,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::debug::path_counter","",41,[[]]],[11,"into","","",41,[[]]],[11,"try_from","","",41,[[],["result",4]]],[11,"try_into","","",41,[[],["result",4]]],[11,"borrow","","",41,[[]]],[11,"borrow_mut","","",41,[[]]],[11,"type_id","","",41,[[],["typeid",3]]],[11,"vzip","","",41,[[]]],[11,"into_any","","",41,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",41,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",41,[[],["any",8]]],[11,"as_any_mut","","",41,[[],["any",8]]],[11,"from","game::debug::polygons","",42,[[]]],[11,"into","","",42,[[]]],[11,"try_from","","",42,[[],["result",4]]],[11,"try_into","","",42,[[],["result",4]]],[11,"borrow","","",42,[[]]],[11,"borrow_mut","","",42,[[]]],[11,"type_id","","",42,[[],["typeid",3]]],[11,"vzip","","",42,[[]]],[11,"into_any","","",42,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",42,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",42,[[],["any",8]]],[11,"as_any_mut","","",42,[[],["any",8]]],[11,"from","","",43,[[]]],[11,"into","","",43,[[]]],[11,"try_from","","",43,[[],["result",4]]],[11,"try_into","","",43,[[],["result",4]]],[11,"borrow","","",43,[[]]],[11,"borrow_mut","","",43,[[]]],[11,"type_id","","",43,[[],["typeid",3]]],[11,"vzip","","",43,[[]]],[11,"into_any","","",43,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",43,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",43,[[],["any",8]]],[11,"as_any_mut","","",43,[[],["any",8]]],[11,"into_any_arc","","",43,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::devtools","",44,[[]]],[11,"into","","",44,[[]]],[11,"try_from","","",44,[[],["result",4]]],[11,"try_into","","",44,[[],["result",4]]],[11,"borrow","","",44,[[]]],[11,"borrow_mut","","",44,[[]]],[11,"type_id","","",44,[[],["typeid",3]]],[11,"vzip","","",44,[[]]],[11,"into_any","","",44,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",44,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",44,[[],["any",8]]],[11,"as_any_mut","","",44,[[],["any",8]]],[11,"from","game::devtools::destinations","",45,[[]]],[11,"into","","",45,[[]]],[11,"try_from","","",45,[[],["result",4]]],[11,"try_into","","",45,[[],["result",4]]],[11,"borrow","","",45,[[]]],[11,"borrow_mut","","",45,[[]]],[11,"type_id","","",45,[[],["typeid",3]]],[11,"vzip","","",45,[[]]],[11,"into_any","","",45,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",45,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",45,[[],["any",8]]],[11,"as_any_mut","","",45,[[],["any",8]]],[11,"from","game::devtools::kml","",46,[[]]],[11,"into","","",46,[[]]],[11,"try_from","","",46,[[],["result",4]]],[11,"try_into","","",46,[[],["result",4]]],[11,"borrow","","",46,[[]]],[11,"borrow_mut","","",46,[[]]],[11,"type_id","","",46,[[],["typeid",3]]],[11,"vzip","","",46,[[]]],[11,"into_any","","",46,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",46,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",46,[[],["any",8]]],[11,"as_any_mut","","",46,[[],["any",8]]],[11,"from","","",47,[[]]],[11,"into","","",47,[[]]],[11,"try_from","","",47,[[],["result",4]]],[11,"try_into","","",47,[[],["result",4]]],[11,"borrow","","",47,[[]]],[11,"borrow_mut","","",47,[[]]],[11,"type_id","","",47,[[],["typeid",3]]],[11,"vzip","","",47,[[]]],[11,"into_any","","",47,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",47,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",47,[[],["any",8]]],[11,"as_any_mut","","",47,[[],["any",8]]],[11,"into_any_arc","","",47,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::devtools::mapping","",48,[[]]],[11,"into","","",48,[[]]],[11,"try_from","","",48,[[],["result",4]]],[11,"try_into","","",48,[[],["result",4]]],[11,"borrow","","",48,[[]]],[11,"borrow_mut","","",48,[[]]],[11,"type_id","","",48,[[],["typeid",3]]],[11,"vzip","","",48,[[]]],[11,"into_any","","",48,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",48,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",48,[[],["any",8]]],[11,"as_any_mut","","",48,[[],["any",8]]],[11,"from","","",49,[[]]],[11,"into","","",49,[[]]],[11,"try_from","","",49,[[],["result",4]]],[11,"try_into","","",49,[[],["result",4]]],[11,"borrow","","",49,[[]]],[11,"borrow_mut","","",49,[[]]],[11,"type_id","","",49,[[],["typeid",3]]],[11,"vzip","","",49,[[]]],[11,"into_any","","",49,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",49,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",49,[[],["any",8]]],[11,"as_any_mut","","",49,[[],["any",8]]],[11,"from","","",50,[[]]],[11,"into","","",50,[[]]],[11,"to_owned","","",50,[[]]],[11,"clone_into","","",50,[[]]],[11,"try_from","","",50,[[],["result",4]]],[11,"try_into","","",50,[[],["result",4]]],[11,"borrow","","",50,[[]]],[11,"borrow_mut","","",50,[[]]],[11,"type_id","","",50,[[],["typeid",3]]],[11,"vzip","","",50,[[]]],[11,"into_any","","",50,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",50,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",50,[[],["any",8]]],[11,"as_any_mut","","",50,[[],["any",8]]],[11,"into_any_arc","","",50,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",51,[[]]],[11,"into","","",51,[[]]],[11,"to_owned","","",51,[[]]],[11,"clone_into","","",51,[[]]],[11,"try_from","","",51,[[],["result",4]]],[11,"try_into","","",51,[[],["result",4]]],[11,"borrow","","",51,[[]]],[11,"borrow_mut","","",51,[[]]],[11,"type_id","","",51,[[],["typeid",3]]],[11,"vzip","","",51,[[]]],[11,"into_any","","",51,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",51,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",51,[[],["any",8]]],[11,"as_any_mut","","",51,[[],["any",8]]],[11,"into_any_arc","","",51,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::devtools::polygon","",52,[[]]],[11,"into","","",52,[[]]],[11,"try_from","","",52,[[],["result",4]]],[11,"try_into","","",52,[[],["result",4]]],[11,"borrow","","",52,[[]]],[11,"borrow_mut","","",52,[[]]],[11,"type_id","","",52,[[],["typeid",3]]],[11,"vzip","","",52,[[]]],[11,"into_any","","",52,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",52,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",52,[[],["any",8]]],[11,"as_any_mut","","",52,[[],["any",8]]],[11,"from","game::devtools::scenario","",53,[[]]],[11,"into","","",53,[[]]],[11,"try_from","","",53,[[],["result",4]]],[11,"try_into","","",53,[[],["result",4]]],[11,"borrow","","",53,[[]]],[11,"borrow_mut","","",53,[[]]],[11,"type_id","","",53,[[],["typeid",3]]],[11,"vzip","","",53,[[]]],[11,"into_any","","",53,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",53,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",53,[[],["any",8]]],[11,"as_any_mut","","",53,[[],["any",8]]],[11,"from","game::devtools::story","",54,[[]]],[11,"into","","",54,[[]]],[11,"try_from","","",54,[[],["result",4]]],[11,"try_into","","",54,[[],["result",4]]],[11,"borrow","","",54,[[]]],[11,"borrow_mut","","",54,[[]]],[11,"type_id","","",54,[[],["typeid",3]]],[11,"vzip","","",54,[[]]],[11,"into_any","","",54,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",54,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",54,[[],["any",8]]],[11,"as_any_mut","","",54,[[],["any",8]]],[11,"from","","",55,[[]]],[11,"into","","",55,[[]]],[11,"to_owned","","",55,[[]]],[11,"clone_into","","",55,[[]]],[11,"try_from","","",55,[[],["result",4]]],[11,"try_into","","",55,[[],["result",4]]],[11,"borrow","","",55,[[]]],[11,"borrow_mut","","",55,[[]]],[11,"type_id","","",55,[[],["typeid",3]]],[11,"vzip","","",55,[[]]],[11,"into_any","","",55,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",55,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",55,[[],["any",8]]],[11,"as_any_mut","","",55,[[],["any",8]]],[11,"into_any_arc","","",55,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",56,[[]]],[11,"into","","",56,[[]]],[11,"try_from","","",56,[[],["result",4]]],[11,"try_into","","",56,[[],["result",4]]],[11,"borrow","","",56,[[]]],[11,"borrow_mut","","",56,[[]]],[11,"type_id","","",56,[[],["typeid",3]]],[11,"vzip","","",56,[[]]],[11,"into_any","","",56,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",56,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",56,[[],["any",8]]],[11,"as_any_mut","","",56,[[],["any",8]]],[11,"into_any_arc","","",56,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",57,[[]]],[11,"into","","",57,[[]]],[11,"try_from","","",57,[[],["result",4]]],[11,"try_into","","",57,[[],["result",4]]],[11,"borrow","","",57,[[]]],[11,"borrow_mut","","",57,[[]]],[11,"type_id","","",57,[[],["typeid",3]]],[11,"vzip","","",57,[[]]],[11,"into_any","","",57,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",57,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",57,[[],["any",8]]],[11,"as_any_mut","","",57,[[],["any",8]]],[11,"into_any_arc","","",57,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",58,[[]]],[11,"into","","",58,[[]]],[11,"try_from","","",58,[[],["result",4]]],[11,"try_into","","",58,[[],["result",4]]],[11,"borrow","","",58,[[]]],[11,"borrow_mut","","",58,[[]]],[11,"type_id","","",58,[[],["typeid",3]]],[11,"vzip","","",58,[[]]],[11,"into_any","","",58,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",58,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",58,[[],["any",8]]],[11,"as_any_mut","","",58,[[],["any",8]]],[11,"into_any_arc","","",58,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",59,[[]]],[11,"into","","",59,[[]]],[11,"try_from","","",59,[[],["result",4]]],[11,"try_into","","",59,[[],["result",4]]],[11,"borrow","","",59,[[]]],[11,"borrow_mut","","",59,[[]]],[11,"type_id","","",59,[[],["typeid",3]]],[11,"vzip","","",59,[[]]],[11,"into_any","","",59,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",59,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",59,[[],["any",8]]],[11,"as_any_mut","","",59,[[],["any",8]]],[11,"from","game::edit","",60,[[]]],[11,"into","","",60,[[]]],[11,"try_from","","",60,[[],["result",4]]],[11,"try_into","","",60,[[],["result",4]]],[11,"borrow","","",60,[[]]],[11,"borrow_mut","","",60,[[]]],[11,"type_id","","",60,[[],["typeid",3]]],[11,"vzip","","",60,[[]]],[11,"into_any","","",60,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",60,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",60,[[],["any",8]]],[11,"as_any_mut","","",60,[[],["any",8]]],[11,"from","","",61,[[]]],[11,"into","","",61,[[]]],[11,"try_from","","",61,[[],["result",4]]],[11,"try_into","","",61,[[],["result",4]]],[11,"borrow","","",61,[[]]],[11,"borrow_mut","","",61,[[]]],[11,"type_id","","",61,[[],["typeid",3]]],[11,"vzip","","",61,[[]]],[11,"into_any","","",61,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",61,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",61,[[],["any",8]]],[11,"as_any_mut","","",61,[[],["any",8]]],[11,"from","","",62,[[]]],[11,"into","","",62,[[]]],[11,"try_from","","",62,[[],["result",4]]],[11,"try_into","","",62,[[],["result",4]]],[11,"borrow","","",62,[[]]],[11,"borrow_mut","","",62,[[]]],[11,"type_id","","",62,[[],["typeid",3]]],[11,"vzip","","",62,[[]]],[11,"into_any","","",62,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",62,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",62,[[],["any",8]]],[11,"as_any_mut","","",62,[[],["any",8]]],[11,"from","","",63,[[]]],[11,"into","","",63,[[]]],[11,"try_from","","",63,[[],["result",4]]],[11,"try_into","","",63,[[],["result",4]]],[11,"borrow","","",63,[[]]],[11,"borrow_mut","","",63,[[]]],[11,"type_id","","",63,[[],["typeid",3]]],[11,"vzip","","",63,[[]]],[11,"into_any","","",63,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",63,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",63,[[],["any",8]]],[11,"as_any_mut","","",63,[[],["any",8]]],[11,"from","game::edit::bulk","",64,[[]]],[11,"into","","",64,[[]]],[11,"try_from","","",64,[[],["result",4]]],[11,"try_into","","",64,[[],["result",4]]],[11,"borrow","","",64,[[]]],[11,"borrow_mut","","",64,[[]]],[11,"type_id","","",64,[[],["typeid",3]]],[11,"vzip","","",64,[[]]],[11,"into_any","","",64,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",64,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",64,[[],["any",8]]],[11,"as_any_mut","","",64,[[],["any",8]]],[11,"from","","",65,[[]]],[11,"into","","",65,[[]]],[11,"try_from","","",65,[[],["result",4]]],[11,"try_into","","",65,[[],["result",4]]],[11,"borrow","","",65,[[]]],[11,"borrow_mut","","",65,[[]]],[11,"type_id","","",65,[[],["typeid",3]]],[11,"vzip","","",65,[[]]],[11,"into_any","","",65,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",65,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",65,[[],["any",8]]],[11,"as_any_mut","","",65,[[],["any",8]]],[11,"from","game::edit::cluster_traffic_signals","",66,[[]]],[11,"into","","",66,[[]]],[11,"try_from","","",66,[[],["result",4]]],[11,"try_into","","",66,[[],["result",4]]],[11,"borrow","","",66,[[]]],[11,"borrow_mut","","",66,[[]]],[11,"type_id","","",66,[[],["typeid",3]]],[11,"vzip","","",66,[[]]],[11,"into_any","","",66,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",66,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",66,[[],["any",8]]],[11,"as_any_mut","","",66,[[],["any",8]]],[11,"from","game::edit::lanes","",67,[[]]],[11,"into","","",67,[[]]],[11,"try_from","","",67,[[],["result",4]]],[11,"try_into","","",67,[[],["result",4]]],[11,"borrow","","",67,[[]]],[11,"borrow_mut","","",67,[[]]],[11,"type_id","","",67,[[],["typeid",3]]],[11,"vzip","","",67,[[]]],[11,"into_any","","",67,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",67,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",67,[[],["any",8]]],[11,"as_any_mut","","",67,[[],["any",8]]],[11,"from","game::edit::routes","",68,[[]]],[11,"into","","",68,[[]]],[11,"try_from","","",68,[[],["result",4]]],[11,"try_into","","",68,[[],["result",4]]],[11,"borrow","","",68,[[]]],[11,"borrow_mut","","",68,[[]]],[11,"type_id","","",68,[[],["typeid",3]]],[11,"vzip","","",68,[[]]],[11,"into_any","","",68,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",68,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",68,[[],["any",8]]],[11,"as_any_mut","","",68,[[],["any",8]]],[11,"from","game::edit::select","",69,[[]]],[11,"into","","",69,[[]]],[11,"try_from","","",69,[[],["result",4]]],[11,"try_into","","",69,[[],["result",4]]],[11,"borrow","","",69,[[]]],[11,"borrow_mut","","",69,[[]]],[11,"type_id","","",69,[[],["typeid",3]]],[11,"vzip","","",69,[[]]],[11,"into_any","","",69,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",69,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",69,[[],["any",8]]],[11,"as_any_mut","","",69,[[],["any",8]]],[11,"into_any_arc","","",69,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",70,[[]]],[11,"into","","",70,[[]]],[11,"try_from","","",70,[[],["result",4]]],[11,"try_into","","",70,[[],["result",4]]],[11,"borrow","","",70,[[]]],[11,"borrow_mut","","",70,[[]]],[11,"type_id","","",70,[[],["typeid",3]]],[11,"vzip","","",70,[[]]],[11,"into_any","","",70,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",70,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",70,[[],["any",8]]],[11,"as_any_mut","","",70,[[],["any",8]]],[11,"into_any_arc","","",70,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::edit::stop_signs","",72,[[]]],[11,"into","","",72,[[]]],[11,"try_from","","",72,[[],["result",4]]],[11,"try_into","","",72,[[],["result",4]]],[11,"borrow","","",72,[[]]],[11,"borrow_mut","","",72,[[]]],[11,"type_id","","",72,[[],["typeid",3]]],[11,"vzip","","",72,[[]]],[11,"into_any","","",72,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",72,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",72,[[],["any",8]]],[11,"as_any_mut","","",72,[[],["any",8]]],[11,"from","game::edit::traffic_signals","",73,[[]]],[11,"into","","",73,[[]]],[11,"try_from","","",73,[[],["result",4]]],[11,"try_into","","",73,[[],["result",4]]],[11,"borrow","","",73,[[]]],[11,"borrow_mut","","",73,[[]]],[11,"type_id","","",73,[[],["typeid",3]]],[11,"vzip","","",73,[[]]],[11,"into_any","","",73,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",73,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",73,[[],["any",8]]],[11,"as_any_mut","","",73,[[],["any",8]]],[11,"from","","",74,[[]]],[11,"into","","",74,[[]]],[11,"to_owned","","",74,[[]]],[11,"clone_into","","",74,[[]]],[11,"try_from","","",74,[[],["result",4]]],[11,"try_into","","",74,[[],["result",4]]],[11,"borrow","","",74,[[]]],[11,"borrow_mut","","",74,[[]]],[11,"type_id","","",74,[[],["typeid",3]]],[11,"vzip","","",74,[[]]],[11,"into_any","","",74,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",74,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",74,[[],["any",8]]],[11,"as_any_mut","","",74,[[],["any",8]]],[11,"into_any_arc","","",74,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::edit::traffic_signals::edits","",75,[[]]],[11,"into","","",75,[[]]],[11,"try_from","","",75,[[],["result",4]]],[11,"try_into","","",75,[[],["result",4]]],[11,"borrow","","",75,[[]]],[11,"borrow_mut","","",75,[[]]],[11,"type_id","","",75,[[],["typeid",3]]],[11,"vzip","","",75,[[]]],[11,"into_any","","",75,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",75,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",75,[[],["any",8]]],[11,"as_any_mut","","",75,[[],["any",8]]],[11,"from","game::edit::traffic_signals::offsets","",76,[[]]],[11,"into","","",76,[[]]],[11,"try_from","","",76,[[],["result",4]]],[11,"try_into","","",76,[[],["result",4]]],[11,"borrow","","",76,[[]]],[11,"borrow_mut","","",76,[[]]],[11,"type_id","","",76,[[],["typeid",3]]],[11,"vzip","","",76,[[]]],[11,"into_any","","",76,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",76,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",76,[[],["any",8]]],[11,"as_any_mut","","",76,[[],["any",8]]],[11,"from","","",77,[[]]],[11,"into","","",77,[[]]],[11,"try_from","","",77,[[],["result",4]]],[11,"try_into","","",77,[[],["result",4]]],[11,"borrow","","",77,[[]]],[11,"borrow_mut","","",77,[[]]],[11,"type_id","","",77,[[],["typeid",3]]],[11,"vzip","","",77,[[]]],[11,"into_any","","",77,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",77,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",77,[[],["any",8]]],[11,"as_any_mut","","",77,[[],["any",8]]],[11,"from","","",78,[[]]],[11,"into","","",78,[[]]],[11,"try_from","","",78,[[],["result",4]]],[11,"try_into","","",78,[[],["result",4]]],[11,"borrow","","",78,[[]]],[11,"borrow_mut","","",78,[[]]],[11,"type_id","","",78,[[],["typeid",3]]],[11,"vzip","","",78,[[]]],[11,"into_any","","",78,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",78,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",78,[[],["any",8]]],[11,"as_any_mut","","",78,[[],["any",8]]],[11,"from","game::edit::traffic_signals::picker","",79,[[]]],[11,"into","","",79,[[]]],[11,"try_from","","",79,[[],["result",4]]],[11,"try_into","","",79,[[],["result",4]]],[11,"borrow","","",79,[[]]],[11,"borrow_mut","","",79,[[]]],[11,"type_id","","",79,[[],["typeid",3]]],[11,"vzip","","",79,[[]]],[11,"into_any","","",79,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",79,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",79,[[],["any",8]]],[11,"as_any_mut","","",79,[[],["any",8]]],[11,"from","game::edit::traffic_signals::preview","",80,[[]]],[11,"into","","",80,[[]]],[11,"try_from","","",80,[[],["result",4]]],[11,"try_into","","",80,[[],["result",4]]],[11,"borrow","","",80,[[]]],[11,"borrow_mut","","",80,[[]]],[11,"type_id","","",80,[[],["typeid",3]]],[11,"vzip","","",80,[[]]],[11,"into_any","","",80,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",80,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",80,[[],["any",8]]],[11,"as_any_mut","","",80,[[],["any",8]]],[11,"from","game::edit::zones","",81,[[]]],[11,"into","","",81,[[]]],[11,"try_from","","",81,[[],["result",4]]],[11,"try_into","","",81,[[],["result",4]]],[11,"borrow","","",81,[[]]],[11,"borrow_mut","","",81,[[]]],[11,"type_id","","",81,[[],["typeid",3]]],[11,"vzip","","",81,[[]]],[11,"into_any","","",81,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",81,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",81,[[],["any",8]]],[11,"as_any_mut","","",81,[[],["any",8]]],[11,"from","game::game","",82,[[]]],[11,"into","","",82,[[]]],[11,"try_from","","",82,[[],["result",4]]],[11,"try_into","","",82,[[],["result",4]]],[11,"borrow","","",82,[[]]],[11,"borrow_mut","","",82,[[]]],[11,"type_id","","",82,[[],["typeid",3]]],[11,"vzip","","",82,[[]]],[11,"into_any","","",82,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",82,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",82,[[],["any",8]]],[11,"as_any_mut","","",82,[[],["any",8]]],[11,"from","","",83,[[]]],[11,"into","","",83,[[]]],[11,"try_from","","",83,[[],["result",4]]],[11,"try_into","","",83,[[],["result",4]]],[11,"borrow","","",83,[[]]],[11,"borrow_mut","","",83,[[]]],[11,"type_id","","",83,[[],["typeid",3]]],[11,"vzip","","",83,[[]]],[11,"into_any","","",83,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",83,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",83,[[],["any",8]]],[11,"as_any_mut","","",83,[[],["any",8]]],[11,"from","","",84,[[]]],[11,"into","","",84,[[]]],[11,"try_from","","",84,[[],["result",4]]],[11,"try_into","","",84,[[],["result",4]]],[11,"borrow","","",84,[[]]],[11,"borrow_mut","","",84,[[]]],[11,"type_id","","",84,[[],["typeid",3]]],[11,"vzip","","",84,[[]]],[11,"into_any","","",84,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",84,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",84,[[],["any",8]]],[11,"as_any_mut","","",84,[[],["any",8]]],[11,"from","","",85,[[]]],[11,"into","","",85,[[]]],[11,"try_from","","",85,[[],["result",4]]],[11,"try_into","","",85,[[],["result",4]]],[11,"borrow","","",85,[[]]],[11,"borrow_mut","","",85,[[]]],[11,"type_id","","",85,[[],["typeid",3]]],[11,"vzip","","",85,[[]]],[11,"into_any","","",85,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",85,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",85,[[],["any",8]]],[11,"as_any_mut","","",85,[[],["any",8]]],[11,"from","","",86,[[]]],[11,"into","","",86,[[]]],[11,"try_from","","",86,[[],["result",4]]],[11,"try_into","","",86,[[],["result",4]]],[11,"borrow","","",86,[[]]],[11,"borrow_mut","","",86,[[]]],[11,"type_id","","",86,[[],["typeid",3]]],[11,"vzip","","",86,[[]]],[11,"into_any","","",86,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",86,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",86,[[],["any",8]]],[11,"as_any_mut","","",86,[[],["any",8]]],[11,"into_any_arc","","",86,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",87,[[]]],[11,"into","","",87,[[]]],[11,"try_from","","",87,[[],["result",4]]],[11,"try_into","","",87,[[],["result",4]]],[11,"borrow","","",87,[[]]],[11,"borrow_mut","","",87,[[]]],[11,"type_id","","",87,[[],["typeid",3]]],[11,"vzip","","",87,[[]]],[11,"into_any","","",87,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",87,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",87,[[],["any",8]]],[11,"as_any_mut","","",87,[[],["any",8]]],[11,"from","game::helpers","",89,[[]]],[11,"into","","",89,[[]]],[11,"to_owned","","",89,[[]]],[11,"clone_into","","",89,[[]]],[11,"try_from","","",89,[[],["result",4]]],[11,"try_into","","",89,[[],["result",4]]],[11,"borrow","","",89,[[]]],[11,"borrow_mut","","",89,[[]]],[11,"type_id","","",89,[[],["typeid",3]]],[11,"equivalent","","",89,[[]]],[11,"vzip","","",89,[[]]],[11,"into_any","","",89,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",89,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",89,[[],["any",8]]],[11,"as_any_mut","","",89,[[],["any",8]]],[11,"into_any_arc","","",89,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::info","",90,[[]]],[11,"into","","",90,[[]]],[11,"try_from","","",90,[[],["result",4]]],[11,"try_into","","",90,[[],["result",4]]],[11,"borrow","","",90,[[]]],[11,"borrow_mut","","",90,[[]]],[11,"type_id","","",90,[[],["typeid",3]]],[11,"vzip","","",90,[[]]],[11,"into_any","","",90,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",90,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",90,[[],["any",8]]],[11,"as_any_mut","","",90,[[],["any",8]]],[11,"from","","",91,[[]]],[11,"into","","",91,[[]]],[11,"try_from","","",91,[[],["result",4]]],[11,"try_into","","",91,[[],["result",4]]],[11,"borrow","","",91,[[]]],[11,"borrow_mut","","",91,[[]]],[11,"type_id","","",91,[[],["typeid",3]]],[11,"vzip","","",91,[[]]],[11,"into_any","","",91,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",91,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",91,[[],["any",8]]],[11,"as_any_mut","","",91,[[],["any",8]]],[11,"into_any_arc","","",91,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",92,[[]]],[11,"into","","",92,[[]]],[11,"to_owned","","",92,[[]]],[11,"clone_into","","",92,[[]]],[11,"try_from","","",92,[[],["result",4]]],[11,"try_into","","",92,[[],["result",4]]],[11,"borrow","","",92,[[]]],[11,"borrow_mut","","",92,[[]]],[11,"type_id","","",92,[[],["typeid",3]]],[11,"vzip","","",92,[[]]],[11,"into_any","","",92,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",92,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",92,[[],["any",8]]],[11,"as_any_mut","","",92,[[],["any",8]]],[11,"into_any_arc","","",92,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",93,[[]]],[11,"into","","",93,[[]]],[11,"to_owned","","",93,[[]]],[11,"clone_into","","",93,[[]]],[11,"try_from","","",93,[[],["result",4]]],[11,"try_into","","",93,[[],["result",4]]],[11,"borrow","","",93,[[]]],[11,"borrow_mut","","",93,[[]]],[11,"type_id","","",93,[[],["typeid",3]]],[11,"vzip","","",93,[[]]],[11,"into_any","","",93,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",93,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",93,[[],["any",8]]],[11,"as_any_mut","","",93,[[],["any",8]]],[11,"into_any_arc","","",93,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::info::trip","",94,[[]]],[11,"into","","",94,[[]]],[11,"to_owned","","",94,[[]]],[11,"clone_into","","",94,[[]]],[11,"try_from","","",94,[[],["result",4]]],[11,"try_into","","",94,[[],["result",4]]],[11,"borrow","","",94,[[]]],[11,"borrow_mut","","",94,[[]]],[11,"type_id","","",94,[[],["typeid",3]]],[11,"vzip","","",94,[[]]],[11,"into_any","","",94,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",94,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",94,[[],["any",8]]],[11,"as_any_mut","","",94,[[],["any",8]]],[11,"into_any_arc","","",94,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::layer","",96,[[]]],[11,"into","","",96,[[]]],[11,"try_from","","",96,[[],["result",4]]],[11,"try_into","","",96,[[],["result",4]]],[11,"borrow","","",96,[[]]],[11,"borrow_mut","","",96,[[]]],[11,"type_id","","",96,[[],["typeid",3]]],[11,"vzip","","",96,[[]]],[11,"into_any","","",96,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",96,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",96,[[],["any",8]]],[11,"as_any_mut","","",96,[[],["any",8]]],[11,"from","","",97,[[]]],[11,"into","","",97,[[]]],[11,"try_from","","",97,[[],["result",4]]],[11,"try_into","","",97,[[],["result",4]]],[11,"borrow","","",97,[[]]],[11,"borrow_mut","","",97,[[]]],[11,"type_id","","",97,[[],["typeid",3]]],[11,"vzip","","",97,[[]]],[11,"into_any","","",97,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",97,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",97,[[],["any",8]]],[11,"as_any_mut","","",97,[[],["any",8]]],[11,"from","game::layer::elevation","",98,[[]]],[11,"into","","",98,[[]]],[11,"try_from","","",98,[[],["result",4]]],[11,"try_into","","",98,[[],["result",4]]],[11,"borrow","","",98,[[]]],[11,"borrow_mut","","",98,[[]]],[11,"type_id","","",98,[[],["typeid",3]]],[11,"vzip","","",98,[[]]],[11,"into_any","","",98,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",98,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",98,[[],["any",8]]],[11,"as_any_mut","","",98,[[],["any",8]]],[11,"from","game::layer::map","",99,[[]]],[11,"into","","",99,[[]]],[11,"try_from","","",99,[[],["result",4]]],[11,"try_into","","",99,[[],["result",4]]],[11,"borrow","","",99,[[]]],[11,"borrow_mut","","",99,[[]]],[11,"type_id","","",99,[[],["typeid",3]]],[11,"vzip","","",99,[[]]],[11,"into_any","","",99,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",99,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",99,[[],["any",8]]],[11,"as_any_mut","","",99,[[],["any",8]]],[11,"from","","",100,[[]]],[11,"into","","",100,[[]]],[11,"try_from","","",100,[[],["result",4]]],[11,"try_into","","",100,[[],["result",4]]],[11,"borrow","","",100,[[]]],[11,"borrow_mut","","",100,[[]]],[11,"type_id","","",100,[[],["typeid",3]]],[11,"vzip","","",100,[[]]],[11,"into_any","","",100,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",100,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",100,[[],["any",8]]],[11,"as_any_mut","","",100,[[],["any",8]]],[11,"from","","",101,[[]]],[11,"into","","",101,[[]]],[11,"try_from","","",101,[[],["result",4]]],[11,"try_into","","",101,[[],["result",4]]],[11,"borrow","","",101,[[]]],[11,"borrow_mut","","",101,[[]]],[11,"type_id","","",101,[[],["typeid",3]]],[11,"vzip","","",101,[[]]],[11,"into_any","","",101,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",101,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",101,[[],["any",8]]],[11,"as_any_mut","","",101,[[],["any",8]]],[11,"from","game::layer::pandemic","",102,[[]]],[11,"into","","",102,[[]]],[11,"try_from","","",102,[[],["result",4]]],[11,"try_into","","",102,[[],["result",4]]],[11,"borrow","","",102,[[]]],[11,"borrow_mut","","",102,[[]]],[11,"type_id","","",102,[[],["typeid",3]]],[11,"vzip","","",102,[[]]],[11,"into_any","","",102,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",102,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",102,[[],["any",8]]],[11,"as_any_mut","","",102,[[],["any",8]]],[11,"from","","",103,[[]]],[11,"into","","",103,[[]]],[11,"to_owned","","",103,[[]]],[11,"clone_into","","",103,[[]]],[11,"try_from","","",103,[[],["result",4]]],[11,"try_into","","",103,[[],["result",4]]],[11,"borrow","","",103,[[]]],[11,"borrow_mut","","",103,[[]]],[11,"type_id","","",103,[[],["typeid",3]]],[11,"vzip","","",103,[[]]],[11,"into_any","","",103,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",103,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",103,[[],["any",8]]],[11,"as_any_mut","","",103,[[],["any",8]]],[11,"into_any_arc","","",103,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",104,[[]]],[11,"into","","",104,[[]]],[11,"to_owned","","",104,[[]]],[11,"clone_into","","",104,[[]]],[11,"try_from","","",104,[[],["result",4]]],[11,"try_into","","",104,[[],["result",4]]],[11,"borrow","","",104,[[]]],[11,"borrow_mut","","",104,[[]]],[11,"type_id","","",104,[[],["typeid",3]]],[11,"vzip","","",104,[[]]],[11,"into_any","","",104,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",104,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",104,[[],["any",8]]],[11,"as_any_mut","","",104,[[],["any",8]]],[11,"into_any_arc","","",104,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::layer::parking","",105,[[]]],[11,"into","","",105,[[]]],[11,"try_from","","",105,[[],["result",4]]],[11,"try_into","","",105,[[],["result",4]]],[11,"borrow","","",105,[[]]],[11,"borrow_mut","","",105,[[]]],[11,"type_id","","",105,[[],["typeid",3]]],[11,"vzip","","",105,[[]]],[11,"into_any","","",105,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",105,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",105,[[],["any",8]]],[11,"as_any_mut","","",105,[[],["any",8]]],[11,"from","","",106,[[]]],[11,"into","","",106,[[]]],[11,"try_from","","",106,[[],["result",4]]],[11,"try_into","","",106,[[],["result",4]]],[11,"borrow","","",106,[[]]],[11,"borrow_mut","","",106,[[]]],[11,"type_id","","",106,[[],["typeid",3]]],[11,"vzip","","",106,[[]]],[11,"into_any","","",106,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",106,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",106,[[],["any",8]]],[11,"as_any_mut","","",106,[[],["any",8]]],[11,"from","","",107,[[]]],[11,"into","","",107,[[]]],[11,"to_owned","","",107,[[]]],[11,"clone_into","","",107,[[]]],[11,"try_from","","",107,[[],["result",4]]],[11,"try_into","","",107,[[],["result",4]]],[11,"borrow","","",107,[[]]],[11,"borrow_mut","","",107,[[]]],[11,"type_id","","",107,[[],["typeid",3]]],[11,"equivalent","","",107,[[]]],[11,"vzip","","",107,[[]]],[11,"into_any","","",107,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",107,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",107,[[],["any",8]]],[11,"as_any_mut","","",107,[[],["any",8]]],[11,"into_any_arc","","",107,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::layer::population","",108,[[]]],[11,"into","","",108,[[]]],[11,"try_from","","",108,[[],["result",4]]],[11,"try_into","","",108,[[],["result",4]]],[11,"borrow","","",108,[[]]],[11,"borrow_mut","","",108,[[]]],[11,"type_id","","",108,[[],["typeid",3]]],[11,"vzip","","",108,[[]]],[11,"into_any","","",108,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",108,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",108,[[],["any",8]]],[11,"as_any_mut","","",108,[[],["any",8]]],[11,"from","","",109,[[]]],[11,"into","","",109,[[]]],[11,"to_owned","","",109,[[]]],[11,"clone_into","","",109,[[]]],[11,"try_from","","",109,[[],["result",4]]],[11,"try_into","","",109,[[],["result",4]]],[11,"borrow","","",109,[[]]],[11,"borrow_mut","","",109,[[]]],[11,"type_id","","",109,[[],["typeid",3]]],[11,"vzip","","",109,[[]]],[11,"into_any","","",109,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",109,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",109,[[],["any",8]]],[11,"as_any_mut","","",109,[[],["any",8]]],[11,"into_any_arc","","",109,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::layer::traffic","",110,[[]]],[11,"into","","",110,[[]]],[11,"try_from","","",110,[[],["result",4]]],[11,"try_into","","",110,[[],["result",4]]],[11,"borrow","","",110,[[]]],[11,"borrow_mut","","",110,[[]]],[11,"type_id","","",110,[[],["typeid",3]]],[11,"vzip","","",110,[[]]],[11,"into_any","","",110,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",110,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",110,[[],["any",8]]],[11,"as_any_mut","","",110,[[],["any",8]]],[11,"from","","",111,[[]]],[11,"into","","",111,[[]]],[11,"try_from","","",111,[[],["result",4]]],[11,"try_into","","",111,[[],["result",4]]],[11,"borrow","","",111,[[]]],[11,"borrow_mut","","",111,[[]]],[11,"type_id","","",111,[[],["typeid",3]]],[11,"vzip","","",111,[[]]],[11,"into_any","","",111,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",111,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",111,[[],["any",8]]],[11,"as_any_mut","","",111,[[],["any",8]]],[11,"from","","",112,[[]]],[11,"into","","",112,[[]]],[11,"try_from","","",112,[[],["result",4]]],[11,"try_into","","",112,[[],["result",4]]],[11,"borrow","","",112,[[]]],[11,"borrow_mut","","",112,[[]]],[11,"type_id","","",112,[[],["typeid",3]]],[11,"vzip","","",112,[[]]],[11,"into_any","","",112,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",112,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",112,[[],["any",8]]],[11,"as_any_mut","","",112,[[],["any",8]]],[11,"from","","",113,[[]]],[11,"into","","",113,[[]]],[11,"try_from","","",113,[[],["result",4]]],[11,"try_into","","",113,[[],["result",4]]],[11,"borrow","","",113,[[]]],[11,"borrow_mut","","",113,[[]]],[11,"type_id","","",113,[[],["typeid",3]]],[11,"vzip","","",113,[[]]],[11,"into_any","","",113,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",113,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",113,[[],["any",8]]],[11,"as_any_mut","","",113,[[],["any",8]]],[11,"from","","",114,[[]]],[11,"into","","",114,[[]]],[11,"try_from","","",114,[[],["result",4]]],[11,"try_into","","",114,[[],["result",4]]],[11,"borrow","","",114,[[]]],[11,"borrow_mut","","",114,[[]]],[11,"type_id","","",114,[[],["typeid",3]]],[11,"vzip","","",114,[[]]],[11,"into_any","","",114,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",114,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",114,[[],["any",8]]],[11,"as_any_mut","","",114,[[],["any",8]]],[11,"into_any_arc","","",114,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",115,[[]]],[11,"into","","",115,[[]]],[11,"try_from","","",115,[[],["result",4]]],[11,"try_into","","",115,[[],["result",4]]],[11,"borrow","","",115,[[]]],[11,"borrow_mut","","",115,[[]]],[11,"type_id","","",115,[[],["typeid",3]]],[11,"vzip","","",115,[[]]],[11,"into_any","","",115,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",115,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",115,[[],["any",8]]],[11,"as_any_mut","","",115,[[],["any",8]]],[11,"from","game::layer::transit","",116,[[]]],[11,"into","","",116,[[]]],[11,"try_from","","",116,[[],["result",4]]],[11,"try_into","","",116,[[],["result",4]]],[11,"borrow","","",116,[[]]],[11,"borrow_mut","","",116,[[]]],[11,"type_id","","",116,[[],["typeid",3]]],[11,"vzip","","",116,[[]]],[11,"into_any","","",116,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",116,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",116,[[],["any",8]]],[11,"as_any_mut","","",116,[[],["any",8]]],[11,"from","game::options","",118,[[]]],[11,"into","","",118,[[]]],[11,"to_owned","","",118,[[]]],[11,"clone_into","","",118,[[]]],[11,"try_from","","",118,[[],["result",4]]],[11,"try_into","","",118,[[],["result",4]]],[11,"borrow","","",118,[[]]],[11,"borrow_mut","","",118,[[]]],[11,"type_id","","",118,[[],["typeid",3]]],[11,"vzip","","",118,[[]]],[11,"into_any","","",118,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",118,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",118,[[],["any",8]]],[11,"as_any_mut","","",118,[[],["any",8]]],[11,"into_any_arc","","",118,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",119,[[]]],[11,"into","","",119,[[]]],[11,"try_from","","",119,[[],["result",4]]],[11,"try_into","","",119,[[],["result",4]]],[11,"borrow","","",119,[[]]],[11,"borrow_mut","","",119,[[]]],[11,"type_id","","",119,[[],["typeid",3]]],[11,"vzip","","",119,[[]]],[11,"into_any","","",119,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",119,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",119,[[],["any",8]]],[11,"as_any_mut","","",119,[[],["any",8]]],[11,"from","","",120,[[]]],[11,"into","","",120,[[]]],[11,"to_owned","","",120,[[]]],[11,"clone_into","","",120,[[]]],[11,"try_from","","",120,[[],["result",4]]],[11,"try_into","","",120,[[],["result",4]]],[11,"borrow","","",120,[[]]],[11,"borrow_mut","","",120,[[]]],[11,"type_id","","",120,[[],["typeid",3]]],[11,"vzip","","",120,[[]]],[11,"into_any","","",120,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",120,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",120,[[],["any",8]]],[11,"as_any_mut","","",120,[[],["any",8]]],[11,"into_any_arc","","",120,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",121,[[]]],[11,"into","","",121,[[]]],[11,"to_owned","","",121,[[]]],[11,"clone_into","","",121,[[]]],[11,"try_from","","",121,[[],["result",4]]],[11,"try_into","","",121,[[],["result",4]]],[11,"borrow","","",121,[[]]],[11,"borrow_mut","","",121,[[]]],[11,"type_id","","",121,[[],["typeid",3]]],[11,"vzip","","",121,[[]]],[11,"into_any","","",121,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",121,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",121,[[],["any",8]]],[11,"as_any_mut","","",121,[[],["any",8]]],[11,"into_any_arc","","",121,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::pregame","",122,[[]]],[11,"into","","",122,[[]]],[11,"try_from","","",122,[[],["result",4]]],[11,"try_into","","",122,[[],["result",4]]],[11,"borrow","","",122,[[]]],[11,"borrow_mut","","",122,[[]]],[11,"type_id","","",122,[[],["typeid",3]]],[11,"vzip","","",122,[[]]],[11,"into_any","","",122,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",122,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",122,[[],["any",8]]],[11,"as_any_mut","","",122,[[],["any",8]]],[11,"from","","",123,[[]]],[11,"into","","",123,[[]]],[11,"try_from","","",123,[[],["result",4]]],[11,"try_into","","",123,[[],["result",4]]],[11,"borrow","","",123,[[]]],[11,"borrow_mut","","",123,[[]]],[11,"type_id","","",123,[[],["typeid",3]]],[11,"vzip","","",123,[[]]],[11,"into_any","","",123,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",123,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",123,[[],["any",8]]],[11,"as_any_mut","","",123,[[],["any",8]]],[11,"from","","",124,[[]]],[11,"into","","",124,[[]]],[11,"try_from","","",124,[[],["result",4]]],[11,"try_into","","",124,[[],["result",4]]],[11,"borrow","","",124,[[]]],[11,"borrow_mut","","",124,[[]]],[11,"type_id","","",124,[[],["typeid",3]]],[11,"vzip","","",124,[[]]],[11,"into_any","","",124,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",124,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",124,[[],["any",8]]],[11,"as_any_mut","","",124,[[],["any",8]]],[11,"from","","",125,[[]]],[11,"into","","",125,[[]]],[11,"try_from","","",125,[[],["result",4]]],[11,"try_into","","",125,[[],["result",4]]],[11,"borrow","","",125,[[]]],[11,"borrow_mut","","",125,[[]]],[11,"type_id","","",125,[[],["typeid",3]]],[11,"vzip","","",125,[[]]],[11,"into_any","","",125,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",125,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",125,[[],["any",8]]],[11,"as_any_mut","","",125,[[],["any",8]]],[11,"from","","",126,[[]]],[11,"into","","",126,[[]]],[11,"try_from","","",126,[[],["result",4]]],[11,"try_into","","",126,[[],["result",4]]],[11,"borrow","","",126,[[]]],[11,"borrow_mut","","",126,[[]]],[11,"type_id","","",126,[[],["typeid",3]]],[11,"vzip","","",126,[[]]],[11,"into_any","","",126,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",126,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",126,[[],["any",8]]],[11,"as_any_mut","","",126,[[],["any",8]]],[11,"into_any_arc","","",126,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::render","",127,[[]]],[11,"into","","",127,[[]]],[11,"to_owned","","",127,[[]]],[11,"clone_into","","",127,[[]]],[11,"try_from","","",127,[[],["result",4]]],[11,"try_into","","",127,[[],["result",4]]],[11,"borrow","","",127,[[]]],[11,"borrow_mut","","",127,[[]]],[11,"type_id","","",127,[[],["typeid",3]]],[11,"vzip","","",127,[[]]],[11,"into_any","","",127,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",127,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",127,[[],["any",8]]],[11,"as_any_mut","","",127,[[],["any",8]]],[11,"into_any_arc","","",127,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::render::area","",128,[[]]],[11,"into","","",128,[[]]],[11,"try_from","","",128,[[],["result",4]]],[11,"try_into","","",128,[[],["result",4]]],[11,"borrow","","",128,[[]]],[11,"borrow_mut","","",128,[[]]],[11,"type_id","","",128,[[],["typeid",3]]],[11,"vzip","","",128,[[]]],[11,"into_any","","",128,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",128,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",128,[[],["any",8]]],[11,"as_any_mut","","",128,[[],["any",8]]],[11,"into_any_arc","","",128,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::render::bike","",129,[[]]],[11,"into","","",129,[[]]],[11,"try_from","","",129,[[],["result",4]]],[11,"try_into","","",129,[[],["result",4]]],[11,"borrow","","",129,[[]]],[11,"borrow_mut","","",129,[[]]],[11,"type_id","","",129,[[],["typeid",3]]],[11,"vzip","","",129,[[]]],[11,"into_any","","",129,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",129,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",129,[[],["any",8]]],[11,"as_any_mut","","",129,[[],["any",8]]],[11,"into_any_arc","","",129,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::render::building","",130,[[]]],[11,"into","","",130,[[]]],[11,"try_from","","",130,[[],["result",4]]],[11,"try_into","","",130,[[],["result",4]]],[11,"borrow","","",130,[[]]],[11,"borrow_mut","","",130,[[]]],[11,"type_id","","",130,[[],["typeid",3]]],[11,"vzip","","",130,[[]]],[11,"into_any","","",130,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",130,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",130,[[],["any",8]]],[11,"as_any_mut","","",130,[[],["any",8]]],[11,"into_any_arc","","",130,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::render::bus_stop","",131,[[]]],[11,"into","","",131,[[]]],[11,"try_from","","",131,[[],["result",4]]],[11,"try_into","","",131,[[],["result",4]]],[11,"borrow","","",131,[[]]],[11,"borrow_mut","","",131,[[]]],[11,"type_id","","",131,[[],["typeid",3]]],[11,"vzip","","",131,[[]]],[11,"into_any","","",131,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",131,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",131,[[],["any",8]]],[11,"as_any_mut","","",131,[[],["any",8]]],[11,"into_any_arc","","",131,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::render::car","",132,[[]]],[11,"into","","",132,[[]]],[11,"try_from","","",132,[[],["result",4]]],[11,"try_into","","",132,[[],["result",4]]],[11,"borrow","","",132,[[]]],[11,"borrow_mut","","",132,[[]]],[11,"type_id","","",132,[[],["typeid",3]]],[11,"vzip","","",132,[[]]],[11,"into_any","","",132,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",132,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",132,[[],["any",8]]],[11,"as_any_mut","","",132,[[],["any",8]]],[11,"into_any_arc","","",132,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::render::intersection","",133,[[]]],[11,"into","","",133,[[]]],[11,"try_from","","",133,[[],["result",4]]],[11,"try_into","","",133,[[],["result",4]]],[11,"borrow","","",133,[[]]],[11,"borrow_mut","","",133,[[]]],[11,"type_id","","",133,[[],["typeid",3]]],[11,"vzip","","",133,[[]]],[11,"into_any","","",133,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",133,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",133,[[],["any",8]]],[11,"as_any_mut","","",133,[[],["any",8]]],[11,"from","game::render::lane","",134,[[]]],[11,"into","","",134,[[]]],[11,"try_from","","",134,[[],["result",4]]],[11,"try_into","","",134,[[],["result",4]]],[11,"borrow","","",134,[[]]],[11,"borrow_mut","","",134,[[]]],[11,"type_id","","",134,[[],["typeid",3]]],[11,"vzip","","",134,[[]]],[11,"into_any","","",134,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",134,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",134,[[],["any",8]]],[11,"as_any_mut","","",134,[[],["any",8]]],[11,"into_any_arc","","",134,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::render::map","",135,[[]]],[11,"into","","",135,[[]]],[11,"try_from","","",135,[[],["result",4]]],[11,"try_into","","",135,[[],["result",4]]],[11,"borrow","","",135,[[]]],[11,"borrow_mut","","",135,[[]]],[11,"type_id","","",135,[[],["typeid",3]]],[11,"vzip","","",135,[[]]],[11,"into_any","","",135,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",135,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",135,[[],["any",8]]],[11,"as_any_mut","","",135,[[],["any",8]]],[11,"from","","",136,[[]]],[11,"into","","",136,[[]]],[11,"try_from","","",136,[[],["result",4]]],[11,"try_into","","",136,[[],["result",4]]],[11,"borrow","","",136,[[]]],[11,"borrow_mut","","",136,[[]]],[11,"type_id","","",136,[[],["typeid",3]]],[11,"vzip","","",136,[[]]],[11,"into_any","","",136,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",136,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",136,[[],["any",8]]],[11,"as_any_mut","","",136,[[],["any",8]]],[11,"from","","",137,[[]]],[11,"into","","",137,[[]]],[11,"to_owned","","",137,[[]]],[11,"clone_into","","",137,[[]]],[11,"try_from","","",137,[[],["result",4]]],[11,"try_into","","",137,[[],["result",4]]],[11,"borrow","","",137,[[]]],[11,"borrow_mut","","",137,[[]]],[11,"type_id","","",137,[[],["typeid",3]]],[11,"vzip","","",137,[[]]],[11,"into_any","","",137,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",137,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",137,[[],["any",8]]],[11,"as_any_mut","","",137,[[],["any",8]]],[11,"into_any_arc","","",137,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::render::parking_lot","",138,[[]]],[11,"into","","",138,[[]]],[11,"try_from","","",138,[[],["result",4]]],[11,"try_into","","",138,[[],["result",4]]],[11,"borrow","","",138,[[]]],[11,"borrow_mut","","",138,[[]]],[11,"type_id","","",138,[[],["typeid",3]]],[11,"vzip","","",138,[[]]],[11,"into_any","","",138,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",138,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",138,[[],["any",8]]],[11,"as_any_mut","","",138,[[],["any",8]]],[11,"into_any_arc","","",138,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::render::pedestrian","",139,[[]]],[11,"into","","",139,[[]]],[11,"try_from","","",139,[[],["result",4]]],[11,"try_into","","",139,[[],["result",4]]],[11,"borrow","","",139,[[]]],[11,"borrow_mut","","",139,[[]]],[11,"type_id","","",139,[[],["typeid",3]]],[11,"vzip","","",139,[[]]],[11,"into_any","","",139,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",139,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",139,[[],["any",8]]],[11,"as_any_mut","","",139,[[],["any",8]]],[11,"into_any_arc","","",139,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",140,[[]]],[11,"into","","",140,[[]]],[11,"try_from","","",140,[[],["result",4]]],[11,"try_into","","",140,[[],["result",4]]],[11,"borrow","","",140,[[]]],[11,"borrow_mut","","",140,[[]]],[11,"type_id","","",140,[[],["typeid",3]]],[11,"vzip","","",140,[[]]],[11,"into_any","","",140,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",140,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",140,[[],["any",8]]],[11,"as_any_mut","","",140,[[],["any",8]]],[11,"into_any_arc","","",140,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::render::road","",141,[[]]],[11,"into","","",141,[[]]],[11,"try_from","","",141,[[],["result",4]]],[11,"try_into","","",141,[[],["result",4]]],[11,"borrow","","",141,[[]]],[11,"borrow_mut","","",141,[[]]],[11,"type_id","","",141,[[],["typeid",3]]],[11,"vzip","","",141,[[]]],[11,"into_any","","",141,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",141,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",141,[[],["any",8]]],[11,"as_any_mut","","",141,[[],["any",8]]],[11,"into_any_arc","","",141,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::render::turn","",142,[[]]],[11,"into","","",142,[[]]],[11,"try_from","","",142,[[],["result",4]]],[11,"try_into","","",142,[[],["result",4]]],[11,"borrow","","",142,[[]]],[11,"borrow_mut","","",142,[[]]],[11,"type_id","","",142,[[],["typeid",3]]],[11,"vzip","","",142,[[]]],[11,"into_any","","",142,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",142,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",142,[[],["any",8]]],[11,"as_any_mut","","",142,[[],["any",8]]],[11,"into_any_arc","","",142,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",143,[[]]],[11,"into","","",143,[[]]],[11,"try_from","","",143,[[],["result",4]]],[11,"try_into","","",143,[[],["result",4]]],[11,"borrow","","",143,[[]]],[11,"borrow_mut","","",143,[[]]],[11,"type_id","","",143,[[],["typeid",3]]],[11,"vzip","","",143,[[]]],[11,"into_any","","",143,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",143,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",143,[[],["any",8]]],[11,"as_any_mut","","",143,[[],["any",8]]],[11,"into_any_arc","","",143,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox","",145,[[]]],[11,"into","","",145,[[]]],[11,"try_from","","",145,[[],["result",4]]],[11,"try_into","","",145,[[],["result",4]]],[11,"borrow","","",145,[[]]],[11,"borrow_mut","","",145,[[]]],[11,"type_id","","",145,[[],["typeid",3]]],[11,"vzip","","",145,[[]]],[11,"into_any","","",145,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",145,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",145,[[],["any",8]]],[11,"as_any_mut","","",145,[[],["any",8]]],[11,"from","","",146,[[]]],[11,"into","","",146,[[]]],[11,"try_from","","",146,[[],["result",4]]],[11,"try_into","","",146,[[],["result",4]]],[11,"borrow","","",146,[[]]],[11,"borrow_mut","","",146,[[]]],[11,"type_id","","",146,[[],["typeid",3]]],[11,"vzip","","",146,[[]]],[11,"into_any","","",146,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",146,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",146,[[],["any",8]]],[11,"as_any_mut","","",146,[[],["any",8]]],[11,"from","","",205,[[]]],[11,"into","","",205,[[]]],[11,"try_from","","",205,[[],["result",4]]],[11,"try_into","","",205,[[],["result",4]]],[11,"borrow","","",205,[[]]],[11,"borrow_mut","","",205,[[]]],[11,"type_id","","",205,[[],["typeid",3]]],[11,"vzip","","",205,[[]]],[11,"into_any","","",205,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",205,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",205,[[],["any",8]]],[11,"as_any_mut","","",205,[[],["any",8]]],[11,"into_any_arc","","",205,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",147,[[]]],[11,"into","","",147,[[]]],[11,"try_from","","",147,[[],["result",4]]],[11,"try_into","","",147,[[],["result",4]]],[11,"borrow","","",147,[[]]],[11,"borrow_mut","","",147,[[]]],[11,"type_id","","",147,[[],["typeid",3]]],[11,"vzip","","",147,[[]]],[11,"into_any","","",147,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",147,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",147,[[],["any",8]]],[11,"as_any_mut","","",147,[[],["any",8]]],[11,"from","","",148,[[]]],[11,"into","","",148,[[]]],[11,"try_from","","",148,[[],["result",4]]],[11,"try_into","","",148,[[],["result",4]]],[11,"borrow","","",148,[[]]],[11,"borrow_mut","","",148,[[]]],[11,"type_id","","",148,[[],["typeid",3]]],[11,"vzip","","",148,[[]]],[11,"into_any","","",148,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",148,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",148,[[],["any",8]]],[11,"as_any_mut","","",148,[[],["any",8]]],[11,"into_any_arc","","",148,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::dashboards","",149,[[]]],[11,"into","","",149,[[]]],[11,"to_owned","","",149,[[]]],[11,"clone_into","","",149,[[]]],[11,"try_from","","",149,[[],["result",4]]],[11,"try_into","","",149,[[],["result",4]]],[11,"borrow","","",149,[[]]],[11,"borrow_mut","","",149,[[]]],[11,"type_id","","",149,[[],["typeid",3]]],[11,"vzip","","",149,[[]]],[11,"into_any","","",149,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",149,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",149,[[],["any",8]]],[11,"as_any_mut","","",149,[[],["any",8]]],[11,"into_any_arc","","",149,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::dashboards::commuter","",150,[[]]],[11,"into","","",150,[[]]],[11,"try_from","","",150,[[],["result",4]]],[11,"try_into","","",150,[[],["result",4]]],[11,"borrow","","",150,[[]]],[11,"borrow_mut","","",150,[[]]],[11,"type_id","","",150,[[],["typeid",3]]],[11,"vzip","","",150,[[]]],[11,"into_any","","",150,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",150,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",150,[[],["any",8]]],[11,"as_any_mut","","",150,[[],["any",8]]],[11,"from","","",151,[[]]],[11,"into","","",151,[[]]],[11,"try_from","","",151,[[],["result",4]]],[11,"try_into","","",151,[[],["result",4]]],[11,"borrow","","",151,[[]]],[11,"borrow_mut","","",151,[[]]],[11,"type_id","","",151,[[],["typeid",3]]],[11,"vzip","","",151,[[]]],[11,"into_any","","",151,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",151,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",151,[[],["any",8]]],[11,"as_any_mut","","",151,[[],["any",8]]],[11,"into_any_arc","","",151,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",152,[[]]],[11,"into","","",152,[[]]],[11,"try_from","","",152,[[],["result",4]]],[11,"try_into","","",152,[[],["result",4]]],[11,"borrow","","",152,[[]]],[11,"borrow_mut","","",152,[[]]],[11,"type_id","","",152,[[],["typeid",3]]],[11,"vzip","","",152,[[]]],[11,"into_any","","",152,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",152,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",152,[[],["any",8]]],[11,"as_any_mut","","",152,[[],["any",8]]],[11,"into_any_arc","","",152,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",153,[[]]],[11,"into","","",153,[[]]],[11,"try_from","","",153,[[],["result",4]]],[11,"try_into","","",153,[[],["result",4]]],[11,"borrow","","",153,[[]]],[11,"borrow_mut","","",153,[[]]],[11,"type_id","","",153,[[],["typeid",3]]],[11,"vzip","","",153,[[]]],[11,"into_any","","",153,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",153,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",153,[[],["any",8]]],[11,"as_any_mut","","",153,[[],["any",8]]],[11,"into_any_arc","","",153,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",154,[[]]],[11,"into","","",154,[[]]],[11,"try_from","","",154,[[],["result",4]]],[11,"try_into","","",154,[[],["result",4]]],[11,"borrow","","",154,[[]]],[11,"borrow_mut","","",154,[[]]],[11,"type_id","","",154,[[],["typeid",3]]],[11,"vzip","","",154,[[]]],[11,"into_any","","",154,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",154,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",154,[[],["any",8]]],[11,"as_any_mut","","",154,[[],["any",8]]],[11,"into_any_arc","","",154,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",155,[[]]],[11,"into","","",155,[[]]],[11,"to_owned","","",155,[[]]],[11,"clone_into","","",155,[[]]],[11,"try_from","","",155,[[],["result",4]]],[11,"try_into","","",155,[[],["result",4]]],[11,"borrow","","",155,[[]]],[11,"borrow_mut","","",155,[[]]],[11,"type_id","","",155,[[],["typeid",3]]],[11,"vzip","","",155,[[]]],[11,"into_any","","",155,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",155,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",155,[[],["any",8]]],[11,"as_any_mut","","",155,[[],["any",8]]],[11,"into_any_arc","","",155,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",157,[[]]],[11,"into","","",157,[[]]],[11,"try_from","","",157,[[],["result",4]]],[11,"try_into","","",157,[[],["result",4]]],[11,"borrow","","",157,[[]]],[11,"borrow_mut","","",157,[[]]],[11,"type_id","","",157,[[],["typeid",3]]],[11,"vzip","","",157,[[]]],[11,"into_any","","",157,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",157,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",157,[[],["any",8]]],[11,"as_any_mut","","",157,[[],["any",8]]],[11,"into_any_arc","","",157,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::dashboards::generic_trip_table","",158,[[]]],[11,"into","","",158,[[]]],[11,"try_from","","",158,[[],["result",4]]],[11,"try_into","","",158,[[],["result",4]]],[11,"borrow","","",158,[[]]],[11,"borrow_mut","","",158,[[]]],[11,"type_id","","",158,[[],["typeid",3]]],[11,"vzip","","",158,[[]]],[11,"into_any","","",158,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",158,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",158,[[],["any",8]]],[11,"as_any_mut","","",158,[[],["any",8]]],[11,"from","game::sandbox::dashboards::misc","",159,[[]]],[11,"into","","",159,[[]]],[11,"try_from","","",159,[[],["result",4]]],[11,"try_into","","",159,[[],["result",4]]],[11,"borrow","","",159,[[]]],[11,"borrow_mut","","",159,[[]]],[11,"type_id","","",159,[[],["typeid",3]]],[11,"vzip","","",159,[[]]],[11,"into_any","","",159,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",159,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",159,[[],["any",8]]],[11,"as_any_mut","","",159,[[],["any",8]]],[11,"from","","",160,[[]]],[11,"into","","",160,[[]]],[11,"try_from","","",160,[[],["result",4]]],[11,"try_into","","",160,[[],["result",4]]],[11,"borrow","","",160,[[]]],[11,"borrow_mut","","",160,[[]]],[11,"type_id","","",160,[[],["typeid",3]]],[11,"vzip","","",160,[[]]],[11,"into_any","","",160,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",160,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",160,[[],["any",8]]],[11,"as_any_mut","","",160,[[],["any",8]]],[11,"from","game::sandbox::dashboards::parking_overhead","",163,[[]]],[11,"into","","",163,[[]]],[11,"try_from","","",163,[[],["result",4]]],[11,"try_into","","",163,[[],["result",4]]],[11,"borrow","","",163,[[]]],[11,"borrow_mut","","",163,[[]]],[11,"type_id","","",163,[[],["typeid",3]]],[11,"vzip","","",163,[[]]],[11,"into_any","","",163,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",163,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",163,[[],["any",8]]],[11,"as_any_mut","","",163,[[],["any",8]]],[11,"into_any_arc","","",163,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",161,[[]]],[11,"into","","",161,[[]]],[11,"try_from","","",161,[[],["result",4]]],[11,"try_into","","",161,[[],["result",4]]],[11,"borrow","","",161,[[]]],[11,"borrow_mut","","",161,[[]]],[11,"type_id","","",161,[[],["typeid",3]]],[11,"vzip","","",161,[[]]],[11,"into_any","","",161,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",161,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",161,[[],["any",8]]],[11,"as_any_mut","","",161,[[],["any",8]]],[11,"into_any_arc","","",161,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",162,[[]]],[11,"into","","",162,[[]]],[11,"try_from","","",162,[[],["result",4]]],[11,"try_into","","",162,[[],["result",4]]],[11,"borrow","","",162,[[]]],[11,"borrow_mut","","",162,[[]]],[11,"type_id","","",162,[[],["typeid",3]]],[11,"vzip","","",162,[[]]],[11,"into_any","","",162,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",162,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",162,[[],["any",8]]],[11,"as_any_mut","","",162,[[],["any",8]]],[11,"into_any_arc","","",162,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::dashboards::summaries","",164,[[]]],[11,"into","","",164,[[]]],[11,"try_from","","",164,[[],["result",4]]],[11,"try_into","","",164,[[],["result",4]]],[11,"borrow","","",164,[[]]],[11,"borrow_mut","","",164,[[]]],[11,"type_id","","",164,[[],["typeid",3]]],[11,"vzip","","",164,[[]]],[11,"into_any","","",164,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",164,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",164,[[],["any",8]]],[11,"as_any_mut","","",164,[[],["any",8]]],[11,"from","","",165,[[]]],[11,"into","","",165,[[]]],[11,"try_from","","",165,[[],["result",4]]],[11,"try_into","","",165,[[],["result",4]]],[11,"borrow","","",165,[[]]],[11,"borrow_mut","","",165,[[]]],[11,"type_id","","",165,[[],["typeid",3]]],[11,"vzip","","",165,[[]]],[11,"into_any","","",165,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",165,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",165,[[],["any",8]]],[11,"as_any_mut","","",165,[[],["any",8]]],[11,"into_any_arc","","",165,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::dashboards::table","",166,[[]]],[11,"into","","",166,[[]]],[11,"try_from","","",166,[[],["result",4]]],[11,"try_into","","",166,[[],["result",4]]],[11,"borrow","","",166,[[]]],[11,"borrow_mut","","",166,[[]]],[11,"type_id","","",166,[[],["typeid",3]]],[11,"vzip","","",166,[[]]],[11,"into_any","","",166,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",166,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",166,[[],["any",8]]],[11,"as_any_mut","","",166,[[],["any",8]]],[11,"from","","",167,[[]]],[11,"into","","",167,[[]]],[11,"try_from","","",167,[[],["result",4]]],[11,"try_into","","",167,[[],["result",4]]],[11,"borrow","","",167,[[]]],[11,"borrow_mut","","",167,[[]]],[11,"type_id","","",167,[[],["typeid",3]]],[11,"vzip","","",167,[[]]],[11,"into_any","","",167,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",167,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",167,[[],["any",8]]],[11,"as_any_mut","","",167,[[],["any",8]]],[11,"from","","",168,[[]]],[11,"into","","",168,[[]]],[11,"try_from","","",168,[[],["result",4]]],[11,"try_into","","",168,[[],["result",4]]],[11,"borrow","","",168,[[]]],[11,"borrow_mut","","",168,[[]]],[11,"type_id","","",168,[[],["typeid",3]]],[11,"vzip","","",168,[[]]],[11,"into_any","","",168,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",168,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",168,[[],["any",8]]],[11,"as_any_mut","","",168,[[],["any",8]]],[11,"from","","",169,[[]]],[11,"into","","",169,[[]]],[11,"try_from","","",169,[[],["result",4]]],[11,"try_into","","",169,[[],["result",4]]],[11,"borrow","","",169,[[]]],[11,"borrow_mut","","",169,[[]]],[11,"type_id","","",169,[[],["typeid",3]]],[11,"vzip","","",169,[[]]],[11,"into_any","","",169,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",169,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",169,[[],["any",8]]],[11,"as_any_mut","","",169,[[],["any",8]]],[11,"from","game::sandbox::dashboards::traffic_signals","",170,[[]]],[11,"into","","",170,[[]]],[11,"try_from","","",170,[[],["result",4]]],[11,"try_into","","",170,[[],["result",4]]],[11,"borrow","","",170,[[]]],[11,"borrow_mut","","",170,[[]]],[11,"type_id","","",170,[[],["typeid",3]]],[11,"vzip","","",170,[[]]],[11,"into_any","","",170,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",170,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",170,[[],["any",8]]],[11,"as_any_mut","","",170,[[],["any",8]]],[11,"from","","",171,[[]]],[11,"into","","",171,[[]]],[11,"try_from","","",171,[[],["result",4]]],[11,"try_into","","",171,[[],["result",4]]],[11,"borrow","","",171,[[]]],[11,"borrow_mut","","",171,[[]]],[11,"type_id","","",171,[[],["typeid",3]]],[11,"vzip","","",171,[[]]],[11,"into_any","","",171,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",171,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",171,[[],["any",8]]],[11,"as_any_mut","","",171,[[],["any",8]]],[11,"into_any_arc","","",171,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::dashboards::trip_table","",176,[[]]],[11,"into","","",176,[[]]],[11,"try_from","","",176,[[],["result",4]]],[11,"try_into","","",176,[[],["result",4]]],[11,"borrow","","",176,[[]]],[11,"borrow_mut","","",176,[[]]],[11,"type_id","","",176,[[],["typeid",3]]],[11,"vzip","","",176,[[]]],[11,"into_any","","",176,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",176,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",176,[[],["any",8]]],[11,"as_any_mut","","",176,[[],["any",8]]],[11,"into_any_arc","","",176,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",177,[[]]],[11,"into","","",177,[[]]],[11,"try_from","","",177,[[],["result",4]]],[11,"try_into","","",177,[[],["result",4]]],[11,"borrow","","",177,[[]]],[11,"borrow_mut","","",177,[[]]],[11,"type_id","","",177,[[],["typeid",3]]],[11,"vzip","","",177,[[]]],[11,"into_any","","",177,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",177,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",177,[[],["any",8]]],[11,"as_any_mut","","",177,[[],["any",8]]],[11,"into_any_arc","","",177,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",178,[[]]],[11,"into","","",178,[[]]],[11,"try_from","","",178,[[],["result",4]]],[11,"try_into","","",178,[[],["result",4]]],[11,"borrow","","",178,[[]]],[11,"borrow_mut","","",178,[[]]],[11,"type_id","","",178,[[],["typeid",3]]],[11,"vzip","","",178,[[]]],[11,"into_any","","",178,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",178,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",178,[[],["any",8]]],[11,"as_any_mut","","",178,[[],["any",8]]],[11,"into_any_arc","","",178,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",172,[[]]],[11,"into","","",172,[[]]],[11,"try_from","","",172,[[],["result",4]]],[11,"try_into","","",172,[[],["result",4]]],[11,"borrow","","",172,[[]]],[11,"borrow_mut","","",172,[[]]],[11,"type_id","","",172,[[],["typeid",3]]],[11,"vzip","","",172,[[]]],[11,"into_any","","",172,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",172,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",172,[[],["any",8]]],[11,"as_any_mut","","",172,[[],["any",8]]],[11,"into_any_arc","","",172,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",173,[[]]],[11,"into","","",173,[[]]],[11,"try_from","","",173,[[],["result",4]]],[11,"try_into","","",173,[[],["result",4]]],[11,"borrow","","",173,[[]]],[11,"borrow_mut","","",173,[[]]],[11,"type_id","","",173,[[],["typeid",3]]],[11,"vzip","","",173,[[]]],[11,"into_any","","",173,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",173,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",173,[[],["any",8]]],[11,"as_any_mut","","",173,[[],["any",8]]],[11,"into_any_arc","","",173,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",174,[[]]],[11,"into","","",174,[[]]],[11,"try_from","","",174,[[],["result",4]]],[11,"try_into","","",174,[[],["result",4]]],[11,"borrow","","",174,[[]]],[11,"borrow_mut","","",174,[[]]],[11,"type_id","","",174,[[],["typeid",3]]],[11,"vzip","","",174,[[]]],[11,"into_any","","",174,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",174,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",174,[[],["any",8]]],[11,"as_any_mut","","",174,[[],["any",8]]],[11,"into_any_arc","","",174,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",175,[[]]],[11,"into","","",175,[[]]],[11,"try_from","","",175,[[],["result",4]]],[11,"try_into","","",175,[[],["result",4]]],[11,"borrow","","",175,[[]]],[11,"borrow_mut","","",175,[[]]],[11,"type_id","","",175,[[],["typeid",3]]],[11,"vzip","","",175,[[]]],[11,"into_any","","",175,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",175,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",175,[[],["any",8]]],[11,"as_any_mut","","",175,[[],["any",8]]],[11,"into_any_arc","","",175,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::gameplay","",179,[[]]],[11,"into","","",179,[[]]],[11,"try_from","","",179,[[],["result",4]]],[11,"try_into","","",179,[[],["result",4]]],[11,"borrow","","",179,[[]]],[11,"borrow_mut","","",179,[[]]],[11,"type_id","","",179,[[],["typeid",3]]],[11,"vzip","","",179,[[]]],[11,"into_any","","",179,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",179,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",179,[[],["any",8]]],[11,"as_any_mut","","",179,[[],["any",8]]],[11,"from","","",180,[[]]],[11,"into","","",180,[[]]],[11,"to_owned","","",180,[[]]],[11,"clone_into","","",180,[[]]],[11,"try_from","","",180,[[],["result",4]]],[11,"try_into","","",180,[[],["result",4]]],[11,"borrow","","",180,[[]]],[11,"borrow_mut","","",180,[[]]],[11,"type_id","","",180,[[],["typeid",3]]],[11,"equivalent","","",180,[[]]],[11,"vzip","","",180,[[]]],[11,"into_any","","",180,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",180,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",180,[[],["any",8]]],[11,"as_any_mut","","",180,[[],["any",8]]],[11,"into_any_arc","","",180,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::gameplay::commute","",181,[[]]],[11,"into","","",181,[[]]],[11,"try_from","","",181,[[],["result",4]]],[11,"try_into","","",181,[[],["result",4]]],[11,"borrow","","",181,[[]]],[11,"borrow_mut","","",181,[[]]],[11,"type_id","","",181,[[],["typeid",3]]],[11,"vzip","","",181,[[]]],[11,"into_any","","",181,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",181,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",181,[[],["any",8]]],[11,"as_any_mut","","",181,[[],["any",8]]],[11,"from","game::sandbox::gameplay::fix_traffic_signals","",182,[[]]],[11,"into","","",182,[[]]],[11,"try_from","","",182,[[],["result",4]]],[11,"try_into","","",182,[[],["result",4]]],[11,"borrow","","",182,[[]]],[11,"borrow_mut","","",182,[[]]],[11,"type_id","","",182,[[],["typeid",3]]],[11,"vzip","","",182,[[]]],[11,"into_any","","",182,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",182,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",182,[[],["any",8]]],[11,"as_any_mut","","",182,[[],["any",8]]],[11,"from","game::sandbox::gameplay::freeform","",183,[[]]],[11,"into","","",183,[[]]],[11,"try_from","","",183,[[],["result",4]]],[11,"try_into","","",183,[[],["result",4]]],[11,"borrow","","",183,[[]]],[11,"borrow_mut","","",183,[[]]],[11,"type_id","","",183,[[],["typeid",3]]],[11,"vzip","","",183,[[]]],[11,"into_any","","",183,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",183,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",183,[[],["any",8]]],[11,"as_any_mut","","",183,[[],["any",8]]],[11,"from","","",184,[[]]],[11,"into","","",184,[[]]],[11,"try_from","","",184,[[],["result",4]]],[11,"try_into","","",184,[[],["result",4]]],[11,"borrow","","",184,[[]]],[11,"borrow_mut","","",184,[[]]],[11,"type_id","","",184,[[],["typeid",3]]],[11,"vzip","","",184,[[]]],[11,"into_any","","",184,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",184,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",184,[[],["any",8]]],[11,"as_any_mut","","",184,[[],["any",8]]],[11,"from","game::sandbox::gameplay::play_scenario","",185,[[]]],[11,"into","","",185,[[]]],[11,"try_from","","",185,[[],["result",4]]],[11,"try_into","","",185,[[],["result",4]]],[11,"borrow","","",185,[[]]],[11,"borrow_mut","","",185,[[]]],[11,"type_id","","",185,[[],["typeid",3]]],[11,"vzip","","",185,[[]]],[11,"into_any","","",185,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",185,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",185,[[],["any",8]]],[11,"as_any_mut","","",185,[[],["any",8]]],[11,"from","","",186,[[]]],[11,"into","","",186,[[]]],[11,"try_from","","",186,[[],["result",4]]],[11,"try_into","","",186,[[],["result",4]]],[11,"borrow","","",186,[[]]],[11,"borrow_mut","","",186,[[]]],[11,"type_id","","",186,[[],["typeid",3]]],[11,"vzip","","",186,[[]]],[11,"into_any","","",186,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",186,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",186,[[],["any",8]]],[11,"as_any_mut","","",186,[[],["any",8]]],[11,"from","","",187,[[]]],[11,"into","","",187,[[]]],[11,"try_from","","",187,[[],["result",4]]],[11,"try_into","","",187,[[],["result",4]]],[11,"borrow","","",187,[[]]],[11,"borrow_mut","","",187,[[]]],[11,"type_id","","",187,[[],["typeid",3]]],[11,"vzip","","",187,[[]]],[11,"into_any","","",187,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",187,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",187,[[],["any",8]]],[11,"as_any_mut","","",187,[[],["any",8]]],[11,"from","game::sandbox::gameplay::tutorial","",188,[[]]],[11,"into","","",188,[[]]],[11,"try_from","","",188,[[],["result",4]]],[11,"try_into","","",188,[[],["result",4]]],[11,"borrow","","",188,[[]]],[11,"borrow_mut","","",188,[[]]],[11,"type_id","","",188,[[],["typeid",3]]],[11,"vzip","","",188,[[]]],[11,"into_any","","",188,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",188,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",188,[[],["any",8]]],[11,"as_any_mut","","",188,[[],["any",8]]],[11,"from","","",189,[[]]],[11,"into","","",189,[[]]],[11,"to_owned","","",189,[[]]],[11,"clone_into","","",189,[[]]],[11,"try_from","","",189,[[],["result",4]]],[11,"try_into","","",189,[[],["result",4]]],[11,"borrow","","",189,[[]]],[11,"borrow_mut","","",189,[[]]],[11,"type_id","","",189,[[],["typeid",3]]],[11,"equivalent","","",189,[[]]],[11,"vzip","","",189,[[]]],[11,"into_any","","",189,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",189,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",189,[[],["any",8]]],[11,"as_any_mut","","",189,[[],["any",8]]],[11,"into_any_arc","","",189,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",190,[[]]],[11,"into","","",190,[[]]],[11,"try_from","","",190,[[],["result",4]]],[11,"try_into","","",190,[[],["result",4]]],[11,"borrow","","",190,[[]]],[11,"borrow_mut","","",190,[[]]],[11,"type_id","","",190,[[],["typeid",3]]],[11,"vzip","","",190,[[]]],[11,"into_any","","",190,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",190,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",190,[[],["any",8]]],[11,"as_any_mut","","",190,[[],["any",8]]],[11,"from","","",191,[[]]],[11,"into","","",191,[[]]],[11,"try_from","","",191,[[],["result",4]]],[11,"try_into","","",191,[[],["result",4]]],[11,"borrow","","",191,[[]]],[11,"borrow_mut","","",191,[[]]],[11,"type_id","","",191,[[],["typeid",3]]],[11,"vzip","","",191,[[]]],[11,"into_any","","",191,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",191,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",191,[[],["any",8]]],[11,"as_any_mut","","",191,[[],["any",8]]],[11,"from","","",192,[[]]],[11,"into","","",192,[[]]],[11,"to_owned","","",192,[[]]],[11,"clone_into","","",192,[[]]],[11,"try_from","","",192,[[],["result",4]]],[11,"try_into","","",192,[[],["result",4]]],[11,"borrow","","",192,[[]]],[11,"borrow_mut","","",192,[[]]],[11,"type_id","","",192,[[],["typeid",3]]],[11,"vzip","","",192,[[]]],[11,"into_any","","",192,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",192,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",192,[[],["any",8]]],[11,"as_any_mut","","",192,[[],["any",8]]],[11,"into_any_arc","","",192,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::misc_tools","",194,[[]]],[11,"into","","",194,[[]]],[11,"try_from","","",194,[[],["result",4]]],[11,"try_into","","",194,[[],["result",4]]],[11,"borrow","","",194,[[]]],[11,"borrow_mut","","",194,[[]]],[11,"type_id","","",194,[[],["typeid",3]]],[11,"vzip","","",194,[[]]],[11,"into_any","","",194,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",194,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",194,[[],["any",8]]],[11,"as_any_mut","","",194,[[],["any",8]]],[11,"into_any_arc","","",194,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",195,[[]]],[11,"into","","",195,[[]]],[11,"try_from","","",195,[[],["result",4]]],[11,"try_into","","",195,[[],["result",4]]],[11,"borrow","","",195,[[]]],[11,"borrow_mut","","",195,[[]]],[11,"type_id","","",195,[[],["typeid",3]]],[11,"vzip","","",195,[[]]],[11,"into_any","","",195,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",195,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",195,[[],["any",8]]],[11,"as_any_mut","","",195,[[],["any",8]]],[11,"from","game::sandbox::speed","",196,[[]]],[11,"into","","",196,[[]]],[11,"try_from","","",196,[[],["result",4]]],[11,"try_into","","",196,[[],["result",4]]],[11,"borrow","","",196,[[]]],[11,"borrow_mut","","",196,[[]]],[11,"type_id","","",196,[[],["typeid",3]]],[11,"vzip","","",196,[[]]],[11,"into_any","","",196,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",196,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",196,[[],["any",8]]],[11,"as_any_mut","","",196,[[],["any",8]]],[11,"from","","",197,[[]]],[11,"into","","",197,[[]]],[11,"try_from","","",197,[[],["result",4]]],[11,"try_into","","",197,[[],["result",4]]],[11,"borrow","","",197,[[]]],[11,"borrow_mut","","",197,[[]]],[11,"type_id","","",197,[[],["typeid",3]]],[11,"vzip","","",197,[[]]],[11,"into_any","","",197,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",197,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",197,[[],["any",8]]],[11,"as_any_mut","","",197,[[],["any",8]]],[11,"from","","",198,[[]]],[11,"into","","",198,[[]]],[11,"to_owned","","",198,[[]]],[11,"clone_into","","",198,[[]]],[11,"try_from","","",198,[[],["result",4]]],[11,"try_into","","",198,[[],["result",4]]],[11,"borrow","","",198,[[]]],[11,"borrow_mut","","",198,[[]]],[11,"type_id","","",198,[[],["typeid",3]]],[11,"vzip","","",198,[[]]],[11,"into_any","","",198,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",198,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",198,[[],["any",8]]],[11,"as_any_mut","","",198,[[],["any",8]]],[11,"into_any_arc","","",198,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::time_warp","",199,[[]]],[11,"into","","",199,[[]]],[11,"try_from","","",199,[[],["result",4]]],[11,"try_into","","",199,[[],["result",4]]],[11,"borrow","","",199,[[]]],[11,"borrow_mut","","",199,[[]]],[11,"type_id","","",199,[[],["typeid",3]]],[11,"vzip","","",199,[[]]],[11,"into_any","","",199,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",199,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",199,[[],["any",8]]],[11,"as_any_mut","","",199,[[],["any",8]]],[11,"from","","",200,[[]]],[11,"into","","",200,[[]]],[11,"try_from","","",200,[[],["result",4]]],[11,"try_into","","",200,[[],["result",4]]],[11,"borrow","","",200,[[]]],[11,"borrow_mut","","",200,[[]]],[11,"type_id","","",200,[[],["typeid",3]]],[11,"vzip","","",200,[[]]],[11,"into_any","","",200,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",200,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",200,[[],["any",8]]],[11,"as_any_mut","","",200,[[],["any",8]]],[11,"from","","",201,[[]]],[11,"into","","",201,[[]]],[11,"try_from","","",201,[[],["result",4]]],[11,"try_into","","",201,[[],["result",4]]],[11,"borrow","","",201,[[]]],[11,"borrow_mut","","",201,[[]]],[11,"type_id","","",201,[[],["typeid",3]]],[11,"vzip","","",201,[[]]],[11,"into_any","","",201,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",201,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",201,[[],["any",8]]],[11,"as_any_mut","","",201,[[],["any",8]]],[11,"from","game::sandbox::uber_turns","",202,[[]]],[11,"into","","",202,[[]]],[11,"try_from","","",202,[[],["result",4]]],[11,"try_into","","",202,[[],["result",4]]],[11,"borrow","","",202,[[]]],[11,"borrow_mut","","",202,[[]]],[11,"type_id","","",202,[[],["typeid",3]]],[11,"vzip","","",202,[[]]],[11,"into_any","","",202,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",202,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",202,[[],["any",8]]],[11,"as_any_mut","","",202,[[],["any",8]]],[11,"from","","",203,[[]]],[11,"into","","",203,[[]]],[11,"try_from","","",203,[[],["result",4]]],[11,"try_into","","",203,[[],["result",4]]],[11,"borrow","","",203,[[]]],[11,"borrow_mut","","",203,[[]]],[11,"type_id","","",203,[[],["typeid",3]]],[11,"vzip","","",203,[[]]],[11,"into_any","","",203,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",203,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",203,[[],["any",8]]],[11,"as_any_mut","","",203,[[],["any",8]]],[11,"show","game::app","",2,[[["id",4]]]],[11,"layers","","",2,[[],["showlayers",3]]],[11,"show","game::debug","",35,[[["id",4]]]],[11,"layers","","",35,[[],["showlayers",3]]],[11,"event","game::challenges","",11,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",11,[[],["drawbaselayer",4]]],[11,"draw","","",11,[[["app",3],["gfxctx",3]]]],[11,"event","game::common::city_picker","",15,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",15,[[],["drawbaselayer",4]]],[11,"draw","","",15,[[["app",3],["gfxctx",3]]]],[11,"event","game::common::isochrone","",23,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",23,[[["app",3],["gfxctx",3]]]],[11,"event","game::common::navigate","",25,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",25,[[["app",3],["gfxctx",3]]]],[11,"event","","",26,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",26,[[["app",3],["gfxctx",3]]]],[11,"event","","",27,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",27,[[["app",3],["gfxctx",3]]]],[11,"event","game::common::warp","",28,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",28,[[["app",3],["gfxctx",3]]]],[11,"event","","",29,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",29,[[["app",3],["gfxctx",3]]]],[11,"event","game::cutscene","",32,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",32,[[],["drawbaselayer",4]]],[11,"draw","","",32,[[["app",3],["gfxctx",3]]]],[11,"event","","",33,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",33,[[["app",3],["gfxctx",3]]]],[11,"event","game::debug::floodfill","",38,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",38,[[["app",3],["gfxctx",3]]]],[11,"event","game::debug::path_counter","",41,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",41,[[["app",3],["gfxctx",3]]]],[11,"event","game::debug::polygons","",42,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",42,[[["app",3],["gfxctx",3]]]],[11,"event","game::debug","",35,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",35,[[],["drawbaselayer",4]]],[11,"draw","","",35,[[["app",3],["gfxctx",3]]]],[11,"event","","",37,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",37,[[["app",3],["gfxctx",3]]]],[11,"event","game::devtools::destinations","",45,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",45,[[["app",3],["gfxctx",3]]]],[11,"event","game::devtools::kml","",46,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",46,[[["app",3],["gfxctx",3]]]],[11,"event","game::devtools::mapping","",48,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",48,[[["app",3],["gfxctx",3]]]],[11,"event","","",49,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",49,[[["app",3],["gfxctx",3]]]],[11,"event","game::devtools::polygon","",52,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",52,[[["app",3],["gfxctx",3]]]],[11,"event","game::devtools::scenario","",53,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",53,[[["app",3],["gfxctx",3]]]],[11,"event","game::devtools::story","",54,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",54,[[],["drawbaselayer",4]]],[11,"draw","","",54,[[["app",3],["gfxctx",3]]]],[11,"event","game::devtools","",44,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",44,[[],["drawbaselayer",4]]],[11,"draw","","",44,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::bulk","",64,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",64,[[["app",3],["gfxctx",3]]]],[11,"event","","",65,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",65,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::cluster_traffic_signals","",66,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",66,[[],["drawbaselayer",4]]],[11,"draw","","",66,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::lanes","",67,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",67,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::routes","",68,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",68,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::stop_signs","",72,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",72,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::traffic_signals::edits","",75,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",75,[[["app",3],["gfxctx",3]]]],[11,"draw_baselayer","","",75,[[],["drawbaselayer",4]]],[11,"event","game::edit::traffic_signals::offsets","",76,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",76,[[["app",3],["gfxctx",3]]]],[11,"event","","",77,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",77,[[["app",3],["gfxctx",3]]]],[11,"event","","",78,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",78,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::traffic_signals::picker","",79,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",79,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::traffic_signals::preview","",80,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",80,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::traffic_signals","",73,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",73,[[],["drawbaselayer",4]]],[11,"draw","","",73,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::zones","",81,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",81,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit","",60,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",60,[[["app",3],["gfxctx",3]]]],[11,"event","","",61,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",61,[[["app",3],["gfxctx",3]]]],[11,"event","","",62,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",62,[[["app",3],["gfxctx",3]]]],[11,"event","","",63,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",63,[[["app",3],["gfxctx",3]]]],[11,"event","game::game","",83,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",83,[[],["drawbaselayer",4]]],[11,"draw","","",83,[[["app",3],["gfxctx",3]]]],[11,"event","","",84,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",84,[[],["drawbaselayer",4]]],[11,"draw","","",84,[[["app",3],["gfxctx",3]]]],[11,"event","","",85,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",85,[[],["drawbaselayer",4]]],[11,"draw","","",85,[[["app",3],["gfxctx",3]]]],[11,"event","game::layer","",96,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",96,[[],["drawbaselayer",4]]],[11,"draw","","",96,[[["app",3],["gfxctx",3]]]],[11,"event","game::options","",119,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",119,[[["app",3],["gfxctx",3]]]],[11,"event","game::pregame","",122,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",122,[[["app",3],["gfxctx",3]]]],[11,"event","","",123,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",123,[[],["drawbaselayer",4]]],[11,"draw","","",123,[[["app",3],["gfxctx",3]]]],[11,"event","","",124,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",124,[[],["drawbaselayer",4]]],[11,"draw","","",124,[[["app",3],["gfxctx",3]]]],[11,"event","","",125,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",125,[[],["drawbaselayer",4]]],[11,"draw","","",125,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::dashboards::commuter","",150,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",150,[[],["drawbaselayer",4]]],[11,"draw","","",150,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::dashboards::generic_trip_table","",158,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",158,[[],["drawbaselayer",4]]],[11,"draw","","",158,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::dashboards::misc","",159,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",159,[[],["drawbaselayer",4]]],[11,"draw","","",159,[[["app",3],["gfxctx",3]]]],[11,"event","","",160,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",160,[[],["drawbaselayer",4]]],[11,"draw","","",160,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::dashboards::summaries","",164,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",164,[[],["drawbaselayer",4]]],[11,"draw","","",164,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::dashboards::traffic_signals","",170,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",170,[[],["drawbaselayer",4]]],[11,"draw","","",170,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::gameplay::freeform","",184,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",184,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::gameplay::play_scenario","",186,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",186,[[["app",3],["gfxctx",3]]]],[11,"event","","",187,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",187,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::gameplay","",179,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",179,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::misc_tools","",195,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",195,[[],["drawbaselayer",4]]],[11,"draw","","",195,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::time_warp","",199,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",199,[[["app",3],["gfxctx",3]]]],[11,"event","","",200,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",200,[[["app",3],["gfxctx",3]]]],[11,"event","","",201,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",201,[[],["drawbaselayer",4]]],[11,"draw","","",201,[[["app",3],["gfxctx",3]]]],[11,"on_destroy","","",201,[[["eventctx",3],["app",3]]]],[11,"event","game::sandbox::uber_turns","",202,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",202,[[["app",3],["gfxctx",3]]]],[11,"event","","",203,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw_baselayer","","",203,[[],["drawbaselayer",4]]],[11,"draw","","",203,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox","",145,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",145,[[["app",3],["gfxctx",3]]]],[11,"on_destroy","","",145,[[["eventctx",3],["app",3]]]],[11,"event","","",205,[[["eventctx",3],["app",3]],["transition",4]]],[11,"draw","","",205,[[["app",3],["gfxctx",3]]]],[11,"actions","game::debug","",204,[[["app",3],["id",4]],["vec",3]]],[11,"execute","","",204,[[["string",3],["eventctx",3],["app",3],["id",4]],["transition",4]]],[11,"is_paused","","",204,[[]]],[11,"gameplay_mode","","",204,[[],["gameplaymode",4]]],[11,"actions","game::sandbox","",148,[[["app",3],["id",4]],["vec",3]]],[11,"execute","","",148,[[["string",3],["eventctx",3],["app",3],["id",4]],["transition",4]]],[11,"is_paused","","",148,[[]]],[11,"gameplay_mode","","",148,[[],["gameplaymode",4]]],[11,"name","game::layer::elevation","",98,[[],["option",4]]],[11,"event","","",98,[[["eventctx",3],["app",3],["panel",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",98,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",98,[[["gfxctx",3]]]],[11,"name","game::layer::map","",99,[[],["option",4]]],[11,"event","","",99,[[["eventctx",3],["app",3],["panel",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",99,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",99,[[["gfxctx",3]]]],[11,"name","","",100,[[],["option",4]]],[11,"event","","",100,[[["eventctx",3],["app",3],["panel",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",100,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",100,[[["gfxctx",3]]]],[11,"name","","",101,[[],["option",4]]],[11,"event","","",101,[[["eventctx",3],["app",3],["panel",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",101,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",101,[[["gfxctx",3]]]],[11,"name","game::layer::pandemic","",102,[[],["option",4]]],[11,"event","","",102,[[["eventctx",3],["app",3],["panel",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",102,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",102,[[["gfxctx",3]]]],[11,"name","game::layer::parking","",105,[[],["option",4]]],[11,"event","","",105,[[["eventctx",3],["app",3],["panel",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",105,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",105,[[["gfxctx",3]]]],[11,"name","","",106,[[],["option",4]]],[11,"event","","",106,[[["eventctx",3],["app",3],["panel",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",106,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",106,[[["gfxctx",3]]]],[11,"name","game::layer::population","",108,[[],["option",4]]],[11,"event","","",108,[[["eventctx",3],["app",3],["panel",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",108,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",108,[[["gfxctx",3]]]],[11,"name","game::layer::traffic","",110,[[],["option",4]]],[11,"event","","",110,[[["eventctx",3],["app",3],["panel",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",110,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",110,[[["gfxctx",3]]]],[11,"name","","",111,[[],["option",4]]],[11,"event","","",111,[[["eventctx",3],["app",3],["panel",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",111,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",111,[[["gfxctx",3]]]],[11,"name","","",112,[[],["option",4]]],[11,"event","","",112,[[["eventctx",3],["app",3],["panel",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",112,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",112,[[["gfxctx",3]]]],[11,"name","","",113,[[],["option",4]]],[11,"event","","",113,[[["eventctx",3],["app",3],["panel",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",113,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",113,[[["gfxctx",3]]]],[11,"name","","",115,[[],["option",4]]],[11,"event","","",115,[[["eventctx",3],["app",3],["panel",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",115,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",115,[[["gfxctx",3]]]],[11,"name","game::layer::transit","",116,[[],["option",4]]],[11,"event","","",116,[[["eventctx",3],["app",3],["panel",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",116,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",116,[[["gfxctx",3]]]],[11,"get_id","game::render::area","",128,[[],["id",4]]],[11,"draw","","",128,[[["app",3],["drawoptions",3],["gfxctx",3]]]],[11,"get_outline","","",128,[[["map",3]],["polygon",3]]],[11,"get_id","game::render::bike","",129,[[],["id",4]]],[11,"draw","","",129,[[["app",3],["drawoptions",3],["gfxctx",3]]]],[11,"get_outline","","",129,[[["map",3]],["polygon",3]]],[11,"get_zorder","","",129,[[]]],[11,"get_id","game::render::building","",130,[[],["id",4]]],[11,"draw","","",130,[[["app",3],["drawoptions",3],["gfxctx",3]]]],[11,"get_zorder","","",130,[[]]],[11,"get_outline","","",130,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",130,[[["map",3],["pt2d",3]]]],[11,"get_id","game::render::bus_stop","",131,[[],["id",4]]],[11,"draw","","",131,[[["app",3],["drawoptions",3],["gfxctx",3]]]],[11,"get_outline","","",131,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",131,[[["map",3],["pt2d",3]]]],[11,"get_zorder","","",131,[[]]],[11,"get_id","game::render::car","",132,[[],["id",4]]],[11,"draw","","",132,[[["app",3],["drawoptions",3],["gfxctx",3]]]],[11,"get_outline","","",132,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",132,[[["map",3],["pt2d",3]]]],[11,"get_zorder","","",132,[[]]],[11,"get_id","game::render::intersection","",133,[[],["id",4]]],[11,"draw","","",133,[[["app",3],["drawoptions",3],["gfxctx",3]]]],[11,"get_outline","","",133,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",133,[[["map",3],["pt2d",3]]]],[11,"get_zorder","","",133,[[]]],[11,"get_id","game::render::lane","",134,[[],["id",4]]],[11,"draw","","",134,[[["app",3],["drawoptions",3],["gfxctx",3]]]],[11,"get_outline","","",134,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",134,[[["map",3],["pt2d",3]]]],[11,"get_zorder","","",134,[[]]],[11,"get_id","game::render::parking_lot","",138,[[],["id",4]]],[11,"draw","","",138,[[["app",3],["drawoptions",3],["gfxctx",3]]]],[11,"get_zorder","","",138,[[]]],[11,"get_outline","","",138,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",138,[[["map",3],["pt2d",3]]]],[11,"get_id","game::render::pedestrian","",139,[[],["id",4]]],[11,"draw","","",139,[[["app",3],["drawoptions",3],["gfxctx",3]]]],[11,"get_outline","","",139,[[["map",3]],["polygon",3]]],[11,"get_zorder","","",139,[[]]],[11,"get_id","","",140,[[],["id",4]]],[11,"draw","","",140,[[["app",3],["drawoptions",3],["gfxctx",3]]]],[11,"get_outline","","",140,[[["map",3]],["polygon",3]]],[11,"get_zorder","","",140,[[]]],[11,"get_id","game::render::road","",141,[[],["id",4]]],[11,"draw","","",141,[[["app",3],["drawoptions",3],["gfxctx",3]]]],[11,"get_outline","","",141,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",141,[[["map",3],["pt2d",3]]]],[11,"get_zorder","","",141,[[]]],[11,"event","game::sandbox::gameplay::commute","",181,[[["sandboxcontrols",3],["eventctx",3],["app",3],["actions",3]],[["option",4],["transition",4]]]],[11,"draw","","",181,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::gameplay::fix_traffic_signals","",182,[[["sandboxcontrols",3],["eventctx",3],["app",3],["actions",3]],[["option",4],["transition",4]]]],[11,"draw","","",182,[[["app",3],["gfxctx",3]]]],[11,"on_destroy","","",182,[[["app",3]]]],[11,"event","game::sandbox::gameplay::freeform","",183,[[["sandboxcontrols",3],["eventctx",3],["app",3],["actions",3]],[["option",4],["transition",4]]]],[11,"draw","","",183,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::gameplay::play_scenario","",185,[[["sandboxcontrols",3],["eventctx",3],["app",3],["actions",3]],[["option",4],["transition",4]]]],[11,"draw","","",185,[[["app",3],["gfxctx",3]]]],[11,"on_destroy","","",185,[[["app",3]]]],[11,"event","game::sandbox::gameplay::tutorial","",188,[[["sandboxcontrols",3],["eventctx",3],["app",3],["actions",3]],[["option",4],["transition",4]]]],[11,"draw","","",188,[[["app",3],["gfxctx",3]]]],[11,"can_move_canvas","","",188,[[]]],[11,"can_examine_objects","","",188,[[]]],[11,"has_common","","",188,[[]]],[11,"has_tool_panel","","",188,[[]]],[11,"has_time_panel","","",188,[[]]],[11,"has_speed","","",188,[[]]],[11,"has_agent_meter","","",188,[[]]],[11,"has_minimap","","",188,[[]]],[11,"clone","game::app","",3,[[],["flags",3]]],[11,"clone","game::colors","",13,[[],["colorschemechoice",4]]],[11,"clone","game::common::heatmap","",21,[[],["heatmapoptions",3]]],[11,"clone","game::debug::floodfill","",39,[[],["source",4]]],[11,"clone","game::devtools::mapping","",50,[[],["show",4]]],[11,"clone","","",51,[[],["value",4]]],[11,"clone","game::devtools::story","",55,[[],["recordedstorymap",3]]],[11,"clone","game::edit::traffic_signals","",74,[[],["bundleedits",3]]],[11,"clone","game::helpers","",89,[[],["id",4]]],[11,"clone","game::info::trip","",94,[[],["opentrip",3]]],[11,"clone","game::info","",93,[[],["tab",4]]],[11,"clone","","",92,[[],["dataoptions",3]]],[11,"clone","game::layer::pandemic","",104,[[],["seir",4]]],[11,"clone","","",103,[[],["options",3]]],[11,"clone","game::layer::parking","",107,[[],["loc",4]]],[11,"clone","game::layer::population","",109,[[],["options",3]]],[11,"clone","game::options","",118,[[],["options",3]]],[11,"clone","","",120,[[],["trafficsignalstyle",4]]],[11,"clone","","",121,[[],["cameraangle",4]]],[11,"clone","game::render::map","",137,[[],["unzoomedagents",3]]],[11,"clone","game::render","",127,[[],["drawoptions",3]]],[11,"clone","game::sandbox::dashboards::commuter","",155,[[],["blockselection",4]]],[11,"clone","game::sandbox::dashboards","",149,[[],["dashtab",4]]],[11,"clone","game::sandbox::gameplay::tutorial","",189,[[],["tutorialpointer",3]]],[11,"clone","","",192,[[],["task",4]]],[11,"clone","game::sandbox::gameplay","",180,[[],["gameplaymode",4]]],[11,"clone","game::sandbox::speed","",198,[[],["speedsetting",4]]],[11,"cmp","game::helpers","",89,[[["id",4]],["ordering",4]]],[11,"cmp","game::layer::parking","",107,[[["loc",4]],["ordering",4]]],[11,"cmp","game::sandbox::gameplay::tutorial","",189,[[["tutorialpointer",3]],["ordering",4]]],[11,"cmp","game::sandbox::gameplay","",180,[[["gameplaymode",4]],["ordering",4]]],[11,"eq","game::colors","",13,[[["colorschemechoice",4]]]],[11,"eq","game::common::heatmap","",21,[[["heatmapoptions",3]]]],[11,"ne","","",21,[[["heatmapoptions",3]]]],[11,"eq","game::devtools::mapping","",50,[[["show",4]]]],[11,"eq","","",51,[[["value",4]]]],[11,"eq","game::edit::traffic_signals","",74,[[["bundleedits",3]]]],[11,"ne","","",74,[[["bundleedits",3]]]],[11,"eq","game::helpers","",89,[[["id",4]]]],[11,"ne","","",89,[[["id",4]]]],[11,"eq","game::info::trip","",94,[[["opentrip",3]]]],[11,"eq","game::info","",92,[[["dataoptions",3]]]],[11,"ne","","",92,[[["dataoptions",3]]]],[11,"eq","game::layer::pandemic","",104,[[["seir",4]]]],[11,"eq","","",103,[[["options",3]]]],[11,"ne","","",103,[[["options",3]]]],[11,"eq","game::layer::parking","",107,[[["loc",4]]]],[11,"ne","","",107,[[["loc",4]]]],[11,"eq","game::layer::population","",109,[[["options",3]]]],[11,"ne","","",109,[[["options",3]]]],[11,"eq","game::options","",120,[[["trafficsignalstyle",4]]]],[11,"eq","","",121,[[["cameraangle",4]]]],[11,"eq","game::render::map","",137,[[["unzoomedagents",3]]]],[11,"ne","","",137,[[["unzoomedagents",3]]]],[11,"eq","game::sandbox::dashboards::commuter","",155,[[["blockselection",4]]]],[11,"ne","","",155,[[["blockselection",4]]]],[11,"eq","","",153,[[["filter",3]]]],[11,"ne","","",153,[[["filter",3]]]],[11,"eq","game::sandbox::dashboards","",149,[[["dashtab",4]]]],[11,"eq","game::sandbox::gameplay::tutorial","",189,[[["tutorialpointer",3]]]],[11,"ne","","",189,[[["tutorialpointer",3]]]],[11,"eq","","",192,[[["task",4]]]],[11,"eq","game::sandbox::gameplay","",180,[[["gameplaymode",4]]]],[11,"ne","","",180,[[["gameplaymode",4]]]],[11,"eq","game::sandbox::speed","",198,[[["speedsetting",4]]]],[11,"partial_cmp","game::helpers","",89,[[["id",4]],[["option",4],["ordering",4]]]],[11,"lt","","",89,[[["id",4]]]],[11,"le","","",89,[[["id",4]]]],[11,"gt","","",89,[[["id",4]]]],[11,"ge","","",89,[[["id",4]]]],[11,"partial_cmp","game::layer::parking","",107,[[["loc",4]],[["option",4],["ordering",4]]]],[11,"lt","","",107,[[["loc",4]]]],[11,"le","","",107,[[["loc",4]]]],[11,"gt","","",107,[[["loc",4]]]],[11,"ge","","",107,[[["loc",4]]]],[11,"partial_cmp","game::sandbox::gameplay::tutorial","",189,[[["tutorialpointer",3]],[["option",4],["ordering",4]]]],[11,"lt","","",189,[[["tutorialpointer",3]]]],[11,"le","","",189,[[["tutorialpointer",3]]]],[11,"gt","","",189,[[["tutorialpointer",3]]]],[11,"ge","","",189,[[["tutorialpointer",3]]]],[11,"partial_cmp","","",192,[[["task",4]],[["option",4],["ordering",4]]]],[11,"partial_cmp","game::sandbox::gameplay","",180,[[["gameplaymode",4]],[["option",4],["ordering",4]]]],[11,"lt","","",180,[[["gameplaymode",4]]]],[11,"le","","",180,[[["gameplaymode",4]]]],[11,"gt","","",180,[[["gameplaymode",4]]]],[11,"ge","","",180,[[["gameplaymode",4]]]],[11,"partial_cmp","game::sandbox::speed","",198,[[["speedsetting",4]],[["option",4],["ordering",4]]]],[11,"fmt","game::colors","",13,[[["formatter",3]],["result",6]]],[11,"fmt","game::devtools::mapping","",50,[[["formatter",3]],["result",6]]],[11,"fmt","game::helpers","",89,[[["formatter",3]],["result",6]]],[11,"fmt","game::layer::pandemic","",104,[[["formatter",3]],["result",6]]],[11,"fmt","game::options","",120,[[["formatter",3]],["result",6]]],[11,"fmt","","",121,[[["formatter",3]],["result",6]]],[11,"fmt","game::sandbox::dashboards","",149,[[["formatter",3]],["result",6]]],[11,"hash","game::helpers","",89,[[]]],[11,"serialize","game::devtools::story","",55,[[],["result",4]]],[11,"deserialize","","",55,[[],["result",4]]],[11,"run","game::app","",7,[[["sim",3],["map",3]]]],[11,"event","game::game","",82,[[["eventctx",3]]]],[11,"draw","","",82,[[["gfxctx",3]]]],[11,"dump_before_abort","","",82,[[["canvas",3]]]],[11,"before_quit","","",82,[[["canvas",3]]]]],"p":[[3,"App"],[3,"ShowLayers"],[3,"ShowEverything"],[3,"Flags"],[3,"PerMap"],[3,"SessionState"],[3,"PerObjectActions"],[3,"FindDelayedIntersections"],[8,"ShowObject"],[3,"Challenge"],[3,"HighScore"],[3,"ChallengesPicker"],[3,"ColorScheme"],[4,"ColorSchemeChoice"],[3,"CommonState"],[3,"CityPicker"],[3,"ColorDiscrete"],[3,"DivergingScale"],[3,"ColorNetwork"],[3,"ColorScale"],[3,"ColorLegend"],[3,"HeatmapOptions"],[3,"Grid"],[3,"IsochroneViewer"],[3,"Minimap"],[3,"Navigator"],[3,"CrossStreet"],[3,"SearchBuildings"],[3,"Warping"],[3,"DebugWarp"],[3,"CutsceneBuilder"],[3,"Scene"],[3,"CutscenePlayer"],[3,"FYI"],[4,"Layout"],[3,"DebugMode"],[3,"SearchResults"],[3,"ScreenshotTest"],[3,"Floodfiller"],[4,"Source"],[3,"ObjectDebugger"],[3,"PathCounter"],[3,"PolygonDebugger"],[4,"Item"],[3,"DevToolsMode"],[3,"PopularDestinations"],[3,"ViewKML"],[3,"Object"],[3,"ParkingMapper"],[3,"ChangeWay"],[4,"Show"],[4,"Value"],[3,"PolygonEditor"],[3,"ScenarioManager"],[3,"StoryMapEditor"],[3,"RecordedStoryMap"],[3,"StoryMap"],[3,"Marker"],[3,"Lasso"],[4,"Mode"],[3,"EditMode"],[3,"SaveEdits"],[3,"LoadEdits"],[3,"ConfirmDiscard"],[3,"BulkSelect"],[3,"BulkEdit"],[3,"ClusterTrafficSignalEditor"],[3,"LaneEditor"],[3,"RouteEditor"],[3,"RoadSelector"],[4,"Mode"],[13,"Route"],[3,"StopSignEditor"],[3,"TrafficSignalEditor"],[3,"BundleEdits"],[3,"ChangeDuration"],[3,"ShowAbsolute"],[3,"ShowRelative"],[3,"TuneRelative"],[3,"SignalPicker"],[3,"PreviewTrafficSignal"],[3,"ZoneEditor"],[3,"Game"],[3,"ChooseSomething"],[3,"PromptInput"],[3,"PopupMsg"],[4,"DrawBaselayer"],[4,"Transition"],[8,"State"],[4,"ID"],[3,"InfoPanel"],[3,"Details"],[3,"DataOptions"],[4,"Tab"],[3,"OpenTrip"],[8,"ContextualActions"],[3,"PickLayer"],[4,"LayerOutcome"],[3,"Elevation"],[3,"BikeNetwork"],[3,"Static"],[3,"CongestionCaps"],[3,"Pandemic"],[3,"Options"],[4,"SEIR"],[3,"Occupancy"],[3,"Efficiency"],[4,"Loc"],[3,"PopulationMap"],[3,"Options"],[3,"Backpressure"],[3,"Throughput"],[3,"CompareThroughput"],[3,"TrafficJams"],[3,"Jam"],[3,"Delay"],[3,"TransitNetwork"],[8,"Layer"],[3,"Options"],[3,"OptionsPanel"],[4,"TrafficSignalStyle"],[4,"CameraAngle"],[3,"TitleScreen"],[3,"MainMenu"],[3,"About"],[3,"Proposals"],[3,"Screensaver"],[3,"DrawOptions"],[3,"DrawArea"],[3,"DrawBike"],[3,"DrawBuilding"],[3,"DrawBusStop"],[3,"DrawCar"],[3,"DrawIntersection"],[3,"DrawLane"],[3,"DrawMap"],[3,"AgentCache"],[3,"UnzoomedAgents"],[3,"DrawParkingLot"],[3,"DrawPedestrian"],[3,"DrawPedCrowd"],[3,"DrawRoad"],[3,"DrawMovement"],[3,"DrawUberTurnGroup"],[8,"Renderable"],[3,"SandboxMode"],[3,"SandboxControls"],[3,"AgentMeter"],[3,"Actions"],[4,"DashTab"],[3,"CommuterPatterns"],[3,"PanelState"],[3,"Block"],[3,"Filter"],[3,"Loop"],[4,"BlockSelection"],[13,"Locked"],[4,"BorderType"],[3,"GenericTripTable"],[3,"ActiveTraffic"],[3,"TransitRoutes"],[3,"Entry"],[3,"Filters"],[3,"ParkingOverhead"],[3,"TripSummaries"],[3,"Filter"],[3,"Table"],[3,"Column"],[3,"Filter"],[4,"Col"],[3,"TrafficSignalDemand"],[3,"Demand"],[3,"FinishedTrip"],[3,"CancelledTrip"],[3,"UnfinishedTrip"],[3,"Filters"],[3,"FinishedTripTable"],[3,"CancelledTripTable"],[3,"UnfinishedTripTable"],[3,"FinalScore"],[4,"GameplayMode"],[3,"OptimizeCommute"],[3,"FixTrafficSignals"],[3,"Freeform"],[3,"AgentSpawner"],[3,"PlayScenario"],[3,"EditScenarioModifiers"],[3,"ChangeMode"],[3,"Tutorial"],[3,"TutorialPointer"],[3,"Stage"],[3,"TutorialState"],[4,"Task"],[8,"GameplayState"],[3,"RoutePreview"],[3,"TurnExplorer"],[3,"SpeedControls"],[3,"TimePanel"],[4,"SpeedSetting"],[3,"JumpToTime"],[3,"JumpToDelay"],[3,"TimeWarpScreen"],[3,"UberTurnPicker"],[3,"UberTurnViewer"],[3,"Actions"],[3,"BackToMainMenu"]]},\ "geojson_to_osmosis":{"doc":"","i":[[5,"main","geojson_to_osmosis","Convert geojson boundary suitable for osmfilter and other…",null,[[],[["result",4],["box",3]]]],[5,"boundary_coords","","",null,[[["geojson",4]],[["result",4],["vec",3],["box",3]]]]],"p":[]},\ "geom":{"doc":"","i":[[3,"Angle","geom","",null,null],[12,"0","","",0,null],[3,"Bounds","","",null,null],[12,"min_x","","",1,null],[12,"min_y","","",1,null],[12,"max_x","","",1,null],[12,"max_y","","",1,null],[3,"GPSBounds","","",null,null],[12,"min_lon","","",2,null],[12,"min_lat","","",2,null],[12,"max_lon","","",2,null],[12,"max_lat","","",2,null],[3,"Circle","","",null,null],[12,"center","","",3,null],[12,"radius","","",3,null],[3,"Distance","","",null,null],[12,"0","","",4,null],[3,"Duration","","",null,null],[12,"0","","",5,null],[3,"FindClosest","","",null,null],[12,"geometries","","",6,null],[12,"quadtree","","",6,null],[3,"LonLat","","",null,null],[12,"longitude","","",7,null],[12,"latitude","","",7,null],[3,"InfiniteLine","","",null,null],[12,"0","","",8,null],[12,"1","","",8,null],[3,"Line","","",null,null],[12,"0","","",9,null],[12,"1","","",9,null],[3,"Percent","","",null,null],[12,"0","","",10,null],[3,"Polygon","","",null,null],[12,"points","","",11,null],[12,"indices","","",11,null],[12,"rings","","",11,null],[3,"Triangle","","",null,null],[12,"pt1","","",12,null],[12,"pt2","","",12,null],[12,"pt3","","",12,null],[3,"PolyLine","","",null,null],[12,"pts","","",13,null],[12,"length","","",13,null],[3,"HashablePt2D","","",null,null],[12,"x_nan","","",14,null],[12,"y_nan","","",14,null],[3,"Pt2D","","",null,null],[12,"inner_x","","",15,null],[12,"inner_y","","",15,null],[3,"Ring","","",null,null],[12,"pts","","",16,null],[3,"Speed","","",null,null],[12,"0","","",17,null],[3,"Histogram","","",null,null],[12,"count","","",18,null],[12,"histogram","","",18,null],[12,"min","","",18,null],[12,"max","","",18,null],[3,"Time","","",null,null],[12,"0","","",19,null],[4,"ArrowCap","","",null,null],[13,"Triangle","","",20,null],[4,"Statistic","","",null,null],[13,"Min","","",21,null],[13,"Mean","","",21,null],[13,"P50","","",21,null],[13,"P90","","",21,null],[13,"P99","","",21,null],[13,"Max","","",21,null],[5,"trim_f64","","",null,[[]]],[0,"angle","","",null,null],[3,"Angle","geom::angle","",null,null],[12,"0","","",0,null],[18,"ZERO","geom","",0,null],[11,"new_rads","","",0,[[],["angle",3]]],[11,"new_degs","","",0,[[],["angle",3]]],[11,"opposite","","",0,[[],["angle",3]]],[11,"invert_y","","",0,[[],["angle",3]]],[11,"rotate_degs","","",0,[[],["angle",3]]],[11,"normalized_radians","","",0,[[]]],[11,"normalized_degrees","","",0,[[]]],[11,"shortest_rotation_towards","","",0,[[["angle",3]],["angle",3]]],[11,"approx_eq","","",0,[[["angle",3]]]],[11,"reorient","","",0,[[],["angle",3]]],[0,"bounds","","",null,null],[3,"Bounds","geom::bounds","",null,null],[12,"min_x","","",1,null],[12,"min_y","","",1,null],[12,"max_x","","",1,null],[12,"max_y","","",1,null],[3,"GPSBounds","","",null,null],[12,"min_lon","","",2,null],[12,"min_lat","","",2,null],[12,"max_lon","","",2,null],[12,"max_lat","","",2,null],[11,"new","geom","",1,[[],["bounds",3]]],[11,"from","","",1,[[["vec",3]],["bounds",3]]],[11,"update","","",1,[[["pt2d",3]]]],[11,"union","","",1,[[["bounds",3]]]],[11,"contains","","",1,[[["pt2d",3]]]],[11,"as_bbox","","",1,[[],["rect",3]]],[11,"get_rectangle","","",1,[[],["polygon",3]]],[11,"width","","",1,[[]]],[11,"height","","",1,[[]]],[11,"center","","",1,[[],["pt2d",3]]],[11,"new","","",2,[[],["gpsbounds",3]]],[11,"from","","",2,[[["vec",3],["lonlat",3]],["gpsbounds",3]]],[11,"update","","",2,[[["lonlat",3]]]],[11,"contains","","",2,[[["lonlat",3]]]],[11,"get_max_world_pt","","",2,[[],["pt2d",3]]],[11,"to_bounds","","",2,[[],["bounds",3]]],[11,"try_convert","","",2,[[["vec",3]],[["option",4],["vec",3]]]],[11,"convert","","",2,[[["vec",3]],[["pt2d",3],["vec",3]]]],[11,"convert_back","","",2,[[["vec",3]],[["lonlat",3],["vec",3]]]],[11,"approx_eq","","",2,[[["gpsbounds",3]]]],[0,"circle","","",null,null],[3,"Circle","geom::circle","",null,null],[12,"center","","",3,null],[12,"radius","","",3,null],[17,"TRIANGLES_PER_CIRCLE","","",null,null],[11,"new","geom","",3,[[["pt2d",3],["distance",3]],["circle",3]]],[11,"contains_pt","","",3,[[["pt2d",3]]]],[11,"get_bounds","","",3,[[],["bounds",3]]],[11,"to_polygon","","",3,[[],["polygon",3]]],[11,"to_partial_polygon","","",3,[[],["polygon",3]]],[11,"to_ring","","",3,[[],["ring",3]]],[11,"outline","","",3,[[["pt2d",3],["distance",3]],[["string",3],["polygon",3],["result",4]]]],[0,"distance","","",null,null],[3,"Distance","geom::distance","",null,null],[12,"0","","",4,null],[18,"ZERO","geom","",4,null],[11,"meters","","",4,[[],["distance",3]]],[11,"const_meters","","",4,[[],["distance",3]]],[11,"inches","","",4,[[],["distance",3]]],[11,"miles","","",4,[[],["distance",3]]],[11,"centimeters","","",4,[[],["distance",3]]],[11,"abs","","",4,[[],["distance",3]]],[11,"sqrt","","",4,[[],["distance",3]]],[11,"inner_meters","","",4,[[]]],[11,"describe_rounded","","",4,[[],["string",3]]],[11,"max","","",4,[[["distance",3]],["distance",3]]],[11,"min","","",4,[[["distance",3]],["distance",3]]],[0,"duration","","",null,null],[3,"Duration","geom::duration","",null,null],[12,"0","","",5,null],[18,"ZERO","geom","",5,null],[18,"EPSILON","","",5,null],[11,"seconds","","",5,[[],["duration",3]]],[11,"minutes","","",5,[[],["duration",3]]],[11,"hours","","",5,[[],["duration",3]]],[11,"f64_minutes","","",5,[[],["duration",3]]],[11,"const_seconds","","",5,[[],["duration",3]]],[11,"to_u64","","",5,[[]]],[11,"from_u64","","",5,[[],["duration",3]]],[11,"inner_seconds","","",5,[[]]],[11,"get_parts","","",5,[[]]],[11,"parse","","",5,[[],[["duration",3],["box",3],["result",4]]]],[11,"epsilon_eq","","",5,[[["duration",3]]]],[11,"realtime_elapsed","","",5,[[["instant",6]],["duration",3]]],[11,"round_up","","",5,[[["duration",3]],["duration",3]]],[11,"num_minutes_rounded_up","","",5,[[]]],[11,"make_intervals_for_max","","",5,[[]]],[0,"find_closest","","",null,null],[3,"FindClosest","geom::find_closest","",null,null],[12,"geometries","","",6,null],[12,"quadtree","","",6,null],[5,"pts_to_line_string","","",null,[[["vec",3]],["linestring",3]]],[11,"new","geom","",6,[[["bounds",3]],["findclosest",3]]],[11,"add","","",6,[[["vec",3]]]],[11,"all_close_pts","","",6,[[["pt2d",3],["distance",3]],["vec",3]]],[11,"closest_pt","","",6,[[["pt2d",3],["distance",3]],["option",4]]],[0,"gps","","",null,null],[3,"LonLat","geom::gps","",null,null],[12,"longitude","","",7,null],[12,"latitude","","",7,null],[11,"new","geom","",7,[[],["lonlat",3]]],[11,"x","","",7,[[]]],[11,"y","","",7,[[]]],[11,"gps_dist_meters","","",7,[[["lonlat",3]],["distance",3]]],[11,"fast_dist","","",7,[[["lonlat",3]],["notnan",3]]],[11,"approx_eq","","",7,[[["lonlat",3]]]],[11,"read_osmosis_polygon","","",7,[[["string",3]],[["vec",3],["box",3],["result",4]]]],[0,"line","","",null,null],[3,"Line","geom::line","",null,null],[12,"0","","",9,null],[12,"1","","",9,null],[3,"InfiniteLine","","",null,null],[12,"0","","",8,null],[12,"1","","",8,null],[5,"is_counter_clockwise","","",null,[[["pt2d",3]]]],[11,"new","geom","",9,[[["pt2d",3]],[["line",3],["option",4]]]],[11,"must_new","","",9,[[["pt2d",3]],["line",3]]],[11,"infinite","","",9,[[],["infiniteline",3]]],[11,"pt1","","",9,[[],["pt2d",3]]],[11,"pt2","","",9,[[],["pt2d",3]]],[11,"points","","",9,[[],[["pt2d",3],["vec",3]]]],[11,"to_polyline","","",9,[[],["polyline",3]]],[11,"make_polygons","","",9,[[["distance",3]],["polygon",3]]],[11,"length","","",9,[[],["distance",3]]],[11,"intersection","","",9,[[["line",3]],[["pt2d",3],["option",4]]]],[11,"crosses","","",9,[[["line",3]]]],[11,"intersection_infinite","","",9,[[["infiniteline",3]],[["pt2d",3],["option",4]]]],[11,"shift_right","","",9,[[["distance",3]],["line",3]]],[11,"shift_left","","",9,[[["distance",3]],["line",3]]],[11,"shift_either_direction","","",9,[[["distance",3]],["line",3]]],[11,"reverse","","",9,[[],["line",3]]],[11,"angle","","",9,[[],["angle",3]]],[11,"dist_along","","",9,[[["distance",3]],[["pt2d",3],["option",4]]]],[11,"must_dist_along","","",9,[[["distance",3]],["pt2d",3]]],[11,"unbounded_dist_along","","",9,[[["distance",3]],["pt2d",3]]],[11,"unbounded_percent_along","","",9,[[],["pt2d",3]]],[11,"percent_along","","",9,[[],[["pt2d",3],["option",4]]]],[11,"slice","","",9,[[["distance",3]],[["line",3],["option",4]]]],[11,"middle","","",9,[[],[["pt2d",3],["option",4]]]],[11,"contains_pt","","",9,[[["pt2d",3]]]],[11,"dist_along_of_point","","",9,[[["pt2d",3]],[["option",4],["distance",3]]]],[11,"percent_along_of_point","","",9,[[["pt2d",3]],["option",4]]],[11,"project_pt","","",9,[[["pt2d",3]],["pt2d",3]]],[11,"intersection","","",8,[[["infiniteline",3]],[["pt2d",3],["option",4]]]],[0,"percent","","",null,null],[3,"Percent","geom::percent","",null,null],[12,"0","","",10,null],[11,"inner","geom","",10,[[]]],[11,"int","","",10,[[],["percent",3]]],[0,"polygon","","",null,null],[3,"Polygon","geom::polygon","",null,null],[12,"points","","",11,null],[12,"indices","","",11,null],[12,"rings","","",11,null],[3,"Triangle","","",null,null],[12,"pt1","","",12,null],[12,"pt2","","",12,null],[12,"pt3","","",12,null],[5,"to_geo","","",null,[[["vec",3]],["polygon",3]]],[5,"from_geo","","",null,[[["polygon",3]],["polygon",3]]],[5,"from_multi","","",null,[[["multipolygon",3]],[["vec",3],["polygon",3]]]],[5,"downsize","","",null,[[["vec",3]],["vec",3]]],[11,"buggy_new","geom","",11,[[["pt2d",3],["vec",3]],["polygon",3]]],[11,"with_holes","","",11,[[["ring",3],["vec",3]],["polygon",3]]],[11,"from_geojson","","",11,[[["vec",3]],["polygon",3]]],[11,"precomputed","","",11,[[["pt2d",3],["vec",3],["vec",3]],["polygon",3]]],[11,"from_triangle","","",11,[[["triangle",3]],["polygon",3]]],[11,"triangles","","",11,[[],[["vec",3],["triangle",3]]]],[11,"raw_for_rendering","","",11,[[]]],[11,"contains_pt","","",11,[[["pt2d",3]]]],[11,"get_bounds","","",11,[[],["bounds",3]]],[11,"transform","","",11,[[["fn",8]],["polygon",3]]],[11,"translate","","",11,[[],["polygon",3]]],[11,"scale","","",11,[[],["polygon",3]]],[11,"rotate","","",11,[[["angle",3]],["polygon",3]]],[11,"rotate_around","","",11,[[["pt2d",3],["angle",3]],["polygon",3]]],[11,"points","","",11,[[],["vec",3]]],[11,"into_points","","",11,[[],[["pt2d",3],["vec",3]]]],[11,"into_ring","","",11,[[],["ring",3]]],[11,"center","","",11,[[],["pt2d",3]]],[11,"rectangle","","",11,[[],["polygon",3]]],[11,"rectangle_centered","","",11,[[["pt2d",3],["distance",3]],["polygon",3]]],[11,"rectangle_two_corners","","",11,[[["pt2d",3]],[["option",4],["polygon",3]]]],[11,"rounded_rectangle","","",11,[[["option",4]],["polygon",3]]],[11,"union","","",11,[[["polygon",3]],["polygon",3]]],[11,"union_all","","",11,[[["vec",3],["polygon",3]],["polygon",3]]],[11,"intersection","","",11,[[["polygon",3]],[["vec",3],["polygon",3]]]],[11,"convex_hull","","",11,[[["vec",3],["polygon",3]],["polygon",3]]],[11,"polylabel","","",11,[[],["pt2d",3]]],[11,"to_outline","","",11,[[["distance",3]],[["string",3],["polygon",3],["result",4]]]],[11,"strip_rings","","",11,[[],["polygon",3]]],[11,"area","","",11,[[]]],[11,"clip_polyline","","",11,[[["polyline",3]],[["option",4],["vec",3]]]],[11,"clip_ring","","",11,[[["ring",3]],[["option",4],["vec",3]]]],[11,"new","","",12,[[["pt2d",3]],["triangle",3]]],[11,"contains_pt","","",12,[[["pt2d",3]]]],[0,"polyline","","",null,null],[3,"PolyLine","geom::polyline","",null,null],[12,"pts","","",13,null],[12,"length","","",13,null],[4,"ArrowCap","","",null,null],[13,"Triangle","","",20,null],[5,"fix_angles","","",null,[[["polyline",3],["polyline",3]],[["polyline",3],["string",3],["result",4]]]],[5,"to_set","","",null,[[]]],[17,"MITER_THRESHOLD","","",null,null],[11,"new","geom","",13,[[["pt2d",3],["vec",3]],[["polyline",3],["string",3],["result",4]]]],[11,"must_new","","",13,[[["pt2d",3],["vec",3]],["polyline",3]]],[11,"unchecked_new","","",13,[[["pt2d",3],["vec",3]],["polyline",3]]],[11,"deduping_new","","",13,[[["pt2d",3],["vec",3]],[["polyline",3],["string",3],["result",4]]]],[11,"to_thick_boundary","","",13,[[["distance",3]],[["option",4],["polygon",3]]]],[11,"reversed","","",13,[[],["polyline",3]]],[11,"extend","","",13,[[["polyline",3]],[["polyline",3],["string",3],["result",4]]]],[11,"must_extend","","",13,[[["polyline",3]],["polyline",3]]],[11,"must_push","","",13,[[["pt2d",3]],["polyline",3]]],[11,"append","","",13,[[["pt2d",3],["vec",3]],[["result",4],["string",3],["vec",3]]]],[11,"points","","",13,[[],["vec",3]]],[11,"into_points","","",13,[[],[["pt2d",3],["vec",3]]]],[11,"lines","","",13,[[],[["vec",3],["line",3]]]],[11,"length","","",13,[[],["distance",3]]],[11,"slice","","",13,[[["distance",3]],[["string",3],["result",4]]]],[11,"exact_slice","","",13,[[["distance",3]],["polyline",3]]],[11,"maybe_exact_slice","","",13,[[["distance",3]],[["polyline",3],["string",3],["result",4]]]],[11,"first_half","","",13,[[],["polyline",3]]],[11,"second_half","","",13,[[],["polyline",3]]],[11,"dist_along","","",13,[[["distance",3]],[["string",3],["result",4]]]],[11,"must_dist_along","","",13,[[["distance",3]]]],[11,"middle","","",13,[[],["pt2d",3]]],[11,"first_pt","","",13,[[],["pt2d",3]]],[11,"last_pt","","",13,[[],["pt2d",3]]],[11,"first_line","","",13,[[],["line",3]]],[11,"last_line","","",13,[[],["line",3]]],[11,"shift_right","","",13,[[["distance",3]],[["polyline",3],["string",3],["result",4]]]],[11,"must_shift_right","","",13,[[["distance",3]],["polyline",3]]],[11,"shift_left","","",13,[[["distance",3]],[["polyline",3],["string",3],["result",4]]]],[11,"must_shift_left","","",13,[[["distance",3]],["polyline",3]]],[11,"shift_with_corrections","","",13,[[["distance",3]],[["polyline",3],["string",3],["result",4]]]],[11,"shift_with_sharp_angles","","",13,[[["distance",3]],[["pt2d",3],["vec",3]]]],[11,"make_polygons","","",13,[[["distance",3]],["polygon",3]]],[11,"make_polygons_with_miter_threshold","","",13,[[["distance",3]],["polygon",3]]],[11,"exact_dashed_polygons","","",13,[[["distance",3]],[["vec",3],["polygon",3]]]],[11,"dashed_lines","","",13,[[["distance",3]],[["vec",3],["polygon",3]]]],[11,"make_arrow","","",13,[[["arrowcap",4],["distance",3]],["polygon",3]]],[11,"make_double_arrow","","",13,[[["arrowcap",4],["distance",3]],["polygon",3]]],[11,"dashed_arrow","","",13,[[["arrowcap",4],["distance",3]],[["vec",3],["polygon",3]]]],[11,"intersection","","",13,[[["polyline",3]],["option",4]]],[11,"intersection_infinite","","",13,[[["infiniteline",3]],[["pt2d",3],["option",4]]]],[11,"get_slice_ending_at","","",13,[[["pt2d",3]],[["polyline",3],["option",4]]]],[11,"get_slice_starting_at","","",13,[[["pt2d",3]],[["polyline",3],["option",4]]]],[11,"dist_along_of_point","","",13,[[["pt2d",3]],["option",4]]],[11,"trim_to_endpts","","",13,[[["pt2d",3]],["polyline",3]]],[11,"get_bounds","","",13,[[],["bounds",3]]],[11,"extend_to_length","","",13,[[["distance",3]],["polyline",3]]],[0,"pt","","",null,null],[3,"Pt2D","geom::pt","",null,null],[12,"inner_x","","",15,null],[12,"inner_y","","",15,null],[3,"HashablePt2D","","",null,null],[12,"x_nan","","",14,null],[12,"y_nan","","",14,null],[11,"new","geom","",15,[[],["pt2d",3]]],[11,"approx_eq","","",15,[[["pt2d",3],["distance",3]]]],[11,"from_gps","","",15,[[["gpsbounds",3],["lonlat",3]],["pt2d",3]]],[11,"to_gps","","",15,[[["gpsbounds",3]],["lonlat",3]]],[11,"x","","",15,[[]]],[11,"y","","",15,[[]]],[11,"project_away","","",15,[[["distance",3],["angle",3]],["pt2d",3]]],[11,"raw_dist_to","","",15,[[["pt2d",3]]]],[11,"dist_to","","",15,[[["pt2d",3]],["distance",3]]],[11,"angle_to","","",15,[[["pt2d",3]],["angle",3]]],[11,"offset","","",15,[[],["pt2d",3]]],[11,"center","","",15,[[["vec",3]],["pt2d",3]]],[11,"approx_dedupe","","",15,[[["pt2d",3],["distance",3],["vec",3]],[["pt2d",3],["vec",3]]]],[11,"find_pts_between","","",15,[[["pt2d",3],["vec",3],["distance",3]],[["option",4],["vec",3]]]],[11,"to_hashable","","",15,[[],["hashablept2d",3]]],[11,"to_pt2d","","",14,[[],["pt2d",3]]],[0,"ring","","",null,null],[3,"Ring","geom::ring","",null,null],[12,"pts","","",16,null],[11,"new","geom","",16,[[["pt2d",3],["vec",3]],[["string",3],["result",4],["ring",3]]]],[11,"must_new","","",16,[[["pt2d",3],["vec",3]],["ring",3]]],[11,"to_outline","","",16,[[["distance",3]],["polygon",3]]],[11,"to_polygon","","",16,[[],["polygon",3]]],[11,"points","","",16,[[],["vec",3]]],[11,"into_points","","",16,[[],[["pt2d",3],["vec",3]]]],[11,"all_intersections","","",16,[[["polyline",3]],[["pt2d",3],["vec",3]]]],[11,"get_both_slices_btwn","","",16,[[["pt2d",3]],["option",4]]],[11,"get_shorter_slice_btwn","","",16,[[["pt2d",3]],["polyline",3]]],[11,"split_points","","",16,[[["vec",3]],[["result",4],["string",3]]]],[11,"contains_pt","","",16,[[["pt2d",3]]]],[0,"speed","","",null,null],[3,"Speed","geom::speed","",null,null],[12,"0","","",17,null],[18,"ZERO","geom","",17,null],[11,"is_zero","","",17,[[["duration",3]]]],[11,"meters_per_second","","",17,[[],["speed",3]]],[11,"const_meters_per_second","","",17,[[],["speed",3]]],[11,"miles_per_hour","","",17,[[],["speed",3]]],[11,"km_per_hour","","",17,[[],["speed",3]]],[11,"from_dist_time","","",17,[[["duration",3],["distance",3]],["speed",3]]],[11,"inner_meters_per_second","","",17,[[]]],[11,"max","","",17,[[["speed",3]],["speed",3]]],[11,"min","","",17,[[["speed",3]],["speed",3]]],[0,"stats","","",null,null],[3,"Histogram","geom::stats","",null,null],[12,"count","","",18,null],[12,"histogram","","",18,null],[12,"min","","",18,null],[12,"max","","",18,null],[4,"Statistic","","",null,null],[13,"Min","","",21,null],[13,"Mean","","",21,null],[13,"P50","","",21,null],[13,"P90","","",21,null],[13,"P99","","",21,null],[13,"Max","","",21,null],[8,"HgramValue","","",null,null],[10,"hgram_zero","","",22,[[]]],[10,"to_u64","","",22,[[]]],[10,"from_u64","","",22,[[]]],[11,"all","geom","",21,[[],[["vec",3],["statistic",4]]]],[11,"new","","",18,[[],["histogram",3]]],[11,"add","","",18,[[]]],[11,"remove","","",18,[[]]],[11,"describe","","",18,[[],["string",3]]],[11,"percentile","","",18,[[],["option",4]]],[11,"select","","",18,[[["statistic",4]],["option",4]]],[11,"count","","",18,[[]]],[11,"seems_eq","","",18,[[["histogram",3]]]],[0,"time","","",null,null],[3,"Time","geom::time","",null,null],[12,"0","","",19,null],[18,"START_OF_DAY","geom","",19,null],[11,"seconds_since_midnight","","",19,[[],["time",3]]],[11,"get_parts","","",19,[[]]],[11,"get_hours","","",19,[[]]],[11,"ampm_tostring","","",19,[[],["string",3]]],[11,"as_filename","","",19,[[],["string",3]]],[11,"parse","","",19,[[],[["result",4],["time",3],["box",3]]]],[11,"min","","",19,[[["time",3]],["time",3]]],[11,"max","","",19,[[["time",3]],["time",3]]],[11,"percent_of","","",19,[[],["time",3]]],[11,"to_percent","","",19,[[["time",3]]]],[11,"inner_seconds","","",19,[[]]],[11,"clamped_sub","","",19,[[["duration",3]],["time",3]]],[11,"round_seconds","","",19,[[],["time",3]]],[17,"EPSILON_DIST","","",null,null],[8,"HgramValue","","",null,null],[10,"hgram_zero","","",22,[[]]],[10,"to_u64","","",22,[[]]],[10,"from_u64","","",22,[[]]],[11,"from","","",0,[[]]],[11,"into","","",0,[[]]],[11,"to_owned","","",0,[[]]],[11,"clone_into","","",0,[[]]],[11,"to_string","","",0,[[],["string",3]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"from","","",1,[[]]],[11,"into","","",1,[[]]],[11,"to_owned","","",1,[[]]],[11,"clone_into","","",1,[[]]],[11,"try_from","","",1,[[],["result",4]]],[11,"try_into","","",1,[[],["result",4]]],[11,"borrow","","",1,[[]]],[11,"borrow_mut","","",1,[[]]],[11,"type_id","","",1,[[],["typeid",3]]],[11,"from","","",2,[[]]],[11,"into","","",2,[[]]],[11,"to_owned","","",2,[[]]],[11,"clone_into","","",2,[[]]],[11,"try_from","","",2,[[],["result",4]]],[11,"try_into","","",2,[[],["result",4]]],[11,"borrow","","",2,[[]]],[11,"borrow_mut","","",2,[[]]],[11,"type_id","","",2,[[],["typeid",3]]],[11,"from","","",3,[[]]],[11,"into","","",3,[[]]],[11,"to_owned","","",3,[[]]],[11,"clone_into","","",3,[[]]],[11,"to_string","","",3,[[],["string",3]]],[11,"try_from","","",3,[[],["result",4]]],[11,"try_into","","",3,[[],["result",4]]],[11,"borrow","","",3,[[]]],[11,"borrow_mut","","",3,[[]]],[11,"type_id","","",3,[[],["typeid",3]]],[11,"from","","",4,[[]]],[11,"into","","",4,[[]]],[11,"to_owned","","",4,[[]]],[11,"clone_into","","",4,[[]]],[11,"to_string","","",4,[[],["string",3]]],[11,"try_from","","",4,[[],["result",4]]],[11,"try_into","","",4,[[],["result",4]]],[11,"borrow","","",4,[[]]],[11,"borrow_mut","","",4,[[]]],[11,"type_id","","",4,[[],["typeid",3]]],[11,"from","","",5,[[]]],[11,"into","","",5,[[]]],[11,"to_owned","","",5,[[]]],[11,"clone_into","","",5,[[]]],[11,"to_string","","",5,[[],["string",3]]],[11,"try_from","","",5,[[],["result",4]]],[11,"try_into","","",5,[[],["result",4]]],[11,"borrow","","",5,[[]]],[11,"borrow_mut","","",5,[[]]],[11,"type_id","","",5,[[],["typeid",3]]],[11,"from","","",6,[[]]],[11,"into","","",6,[[]]],[11,"try_from","","",6,[[],["result",4]]],[11,"try_into","","",6,[[],["result",4]]],[11,"borrow","","",6,[[]]],[11,"borrow_mut","","",6,[[]]],[11,"type_id","","",6,[[],["typeid",3]]],[11,"from","","",7,[[]]],[11,"into","","",7,[[]]],[11,"to_owned","","",7,[[]]],[11,"clone_into","","",7,[[]]],[11,"to_string","","",7,[[],["string",3]]],[11,"try_from","","",7,[[],["result",4]]],[11,"try_into","","",7,[[],["result",4]]],[11,"borrow","","",7,[[]]],[11,"borrow_mut","","",7,[[]]],[11,"type_id","","",7,[[],["typeid",3]]],[11,"from","","",8,[[]]],[11,"into","","",8,[[]]],[11,"to_owned","","",8,[[]]],[11,"clone_into","","",8,[[]]],[11,"to_string","","",8,[[],["string",3]]],[11,"try_from","","",8,[[],["result",4]]],[11,"try_into","","",8,[[],["result",4]]],[11,"borrow","","",8,[[]]],[11,"borrow_mut","","",8,[[]]],[11,"type_id","","",8,[[],["typeid",3]]],[11,"from","","",9,[[]]],[11,"into","","",9,[[]]],[11,"to_owned","","",9,[[]]],[11,"clone_into","","",9,[[]]],[11,"to_string","","",9,[[],["string",3]]],[11,"try_from","","",9,[[],["result",4]]],[11,"try_into","","",9,[[],["result",4]]],[11,"borrow","","",9,[[]]],[11,"borrow_mut","","",9,[[]]],[11,"type_id","","",9,[[],["typeid",3]]],[11,"from","","",10,[[]]],[11,"into","","",10,[[]]],[11,"to_owned","","",10,[[]]],[11,"clone_into","","",10,[[]]],[11,"to_string","","",10,[[],["string",3]]],[11,"try_from","","",10,[[],["result",4]]],[11,"try_into","","",10,[[],["result",4]]],[11,"borrow","","",10,[[]]],[11,"borrow_mut","","",10,[[]]],[11,"type_id","","",10,[[],["typeid",3]]],[11,"from","","",11,[[]]],[11,"into","","",11,[[]]],[11,"to_owned","","",11,[[]]],[11,"clone_into","","",11,[[]]],[11,"to_string","","",11,[[],["string",3]]],[11,"try_from","","",11,[[],["result",4]]],[11,"try_into","","",11,[[],["result",4]]],[11,"borrow","","",11,[[]]],[11,"borrow_mut","","",11,[[]]],[11,"type_id","","",11,[[],["typeid",3]]],[11,"from","","",12,[[]]],[11,"into","","",12,[[]]],[11,"to_owned","","",12,[[]]],[11,"clone_into","","",12,[[]]],[11,"try_from","","",12,[[],["result",4]]],[11,"try_into","","",12,[[],["result",4]]],[11,"borrow","","",12,[[]]],[11,"borrow_mut","","",12,[[]]],[11,"type_id","","",12,[[],["typeid",3]]],[11,"from","","",13,[[]]],[11,"into","","",13,[[]]],[11,"to_owned","","",13,[[]]],[11,"clone_into","","",13,[[]]],[11,"to_string","","",13,[[],["string",3]]],[11,"try_from","","",13,[[],["result",4]]],[11,"try_into","","",13,[[],["result",4]]],[11,"borrow","","",13,[[]]],[11,"borrow_mut","","",13,[[]]],[11,"type_id","","",13,[[],["typeid",3]]],[11,"from","","",14,[[]]],[11,"into","","",14,[[]]],[11,"to_owned","","",14,[[]]],[11,"clone_into","","",14,[[]]],[11,"try_from","","",14,[[],["result",4]]],[11,"try_into","","",14,[[],["result",4]]],[11,"borrow","","",14,[[]]],[11,"borrow_mut","","",14,[[]]],[11,"type_id","","",14,[[],["typeid",3]]],[11,"from","","",15,[[]]],[11,"into","","",15,[[]]],[11,"to_owned","","",15,[[]]],[11,"clone_into","","",15,[[]]],[11,"to_string","","",15,[[],["string",3]]],[11,"try_from","","",15,[[],["result",4]]],[11,"try_into","","",15,[[],["result",4]]],[11,"borrow","","",15,[[]]],[11,"borrow_mut","","",15,[[]]],[11,"type_id","","",15,[[],["typeid",3]]],[11,"from","","",16,[[]]],[11,"into","","",16,[[]]],[11,"to_owned","","",16,[[]]],[11,"clone_into","","",16,[[]]],[11,"to_string","","",16,[[],["string",3]]],[11,"try_from","","",16,[[],["result",4]]],[11,"try_into","","",16,[[],["result",4]]],[11,"borrow","","",16,[[]]],[11,"borrow_mut","","",16,[[]]],[11,"type_id","","",16,[[],["typeid",3]]],[11,"from","","",17,[[]]],[11,"into","","",17,[[]]],[11,"to_owned","","",17,[[]]],[11,"clone_into","","",17,[[]]],[11,"to_string","","",17,[[],["string",3]]],[11,"try_from","","",17,[[],["result",4]]],[11,"try_into","","",17,[[],["result",4]]],[11,"borrow","","",17,[[]]],[11,"borrow_mut","","",17,[[]]],[11,"type_id","","",17,[[],["typeid",3]]],[11,"from","","",18,[[]]],[11,"into","","",18,[[]]],[11,"to_owned","","",18,[[]]],[11,"clone_into","","",18,[[]]],[11,"try_from","","",18,[[],["result",4]]],[11,"try_into","","",18,[[],["result",4]]],[11,"borrow","","",18,[[]]],[11,"borrow_mut","","",18,[[]]],[11,"type_id","","",18,[[],["typeid",3]]],[11,"from","","",19,[[]]],[11,"into","","",19,[[]]],[11,"to_owned","","",19,[[]]],[11,"clone_into","","",19,[[]]],[11,"to_string","","",19,[[],["string",3]]],[11,"try_from","","",19,[[],["result",4]]],[11,"try_into","","",19,[[],["result",4]]],[11,"borrow","","",19,[[]]],[11,"borrow_mut","","",19,[[]]],[11,"type_id","","",19,[[],["typeid",3]]],[11,"from","","",20,[[]]],[11,"into","","",20,[[]]],[11,"try_from","","",20,[[],["result",4]]],[11,"try_into","","",20,[[],["result",4]]],[11,"borrow","","",20,[[]]],[11,"borrow_mut","","",20,[[]]],[11,"type_id","","",20,[[],["typeid",3]]],[11,"from","","",21,[[]]],[11,"into","","",21,[[]]],[11,"to_owned","","",21,[[]]],[11,"clone_into","","",21,[[]]],[11,"to_string","","",21,[[],["string",3]]],[11,"try_from","","",21,[[],["result",4]]],[11,"try_into","","",21,[[],["result",4]]],[11,"borrow","","",21,[[]]],[11,"borrow_mut","","",21,[[]]],[11,"type_id","","",21,[[],["typeid",3]]],[11,"hgram_zero","","",5,[[],["duration",3]]],[11,"to_u64","","",5,[[]]],[11,"from_u64","","",5,[[],["duration",3]]],[11,"clone","","",0,[[],["angle",3]]],[11,"clone","","",1,[[],["bounds",3]]],[11,"clone","","",2,[[],["gpsbounds",3]]],[11,"clone","","",3,[[],["circle",3]]],[11,"clone","","",4,[[],["distance",3]]],[11,"clone","","",5,[[],["duration",3]]],[11,"clone","","",7,[[],["lonlat",3]]],[11,"clone","","",9,[[],["line",3]]],[11,"clone","","",8,[[],["infiniteline",3]]],[11,"clone","","",10,[[],["percent",3]]],[11,"clone","","",11,[[],["polygon",3]]],[11,"clone","","",12,[[],["triangle",3]]],[11,"clone","","",13,[[],["polyline",3]]],[11,"clone","","",15,[[],["pt2d",3]]],[11,"clone","","",14,[[],["hashablept2d",3]]],[11,"clone","","",16,[[],["ring",3]]],[11,"clone","","",17,[[],["speed",3]]],[11,"clone","","",21,[[],["statistic",4]]],[11,"clone","","",18,[[],["histogram",3]]],[11,"clone","","",19,[[],["time",3]]],[11,"default","","",4,[[],["distance",3]]],[11,"default","","",5,[[],["duration",3]]],[11,"default","","",18,[[],["histogram",3]]],[11,"cmp","","",4,[[["distance",3]],["ordering",4]]],[11,"cmp","","",5,[[["duration",3]],["ordering",4]]],[11,"cmp","","",7,[[["lonlat",3]],["ordering",4]]],[11,"cmp","","",14,[[["hashablept2d",3]],["ordering",4]]],[11,"cmp","","",21,[[["statistic",4]],["ordering",4]]],[11,"cmp","","",19,[[["time",3]],["ordering",4]]],[11,"eq","","",0,[[["angle",3]]]],[11,"ne","","",0,[[["angle",3]]]],[11,"eq","","",2,[[["gpsbounds",3]]]],[11,"ne","","",2,[[["gpsbounds",3]]]],[11,"eq","","",4,[[["distance",3]]]],[11,"ne","","",4,[[["distance",3]]]],[11,"eq","","",5,[[["duration",3]]]],[11,"ne","","",5,[[["duration",3]]]],[11,"eq","","",7,[[["lonlat",3]]]],[11,"ne","","",7,[[["lonlat",3]]]],[11,"eq","","",9,[[["line",3]]]],[11,"ne","","",9,[[["line",3]]]],[11,"eq","","",10,[[["percent",3]]]],[11,"ne","","",10,[[["percent",3]]]],[11,"eq","","",13,[[["polyline",3]]]],[11,"ne","","",13,[[["polyline",3]]]],[11,"eq","","",15,[[["pt2d",3]]]],[11,"eq","","",14,[[["hashablept2d",3]]]],[11,"ne","","",14,[[["hashablept2d",3]]]],[11,"eq","","",16,[[["ring",3]]]],[11,"ne","","",16,[[["ring",3]]]],[11,"eq","","",17,[[["speed",3]]]],[11,"ne","","",17,[[["speed",3]]]],[11,"eq","","",21,[[["statistic",4]]]],[11,"eq","","",19,[[["time",3]]]],[11,"ne","","",19,[[["time",3]]]],[11,"partial_cmp","","",0,[[["angle",3]],[["option",4],["ordering",4]]]],[11,"lt","","",0,[[["angle",3]]]],[11,"le","","",0,[[["angle",3]]]],[11,"gt","","",0,[[["angle",3]]]],[11,"ge","","",0,[[["angle",3]]]],[11,"partial_cmp","","",4,[[["distance",3]],[["option",4],["ordering",4]]]],[11,"lt","","",4,[[["distance",3]]]],[11,"le","","",4,[[["distance",3]]]],[11,"gt","","",4,[[["distance",3]]]],[11,"ge","","",4,[[["distance",3]]]],[11,"partial_cmp","","",5,[[["duration",3]],[["option",4],["ordering",4]]]],[11,"lt","","",5,[[["duration",3]]]],[11,"le","","",5,[[["duration",3]]]],[11,"gt","","",5,[[["duration",3]]]],[11,"ge","","",5,[[["duration",3]]]],[11,"partial_cmp","","",7,[[["lonlat",3]],[["option",4],["ordering",4]]]],[11,"lt","","",7,[[["lonlat",3]]]],[11,"le","","",7,[[["lonlat",3]]]],[11,"gt","","",7,[[["lonlat",3]]]],[11,"ge","","",7,[[["lonlat",3]]]],[11,"partial_cmp","","",14,[[["hashablept2d",3]],[["option",4],["ordering",4]]]],[11,"lt","","",14,[[["hashablept2d",3]]]],[11,"le","","",14,[[["hashablept2d",3]]]],[11,"gt","","",14,[[["hashablept2d",3]]]],[11,"ge","","",14,[[["hashablept2d",3]]]],[11,"partial_cmp","","",17,[[["speed",3]],[["option",4],["ordering",4]]]],[11,"lt","","",17,[[["speed",3]]]],[11,"le","","",17,[[["speed",3]]]],[11,"gt","","",17,[[["speed",3]]]],[11,"ge","","",17,[[["speed",3]]]],[11,"partial_cmp","","",21,[[["statistic",4]],[["option",4],["ordering",4]]]],[11,"partial_cmp","","",19,[[["time",3]],[["option",4],["ordering",4]]]],[11,"lt","","",19,[[["time",3]]]],[11,"le","","",19,[[["time",3]]]],[11,"gt","","",19,[[["time",3]]]],[11,"ge","","",19,[[["time",3]]]],[11,"fmt","","",0,[[["formatter",3]],["result",6]]],[11,"fmt","","",1,[[["formatter",3]],["result",6]]],[11,"fmt","","",2,[[["formatter",3]],["result",6]]],[11,"fmt","","",3,[[["formatter",3]],["result",6]]],[11,"fmt","","",4,[[["formatter",3]],["result",6]]],[11,"fmt","","",5,[[["formatter",3]],["result",6]]],[11,"fmt","","",7,[[["formatter",3]],["result",6]]],[11,"fmt","","",9,[[["formatter",3]],["result",6]]],[11,"fmt","","",8,[[["formatter",3]],["result",6]]],[11,"fmt","","",11,[[["formatter",3]],["result",6]]],[11,"fmt","","",12,[[["formatter",3]],["result",6]]],[11,"fmt","","",13,[[["formatter",3]],["result",6]]],[11,"fmt","","",15,[[["formatter",3]],["result",6]]],[11,"fmt","","",14,[[["formatter",3]],["result",6]]],[11,"fmt","","",16,[[["formatter",3]],["result",6]]],[11,"fmt","","",17,[[["formatter",3]],["result",6]]],[11,"fmt","","",19,[[["formatter",3]],["result",6]]],[11,"fmt","","",0,[[["formatter",3]],["result",6]]],[11,"fmt","","",3,[[["formatter",3]],["result",6]]],[11,"fmt","","",4,[[["formatter",3]],["result",6]]],[11,"fmt","","",5,[[["formatter",3]],["result",6]]],[11,"fmt","","",7,[[["formatter",3]],["result",6]]],[11,"fmt","","",9,[[["formatter",3]],["result",6]]],[11,"fmt","","",8,[[["formatter",3]],["result",6]]],[11,"fmt","","",10,[[["formatter",3]],["result",6]]],[11,"fmt","","",11,[[["formatter",3]],["result",6]]],[11,"fmt","","",13,[[["formatter",3]],["result",6]]],[11,"fmt","","",15,[[["formatter",3]],["result",6]]],[11,"fmt","","",16,[[["formatter",3]],["result",6]]],[11,"fmt","","",17,[[["formatter",3]],["result",6]]],[11,"fmt","","",21,[[["formatter",3]],["result",6]]],[11,"fmt","","",19,[[["formatter",3]],["result",6]]],[11,"div","","",0,[[],["angle",3]]],[11,"div","","",4,[[["distance",3]]]],[11,"div","","",4,[[],["distance",3]]],[11,"div","","",4,[[["speed",3]],["duration",3]]],[11,"div","","",5,[[["duration",3]]]],[11,"div","","",5,[[],["duration",3]]],[11,"rem","","",5,[[["duration",3]],["duration",3]]],[11,"sub","","",4,[[["distance",3]],["distance",3]]],[11,"sub","","",5,[[["duration",3]],["duration",3]]],[11,"sub","","",17,[[["speed",3]],["speed",3]]],[11,"sub","","",19,[[["duration",3]],["time",3]]],[11,"sub","","",19,[[["time",3]],["duration",3]]],[11,"add","","",0,[[["angle",3]],["angle",3]]],[11,"add","","",4,[[["distance",3]],["distance",3]]],[11,"add","","",5,[[["duration",3]],["duration",3]]],[11,"add","","",17,[[["speed",3]],["speed",3]]],[11,"add","","",19,[[["duration",3]],["time",3]]],[11,"mul","","",4,[[],["distance",3]]],[11,"mul","","",5,[[],["duration",3]]],[11,"mul","","",5,[[["speed",3]],["distance",3]]],[11,"mul","","",17,[[],["speed",3]]],[11,"mul","","",17,[[["duration",3]],["distance",3]]],[11,"neg","","",0,[[],["angle",3]]],[11,"neg","","",4,[[],["distance",3]]],[11,"neg","","",17,[[],["speed",3]]],[11,"add_assign","","",4,[[["distance",3]]]],[11,"add_assign","","",5,[[["duration",3]]]],[11,"add_assign","","",19,[[["duration",3]]]],[11,"sub_assign","","",4,[[["distance",3]]]],[11,"sub_assign","","",5,[[["duration",3]]]],[11,"hash","","",14,[[]]],[11,"sum","","",0,[[],["angle",3]]],[11,"sum","","",4,[[],["distance",3]]],[11,"sum","","",5,[[],["duration",3]]],[11,"serialize","","",0,[[],["result",4]]],[11,"serialize","","",1,[[],["result",4]]],[11,"serialize","","",2,[[],["result",4]]],[11,"serialize","","",3,[[],["result",4]]],[11,"serialize","","",4,[[],["result",4]]],[11,"serialize","","",5,[[],["result",4]]],[11,"serialize","","",7,[[],["result",4]]],[11,"serialize","","",9,[[],["result",4]]],[11,"serialize","","",8,[[],["result",4]]],[11,"serialize","","",11,[[],["result",4]]],[11,"serialize","","",13,[[],["result",4]]],[11,"serialize","","",15,[[],["result",4]]],[11,"serialize","","",16,[[],["result",4]]],[11,"serialize","","",17,[[],["result",4]]],[11,"serialize","","",21,[[],["result",4]]],[11,"serialize","","",19,[[],["result",4]]],[11,"deserialize","","",0,[[],["result",4]]],[11,"deserialize","","",1,[[],["result",4]]],[11,"deserialize","","",2,[[],["result",4]]],[11,"deserialize","","",3,[[],["result",4]]],[11,"deserialize","","",4,[[],["result",4]]],[11,"deserialize","","",5,[[],["result",4]]],[11,"deserialize","","",7,[[],["result",4]]],[11,"deserialize","","",9,[[],["result",4]]],[11,"deserialize","","",8,[[],["result",4]]],[11,"deserialize","","",11,[[],["result",4]]],[11,"deserialize","","",13,[[],["result",4]]],[11,"deserialize","","",15,[[],["result",4]]],[11,"deserialize","","",16,[[],["result",4]]],[11,"deserialize","","",17,[[],["result",4]]],[11,"deserialize","","",21,[[],["result",4]]],[11,"deserialize","","",19,[[],["result",4]]]],"p":[[3,"Angle"],[3,"Bounds"],[3,"GPSBounds"],[3,"Circle"],[3,"Distance"],[3,"Duration"],[3,"FindClosest"],[3,"LonLat"],[3,"InfiniteLine"],[3,"Line"],[3,"Percent"],[3,"Polygon"],[3,"Triangle"],[3,"PolyLine"],[3,"HashablePt2D"],[3,"Pt2D"],[3,"Ring"],[3,"Speed"],[3,"Histogram"],[3,"Time"],[4,"ArrowCap"],[4,"Statistic"],[8,"HgramValue"]]},\ "headless":{"doc":"","i":[[3,"MAP","headless","",null,null],[12,"__private_field","","",0,null],[3,"SIM","","",null,null],[12,"__private_field","","",1,null],[3,"LOAD","","",null,null],[12,"__private_field","","",2,null],[3,"FinishedTrip","","",null,null],[12,"id","","",3,null],[12,"duration","","",3,null],[12,"mode","","",3,null],[12,"capped","","",3,null],[3,"Delays","","",null,null],[12,"per_direction","","",4,null],[3,"Throughput","","",null,null],[12,"per_direction","","",5,null],[3,"AgentPositions","","",null,null],[12,"agents","","",6,null],[3,"AgentPosition","","",null,null],[12,"vehicle_type","","",7,null],[12,"pos","","",7,null],[12,"person","","",7,null],[3,"RoadThroughput","","",null,null],[12,"counts","","",8,null],[3,"TrafficSignalState","","",null,null],[12,"current_stage_idx","","",9,null],[12,"remaining_time","","",9,null],[12,"accepted","","",9,null],[12,"waiting","","",9,null],[3,"LoadSim","","",null,null],[12,"scenario","","",10,null],[12,"modifiers","","",10,null],[12,"edits","","",10,null],[12,"rng_seed","","",10,null],[12,"opts","","",10,null],[5,"main","","",null,[[]]],[5,"serve_req","","",null,[[["body",3],["request",3]]]],[5,"handle_command","","",null,[[["map",3],["sim",3],["loadsim",3],["vec",3],["hashmap",3]],[["string",3],["result",4],["box",3]]]],[11,"setup","","",10,[[["timer",3]]]],[11,"from","","",0,[[]]],[11,"into","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"vzip","","",0,[[]]],[11,"into_any","","",0,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",0,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",0,[[],["any",8]]],[11,"as_any_mut","","",0,[[],["any",8]]],[11,"into_any_arc","","",0,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",1,[[]]],[11,"into","","",1,[[]]],[11,"try_from","","",1,[[],["result",4]]],[11,"try_into","","",1,[[],["result",4]]],[11,"borrow","","",1,[[]]],[11,"borrow_mut","","",1,[[]]],[11,"type_id","","",1,[[],["typeid",3]]],[11,"vzip","","",1,[[]]],[11,"into_any","","",1,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",1,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",1,[[],["any",8]]],[11,"as_any_mut","","",1,[[],["any",8]]],[11,"into_any_arc","","",1,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",2,[[]]],[11,"into","","",2,[[]]],[11,"try_from","","",2,[[],["result",4]]],[11,"try_into","","",2,[[],["result",4]]],[11,"borrow","","",2,[[]]],[11,"borrow_mut","","",2,[[]]],[11,"type_id","","",2,[[],["typeid",3]]],[11,"vzip","","",2,[[]]],[11,"into_any","","",2,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",2,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",2,[[],["any",8]]],[11,"as_any_mut","","",2,[[],["any",8]]],[11,"into_any_arc","","",2,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",3,[[]]],[11,"into","","",3,[[]]],[11,"try_from","","",3,[[],["result",4]]],[11,"try_into","","",3,[[],["result",4]]],[11,"borrow","","",3,[[]]],[11,"borrow_mut","","",3,[[]]],[11,"type_id","","",3,[[],["typeid",3]]],[11,"vzip","","",3,[[]]],[11,"into_any","","",3,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",3,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",3,[[],["any",8]]],[11,"as_any_mut","","",3,[[],["any",8]]],[11,"into_any_arc","","",3,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",4,[[]]],[11,"into","","",4,[[]]],[11,"try_from","","",4,[[],["result",4]]],[11,"try_into","","",4,[[],["result",4]]],[11,"borrow","","",4,[[]]],[11,"borrow_mut","","",4,[[]]],[11,"type_id","","",4,[[],["typeid",3]]],[11,"vzip","","",4,[[]]],[11,"into_any","","",4,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",4,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",4,[[],["any",8]]],[11,"as_any_mut","","",4,[[],["any",8]]],[11,"into_any_arc","","",4,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",5,[[]]],[11,"into","","",5,[[]]],[11,"try_from","","",5,[[],["result",4]]],[11,"try_into","","",5,[[],["result",4]]],[11,"borrow","","",5,[[]]],[11,"borrow_mut","","",5,[[]]],[11,"type_id","","",5,[[],["typeid",3]]],[11,"vzip","","",5,[[]]],[11,"into_any","","",5,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",5,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",5,[[],["any",8]]],[11,"as_any_mut","","",5,[[],["any",8]]],[11,"into_any_arc","","",5,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",6,[[]]],[11,"into","","",6,[[]]],[11,"try_from","","",6,[[],["result",4]]],[11,"try_into","","",6,[[],["result",4]]],[11,"borrow","","",6,[[]]],[11,"borrow_mut","","",6,[[]]],[11,"type_id","","",6,[[],["typeid",3]]],[11,"vzip","","",6,[[]]],[11,"into_any","","",6,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",6,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",6,[[],["any",8]]],[11,"as_any_mut","","",6,[[],["any",8]]],[11,"into_any_arc","","",6,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",7,[[]]],[11,"into","","",7,[[]]],[11,"try_from","","",7,[[],["result",4]]],[11,"try_into","","",7,[[],["result",4]]],[11,"borrow","","",7,[[]]],[11,"borrow_mut","","",7,[[]]],[11,"type_id","","",7,[[],["typeid",3]]],[11,"vzip","","",7,[[]]],[11,"into_any","","",7,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",7,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",7,[[],["any",8]]],[11,"as_any_mut","","",7,[[],["any",8]]],[11,"into_any_arc","","",7,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",8,[[]]],[11,"into","","",8,[[]]],[11,"try_from","","",8,[[],["result",4]]],[11,"try_into","","",8,[[],["result",4]]],[11,"borrow","","",8,[[]]],[11,"borrow_mut","","",8,[[]]],[11,"type_id","","",8,[[],["typeid",3]]],[11,"vzip","","",8,[[]]],[11,"into_any","","",8,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",8,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",8,[[],["any",8]]],[11,"as_any_mut","","",8,[[],["any",8]]],[11,"into_any_arc","","",8,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",9,[[]]],[11,"into","","",9,[[]]],[11,"try_from","","",9,[[],["result",4]]],[11,"try_into","","",9,[[],["result",4]]],[11,"borrow","","",9,[[]]],[11,"borrow_mut","","",9,[[]]],[11,"type_id","","",9,[[],["typeid",3]]],[11,"vzip","","",9,[[]]],[11,"into_any","","",9,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",9,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",9,[[],["any",8]]],[11,"as_any_mut","","",9,[[],["any",8]]],[11,"into_any_arc","","",9,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",10,[[]]],[11,"into","","",10,[[]]],[11,"try_from","","",10,[[],["result",4]]],[11,"try_into","","",10,[[],["result",4]]],[11,"borrow","","",10,[[]]],[11,"borrow_mut","","",10,[[]]],[11,"type_id","","",10,[[],["typeid",3]]],[11,"vzip","","",10,[[]]],[11,"into_any","","",10,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",10,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",10,[[],["any",8]]],[11,"as_any_mut","","",10,[[],["any",8]]],[11,"into_any_arc","","",10,[[["arc",3]],[["arc",3],["any",8]]]],[11,"deref","","",0,[[],["rwlock",3]]],[11,"deref","","",1,[[],["rwlock",3]]],[11,"deref","","",2,[[],["rwlock",3]]],[11,"initialize","","",0,[[]]],[11,"initialize","","",1,[[]]],[11,"initialize","","",2,[[]]],[11,"serialize","","",3,[[],["result",4]]],[11,"serialize","","",4,[[],["result",4]]],[11,"serialize","","",5,[[],["result",4]]],[11,"serialize","","",6,[[],["result",4]]],[11,"serialize","","",7,[[],["result",4]]],[11,"serialize","","",8,[[],["result",4]]],[11,"serialize","","",9,[[],["result",4]]],[11,"deserialize","","",10,[[],["result",4]]]],"p":[[3,"MAP"],[3,"SIM"],[3,"LOAD"],[3,"FinishedTrip"],[3,"Delays"],[3,"Throughput"],[3,"AgentPositions"],[3,"AgentPosition"],[3,"RoadThroughput"],[3,"TrafficSignalState"],[3,"LoadSim"]]},\ @@ -11,12 +11,12 @@ var searchIndex = JSON.parse('{\ "importer":{"doc":"","i":[[3,"Job","importer","",null,null],[12,"city","","",0,null],[12,"osm_to_raw","","",0,null],[12,"raw_to_map","","",0,null],[12,"scenario","","",0,null],[12,"scenario_everyone","","",0,null],[12,"skip_ch","","",0,null],[12,"only_map","","",0,null],[12,"oneshot","","",0,null],[12,"oneshot_clip","","",0,null],[12,"oneshot_drive_on_left","","",0,null],[5,"main","","",null,[[]]],[5,"oneshot","","",null,[[["string",3],["option",4]]]],[0,"berlin","","",null,null],[3,"Record","importer::berlin","",null,null],[12,"raumid","","",1,null],[12,"e_e","","",1,null],[5,"input","","",null,[[["importerconfiguration",3],["timer",3]]]],[5,"osm_to_raw","","",null,[[["importerconfiguration",3],["timer",3]]]],[5,"correlate_population","","",null,[[["timer",3]]]],[5,"distribute_residents","","",null,[[["map",3],["timer",3]]]],[0,"configuration","importer","",null,null],[3,"ImporterConfiguration","importer::configuration","",null,null],[12,"curl","","",2,null],[12,"osmconvert","","",2,null],[12,"unzip","","",2,null],[12,"gunzip","","",2,null],[12,"gunzip_args","","",2,null],[5,"load_configuration","","",null,[[],["importerconfiguration",3]]],[0,"dependencies","importer","",null,null],[5,"are_dependencies_callable","importer::dependencies","",null,[[["importerconfiguration",3]]]],[5,"is_program_callable","","",null,[[["asref",8],["osstr",3]]]],[0,"krakow","importer","",null,null],[5,"input","importer::krakow","",null,[[["importerconfiguration",3]]]],[5,"osm_to_raw","","",null,[[["importerconfiguration",3],["timer",3]]]],[0,"london","importer","",null,null],[5,"input","importer::london","",null,[[["importerconfiguration",3]]]],[5,"osm_to_raw","","",null,[[["importerconfiguration",3],["timer",3]]]],[0,"seattle","importer","",null,null],[3,"TripRecord","importer::seattle","",null,null],[12,"shape_id","","",3,null],[12,"trip_id","","",3,null],[3,"StopTimeRecord","","",null,null],[12,"trip_id","","",4,null],[12,"arrival_time","","",4,null],[5,"input","","",null,[[["importerconfiguration",3],["timer",3]]]],[5,"osm_to_raw","","",null,[[["importerconfiguration",3],["timer",3]]]],[5,"adjust_private_parking","","",null,[[["scenario",3],["map",3]]]],[5,"add_gtfs_schedules","","",null,[[["map",3]]]],[0,"tel_aviv","importer","",null,null],[5,"input","importer::tel_aviv","",null,[[["importerconfiguration",3]]]],[5,"osm_to_raw","","",null,[[["importerconfiguration",3],["timer",3]]]],[0,"utils","importer","",null,null],[5,"download","importer::utils","",null,[[["importerconfiguration",3]]]],[5,"download_kml","","",null,[[["gpsbounds",3],["timer",3]]]],[5,"osmconvert","","",null,[[["string",3],["importerconfiguration",3]]]],[5,"run","","",null,[[["command",3]]]],[5,"raw_to_map","","",null,[[["timer",3]],["map",3]]],[0,"xian","importer","",null,null],[5,"input","importer::xian","",null,[[["importerconfiguration",3]]]],[5,"osm_to_raw","","",null,[[["importerconfiguration",3],["timer",3]]]],[11,"from","importer","",0,[[]]],[11,"into","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"vzip","","",0,[[]]],[11,"into_any","","",0,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",0,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",0,[[],["any",8]]],[11,"as_any_mut","","",0,[[],["any",8]]],[11,"into_any_arc","","",0,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","importer::berlin","",1,[[]]],[11,"into","","",1,[[]]],[11,"try_from","","",1,[[],["result",4]]],[11,"try_into","","",1,[[],["result",4]]],[11,"borrow","","",1,[[]]],[11,"borrow_mut","","",1,[[]]],[11,"type_id","","",1,[[],["typeid",3]]],[11,"vzip","","",1,[[]]],[11,"into_any","","",1,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",1,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",1,[[],["any",8]]],[11,"as_any_mut","","",1,[[],["any",8]]],[11,"into_any_arc","","",1,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","importer::configuration","",2,[[]]],[11,"into","","",2,[[]]],[11,"try_from","","",2,[[],["result",4]]],[11,"try_into","","",2,[[],["result",4]]],[11,"borrow","","",2,[[]]],[11,"borrow_mut","","",2,[[]]],[11,"type_id","","",2,[[],["typeid",3]]],[11,"vzip","","",2,[[]]],[11,"into_any","","",2,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",2,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",2,[[],["any",8]]],[11,"as_any_mut","","",2,[[],["any",8]]],[11,"into_any_arc","","",2,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","importer::seattle","",3,[[]]],[11,"into","","",3,[[]]],[11,"try_from","","",3,[[],["result",4]]],[11,"try_into","","",3,[[],["result",4]]],[11,"borrow","","",3,[[]]],[11,"borrow_mut","","",3,[[]]],[11,"type_id","","",3,[[],["typeid",3]]],[11,"vzip","","",3,[[]]],[11,"into_any","","",3,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",3,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",3,[[],["any",8]]],[11,"as_any_mut","","",3,[[],["any",8]]],[11,"into_any_arc","","",3,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",4,[[]]],[11,"into","","",4,[[]]],[11,"try_from","","",4,[[],["result",4]]],[11,"try_into","","",4,[[],["result",4]]],[11,"borrow","","",4,[[]]],[11,"borrow_mut","","",4,[[]]],[11,"type_id","","",4,[[],["typeid",3]]],[11,"vzip","","",4,[[]]],[11,"into_any","","",4,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",4,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",4,[[],["any",8]]],[11,"as_any_mut","","",4,[[],["any",8]]],[11,"into_any_arc","","",4,[[["arc",3]],[["arc",3],["any",8]]]],[11,"default","importer::configuration","",2,[[],["importerconfiguration",3]]],[11,"fmt","importer::berlin","",1,[[["formatter",3]],["result",6]]],[11,"fmt","importer::seattle","",3,[[["formatter",3]],["result",6]]],[11,"fmt","","",4,[[["formatter",3]],["result",6]]],[11,"deserialize","importer::berlin","",1,[[],["result",4]]],[11,"deserialize","importer::configuration","",2,[[],["result",4]]],[11,"deserialize","importer::seattle","",3,[[],["result",4]]],[11,"deserialize","","",4,[[],["result",4]]]],"p":[[3,"Job"],[3,"Record"],[3,"ImporterConfiguration"],[3,"TripRecord"],[3,"StopTimeRecord"]]},\ "kml":{"doc":"","i":[[3,"ExtraShapes","kml","",null,null],[12,"shapes","","",0,null],[3,"ExtraShape","","",null,null],[12,"points","","",1,null],[12,"attributes","","",1,null],[5,"load","","",null,[[["gpsbounds",3],["timer",3]],[["result",4],["box",3],["extrashapes",3]]]],[5,"recurse","","",null,[[["btreemap",3],["vec",3],["gpsbounds",3],["node",3]],[["box",3],["result",4]]]],[5,"parse_pt","","",null,[[],[["lonlat",3],["option",4]]]],[11,"from","","",0,[[]]],[11,"into","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"from","","",1,[[]]],[11,"into","","",1,[[]]],[11,"to_owned","","",1,[[]]],[11,"clone_into","","",1,[[]]],[11,"try_from","","",1,[[],["result",4]]],[11,"try_into","","",1,[[],["result",4]]],[11,"borrow","","",1,[[]]],[11,"borrow_mut","","",1,[[]]],[11,"type_id","","",1,[[],["typeid",3]]],[11,"clone","","",1,[[],["extrashape",3]]],[11,"fmt","","",1,[[["formatter",3]],["result",6]]],[11,"serialize","","",0,[[],["result",4]]],[11,"serialize","","",1,[[],["result",4]]],[11,"deserialize","","",0,[[],["result",4]]],[11,"deserialize","","",1,[[],["result",4]]]],"p":[[3,"ExtraShapes"],[3,"ExtraShape"]]},\ "map_editor":{"doc":"","i":[[3,"UI","map_editor","",null,null],[12,"model","","",0,null],[12,"state","","",0,null],[12,"panel","","",0,null],[12,"popup","","",0,null],[12,"info_key_held","","",0,null],[12,"last_id","","",0,null],[4,"State","","",null,null],[13,"Viewing","","",1,null],[13,"MovingIntersection","","",1,null],[13,"MovingBuilding","","",1,null],[13,"MovingRoadPoint","","",1,null],[13,"CreatingRoad","","",1,null],[13,"PreviewIntersection","","",1,null],[5,"preview_intersection","","",null,[[["model",3],["nodeid",3],["eventctx",3]],["drawable",3]]],[5,"preview_all_intersections","","",null,[[["model",3],["eventctx",3]],["drawable",3]]],[5,"main","","",null,[[]]],[0,"model","","",null,null],[3,"Model","map_editor::model","",null,null],[12,"map","","",2,null],[12,"showing_pts","","",2,null],[12,"world","","",2,null],[12,"include_bldgs","","",2,null],[12,"intersection_geom","","",2,null],[4,"ID","","",null,null],[13,"Building","","",3,null],[13,"Intersection","","",3,null],[13,"Road","","",3,null],[13,"RoadPoint","","",3,null],[5,"time_to_id","","",null,[[]]],[17,"INTERSECTION_RADIUS","","",null,null],[17,"BUILDING_LENGTH","","",null,null],[11,"blank","","",2,[[],["model",3]]],[11,"import","","",2,[[["string",3],["eventctx",3]],["model",3]]],[11,"export","","",2,[[]]],[11,"compute_bounds","","",2,[[],["bounds",3]]],[11,"describe_obj","","",2,[[["id",4]],["text",3]]],[11,"intersection_added","","",2,[[["nodeid",3],["eventctx",3]]]],[11,"create_i","","",2,[[["eventctx",3],["pt2d",3]]]],[11,"move_i","","",2,[[["eventctx",3],["nodeid",3],["pt2d",3]]]],[11,"delete_i","","",2,[[["nodeid",3]]]],[11,"road_added","","",2,[[["originalroad",3],["eventctx",3]]]],[11,"road_deleted","","",2,[[["originalroad",3]]]],[11,"create_r","","",2,[[["nodeid",3],["eventctx",3]]]],[11,"delete_r","","",2,[[["originalroad",3]]]],[11,"road_object","","",2,[[["originalroad",3]],[["id",4],["object",3]]]],[11,"show_r_points","","",2,[[["originalroad",3],["eventctx",3]]]],[11,"stop_showing_pts","","",2,[[["originalroad",3]]]],[11,"move_r_pt","","",2,[[["eventctx",3],["originalroad",3],["pt2d",3]]]],[11,"delete_r_pt","","",2,[[["originalroad",3],["eventctx",3]]]],[11,"insert_r_pt","","",2,[[["eventctx",3],["originalroad",3],["pt2d",3]],[["id",4],["option",4]]]],[11,"clear_r_pts","","",2,[[["originalroad",3],["eventctx",3]]]],[11,"bldg_added","","",2,[[["osmid",4],["eventctx",3]]]],[11,"create_b","","",2,[[["eventctx",3],["pt2d",3]],["id",4]]],[11,"move_b","","",2,[[["osmid",4],["eventctx",3],["pt2d",3]]]],[11,"delete_b","","",2,[[["osmid",4]]]],[0,"world","map_editor","",null,null],[3,"Object","map_editor::world","",null,null],[12,"id","","",4,null],[12,"geometry","","",4,null],[3,"WorldObject","","",null,null],[12,"unioned_polygon","","",5,null],[12,"draw","","",5,null],[12,"quadtree_id","","",5,null],[3,"World","","",null,null],[12,"objects","","",6,null],[12,"quadtree","","",6,null],[12,"current_selection","","",6,null],[8,"ObjectID","","",null,null],[10,"zorder","","",7,[[]]],[11,"new","","",4,[[["color",3],["polygon",3]],["object",3]]],[11,"new","","",6,[[],["world",3]]],[11,"draw","","",6,[[["gfxctx",3],["fn",8]]]],[11,"handle_mouseover","","",6,[[["eventctx",3]]]],[11,"force_set_selection","","",6,[[]]],[11,"get_selection","","",6,[[],["option",4]]],[11,"add","","",6,[[["eventctx",3],["object",3]]]],[11,"delete","","",6,[[]]],[11,"new","map_editor","",0,[[["eventctx",3]],["ui",3]]],[11,"from","","",0,[[]]],[11,"into","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"vzip","","",0,[[]]],[11,"into_any","","",0,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",0,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",0,[[],["any",8]]],[11,"as_any_mut","","",0,[[],["any",8]]],[11,"from","","",1,[[]]],[11,"into","","",1,[[]]],[11,"try_from","","",1,[[],["result",4]]],[11,"try_into","","",1,[[],["result",4]]],[11,"borrow","","",1,[[]]],[11,"borrow_mut","","",1,[[]]],[11,"type_id","","",1,[[],["typeid",3]]],[11,"vzip","","",1,[[]]],[11,"into_any","","",1,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",1,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",1,[[],["any",8]]],[11,"as_any_mut","","",1,[[],["any",8]]],[11,"into_any_arc","","",1,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","map_editor::model","",2,[[]]],[11,"into","","",2,[[]]],[11,"try_from","","",2,[[],["result",4]]],[11,"try_into","","",2,[[],["result",4]]],[11,"borrow","","",2,[[]]],[11,"borrow_mut","","",2,[[]]],[11,"type_id","","",2,[[],["typeid",3]]],[11,"vzip","","",2,[[]]],[11,"into_any","","",2,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",2,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",2,[[],["any",8]]],[11,"as_any_mut","","",2,[[],["any",8]]],[11,"into_any_arc","","",2,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",3,[[]]],[11,"into","","",3,[[]]],[11,"to_owned","","",3,[[]]],[11,"clone_into","","",3,[[]]],[11,"try_from","","",3,[[],["result",4]]],[11,"try_into","","",3,[[],["result",4]]],[11,"borrow","","",3,[[]]],[11,"borrow_mut","","",3,[[]]],[11,"type_id","","",3,[[],["typeid",3]]],[11,"equivalent","","",3,[[]]],[11,"vzip","","",3,[[]]],[11,"into_any","","",3,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",3,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",3,[[],["any",8]]],[11,"as_any_mut","","",3,[[],["any",8]]],[11,"into_any_arc","","",3,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","map_editor::world","",4,[[]]],[11,"into","","",4,[[]]],[11,"try_from","","",4,[[],["result",4]]],[11,"try_into","","",4,[[],["result",4]]],[11,"borrow","","",4,[[]]],[11,"borrow_mut","","",4,[[]]],[11,"type_id","","",4,[[],["typeid",3]]],[11,"vzip","","",4,[[]]],[11,"into_any","","",4,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",4,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",4,[[],["any",8]]],[11,"as_any_mut","","",4,[[],["any",8]]],[11,"into_any_arc","","",4,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",5,[[]]],[11,"into","","",5,[[]]],[11,"try_from","","",5,[[],["result",4]]],[11,"try_into","","",5,[[],["result",4]]],[11,"borrow","","",5,[[]]],[11,"borrow_mut","","",5,[[]]],[11,"type_id","","",5,[[],["typeid",3]]],[11,"vzip","","",5,[[]]],[11,"into_any","","",5,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",5,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",5,[[],["any",8]]],[11,"as_any_mut","","",5,[[],["any",8]]],[11,"into_any_arc","","",5,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",6,[[]]],[11,"into","","",6,[[]]],[11,"try_from","","",6,[[],["result",4]]],[11,"try_into","","",6,[[],["result",4]]],[11,"borrow","","",6,[[]]],[11,"borrow_mut","","",6,[[]]],[11,"type_id","","",6,[[],["typeid",3]]],[11,"vzip","","",6,[[]]],[11,"into_any","","",6,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",6,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",6,[[],["any",8]]],[11,"as_any_mut","","",6,[[],["any",8]]],[11,"zorder","map_editor::model","",3,[[]]],[11,"clone","","",3,[[],["id",4]]],[11,"eq","","",3,[[["id",4]]]],[11,"ne","","",3,[[["id",4]]]],[11,"fmt","","",3,[[["formatter",3]],["result",6]]],[11,"hash","","",3,[[]]],[11,"event","map_editor","",0,[[["eventctx",3]]]],[11,"draw","","",0,[[["gfxctx",3]]]],[11,"dump_before_abort","","",0,[[["canvas",3]]]],[11,"before_quit","","",0,[[["canvas",3]]]]],"p":[[3,"UI"],[4,"State"],[3,"Model"],[4,"ID"],[3,"Object"],[3,"WorldObject"],[3,"World"],[8,"ObjectID"]]},\ -"map_model":{"doc":"","i":[[3,"City","map_model","",null,null],[12,"name","","",0,null],[12,"boundary","","",0,null],[12,"areas","","",0,null],[12,"regions","","",0,null],[3,"EditEffects","","",null,null],[12,"changed_roads","","",1,null],[12,"changed_intersections","","",1,null],[12,"added_turns","","",1,null],[12,"deleted_turns","","",1,null],[3,"EditRoad","","",null,null],[12,"lanes_ltr","","",2,null],[12,"speed_limit","","",2,null],[12,"access_restrictions","","",2,null],[3,"MapEdits","","",null,null],[12,"edits_name","","",3,null],[12,"commands","","",3,null],[12,"merge_zones","","",3,null],[12,"changed_roads","","",3,null],[12,"original_intersections","","",3,null],[12,"changed_routes","","",3,null],[12,"proposal_description","","",3,null],[12,"proposal_link","","",3,null],[3,"PermanentMapEdits","","",null,null],[12,"map_name","","",4,null],[12,"edits_name","","",4,null],[12,"version","","",4,null],[12,"commands","","",4,null],[12,"merge_zones","","",4,null],[12,"proposal_description","","",4,null],[12,"proposal_link","","",4,null],[3,"MapConfig","","",null,null],[12,"driving_side","","",5,null],[12,"bikes_can_use_bus_lanes","","",5,null],[3,"Area","","",null,null],[12,"id","","",6,null],[12,"area_type","","",6,null],[12,"polygon","","",6,null],[12,"osm_tags","","",6,null],[12,"osm_id","","",6,null],[3,"AreaID","","",null,null],[12,"0","","",7,null],[3,"Building","","",null,null],[12,"id","","",8,null],[12,"polygon","","",8,null],[12,"levels","","",8,null],[12,"address","","",8,null],[12,"name","","",8,null],[12,"orig_id","","",8,null],[12,"label_center","","",8,null],[12,"amenities","","",8,null],[12,"bldg_type","","",8,null],[12,"parking","","",8,null],[12,"sidewalk_pos","","",8,null],[12,"driveway_geom","","",8,null],[3,"BuildingID","","",null,null],[12,"0","","",9,null],[3,"NamePerLanguage","","",null,null],[12,"0","","",10,null],[3,"BusRoute","","",null,null],[12,"id","","",11,null],[12,"full_name","","",11,null],[12,"short_name","","",11,null],[12,"gtfs_trip_marker","","",11,null],[12,"osm_rel_id","","",11,null],[12,"stops","","",11,null],[12,"start","","",11,null],[12,"end_border","","",11,null],[12,"route_type","","",11,null],[12,"spawn_times","","",11,null],[12,"orig_spawn_times","","",11,null],[3,"BusRouteID","","",null,null],[12,"0","","",12,null],[3,"BusStop","","",null,null],[12,"id","","",13,null],[12,"name","","",13,null],[12,"driving_pos","","",13,null],[12,"sidewalk_pos","","",13,null],[12,"is_train_stop","","",13,null],[3,"BusStopID","","",null,null],[12,"sidewalk","","",14,null],[12,"idx","","",14,null],[3,"Intersection","","",null,null],[12,"id","","",15,null],[12,"polygon","","",15,null],[12,"turns","","",15,null],[12,"elevation","","",15,null],[12,"intersection_type","","",15,null],[12,"orig_id","","",15,null],[12,"incoming_lanes","","",15,null],[12,"outgoing_lanes","","",15,null],[12,"roads","","",15,null],[3,"IntersectionID","","",null,null],[12,"0","","",16,null],[3,"Lane","","",null,null],[12,"id","","",17,null],[12,"parent","","",17,null],[12,"lane_type","","",17,null],[12,"lane_center_pts","","",17,null],[12,"width","","",17,null],[12,"src_i","","",17,null],[12,"dst_i","","",17,null],[12,"bus_stops","","",17,null],[12,"driving_blackhole","","",17,null],[12,"biking_blackhole","","",17,null],[3,"LaneID","","",null,null],[12,"0","","",18,null],[3,"ParkingLot","","",null,null],[12,"id","","",19,null],[12,"polygon","","",19,null],[12,"aisles","","",19,null],[12,"osm_id","","",19,null],[12,"spots","","",19,null],[12,"extra_spots","","",19,null],[12,"driveway_line","","",19,null],[12,"driving_pos","","",19,null],[12,"sidewalk_line","","",19,null],[12,"sidewalk_pos","","",19,null],[3,"ParkingLotID","","",null,null],[12,"0","","",20,null],[3,"DirectedRoadID","","",null,null],[12,"id","","",21,null],[12,"dir","","",21,null],[3,"Road","","",null,null],[12,"id","","",22,null],[12,"osm_tags","","",22,null],[12,"turn_restrictions","","",22,null],[12,"complicated_turn_restrictions","","",22,null],[12,"orig_id","","",22,null],[12,"speed_limit","","",22,null],[12,"access_restrictions","","",22,null],[12,"zorder","","",22,null],[12,"lanes_ltr","","",22,null],[12,"center_pts","","",22,null],[12,"src_i","","",22,null],[12,"dst_i","","",22,null],[3,"RoadID","","",null,null],[12,"0","","",23,null],[3,"ControlStopSign","","",null,null],[12,"id","","",24,null],[12,"roads","","",24,null],[3,"RoadWithStopSign","","",null,null],[12,"lane_closest_to_edge","","",25,null],[12,"must_stop","","",25,null],[3,"ControlTrafficSignal","","",null,null],[12,"id","","",26,null],[12,"stages","","",26,null],[12,"offset","","",26,null],[12,"movements","","",26,null],[3,"Stage","","",null,null],[12,"protected_movements","","",27,null],[12,"yield_movements","","",27,null],[12,"phase_type","","",27,null],[3,"CompressedMovementID","","",null,null],[12,"i","","",28,null],[12,"idx","","",28,null],[3,"Movement","","",null,null],[12,"id","","",29,null],[12,"turn_type","","",29,null],[12,"members","","",29,null],[12,"geom","","",29,null],[12,"angle","","",29,null],[3,"MovementID","","",null,null],[12,"from","","",30,null],[12,"to","","",30,null],[12,"parent","","",30,null],[12,"crosswalk","","",30,null],[3,"Turn","","",null,null],[12,"id","","",31,null],[12,"turn_type","","",31,null],[12,"geom","","",31,null],[12,"other_crosswalk_ids","","",31,null],[3,"TurnID","","",null,null],[12,"parent","","",32,null],[12,"src","","",32,null],[12,"dst","","",32,null],[3,"AccessRestrictions","","",null,null],[12,"allow_through_traffic","","",33,null],[12,"cap_vehicles_per_hour","","",33,null],[3,"Zone","","",null,null],[12,"members","","",34,null],[12,"borders","","",34,null],[12,"restrictions","","",34,null],[3,"IntersectionCluster","","",null,null],[12,"members","","",35,null],[12,"uber_turns","","",35,null],[3,"UberTurn","","",null,null],[12,"path","","",36,null],[3,"UberTurnGroup","","",null,null],[12,"from","","",37,null],[12,"to","","",37,null],[12,"members","","",37,null],[12,"geom","","",37,null],[3,"Path","","",null,null],[12,"steps","","",38,null],[12,"end_dist","","",38,null],[12,"total_length","","",38,null],[12,"crossed_so_far","","",38,null],[12,"total_lanes","","",38,null],[12,"uber_turns","","",38,null],[12,"currently_inside_ut","","",38,null],[3,"PathRequest","","",null,null],[12,"start","","",39,null],[12,"end","","",39,null],[12,"constraints","","",39,null],[3,"Position","","",null,null],[12,"lane","","",40,null],[12,"dist_along","","",40,null],[3,"Map","","",null,null],[12,"roads","","",41,null],[12,"lanes","","",41,null],[12,"intersections","","",41,null],[12,"turns","","",41,null],[12,"buildings","","",41,null],[12,"bus_stops","","",41,null],[12,"bus_routes","","",41,null],[12,"areas","","",41,null],[12,"parking_lots","","",41,null],[12,"boundary_polygon","","",41,null],[12,"stop_signs","","",41,null],[12,"traffic_signals","","",41,null],[12,"gps_bounds","","",41,null],[12,"bounds","","",41,null],[12,"config","","",41,null],[12,"pathfinder","","",41,null],[12,"pathfinder_dirty","","",41,null],[12,"zones","","",41,null],[12,"city_name","","",41,null],[12,"name","","",41,null],[12,"edits","","",41,null],[4,"EditCmd","","",null,null],[13,"ChangeRoad","","",42,null],[12,"r","map_model::EditCmd","",43,null],[12,"old","","",43,null],[12,"new","","",43,null],[13,"ChangeIntersection","map_model","",42,null],[12,"i","map_model::EditCmd","",44,null],[12,"new","","",44,null],[12,"old","","",44,null],[13,"ChangeRouteSchedule","map_model","",42,null],[12,"id","map_model::EditCmd","",45,null],[12,"old","","",45,null],[12,"new","","",45,null],[4,"EditIntersection","map_model","",null,null],[13,"StopSign","","",46,null],[13,"TrafficSignal","","",46,null],[13,"Closed","","",46,null],[4,"DrivingSide","","",null,null],[13,"Right","","",47,null],[13,"Left","","",47,null],[4,"AreaType","","",null,null],[13,"Park","","",48,null],[13,"Water","","",48,null],[13,"PedestrianIsland","","",48,null],[13,"Island","","",48,null],[4,"BuildingType","","",null,null],[13,"Residential","","",49,null],[13,"ResidentialCommercial","","",49,null],[13,"Commercial","","",49,null],[13,"Empty","","",49,null],[4,"OffstreetParking","","",null,null],[13,"PublicGarage","","",50,null],[13,"Private","","",50,null],[4,"IntersectionType","","",null,null],[13,"StopSign","","",51,null],[13,"TrafficSignal","","",51,null],[13,"Border","","",51,null],[13,"Construction","","",51,null],[4,"LaneType","","",null,null],[13,"Driving","","",52,null],[13,"Parking","","",52,null],[13,"Sidewalk","","",52,null],[13,"Shoulder","","",52,null],[13,"Biking","","",52,null],[13,"Bus","","",52,null],[13,"SharedLeftTurn","","",52,null],[13,"Construction","","",52,null],[13,"LightRail","","",52,null],[4,"Direction","","",null,null],[13,"Fwd","","",53,null],[13,"Back","","",53,null],[4,"PhaseType","","",null,null],[13,"Fixed","","",54,null],[13,"Adaptive","","",54,null],[4,"TurnPriority","","",null,null],[13,"Banned","","",55,null],[13,"Yield","","",55,null],[13,"Protected","","",55,null],[4,"TurnType","","",null,null],[13,"Crosswalk","","",56,null],[13,"SharedSidewalkCorner","","",56,null],[13,"Straight","","",56,null],[13,"Right","","",56,null],[13,"Left","","",56,null],[4,"PathConstraints","","",null,null],[13,"Pedestrian","","",57,null],[13,"Car","","",57,null],[13,"Bike","","",57,null],[13,"Bus","","",57,null],[13,"Train","","",57,null],[4,"PathStep","","",null,null],[13,"Lane","","",58,null],[13,"ContraflowLane","","",58,null],[13,"Turn","","",58,null],[4,"Traversable","","",null,null],[13,"Lane","","",59,null],[13,"Turn","","",59,null],[0,"city","","",null,null],[3,"City","map_model::city","",null,null],[12,"name","","",0,null],[12,"boundary","","",0,null],[12,"areas","","",0,null],[12,"regions","","",0,null],[11,"new","map_model","",0,[[["map",3]],["city",3]]],[0,"connectivity","","",null,null],[5,"driving_cost","map_model::connectivity","",null,[[["turn",3],["pathconstraints",4],["map",3],["lane",3]]]],[5,"find_scc","","",null,[[["map",3],["pathconstraints",4]]]],[5,"all_costs_from","","",null,[[["map",3],["buildingid",3]],[["distance",3],["hashmap",3],["buildingid",3]]]],[0,"edits","map_model","",null,null],[3,"MapEdits","map_model::edits","",null,null],[12,"edits_name","","",3,null],[12,"commands","","",3,null],[12,"merge_zones","","",3,null],[12,"changed_roads","","",3,null],[12,"original_intersections","","",3,null],[12,"changed_routes","","",3,null],[12,"proposal_description","","",3,null],[12,"proposal_link","","",3,null],[3,"EditRoad","","",null,null],[12,"lanes_ltr","","",2,null],[12,"speed_limit","","",2,null],[12,"access_restrictions","","",2,null],[3,"EditEffects","","",null,null],[12,"changed_roads","","",1,null],[12,"changed_intersections","","",1,null],[12,"added_turns","","",1,null],[12,"deleted_turns","","",1,null],[4,"EditIntersection","","",null,null],[13,"StopSign","","",46,null],[13,"TrafficSignal","","",46,null],[13,"Closed","","",46,null],[4,"EditCmd","","",null,null],[13,"ChangeRoad","","",42,null],[12,"r","map_model::edits::EditCmd","",43,null],[12,"old","","",43,null],[12,"new","","",43,null],[13,"ChangeIntersection","map_model::edits","",42,null],[12,"i","map_model::edits::EditCmd","",44,null],[12,"new","","",44,null],[12,"old","","",44,null],[13,"ChangeRouteSchedule","map_model::edits","",42,null],[12,"id","map_model::edits::EditCmd","",45,null],[12,"old","","",45,null],[12,"new","","",45,null],[5,"recalculate_turns","map_model::edits","",null,[[["map",3],["editeffects",3],["timer",3],["intersectionid",3]]]],[0,"compat","","",null,null],[3,"OriginalLane","map_model::edits::compat","",null,null],[12,"parent","","",60,null],[12,"num_fwd","","",60,null],[12,"num_back","","",60,null],[12,"dir","","",60,null],[12,"idx","","",60,null],[3,"ChangeLaneType","","",null,null],[12,"id","","",61,null],[12,"lt","","",61,null],[12,"orig_lt","","",61,null],[3,"ReverseLane","","",null,null],[12,"l","","",62,null],[12,"dst_i","","",62,null],[3,"ChangeSpeedLimit","","",null,null],[12,"id","","",63,null],[12,"new","","",63,null],[12,"old","","",63,null],[3,"ChangeAccessRestrictions","","",null,null],[12,"id","","",64,null],[12,"new","","",64,null],[12,"old","","",64,null],[5,"upgrade","","",null,[[["map",3],["value",4]],[["permanentmapedits",3],["result",4],["string",3]]]],[5,"walk","","",null,[[["value",4]]]],[5,"fix_offset","","",null,[[["value",4]]]],[5,"fix_intersection_ids","","",null,[[["value",4]]]],[5,"fix_road_direction","","",null,[[["value",4]]]],[5,"fix_old_lane_cmds","","",null,[[["map",3],["value",4]],[["result",4],["string",3]]]],[5,"fix_merge_zones","","",null,[[["value",4]]]],[11,"lookup","","",60,[[["map",3]],[["string",3],["result",4]]]],[0,"perma","map_model::edits","",null,null],[3,"PermanentMapEdits","map_model::edits::perma","",null,null],[12,"map_name","","",4,null],[12,"edits_name","","",4,null],[12,"version","","",4,null],[12,"commands","","",4,null],[12,"merge_zones","","",4,null],[12,"proposal_description","","",4,null],[12,"proposal_link","","",4,null],[4,"PermanentEditIntersection","","",null,null],[13,"StopSign","","",65,null],[12,"must_stop","map_model::edits::perma::PermanentEditIntersection","",66,null],[13,"TrafficSignal","map_model::edits::perma","",65,null],[13,"Closed","","",65,null],[4,"PermanentEditCmd","","",null,null],[13,"ChangeRoad","","",67,null],[12,"r","map_model::edits::perma::PermanentEditCmd","",68,null],[12,"new","","",68,null],[12,"old","","",68,null],[13,"ChangeIntersection","map_model::edits::perma","",67,null],[12,"i","map_model::edits::perma::PermanentEditCmd","",69,null],[12,"new","","",69,null],[12,"old","","",69,null],[13,"ChangeRouteSchedule","map_model::edits::perma","",67,null],[12,"osm_rel_id","map_model::edits::perma::PermanentEditCmd","",70,null],[12,"old","","",70,null],[12,"new","","",70,null],[11,"to_perma","map_model","",42,[[["map",3]],["permanenteditcmd",4]]],[11,"to_permanent","","",4,[[["map",3],["mapedits",3]],["permanentmapedits",3]]],[11,"from_permanent","","",4,[[["permanentmapedits",3],["map",3]],[["result",4],["mapedits",3],["string",3]]]],[11,"to_permanent","","",46,[[["map",3]],["permanenteditintersection",4]]],[11,"from_permanent","map_model::edits::perma","",65,[[["map",3],["intersectionid",3]],[["string",3],["result",4],["editintersection",4]]]],[11,"get_orig_from_osm","map_model","",2,[[["road",3],["drivingside",4]],["editroad",3]]],[11,"diff","","",2,[[["editroad",3]],[["string",3],["vec",3]]]],[11,"new","","",3,[[],["mapedits",3]]],[11,"load","","",3,[[["string",3],["map",3],["timer",3]],[["result",4],["mapedits",3],["string",3]]]],[11,"save","","",3,[[["map",3]]]],[11,"update_derived","","",3,[[["map",3]]]],[11,"compress","","",3,[[["map",3]]]],[11,"changed_lanes","","",3,[[["map",3]]]],[11,"new","","",1,[[],["editeffects",3]]],[11,"describe","","",42,[[["map",3]]]],[11,"apply","","",42,[[["editeffects",3],["map",3],["timer",3]]]],[11,"undo","","",42,[[],["editcmd",4]]],[11,"new_edits","","",41,[[],["mapedits",3]]],[11,"get_edits","","",41,[[],["mapedits",3]]],[11,"unsaved_edits","","",41,[[]]],[11,"get_r_edit","","",41,[[["roadid",3]],["editroad",3]]],[11,"edit_road_cmd","","",41,[[["roadid",3],["fn",8]],["editcmd",4]]],[11,"get_i_edit","","",41,[[["intersectionid",3]],["editintersection",4]]],[11,"save_edits","","",41,[[]]],[11,"must_apply_edits","","",41,[[["mapedits",3],["timer",3]]]],[11,"try_apply_edits","","",41,[[["mapedits",3],["timer",3]]]],[11,"apply_edits","","",41,[[["mapedits",3],["timer",3]]]],[11,"recalculate_pathfinding_after_edits","","",41,[[["timer",3]]]],[11,"incremental_edit_traffic_signal","","",41,[[["controltrafficsignal",3]]]],[0,"make","","",null,null],[5,"match_points_to_lanes","map_model::make","",null,[[["distance",3],["vec",3],["hashablept2d",3],["hashset",3],["fn",8],["bounds",3],["timer",3]],[["hashmap",3],["position",3],["hashablept2d",3]]]],[0,"bridges","","",null,null],[5,"find_bridges","map_model::make::bridges","",null,[[["timer",3],["vec",3],["bounds",3]]]],[0,"buildings","map_model::make","",null,null],[5,"make_all_buildings","map_model::make::buildings","",null,[[["btreemap",3],["map",3],["timer",3]],[["vec",3],["building",3]]]],[5,"trim_path","","",null,[[["line",3],["polygon",3]],["line",3]]],[5,"get_address","","",null,[[["laneid",3],["map",3],["tags",3]],["string",3]]],[5,"classify_bldg","","",null,[[["btreeset",3],["xorshiftrng",3],["tags",3]],["buildingtype",4]]],[0,"initial","map_model::make","",null,null],[3,"InitialMap","map_model::make::initial","",null,null],[12,"roads","","",71,null],[12,"intersections","","",71,null],[12,"bounds","","",71,null],[3,"Road","","",null,null],[12,"id","","",72,null],[12,"src_i","","",72,null],[12,"dst_i","","",72,null],[12,"trimmed_center_pts","","",72,null],[12,"half_width","","",72,null],[12,"lane_specs_ltr","","",72,null],[12,"osm_tags","","",72,null],[3,"Intersection","","",null,null],[12,"id","","",73,null],[12,"polygon","","",73,null],[12,"roads","","",73,null],[12,"intersection_type","","",73,null],[12,"elevation","","",73,null],[0,"geometry","","",null,null],[3,"Piece","map_model::make::initial::geometry","",null,null],[12,"id","","",74,null],[12,"left","","",74,null],[12,"center","","",74,null],[12,"right","","",74,null],[5,"intersection_polygon","","",null,[[["intersection",3],["btreemap",3],["timer",3]],[["string",3],["result",4]]]],[5,"generalized_trim_back","","",null,[[["btreemap",3],["nodeid",3],["vec",3],["timer",3]],[["string",3],["result",4]]]],[5,"deadend","","",null,[[["btreemap",3],["nodeid",3],["vec",3]],[["string",3],["result",4]]]],[5,"close_off_polygon","","",null,[[["vec",3],["pt2d",3]],[["vec",3],["pt2d",3]]]],[5,"on_off_ramp","","",null,[[["vec",3],["btreemap",3],["nodeid",3]],["option",4]]],[17,"DEGENERATE_INTERSECTION_HALF_LENGTH","","",null,null],[0,"lane_specs","map_model::make::initial","",null,null],[3,"LaneSpec","map_model::make::initial::lane_specs","",null,null],[12,"lt","","",75,null],[12,"dir","","",75,null],[12,"width","","",75,null],[5,"fwd","","",null,[[["lanetype",4]],["lanespec",3]]],[5,"back","","",null,[[["lanetype",4]],["lanespec",3]]],[5,"get_lane_specs_ltr","","",null,[[["drivingside",4],["tags",3]],[["lanespec",3],["vec",3]]]],[5,"assemble_ltr","","",null,[[["vec",3],["drivingside",4],["lanespec",3]],[["lanespec",3],["vec",3]]]],[11,"new","map_model::make::initial","",72,[[["rawroad",3],["drivingside",4],["originalroad",3]],["road",3]]],[11,"new","","",71,[[["timer",3],["rawmap",3],["bounds",3]],["initialmap",3]]],[0,"parking_lots","map_model::make","",null,null],[5,"make_all_parking_lots","map_model::make::parking_lots","",null,[[["vec",3],["map",3],["vec",3],["timer",3]],[["vec",3],["parkinglot",3]]]],[5,"trim_path","","",null,[[["line",3],["polygon",3]],["line",3]]],[5,"infer_spots","","",null,[[["vec",3],["polygon",3]],["vec",3]]],[5,"line_valid","","",null,[[["vec",3],["line",3],["vec",3],["polygon",3]]]],[0,"remove_disconnected","map_model::make","",null,null],[5,"remove_disconnected_roads","map_model::make::remove_disconnected","",null,[[["rawmap",3],["timer",3]]]],[0,"traffic_signals","map_model::make","",null,null],[3,"Partition","map_model::make::traffic_signals","",null,null],[12,"0","","",76,null],[5,"get_possible_policies","","",null,[[["map",3],["timer",3],["intersectionid",3]],["vec",3]]],[5,"new","","",null,[[["map",3],["intersectionid",3]],["controltrafficsignal",3]]],[5,"greedy_assignment","","",null,[[["map",3],["intersectionid",3]],["controltrafficsignal",3]]],[5,"degenerate","","",null,[[["map",3],["intersectionid",3]],[["option",4],["controltrafficsignal",3]]]],[5,"half_signal","","",null,[[["map",3],["intersectionid",3]],[["option",4],["controltrafficsignal",3]]]],[5,"three_way","","",null,[[["map",3],["intersectionid",3]],[["option",4],["controltrafficsignal",3]]]],[5,"four_way_four_stage","","",null,[[["map",3],["intersectionid",3]],[["option",4],["controltrafficsignal",3]]]],[5,"four_way_two_stage","","",null,[[["map",3],["intersectionid",3]],[["option",4],["controltrafficsignal",3]]]],[5,"four_oneways","","",null,[[["map",3],["intersectionid",3]],[["option",4],["controltrafficsignal",3]]]],[5,"all_walk_all_yield","","",null,[[["map",3],["intersectionid",3]],["controltrafficsignal",3]]],[5,"stage_per_road","","",null,[[["map",3],["intersectionid",3]],["controltrafficsignal",3]]],[5,"expand_all_stages","","",null,[[["controltrafficsignal",3]]]],[5,"make_stages","","",null,[[["controltrafficsignal",3],["vec",3],["vec",3]]]],[5,"brute_force","","",null,[[["map",3],["intersectionid",3]]]],[5,"okay_partition","","",null,[[["vec",3],["movement",3],["partition",3]]]],[5,"helper","","",null,[[],[["vec",3],["partition",3]]]],[5,"synchronize","","",null,[[["map",3]]]],[17,"PROTECTED","","",null,null],[17,"YIELD","","",null,null],[0,"transit","map_model::make","",null,null],[3,"Matcher","map_model::make::transit","",null,null],[12,"sidewalk_pts","","",77,null],[12,"light_rail_pts","","",77,null],[5,"make_stops_and_routes","","",null,[[["map",3],["vec",3],["timer",3]]]],[5,"make_route","","",null,[[["matcher",3],["map",3],["btreemap",3],["rawbusroute",3]],[["result",4],["string",3]]]],[5,"pick_start_lane","","",null,[[["position",3],["map",3],["pathconstraints",4]],[["string",3],["result",4],["laneid",3]]]],[5,"default_spawn_times","","",null,[[],[["vec",3],["time",3]]]],[11,"new","","",77,[[["map",3],["vec",3],["timer",3]],["matcher",3]]],[11,"lookup","","",77,[[["rawbusstop",3],["map",3],["pathconstraints",4]],[["result",4],["string",3]]]],[0,"turns","map_model::make","",null,null],[5,"make_all_turns","map_model::make::turns","",null,[[["map",3],["timer",3],["intersection",3]],[["vec",3],["turn",3]]]],[5,"ensure_unique","","",null,[[["vec",3],["turn",3]],[["vec",3],["turn",3]]]],[5,"is_turn_allowed","","",null,[[["map",3],["turn",3]]]],[5,"does_turn_pass_restrictions","","",null,[[["intersection",3],["map",3],["turn",3]]]],[5,"make_vehicle_turns","","",null,[[["map",3],["timer",3],["intersection",3]],[["vec",3],["turn",3]]]],[5,"curvey_turn","","",null,[[["lane",3]],[["string",3],["result",4],["polyline",3]]]],[5,"to_pt","","",null,[[["pt2d",3]],["point2d",3]]],[5,"from_pt","","",null,[[["point2d",3]],["pt2d",3]]],[5,"lc_penalty","","",null,[[["map",3],["turn",3]]]],[5,"remove_merging_turns","","",null,[[["vec",3],["map",3],["turn",3],["turntype",4]],[["vec",3],["turn",3]]]],[0,"walking_turns","map_model::make","",null,null],[5,"make_walking_turns","map_model::make::walking_turns","",null,[[["map",3],["timer",3],["intersection",3]],[["vec",3],["turn",3]]]],[5,"_make_walking_turns_v2","","",null,[[["map",3],["timer",3],["intersection",3]],[["vec",3],["turn",3]]]],[5,"make_crosswalks","","",null,[[["lane",3],["intersectionid",3]],[["vec",3],["option",4]]]],[5,"make_degenerate_crosswalks","","",null,[[["vec",3],["road",3],["intersectionid",3]],[["vec",3],["option",4]]]],[5,"make_shared_sidewalk_corner","","",null,[[["intersection",3],["timer",3],["drivingside",4],["lane",3]],["polyline",3]]],[5,"turn_id","","",null,[[["laneid",3],["intersectionid",3]],["turnid",3]]],[5,"get_sidewalk","","",null,[[["vec",3],["vec",3]],[["option",4],["lane",3]]]],[11,"create_from_raw","map_model","",41,[[["rawmap",3],["timer",3]],["map",3]]],[0,"map","","",null,null],[3,"MapConfig","map_model::map","",null,null],[12,"driving_side","","",5,null],[12,"bikes_can_use_bus_lanes","","",5,null],[4,"DrivingSide","","",null,null],[13,"Right","","",47,null],[13,"Left","","",47,null],[11,"new","map_model","",41,[[["string",3],["timer",3]],["map",3]]],[11,"corrupt_err","","",41,[[["string",3],["error",3]]]],[11,"blank","","",41,[[],["map",3]]],[11,"all_roads","","",41,[[],["vec",3]]],[11,"all_lanes","","",41,[[],["vec",3]]],[11,"all_intersections","","",41,[[],["vec",3]]],[11,"all_turns","","",41,[[],["btreemap",3]]],[11,"all_buildings","","",41,[[],["vec",3]]],[11,"all_areas","","",41,[[],["vec",3]]],[11,"all_parking_lots","","",41,[[],["vec",3]]],[11,"all_zones","","",41,[[],["vec",3]]],[11,"maybe_get_r","","",41,[[["roadid",3]],[["option",4],["road",3]]]],[11,"maybe_get_l","","",41,[[["laneid",3]],[["option",4],["lane",3]]]],[11,"maybe_get_i","","",41,[[["intersectionid",3]],[["option",4],["intersection",3]]]],[11,"maybe_get_t","","",41,[[["turnid",3]],[["turn",3],["option",4]]]],[11,"maybe_get_b","","",41,[[["buildingid",3]],[["option",4],["building",3]]]],[11,"maybe_get_pl","","",41,[[["parkinglotid",3]],[["option",4],["parkinglot",3]]]],[11,"maybe_get_a","","",41,[[["areaid",3]],[["area",3],["option",4]]]],[11,"maybe_get_bs","","",41,[[["busstopid",3]],[["busstop",3],["option",4]]]],[11,"maybe_get_stop_sign","","",41,[[["intersectionid",3]],[["controlstopsign",3],["option",4]]]],[11,"maybe_get_traffic_signal","","",41,[[["intersectionid",3]],[["option",4],["controltrafficsignal",3]]]],[11,"maybe_get_br","","",41,[[["busrouteid",3]],[["option",4],["busroute",3]]]],[11,"get_r","","",41,[[["roadid",3]],["road",3]]],[11,"get_l","","",41,[[["laneid",3]],["lane",3]]],[11,"get_i","","",41,[[["intersectionid",3]],["intersection",3]]],[11,"get_t","","",41,[[["turnid",3]],["turn",3]]],[11,"get_b","","",41,[[["buildingid",3]],["building",3]]],[11,"get_a","","",41,[[["areaid",3]],["area",3]]],[11,"get_pl","","",41,[[["parkinglotid",3]],["parkinglot",3]]],[11,"get_stop_sign","","",41,[[["intersectionid",3]],["controlstopsign",3]]],[11,"get_traffic_signal","","",41,[[["intersectionid",3]],["controltrafficsignal",3]]],[11,"get_turns_in_intersection","","",41,[[["intersectionid",3]],[["vec",3],["turn",3]]]],[11,"get_turns_from_lane","","",41,[[["laneid",3]],[["vec",3],["turn",3]]]],[11,"get_turns_to_lane","","",41,[[["laneid",3]],[["vec",3],["turn",3]]]],[11,"get_turn_between","","",41,[[["intersectionid",3],["laneid",3]],[["turnid",3],["option",4]]]],[11,"get_next_turns_and_lanes","","",41,[[["intersectionid",3],["laneid",3]],["vec",3]]],[11,"get_turns_for","","",41,[[["pathconstraints",4],["laneid",3]],[["vec",3],["turn",3]]]],[11,"get_next_roads","","",41,[[["roadid",3]],[["roadid",3],["btreeset",3]]]],[11,"get_parent","","",41,[[["laneid",3]],["road",3]]],[11,"get_gps_bounds","","",41,[[],["gpsbounds",3]]],[11,"get_bounds","","",41,[[],["bounds",3]]],[11,"get_city_name","","",41,[[],["string",3]]],[11,"get_name","","",41,[[],["string",3]]],[11,"all_bus_stops","","",41,[[],["btreemap",3]]],[11,"get_bs","","",41,[[["busstopid",3]],["busstop",3]]],[11,"get_br","","",41,[[["busrouteid",3]],["busroute",3]]],[11,"all_bus_routes","","",41,[[],["vec",3]]],[11,"get_bus_route","","",41,[[],[["option",4],["busroute",3]]]],[11,"get_routes_serving_stop","","",41,[[["busstopid",3]],[["vec",3],["busroute",3]]]],[11,"building_to_road","","",41,[[["buildingid",3]],["road",3]]],[11,"all_incoming_borders","","",41,[[],[["intersection",3],["vec",3]]]],[11,"all_outgoing_borders","","",41,[[],[["intersection",3],["vec",3]]]],[11,"save","","",41,[[]]],[11,"find_driving_lane_near_building","","",41,[[["buildingid",3]],["laneid",3]]],[11,"get_boundary_polygon","","",41,[[],["polygon",3]]],[11,"pathfind","","",41,[[["pathrequest",3]],[["path",3],["option",4]]]],[11,"pathfind_avoiding_zones","","",41,[[["btreeset",3],["pathrequest",3],["laneid",3]],[["path",3],["option",4]]]],[11,"should_use_transit","","",41,[[["position",3]],["option",4]]],[11,"get_movement","","",41,[[["turnid",3]],[["movementid",3],["option",4]]]],[11,"find_r_by_osm_id","","",41,[[["originalroad",3]],[["string",3],["result",4],["roadid",3]]]],[11,"find_i_by_osm_id","","",41,[[["nodeid",3]],[["result",4],["string",3],["intersectionid",3]]]],[11,"find_b_by_osm_id","","",41,[[["osmid",4]],[["option",4],["buildingid",3]]]],[11,"find_br","","",41,[[["relationid",3]],[["busrouteid",3],["option",4]]]],[11,"hack_override_offstreet_spots","","",41,[[]]],[11,"hack_override_offstreet_spots_individ","","",41,[[["buildingid",3]]]],[11,"hack_override_bldg_type","","",41,[[["buildingtype",4],["buildingid",3]]]],[11,"hack_override_orig_spawn_times","","",41,[[["busrouteid",3],["vec",3],["time",3]]]],[11,"get_languages","","",41,[[],["btreeset",3]]],[11,"get_config","","",41,[[],["mapconfig",3]]],[11,"simple_path_btwn","","",41,[[["intersectionid",3]],[["vec",3],["option",4]]]],[0,"objects","","",null,null],[0,"area","map_model::objects","",null,null],[3,"AreaID","map_model::objects::area","",null,null],[12,"0","","",7,null],[3,"Area","","",null,null],[12,"id","","",6,null],[12,"area_type","","",6,null],[12,"polygon","","",6,null],[12,"osm_tags","","",6,null],[12,"osm_id","","",6,null],[4,"AreaType","","",null,null],[13,"Park","","",48,null],[13,"Water","","",48,null],[13,"PedestrianIsland","","",48,null],[13,"Island","","",48,null],[0,"building","map_model::objects","",null,null],[3,"BuildingID","map_model::objects::building","",null,null],[12,"0","","",9,null],[3,"Building","","",null,null],[12,"id","","",8,null],[12,"polygon","","",8,null],[12,"levels","","",8,null],[12,"address","","",8,null],[12,"name","","",8,null],[12,"orig_id","","",8,null],[12,"label_center","","",8,null],[12,"amenities","","",8,null],[12,"bldg_type","","",8,null],[12,"parking","","",8,null],[12,"sidewalk_pos","","",8,null],[12,"driveway_geom","","",8,null],[3,"NamePerLanguage","","",null,null],[12,"0","","",10,null],[4,"OffstreetParking","","",null,null],[13,"PublicGarage","","",50,null],[13,"Private","","",50,null],[4,"BuildingType","","",null,null],[13,"Residential","","",49,null],[13,"ResidentialCommercial","","",49,null],[13,"Commercial","","",49,null],[13,"Empty","","",49,null],[5,"sidewalk_to_bike","","",null,[[["position",3],["map",3]],["option",4]]],[11,"has_residents","map_model","",49,[[]]],[11,"get","","",10,[[["string",3],["option",4]],["string",3]]],[11,"new","","",10,[[["tags",3]],[["option",4],["nameperlanguage",3]]]],[11,"unnamed","","",10,[[],["nameperlanguage",3]]],[11,"sidewalk","","",8,[[],["laneid",3]]],[11,"house_number","","",8,[[],[["string",3],["option",4]]]],[11,"driving_connection","","",8,[[["map",3]],["option",4]]],[11,"biking_connection","","",8,[[["map",3]],["option",4]]],[11,"num_parking_spots","","",8,[[]]],[0,"bus_stop","map_model::objects","",null,null],[3,"BusStopID","map_model::objects::bus_stop","",null,null],[12,"sidewalk","","",14,null],[12,"idx","","",14,null],[3,"BusRouteID","","",null,null],[12,"0","","",12,null],[3,"BusStop","","",null,null],[12,"id","","",13,null],[12,"name","","",13,null],[12,"driving_pos","","",13,null],[12,"sidewalk_pos","","",13,null],[12,"is_train_stop","","",13,null],[3,"BusRoute","","",null,null],[12,"id","","",11,null],[12,"full_name","","",11,null],[12,"short_name","","",11,null],[12,"gtfs_trip_marker","","",11,null],[12,"osm_rel_id","","",11,null],[12,"stops","","",11,null],[12,"start","","",11,null],[12,"end_border","","",11,null],[12,"route_type","","",11,null],[12,"spawn_times","","",11,null],[12,"orig_spawn_times","","",11,null],[11,"all_steps","map_model","",11,[[["map",3]],[["vec",3],["pathrequest",3]]]],[11,"plural_noun","","",11,[[]]],[0,"intersection","map_model::objects","",null,null],[3,"IntersectionID","map_model::objects::intersection","",null,null],[12,"0","","",16,null],[3,"Intersection","","",null,null],[12,"id","","",15,null],[12,"polygon","","",15,null],[12,"turns","","",15,null],[12,"elevation","","",15,null],[12,"intersection_type","","",15,null],[12,"orig_id","","",15,null],[12,"incoming_lanes","","",15,null],[12,"outgoing_lanes","","",15,null],[12,"roads","","",15,null],[4,"IntersectionType","","",null,null],[13,"StopSign","","",51,null],[13,"TrafficSignal","","",51,null],[13,"Border","","",51,null],[13,"Construction","","",51,null],[11,"is_border","map_model","",15,[[]]],[11,"is_incoming_border","","",15,[[]]],[11,"is_outgoing_border","","",15,[[]]],[11,"is_closed","","",15,[[]]],[11,"is_stop_sign","","",15,[[]]],[11,"is_traffic_signal","","",15,[[]]],[11,"is_light_rail","","",15,[[["map",3]]]],[11,"is_private","","",15,[[["map",3]]]],[11,"get_incoming_lanes","","",15,[[["map",3],["pathconstraints",4]],[["vec",3],["laneid",3]]]],[11,"get_outgoing_lanes","","",15,[[["map",3],["pathconstraints",4]],[["vec",3],["laneid",3]]]],[11,"get_zorder","","",15,[[["map",3]]]],[11,"get_rank","","",15,[[["map",3]],["roadrank",4]]],[11,"get_roads_sorted_by_incoming_angle","","",15,[[["vec",3]],[["vec",3],["roadid",3]]]],[11,"some_outgoing_road","","",15,[[["map",3]],[["option",4],["directedroadid",3]]]],[11,"some_incoming_road","","",15,[[["map",3]],[["option",4],["directedroadid",3]]]],[11,"name","","",15,[[["string",3],["map",3],["option",4]],["string",3]]],[0,"lane","map_model::objects","",null,null],[3,"LaneID","map_model::objects::lane","",null,null],[12,"0","","",18,null],[3,"Lane","","",null,null],[12,"id","","",17,null],[12,"parent","","",17,null],[12,"lane_type","","",17,null],[12,"lane_center_pts","","",17,null],[12,"width","","",17,null],[12,"src_i","","",17,null],[12,"dst_i","","",17,null],[12,"bus_stops","","",17,null],[12,"driving_blackhole","","",17,null],[12,"biking_blackhole","","",17,null],[4,"LaneType","","",null,null],[13,"Driving","","",52,null],[13,"Parking","","",52,null],[13,"Sidewalk","","",52,null],[13,"Shoulder","","",52,null],[13,"Biking","","",52,null],[13,"Bus","","",52,null],[13,"SharedLeftTurn","","",52,null],[13,"Construction","","",52,null],[13,"LightRail","","",52,null],[17,"PARKING_SPOT_LENGTH","","",null,null],[17,"PARKING_LOT_SPOT_LENGTH","","",null,null],[11,"is_for_moving_vehicles","map_model","",52,[[]]],[11,"supports_any_movement","","",52,[[]]],[11,"describe","","",52,[[]]],[11,"short_name","","",52,[[]]],[11,"first_pt","","",17,[[],["pt2d",3]]],[11,"last_pt","","",17,[[],["pt2d",3]]],[11,"first_line","","",17,[[],["line",3]]],[11,"last_line","","",17,[[],["line",3]]],[11,"endpoint","","",17,[[["intersectionid",3]],["pt2d",3]]],[11,"end_line","","",17,[[["intersectionid",3]],["line",3]]],[11,"dist_along_of_point","","",17,[[["pt2d",3]],[["distance",3],["option",4]]]],[11,"length","","",17,[[],["distance",3]]],[11,"intersections","","",17,[[],[["vec",3],["intersectionid",3]]]],[11,"number_parking_spots","","",17,[[]]],[11,"is_driving","","",17,[[]]],[11,"is_biking","","",17,[[]]],[11,"is_bus","","",17,[[]]],[11,"is_walkable","","",17,[[]]],[11,"is_sidewalk","","",17,[[]]],[11,"is_shoulder","","",17,[[]]],[11,"is_parking","","",17,[[]]],[11,"is_light_rail","","",17,[[]]],[11,"get_directed_parent","","",17,[[["map",3]],["directedroadid",3]]],[11,"get_turn_restrictions","","",17,[[["road",3]],[["btreeset",3],["option",4]]]],[0,"parking_lot","map_model::objects","",null,null],[3,"ParkingLotID","map_model::objects::parking_lot","",null,null],[12,"0","","",20,null],[3,"ParkingLot","","",null,null],[12,"id","","",19,null],[12,"polygon","","",19,null],[12,"aisles","","",19,null],[12,"osm_id","","",19,null],[12,"spots","","",19,null],[12,"extra_spots","","",19,null],[12,"driveway_line","","",19,null],[12,"driving_pos","","",19,null],[12,"sidewalk_line","","",19,null],[12,"sidewalk_pos","","",19,null],[11,"capacity","map_model","",19,[[]]],[0,"road","map_model::objects","",null,null],[3,"RoadID","map_model::objects::road","",null,null],[12,"0","","",23,null],[3,"DirectedRoadID","","",null,null],[12,"id","","",21,null],[12,"dir","","",21,null],[3,"Road","","",null,null],[12,"id","","",22,null],[12,"osm_tags","","",22,null],[12,"turn_restrictions","","",22,null],[12,"complicated_turn_restrictions","","",22,null],[12,"orig_id","","",22,null],[12,"speed_limit","","",22,null],[12,"access_restrictions","","",22,null],[12,"zorder","","",22,null],[12,"lanes_ltr","","",22,null],[12,"center_pts","","",22,null],[12,"src_i","","",22,null],[12,"dst_i","","",22,null],[4,"Direction","","",null,null],[13,"Fwd","","",53,null],[13,"Back","","",53,null],[11,"opposite","map_model","",53,[[],["direction",4]]],[11,"src_i","","",21,[[["map",3]],["intersectionid",3]]],[11,"dst_i","","",21,[[["map",3]],["intersectionid",3]]],[11,"lanes","","",21,[[["map",3],["pathconstraints",4]],[["vec",3],["laneid",3]]]],[11,"lanes_ltr","","",22,[[],["vec",3]]],[11,"get_left_side","","",22,[[["map",3]],["polyline",3]]],[11,"offset","","",22,[[["laneid",3]]]],[11,"dir","","",22,[[["laneid",3]],["direction",4]]],[11,"parking_to_driving","","",22,[[["map",3],["laneid",3]],[["option",4],["laneid",3]]]],[11,"speed_limit_from_osm","","",22,[[],["speed",3]]],[11,"find_closest_lane","","",22,[[["fn",8],["map",3],["laneid",3]],[["option",4],["laneid",3]]]],[11,"all_lanes","","",22,[[],[["vec",3],["laneid",3]]]],[11,"get_dir_change_pl","","",22,[[["map",3]],["polyline",3]]],[11,"get_half_width","","",22,[[["map",3]],["distance",3]]],[11,"get_thick_polygon","","",22,[[["map",3]],["polygon",3]]],[11,"get_name","","",22,[[["string",3],["option",4]],["string",3]]],[11,"get_rank","","",22,[[],["roadrank",4]]],[11,"all_bus_stops","","",22,[[["map",3]],[["busstopid",3],["vec",3]]]],[11,"percent_grade","","",22,[[["map",3]]]],[11,"is_light_rail","","",22,[[]]],[11,"is_footway","","",22,[[]]],[11,"is_service","","",22,[[]]],[11,"common_endpt","","",22,[[["road",3]],["intersectionid",3]]],[11,"is_private","","",22,[[]]],[11,"access_restrictions_from_osm","","",22,[[],["accessrestrictions",3]]],[11,"get_zone","","",22,[[["map",3]],[["option",4],["zone",3]]]],[11,"children_forwards","","",22,[[],["vec",3]]],[11,"children_backwards","","",22,[[],["vec",3]]],[11,"dir_and_offset","","",22,[[["laneid",3]]]],[11,"children","","",22,[[["direction",4]],["vec",3]]],[11,"incoming_lanes","","",22,[[["intersectionid",3]],["vec",3]]],[11,"outgoing_lanes","","",22,[[["intersectionid",3]],["vec",3]]],[0,"stop_signs","map_model::objects","",null,null],[3,"ControlStopSign","map_model::objects::stop_signs","",null,null],[12,"id","","",24,null],[12,"roads","","",24,null],[3,"RoadWithStopSign","","",null,null],[12,"lane_closest_to_edge","","",25,null],[12,"must_stop","","",25,null],[11,"new","map_model","",24,[[["map",3],["intersectionid",3]],["controlstopsign",3]]],[11,"get_priority","","",24,[[["turnid",3],["map",3]],["turnpriority",4]]],[11,"flip_sign","","",24,[[["roadid",3]]]],[0,"traffic_signals","map_model::objects","",null,null],[3,"ControlTrafficSignal","map_model::objects::traffic_signals","",null,null],[12,"id","","",26,null],[12,"stages","","",26,null],[12,"offset","","",26,null],[12,"movements","","",26,null],[3,"Stage","","",null,null],[12,"protected_movements","","",27,null],[12,"yield_movements","","",27,null],[12,"phase_type","","",27,null],[4,"PhaseType","","",null,null],[13,"Fixed","","",54,null],[13,"Adaptive","","",54,null],[5,"export_movement","","",null,[[["movementid",3],["map",3]],["turn",3]]],[5,"import_movement","","",null,[[["turn",3],["map",3]],[["string",3],["movementid",3],["result",4]]]],[5,"find_r","","",null,[[["map",3],["directedroad",3]],[["directedroadid",3],["string",3],["result",4]]]],[17,"CROSSWALK_PACE","","",null,null],[11,"simple_duration","map_model","",54,[[],["duration",3]]],[11,"new","","",26,[[["map",3],["timer",3],["intersectionid",3]],["controltrafficsignal",3]]],[11,"get_possible_policies","","",26,[[["map",3],["timer",3],["intersectionid",3]],["vec",3]]],[11,"brute_force","","",26,[[["map",3],["intersectionid",3]]]],[11,"get_min_crossing_time","","",26,[[],["duration",3]]],[11,"validate","","",26,[[],[["result",4],["string",3]]]],[11,"convert_to_ped_scramble","","",26,[[]]],[11,"turn_to_movement","","",26,[[["turnid",3]],["movementid",3]]],[11,"missing_turns","","",26,[[],[["movementid",3],["btreeset",3]]]],[11,"compressed_id","","",26,[[["turnid",3]],["compressedmovementid",3]]],[11,"new","","",27,[[],["stage",3]]],[11,"could_be_protected","","",27,[[["movementid",3],["btreemap",3]]]],[11,"get_priority_of_turn","","",27,[[["turnid",3],["controltrafficsignal",3]],["turnpriority",4]]],[11,"get_priority_of_movement","","",27,[[["movementid",3]],["turnpriority",4]]],[11,"edit_movement","","",27,[[["turnpriority",4],["movement",3]]]],[11,"enforce_minimum_crosswalk_time","","",27,[[["movement",3]]]],[11,"export","","",26,[[["map",3]],["trafficsignal",3]]],[11,"import","","",26,[[["map",3],["trafficsignal",3],["intersectionid",3]],[["string",3],["result",4],["controltrafficsignal",3]]]],[0,"turn","map_model::objects","",null,null],[3,"TurnID","map_model::objects::turn","",null,null],[12,"parent","","",32,null],[12,"src","","",32,null],[12,"dst","","",32,null],[3,"Turn","","",null,null],[12,"id","","",31,null],[12,"turn_type","","",31,null],[12,"geom","","",31,null],[12,"other_crosswalk_ids","","",31,null],[3,"MovementID","","",null,null],[12,"from","","",30,null],[12,"to","","",30,null],[12,"parent","","",30,null],[12,"crosswalk","","",30,null],[3,"CompressedMovementID","","",null,null],[12,"i","","",28,null],[12,"idx","","",28,null],[3,"Movement","","",null,null],[12,"id","","",29,null],[12,"turn_type","","",29,null],[12,"members","","",29,null],[12,"geom","","",29,null],[12,"angle","","",29,null],[4,"TurnType","","",null,null],[13,"Crosswalk","","",56,null],[13,"SharedSidewalkCorner","","",56,null],[13,"Straight","","",56,null],[13,"Right","","",56,null],[13,"Left","","",56,null],[4,"TurnPriority","","",null,null],[13,"Banned","","",55,null],[13,"Yield","","",55,null],[13,"Protected","","",55,null],[5,"movement_geom","","",null,[[["directedroadid",3],["vec",3],["polyline",3]],[["string",3],["result",4],["polyline",3]]]],[11,"from_angles","map_model","",56,[[["angle",3]],["turntype",4]]],[11,"conflicts_with","","",31,[[["turn",3]]]],[11,"angle","","",31,[[],["angle",3]]],[11,"between_sidewalks","","",31,[[]]],[11,"penalty","","",31,[[["map",3]]]],[11,"for_i","","",29,[[["map",3],["intersectionid",3]],[["string",3],["result",4],["btreemap",3]]]],[11,"src_center_and_width","","",29,[[["map",3]]]],[11,"conflicts_with","","",29,[[["movement",3]]]],[0,"zone","map_model::objects","",null,null],[3,"AccessRestrictions","map_model::objects::zone","",null,null],[12,"allow_through_traffic","","",33,null],[12,"cap_vehicles_per_hour","","",33,null],[3,"Zone","","",null,null],[12,"members","","",34,null],[12,"borders","","",34,null],[12,"restrictions","","",34,null],[5,"floodfill","","",null,[[["map",3],["roadid",3]],["zone",3]]],[11,"new","map_model","",33,[[],["accessrestrictions",3]]],[11,"make_all","","",34,[[["map",3]],[["vec",3],["zone",3]]]],[11,"pathfind","","",34,[[["pathrequest",3],["map",3]],[["path",3],["option",4]]]],[11,"pathfind_walking","","",34,[[["pathrequest",3],["map",3]],[["vec",3],["option",4]]]],[0,"osm","","",null,null],[3,"NodeID","map_model::osm","",null,null],[12,"0","","",78,null],[3,"WayID","","",null,null],[12,"0","","",79,null],[3,"RelationID","","",null,null],[12,"0","","",80,null],[4,"RoadRank","","",null,null],[13,"Local","","",81,null],[13,"Arterial","","",81,null],[13,"Highway","","",81,null],[4,"OsmID","","",null,null],[13,"Node","","",82,null],[13,"Way","","",82,null],[13,"Relation","","",82,null],[17,"NAME","","",null,null],[17,"HIGHWAY","","",null,null],[17,"MAXSPEED","","",null,null],[17,"PARKING_RIGHT","","",null,null],[17,"PARKING_LEFT","","",null,null],[17,"PARKING_BOTH","","",null,null],[17,"SIDEWALK","","",null,null],[17,"OSM_WAY_ID","","",null,null],[17,"OSM_REL_ID","","",null,null],[17,"ENDPT_FWD","","",null,null],[17,"ENDPT_BACK","","",null,null],[17,"INFERRED_PARKING","","",null,null],[17,"INFERRED_SIDEWALKS","","",null,null],[11,"from_highway","","",81,[[],["roadrank",4]]],[11,"inner","","",82,[[]]],[0,"pathfind","map_model","",null,null],[3,"Path","map_model::pathfind","",null,null],[12,"steps","","",38,null],[12,"end_dist","","",38,null],[12,"total_length","","",38,null],[12,"crossed_so_far","","",38,null],[12,"total_lanes","","",38,null],[12,"uber_turns","","",38,null],[12,"currently_inside_ut","","",38,null],[3,"PathRequest","","",null,null],[12,"start","","",39,null],[12,"end","","",39,null],[12,"constraints","","",39,null],[4,"PathStep","","",null,null],[13,"Lane","","",58,null],[13,"ContraflowLane","","",58,null],[13,"Turn","","",58,null],[4,"PathConstraints","","",null,null],[13,"Pedestrian","","",57,null],[13,"Car","","",57,null],[13,"Bike","","",57,null],[13,"Bus","","",57,null],[13,"Train","","",57,null],[4,"Pathfinder","","",null,null],[13,"Dijkstra","","",83,null],[13,"CH","","",83,null],[5,"validate_continuity","","",null,[[["map",3],["vec",3]]]],[5,"validate_restrictions","","",null,[[["map",3],["vec",3]]]],[0,"ch","","",null,null],[3,"ContractionHierarchyPathfinder","map_model::pathfind::ch","",null,null],[12,"car_graph","","",84,null],[12,"bike_graph","","",84,null],[12,"bus_graph","","",84,null],[12,"train_graph","","",84,null],[12,"walking_graph","","",84,null],[12,"walking_with_transit_graph","","",84,null],[11,"new","","",84,[[["map",3],["timer",3]],["contractionhierarchypathfinder",3]]],[11,"pathfind","","",84,[[["pathrequest",3],["map",3]],[["path",3],["option",4]]]],[11,"pathfind_from_zone","","",84,[[["pathrequest",3],["zone",3],["map",3],["intersection",3]],[["path",3],["option",4]]]],[11,"pathfind_to_zone","","",84,[[["pathrequest",3],["zone",3],["map",3],["intersection",3]],[["path",3],["option",4]]]],[11,"should_use_transit","","",84,[[["map",3],["position",3]],["option",4]]],[11,"apply_edits","","",84,[[["map",3],["timer",3]]]],[0,"dijkstra","map_model::pathfind","",null,null],[5,"pathfind","map_model::pathfind::dijkstra","",null,[[["pathrequest",3],["map",3]],[["path",3],["option",4]]]],[5,"pathfind_avoiding_zones","","",null,[[["btreeset",3],["pathrequest",3],["map",3],["laneid",3]],[["path",3],["option",4]]]],[5,"calc_path","","",null,[[["pathrequest",3],["digraphmap",6],["turnid",3],["map",3],["laneid",3]],[["path",3],["option",4]]]],[5,"pathfind_walking","","",null,[[["pathrequest",3],["map",3]],[["vec",3],["option",4]]]],[0,"driving","map_model::pathfind","",null,null],[3,"VehiclePathfinder","map_model::pathfind::driving","",null,null],[12,"graph","","",85,null],[12,"nodes","","",85,null],[12,"uber_turns","","",85,null],[12,"constraints","","",85,null],[12,"path_calc","","",85,null],[4,"Node","","",null,null],[13,"Lane","","",86,null],[13,"UberTurn","","",86,null],[5,"make_input_graph","","",null,[[["nodemap",3],["pathconstraints",4],["map",3],["vec",3]],["inputgraph",3]]],[5,"driving_cost","","",null,[[["turn",3],["pathconstraints",4],["map",3],["lane",3]]]],[5,"round","","",null,[[]]],[11,"new","","",85,[[["option",4],["pathconstraints",4],["map",3],["vehiclepathfinder",3]],["vehiclepathfinder",3]]],[11,"pathfind","","",85,[[["map",3],["pathrequest",3]],["option",4]]],[11,"apply_edits","","",85,[[["map",3]]]],[0,"node_map","map_model::pathfind","",null,null],[3,"NodeMap","map_model::pathfind::node_map","",null,null],[12,"node_to_id","","",87,null],[12,"id_to_node","","",87,null],[5,"deserialize_nodemap","","",null,[[["deserializer",8]],[["result",4],["nodemap",3]]]],[11,"new","","",87,[[],["nodemap",3]]],[11,"get_or_insert","","",87,[[],["nodeid",6]]],[11,"get","","",87,[[],["nodeid",6]]],[11,"translate","","",87,[[["shortestpath",3]],["vec",3]]],[0,"uber_turns","map_model::pathfind","",null,null],[3,"IntersectionCluster","map_model::pathfind::uber_turns","",null,null],[12,"members","","",35,null],[12,"uber_turns","","",35,null],[3,"UberTurn","","",null,null],[12,"path","","",36,null],[3,"UberTurnGroup","","",null,null],[12,"from","","",37,null],[12,"to","","",37,null],[12,"members","","",37,null],[12,"geom","","",37,null],[5,"flood","","",null,[[["turnid",3],["map",3],["btreeset",3]],[["vec",3],["uberturn",3]]]],[5,"trace_back","","",null,[[["turnid",3],["btreemap",3]],[["turnid",3],["vec",3]]]],[5,"group_geom","","",null,[[["vec",3],["polyline",3]],["polyline",3]]],[11,"find_all","map_model","",35,[[["map",3]],[["intersectioncluster",3],["vec",3]]]],[11,"new","","",35,[[["btreeset",3],["map",3],["intersectionid",3]]]],[11,"autodetect","","",35,[[["map",3],["intersectionid",3]],[["option",4],["btreeset",3]]]],[11,"entry","","",36,[[],["laneid",3]]],[11,"exit","","",36,[[],["laneid",3]]],[11,"geom","","",36,[[["map",3]],["polyline",3]]],[11,"uber_turn_groups","","",35,[[["map",3]],[["uberturngroup",3],["vec",3]]]],[11,"src_center_and_width","","",37,[[["map",3]]]],[11,"angle","","",37,[[],["angle",3]]],[0,"walking","map_model::pathfind","",null,null],[3,"SidewalkPathfinder","map_model::pathfind::walking","",null,null],[12,"graph","","",88,null],[12,"nodes","","",88,null],[12,"use_transit","","",88,null],[12,"path_calc","","",88,null],[4,"WalkingNode","","",null,null],[13,"SidewalkEndpoint","","",89,null],[13,"RideBus","","",89,null],[13,"LeaveMap","","",89,null],[5,"make_input_graph","","",null,[[["map",3],["nodemap",3],["vehiclepathfinder",3]],["inputgraph",3]]],[5,"transit_input_graph","","",null,[[["inputgraph",3],["map",3],["nodemap",3],["vehiclepathfinder",3]]]],[5,"walking_cost","","",null,[[["distance",3]]]],[5,"walking_path_to_steps","","",null,[[["vec",3],["walkingnode",4],["map",3]],[["vec",3],["pathstep",4]]]],[5,"one_step_walking_path","","",null,[[["map",3],["pathrequest",3]],["path",3]]],[11,"closest","","",89,[[["position",3],["map",3]],["walkingnode",4]]],[11,"end_transit","","",89,[[["position",3],["map",3]],["walkingnode",4]]],[11,"new","","",88,[[["map",3],["vehiclepathfinder",3]],["sidewalkpathfinder",3]]],[11,"apply_edits","","",88,[[["map",3],["vehiclepathfinder",3]]]],[11,"pathfind","","",88,[[["map",3],["pathrequest",3]],[["vec",3],["option",4]]]],[11,"should_use_transit","","",88,[[["map",3],["position",3]],["option",4]]],[11,"as_traversable","map_model","",58,[[],["traversable",4]]],[11,"as_lane","","",58,[[],["laneid",3]]],[11,"as_turn","","",58,[[],["turnid",3]]],[11,"slice","","",58,[[["distance",3],["map",3],["option",4]],[["string",3],["result",4]]]],[11,"new","","",38,[[["distance",3],["vec",3],["pathstep",4],["uberturn",3],["map",3],["vec",3]],["path",3]]],[11,"one_step","","",38,[[["map",3],["laneid",3]],["path",3]]],[11,"dummy","","",38,[[],["path",3]]],[11,"total_lanes","","",38,[[]]],[11,"lanes_crossed_so_far","","",38,[[]]],[11,"crossed_so_far","","",38,[[],["distance",3]]],[11,"total_length","","",38,[[],["distance",3]]],[11,"percent_dist_crossed","","",38,[[]]],[11,"is_empty","","",38,[[]]],[11,"is_last_step","","",38,[[]]],[11,"isnt_last_step","","",38,[[]]],[11,"currently_inside_ut","","",38,[[],["option",4]]],[11,"about_to_start_ut","","",38,[[],[["option",4],["uberturn",3]]]],[11,"shift","","",38,[[["map",3]],["pathstep",4]]],[11,"add","","",38,[[["map",3],["pathstep",4]]]],[11,"approaching_uber_turn","","",38,[[]]],[11,"modify_step","","",38,[[["map",3],["pathstep",4]]]],[11,"current_step","","",38,[[],["pathstep",4]]],[11,"next_step","","",38,[[],["pathstep",4]]],[11,"last_step","","",38,[[],["pathstep",4]]],[11,"trace","","",38,[[["distance",3],["map",3],["option",4]],[["option",4],["polyline",3]]]],[11,"get_steps","","",38,[[],["vecdeque",3]]],[11,"append","","",38,[[["path",3],["map",3]]]],[11,"all","","",57,[[],[["pathconstraints",4],["vec",3]]]],[11,"from_lt","","",57,[[["lanetype",4]],["pathconstraints",4]]],[11,"can_use","","",57,[[["map",3],["lane",3]]]],[11,"filter_lanes","","",57,[[["map",3],["vec",3],["laneid",3]],[["vec",3],["laneid",3]]]],[11,"pathfind","map_model::pathfind","",83,[[["pathrequest",3],["map",3]],[["path",3],["option",4]]]],[11,"pathfind_avoiding_zones","","",83,[[["btreeset",3],["pathrequest",3],["map",3],["laneid",3]],[["path",3],["option",4]]]],[11,"should_use_transit","","",83,[[["map",3],["position",3]],["option",4]]],[11,"apply_edits","","",83,[[["map",3],["timer",3]]]],[0,"raw","map_model","",null,null],[3,"RawMap","map_model::raw","",null,null],[12,"city_name","","",90,null],[12,"name","","",90,null],[12,"roads","","",90,null],[12,"intersections","","",90,null],[12,"buildings","","",90,null],[12,"bus_routes","","",90,null],[12,"areas","","",90,null],[12,"parking_lots","","",90,null],[12,"parking_aisles","","",90,null],[12,"boundary_polygon","","",90,null],[12,"gps_bounds","","",90,null],[12,"config","","",90,null],[3,"OriginalRoad","","",null,null],[12,"osm_way_id","","",91,null],[12,"i1","","",91,null],[12,"i2","","",91,null],[3,"RawRoad","","",null,null],[12,"center_points","","",92,null],[12,"osm_tags","","",92,null],[12,"turn_restrictions","","",92,null],[12,"complicated_turn_restrictions","","",92,null],[3,"RawIntersection","","",null,null],[12,"point","","",93,null],[12,"intersection_type","","",93,null],[12,"elevation","","",93,null],[3,"RawBuilding","","",null,null],[12,"polygon","","",94,null],[12,"osm_tags","","",94,null],[12,"public_garage_name","","",94,null],[12,"num_parking_spots","","",94,null],[12,"amenities","","",94,null],[3,"RawArea","","",null,null],[12,"area_type","","",95,null],[12,"polygon","","",95,null],[12,"osm_tags","","",95,null],[12,"osm_id","","",95,null],[3,"RawParkingLot","","",null,null],[12,"osm_id","","",96,null],[12,"polygon","","",96,null],[12,"osm_tags","","",96,null],[3,"TurnRestriction","","",null,null],[12,"0","","",97,null],[12,"1","","",97,null],[12,"2","","",97,null],[3,"RawBusRoute","","",null,null],[12,"full_name","","",98,null],[12,"short_name","","",98,null],[12,"osm_rel_id","","",98,null],[12,"gtfs_trip_marker","","",98,null],[12,"is_bus","","",98,null],[12,"stops","","",98,null],[12,"border_start","","",98,null],[12,"border_end","","",98,null],[12,"all_pts","","",98,null],[3,"RawBusStop","","",null,null],[12,"name","","",99,null],[12,"vehicle_pos","","",99,null],[12,"matched_road","","",99,null],[12,"ped_pos","","",99,null],[4,"RestrictionType","","",null,null],[13,"BanTurns","","",100,null],[13,"OnlyAllowTurns","","",100,null],[11,"new","","",91,[[],["originalroad",3]]],[11,"blank","","",90,[[],["rawmap",3]]],[11,"roads_per_intersection","","",90,[[["nodeid",3]],[["vec",3],["originalroad",3]]]],[11,"new_osm_node_id","","",90,[[],["nodeid",3]]],[11,"new_osm_way_id","","",90,[[],["wayid",3]]],[11,"preview_intersection","","",90,[[["nodeid",3],["timer",3]]]],[11,"save","","",90,[[]]],[11,"can_delete_intersection","","",90,[[["nodeid",3]]]],[11,"delete_intersection","","",90,[[["nodeid",3]]]],[11,"move_intersection","","",90,[[["nodeid",3],["pt2d",3]],[["option",4],["vec",3]]]],[11,"closest_intersection","","",90,[[["pt2d",3]],["nodeid",3]]],[11,"path_dist_to","","",90,[[["nodeid",3]],[["distance",3],["option",4]]]],[11,"get_geometry","","",92,[[["drivingside",4],["originalroad",3]]]],[11,"is_light_rail","","",92,[[]]],[11,"is_footway","","",92,[[]]],[11,"is_service","","",92,[[]]],[11,"new","","",100,[[],[["restrictiontype",4],["option",4]]]],[0,"traversable","map_model","",null,null],[3,"Position","map_model::traversable","",null,null],[12,"lane","","",40,null],[12,"dist_along","","",40,null],[4,"Traversable","","",null,null],[13,"Lane","","",59,null],[13,"Turn","","",59,null],[11,"new","map_model","",40,[[["distance",3],["laneid",3]],["position",3]]],[11,"start","","",40,[[["laneid",3]],["position",3]]],[11,"end","","",40,[[["map",3],["laneid",3]],["position",3]]],[11,"lane","","",40,[[],["laneid",3]]],[11,"dist_along","","",40,[[],["distance",3]]],[11,"pt","","",40,[[["map",3]],["pt2d",3]]],[11,"pt_and_angle","","",40,[[["map",3]]]],[11,"equiv_pos","","",40,[[["map",3],["laneid",3]],["position",3]]],[11,"equiv_pos_for_long_object","","",40,[[["distance",3],["map",3],["laneid",3]],["position",3]]],[11,"min_dist","","",40,[[["distance",3],["map",3]],[["option",4],["position",3]]]],[11,"buffer_dist","","",40,[[["distance",3],["map",3]],[["option",4],["position",3]]]],[11,"as_lane","","",59,[[],["laneid",3]]],[11,"as_turn","","",59,[[],["turnid",3]]],[11,"maybe_turn","","",59,[[],[["turnid",3],["option",4]]]],[11,"maybe_lane","","",59,[[],[["option",4],["laneid",3]]]],[11,"length","","",59,[[["map",3]],["distance",3]]],[11,"dist_along","","",59,[[["distance",3],["map",3]],[["result",4],["string",3]]]],[11,"slice","","",59,[[["distance",3],["map",3]],[["string",3],["result",4]]]],[11,"exact_slice","","",59,[[["distance",3],["map",3]],["polyline",3]]],[11,"speed_limit","","",59,[[["map",3]],["speed",3]]],[11,"get_zorder","","",59,[[["map",3]]]],[17,"PARKING_LOT_SPOT_LENGTH","","",null,null],[17,"PARKING_SPOT_LENGTH","","",null,null],[17,"NORMAL_LANE_THICKNESS","","",null,null],[17,"SERVICE_ROAD_LANE_THICKNESS","","",null,null],[17,"SIDEWALK_THICKNESS","","",null,null],[17,"SHOULDER_THICKNESS","","",null,null],[11,"from","","",0,[[]]],[11,"into","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"vzip","","",0,[[]]],[11,"from","","",1,[[]]],[11,"into","","",1,[[]]],[11,"try_from","","",1,[[],["result",4]]],[11,"try_into","","",1,[[],["result",4]]],[11,"borrow","","",1,[[]]],[11,"borrow_mut","","",1,[[]]],[11,"type_id","","",1,[[],["typeid",3]]],[11,"vzip","","",1,[[]]],[11,"from","","",2,[[]]],[11,"into","","",2,[[]]],[11,"to_owned","","",2,[[]]],[11,"clone_into","","",2,[[]]],[11,"try_from","","",2,[[],["result",4]]],[11,"try_into","","",2,[[],["result",4]]],[11,"borrow","","",2,[[]]],[11,"borrow_mut","","",2,[[]]],[11,"type_id","","",2,[[],["typeid",3]]],[11,"vzip","","",2,[[]]],[11,"from","","",3,[[]]],[11,"into","","",3,[[]]],[11,"to_owned","","",3,[[]]],[11,"clone_into","","",3,[[]]],[11,"try_from","","",3,[[],["result",4]]],[11,"try_into","","",3,[[],["result",4]]],[11,"borrow","","",3,[[]]],[11,"borrow_mut","","",3,[[]]],[11,"type_id","","",3,[[],["typeid",3]]],[11,"vzip","","",3,[[]]],[11,"from","","",4,[[]]],[11,"into","","",4,[[]]],[11,"to_owned","","",4,[[]]],[11,"clone_into","","",4,[[]]],[11,"try_from","","",4,[[],["result",4]]],[11,"try_into","","",4,[[],["result",4]]],[11,"borrow","","",4,[[]]],[11,"borrow_mut","","",4,[[]]],[11,"type_id","","",4,[[],["typeid",3]]],[11,"vzip","","",4,[[]]],[11,"from","","",5,[[]]],[11,"into","","",5,[[]]],[11,"to_owned","","",5,[[]]],[11,"clone_into","","",5,[[]]],[11,"try_from","","",5,[[],["result",4]]],[11,"try_into","","",5,[[],["result",4]]],[11,"borrow","","",5,[[]]],[11,"borrow_mut","","",5,[[]]],[11,"type_id","","",5,[[],["typeid",3]]],[11,"vzip","","",5,[[]]],[11,"from","","",6,[[]]],[11,"into","","",6,[[]]],[11,"try_from","","",6,[[],["result",4]]],[11,"try_into","","",6,[[],["result",4]]],[11,"borrow","","",6,[[]]],[11,"borrow_mut","","",6,[[]]],[11,"type_id","","",6,[[],["typeid",3]]],[11,"vzip","","",6,[[]]],[11,"from","","",7,[[]]],[11,"into","","",7,[[]]],[11,"to_owned","","",7,[[]]],[11,"clone_into","","",7,[[]]],[11,"to_string","","",7,[[],["string",3]]],[11,"try_from","","",7,[[],["result",4]]],[11,"try_into","","",7,[[],["result",4]]],[11,"borrow","","",7,[[]]],[11,"borrow_mut","","",7,[[]]],[11,"type_id","","",7,[[],["typeid",3]]],[11,"equivalent","","",7,[[]]],[11,"vzip","","",7,[[]]],[11,"from","","",8,[[]]],[11,"into","","",8,[[]]],[11,"try_from","","",8,[[],["result",4]]],[11,"try_into","","",8,[[],["result",4]]],[11,"borrow","","",8,[[]]],[11,"borrow_mut","","",8,[[]]],[11,"type_id","","",8,[[],["typeid",3]]],[11,"vzip","","",8,[[]]],[11,"from","","",9,[[]]],[11,"into","","",9,[[]]],[11,"to_owned","","",9,[[]]],[11,"clone_into","","",9,[[]]],[11,"to_string","","",9,[[],["string",3]]],[11,"try_from","","",9,[[],["result",4]]],[11,"try_into","","",9,[[],["result",4]]],[11,"borrow","","",9,[[]]],[11,"borrow_mut","","",9,[[]]],[11,"type_id","","",9,[[],["typeid",3]]],[11,"equivalent","","",9,[[]]],[11,"vzip","","",9,[[]]],[11,"from","","",10,[[]]],[11,"into","","",10,[[]]],[11,"to_owned","","",10,[[]]],[11,"clone_into","","",10,[[]]],[11,"try_from","","",10,[[],["result",4]]],[11,"try_into","","",10,[[],["result",4]]],[11,"borrow","","",10,[[]]],[11,"borrow_mut","","",10,[[]]],[11,"type_id","","",10,[[],["typeid",3]]],[11,"equivalent","","",10,[[]]],[11,"vzip","","",10,[[]]],[11,"from","","",11,[[]]],[11,"into","","",11,[[]]],[11,"try_from","","",11,[[],["result",4]]],[11,"try_into","","",11,[[],["result",4]]],[11,"borrow","","",11,[[]]],[11,"borrow_mut","","",11,[[]]],[11,"type_id","","",11,[[],["typeid",3]]],[11,"vzip","","",11,[[]]],[11,"from","","",12,[[]]],[11,"into","","",12,[[]]],[11,"to_owned","","",12,[[]]],[11,"clone_into","","",12,[[]]],[11,"to_string","","",12,[[],["string",3]]],[11,"try_from","","",12,[[],["result",4]]],[11,"try_into","","",12,[[],["result",4]]],[11,"borrow","","",12,[[]]],[11,"borrow_mut","","",12,[[]]],[11,"type_id","","",12,[[],["typeid",3]]],[11,"equivalent","","",12,[[]]],[11,"vzip","","",12,[[]]],[11,"from","","",13,[[]]],[11,"into","","",13,[[]]],[11,"to_owned","","",13,[[]]],[11,"clone_into","","",13,[[]]],[11,"try_from","","",13,[[],["result",4]]],[11,"try_into","","",13,[[],["result",4]]],[11,"borrow","","",13,[[]]],[11,"borrow_mut","","",13,[[]]],[11,"type_id","","",13,[[],["typeid",3]]],[11,"vzip","","",13,[[]]],[11,"from","","",14,[[]]],[11,"into","","",14,[[]]],[11,"to_owned","","",14,[[]]],[11,"clone_into","","",14,[[]]],[11,"to_string","","",14,[[],["string",3]]],[11,"try_from","","",14,[[],["result",4]]],[11,"try_into","","",14,[[],["result",4]]],[11,"borrow","","",14,[[]]],[11,"borrow_mut","","",14,[[]]],[11,"type_id","","",14,[[],["typeid",3]]],[11,"equivalent","","",14,[[]]],[11,"vzip","","",14,[[]]],[11,"from","","",15,[[]]],[11,"into","","",15,[[]]],[11,"try_from","","",15,[[],["result",4]]],[11,"try_into","","",15,[[],["result",4]]],[11,"borrow","","",15,[[]]],[11,"borrow_mut","","",15,[[]]],[11,"type_id","","",15,[[],["typeid",3]]],[11,"vzip","","",15,[[]]],[11,"from","","",16,[[]]],[11,"into","","",16,[[]]],[11,"to_owned","","",16,[[]]],[11,"clone_into","","",16,[[]]],[11,"to_string","","",16,[[],["string",3]]],[11,"try_from","","",16,[[],["result",4]]],[11,"try_into","","",16,[[],["result",4]]],[11,"borrow","","",16,[[]]],[11,"borrow_mut","","",16,[[]]],[11,"type_id","","",16,[[],["typeid",3]]],[11,"equivalent","","",16,[[]]],[11,"vzip","","",16,[[]]],[11,"from","","",17,[[]]],[11,"into","","",17,[[]]],[11,"try_from","","",17,[[],["result",4]]],[11,"try_into","","",17,[[],["result",4]]],[11,"borrow","","",17,[[]]],[11,"borrow_mut","","",17,[[]]],[11,"type_id","","",17,[[],["typeid",3]]],[11,"vzip","","",17,[[]]],[11,"from","","",18,[[]]],[11,"into","","",18,[[]]],[11,"to_owned","","",18,[[]]],[11,"clone_into","","",18,[[]]],[11,"to_string","","",18,[[],["string",3]]],[11,"try_from","","",18,[[],["result",4]]],[11,"try_into","","",18,[[],["result",4]]],[11,"borrow","","",18,[[]]],[11,"borrow_mut","","",18,[[]]],[11,"type_id","","",18,[[],["typeid",3]]],[11,"equivalent","","",18,[[]]],[11,"vzip","","",18,[[]]],[11,"from","","",19,[[]]],[11,"into","","",19,[[]]],[11,"try_from","","",19,[[],["result",4]]],[11,"try_into","","",19,[[],["result",4]]],[11,"borrow","","",19,[[]]],[11,"borrow_mut","","",19,[[]]],[11,"type_id","","",19,[[],["typeid",3]]],[11,"vzip","","",19,[[]]],[11,"from","","",20,[[]]],[11,"into","","",20,[[]]],[11,"to_owned","","",20,[[]]],[11,"clone_into","","",20,[[]]],[11,"to_string","","",20,[[],["string",3]]],[11,"try_from","","",20,[[],["result",4]]],[11,"try_into","","",20,[[],["result",4]]],[11,"borrow","","",20,[[]]],[11,"borrow_mut","","",20,[[]]],[11,"type_id","","",20,[[],["typeid",3]]],[11,"equivalent","","",20,[[]]],[11,"vzip","","",20,[[]]],[11,"from","","",21,[[]]],[11,"into","","",21,[[]]],[11,"to_owned","","",21,[[]]],[11,"clone_into","","",21,[[]]],[11,"to_string","","",21,[[],["string",3]]],[11,"try_from","","",21,[[],["result",4]]],[11,"try_into","","",21,[[],["result",4]]],[11,"borrow","","",21,[[]]],[11,"borrow_mut","","",21,[[]]],[11,"type_id","","",21,[[],["typeid",3]]],[11,"equivalent","","",21,[[]]],[11,"vzip","","",21,[[]]],[11,"from","","",22,[[]]],[11,"into","","",22,[[]]],[11,"try_from","","",22,[[],["result",4]]],[11,"try_into","","",22,[[],["result",4]]],[11,"borrow","","",22,[[]]],[11,"borrow_mut","","",22,[[]]],[11,"type_id","","",22,[[],["typeid",3]]],[11,"vzip","","",22,[[]]],[11,"from","","",23,[[]]],[11,"into","","",23,[[]]],[11,"to_owned","","",23,[[]]],[11,"clone_into","","",23,[[]]],[11,"to_string","","",23,[[],["string",3]]],[11,"try_from","","",23,[[],["result",4]]],[11,"try_into","","",23,[[],["result",4]]],[11,"borrow","","",23,[[]]],[11,"borrow_mut","","",23,[[]]],[11,"type_id","","",23,[[],["typeid",3]]],[11,"equivalent","","",23,[[]]],[11,"vzip","","",23,[[]]],[11,"from","","",24,[[]]],[11,"into","","",24,[[]]],[11,"to_owned","","",24,[[]]],[11,"clone_into","","",24,[[]]],[11,"try_from","","",24,[[],["result",4]]],[11,"try_into","","",24,[[],["result",4]]],[11,"borrow","","",24,[[]]],[11,"borrow_mut","","",24,[[]]],[11,"type_id","","",24,[[],["typeid",3]]],[11,"vzip","","",24,[[]]],[11,"from","","",25,[[]]],[11,"into","","",25,[[]]],[11,"to_owned","","",25,[[]]],[11,"clone_into","","",25,[[]]],[11,"try_from","","",25,[[],["result",4]]],[11,"try_into","","",25,[[],["result",4]]],[11,"borrow","","",25,[[]]],[11,"borrow_mut","","",25,[[]]],[11,"type_id","","",25,[[],["typeid",3]]],[11,"vzip","","",25,[[]]],[11,"from","","",26,[[]]],[11,"into","","",26,[[]]],[11,"to_owned","","",26,[[]]],[11,"clone_into","","",26,[[]]],[11,"try_from","","",26,[[],["result",4]]],[11,"try_into","","",26,[[],["result",4]]],[11,"borrow","","",26,[[]]],[11,"borrow_mut","","",26,[[]]],[11,"type_id","","",26,[[],["typeid",3]]],[11,"vzip","","",26,[[]]],[11,"from","","",27,[[]]],[11,"into","","",27,[[]]],[11,"to_owned","","",27,[[]]],[11,"clone_into","","",27,[[]]],[11,"try_from","","",27,[[],["result",4]]],[11,"try_into","","",27,[[],["result",4]]],[11,"borrow","","",27,[[]]],[11,"borrow_mut","","",27,[[]]],[11,"type_id","","",27,[[],["typeid",3]]],[11,"vzip","","",27,[[]]],[11,"from","","",28,[[]]],[11,"into","","",28,[[]]],[11,"to_owned","","",28,[[]]],[11,"clone_into","","",28,[[]]],[11,"try_from","","",28,[[],["result",4]]],[11,"try_into","","",28,[[],["result",4]]],[11,"borrow","","",28,[[]]],[11,"borrow_mut","","",28,[[]]],[11,"type_id","","",28,[[],["typeid",3]]],[11,"equivalent","","",28,[[]]],[11,"vzip","","",28,[[]]],[11,"from","","",29,[[]]],[11,"into","","",29,[[]]],[11,"to_owned","","",29,[[]]],[11,"clone_into","","",29,[[]]],[11,"try_from","","",29,[[],["result",4]]],[11,"try_into","","",29,[[],["result",4]]],[11,"borrow","","",29,[[]]],[11,"borrow_mut","","",29,[[]]],[11,"type_id","","",29,[[],["typeid",3]]],[11,"vzip","","",29,[[]]],[11,"from","","",30,[[]]],[11,"into","","",30,[[]]],[11,"to_owned","","",30,[[]]],[11,"clone_into","","",30,[[]]],[11,"try_from","","",30,[[],["result",4]]],[11,"try_into","","",30,[[],["result",4]]],[11,"borrow","","",30,[[]]],[11,"borrow_mut","","",30,[[]]],[11,"type_id","","",30,[[],["typeid",3]]],[11,"equivalent","","",30,[[]]],[11,"vzip","","",30,[[]]],[11,"from","","",31,[[]]],[11,"into","","",31,[[]]],[11,"to_owned","","",31,[[]]],[11,"clone_into","","",31,[[]]],[11,"try_from","","",31,[[],["result",4]]],[11,"try_into","","",31,[[],["result",4]]],[11,"borrow","","",31,[[]]],[11,"borrow_mut","","",31,[[]]],[11,"type_id","","",31,[[],["typeid",3]]],[11,"vzip","","",31,[[]]],[11,"from","","",32,[[]]],[11,"into","","",32,[[]]],[11,"to_owned","","",32,[[]]],[11,"clone_into","","",32,[[]]],[11,"to_string","","",32,[[],["string",3]]],[11,"try_from","","",32,[[],["result",4]]],[11,"try_into","","",32,[[],["result",4]]],[11,"borrow","","",32,[[]]],[11,"borrow_mut","","",32,[[]]],[11,"type_id","","",32,[[],["typeid",3]]],[11,"equivalent","","",32,[[]]],[11,"vzip","","",32,[[]]],[11,"from","","",33,[[]]],[11,"into","","",33,[[]]],[11,"to_owned","","",33,[[]]],[11,"clone_into","","",33,[[]]],[11,"try_from","","",33,[[],["result",4]]],[11,"try_into","","",33,[[],["result",4]]],[11,"borrow","","",33,[[]]],[11,"borrow_mut","","",33,[[]]],[11,"type_id","","",33,[[],["typeid",3]]],[11,"vzip","","",33,[[]]],[11,"from","","",34,[[]]],[11,"into","","",34,[[]]],[11,"try_from","","",34,[[],["result",4]]],[11,"try_into","","",34,[[],["result",4]]],[11,"borrow","","",34,[[]]],[11,"borrow_mut","","",34,[[]]],[11,"type_id","","",34,[[],["typeid",3]]],[11,"vzip","","",34,[[]]],[11,"from","","",35,[[]]],[11,"into","","",35,[[]]],[11,"to_owned","","",35,[[]]],[11,"clone_into","","",35,[[]]],[11,"try_from","","",35,[[],["result",4]]],[11,"try_into","","",35,[[],["result",4]]],[11,"borrow","","",35,[[]]],[11,"borrow_mut","","",35,[[]]],[11,"type_id","","",35,[[],["typeid",3]]],[11,"vzip","","",35,[[]]],[11,"from","","",36,[[]]],[11,"into","","",36,[[]]],[11,"to_owned","","",36,[[]]],[11,"clone_into","","",36,[[]]],[11,"try_from","","",36,[[],["result",4]]],[11,"try_into","","",36,[[],["result",4]]],[11,"borrow","","",36,[[]]],[11,"borrow_mut","","",36,[[]]],[11,"type_id","","",36,[[],["typeid",3]]],[11,"vzip","","",36,[[]]],[11,"from","","",37,[[]]],[11,"into","","",37,[[]]],[11,"try_from","","",37,[[],["result",4]]],[11,"try_into","","",37,[[],["result",4]]],[11,"borrow","","",37,[[]]],[11,"borrow_mut","","",37,[[]]],[11,"type_id","","",37,[[],["typeid",3]]],[11,"vzip","","",37,[[]]],[11,"from","","",38,[[]]],[11,"into","","",38,[[]]],[11,"to_owned","","",38,[[]]],[11,"clone_into","","",38,[[]]],[11,"try_from","","",38,[[],["result",4]]],[11,"try_into","","",38,[[],["result",4]]],[11,"borrow","","",38,[[]]],[11,"borrow_mut","","",38,[[]]],[11,"type_id","","",38,[[],["typeid",3]]],[11,"vzip","","",38,[[]]],[11,"from","","",39,[[]]],[11,"into","","",39,[[]]],[11,"to_owned","","",39,[[]]],[11,"clone_into","","",39,[[]]],[11,"to_string","","",39,[[],["string",3]]],[11,"try_from","","",39,[[],["result",4]]],[11,"try_into","","",39,[[],["result",4]]],[11,"borrow","","",39,[[]]],[11,"borrow_mut","","",39,[[]]],[11,"type_id","","",39,[[],["typeid",3]]],[11,"equivalent","","",39,[[]]],[11,"vzip","","",39,[[]]],[11,"from","","",40,[[]]],[11,"into","","",40,[[]]],[11,"to_owned","","",40,[[]]],[11,"clone_into","","",40,[[]]],[11,"to_string","","",40,[[],["string",3]]],[11,"try_from","","",40,[[],["result",4]]],[11,"try_into","","",40,[[],["result",4]]],[11,"borrow","","",40,[[]]],[11,"borrow_mut","","",40,[[]]],[11,"type_id","","",40,[[],["typeid",3]]],[11,"equivalent","","",40,[[]]],[11,"vzip","","",40,[[]]],[11,"from","","",41,[[]]],[11,"into","","",41,[[]]],[11,"try_from","","",41,[[],["result",4]]],[11,"try_into","","",41,[[],["result",4]]],[11,"borrow","","",41,[[]]],[11,"borrow_mut","","",41,[[]]],[11,"type_id","","",41,[[],["typeid",3]]],[11,"vzip","","",41,[[]]],[11,"from","","",42,[[]]],[11,"into","","",42,[[]]],[11,"to_owned","","",42,[[]]],[11,"clone_into","","",42,[[]]],[11,"try_from","","",42,[[],["result",4]]],[11,"try_into","","",42,[[],["result",4]]],[11,"borrow","","",42,[[]]],[11,"borrow_mut","","",42,[[]]],[11,"type_id","","",42,[[],["typeid",3]]],[11,"vzip","","",42,[[]]],[11,"from","","",46,[[]]],[11,"into","","",46,[[]]],[11,"to_owned","","",46,[[]]],[11,"clone_into","","",46,[[]]],[11,"try_from","","",46,[[],["result",4]]],[11,"try_into","","",46,[[],["result",4]]],[11,"borrow","","",46,[[]]],[11,"borrow_mut","","",46,[[]]],[11,"type_id","","",46,[[],["typeid",3]]],[11,"vzip","","",46,[[]]],[11,"from","","",47,[[]]],[11,"into","","",47,[[]]],[11,"to_owned","","",47,[[]]],[11,"clone_into","","",47,[[]]],[11,"try_from","","",47,[[],["result",4]]],[11,"try_into","","",47,[[],["result",4]]],[11,"borrow","","",47,[[]]],[11,"borrow_mut","","",47,[[]]],[11,"type_id","","",47,[[],["typeid",3]]],[11,"vzip","","",47,[[]]],[11,"from","","",48,[[]]],[11,"into","","",48,[[]]],[11,"to_owned","","",48,[[]]],[11,"clone_into","","",48,[[]]],[11,"try_from","","",48,[[],["result",4]]],[11,"try_into","","",48,[[],["result",4]]],[11,"borrow","","",48,[[]]],[11,"borrow_mut","","",48,[[]]],[11,"type_id","","",48,[[],["typeid",3]]],[11,"equivalent","","",48,[[]]],[11,"vzip","","",48,[[]]],[11,"from","","",49,[[]]],[11,"into","","",49,[[]]],[11,"try_from","","",49,[[],["result",4]]],[11,"try_into","","",49,[[],["result",4]]],[11,"borrow","","",49,[[]]],[11,"borrow_mut","","",49,[[]]],[11,"type_id","","",49,[[],["typeid",3]]],[11,"vzip","","",49,[[]]],[11,"from","","",50,[[]]],[11,"into","","",50,[[]]],[11,"to_owned","","",50,[[]]],[11,"clone_into","","",50,[[]]],[11,"try_from","","",50,[[],["result",4]]],[11,"try_into","","",50,[[],["result",4]]],[11,"borrow","","",50,[[]]],[11,"borrow_mut","","",50,[[]]],[11,"type_id","","",50,[[],["typeid",3]]],[11,"vzip","","",50,[[]]],[11,"from","","",51,[[]]],[11,"into","","",51,[[]]],[11,"to_owned","","",51,[[]]],[11,"clone_into","","",51,[[]]],[11,"try_from","","",51,[[],["result",4]]],[11,"try_into","","",51,[[],["result",4]]],[11,"borrow","","",51,[[]]],[11,"borrow_mut","","",51,[[]]],[11,"type_id","","",51,[[],["typeid",3]]],[11,"equivalent","","",51,[[]]],[11,"vzip","","",51,[[]]],[11,"from","","",52,[[]]],[11,"into","","",52,[[]]],[11,"to_owned","","",52,[[]]],[11,"clone_into","","",52,[[]]],[11,"try_from","","",52,[[],["result",4]]],[11,"try_into","","",52,[[],["result",4]]],[11,"borrow","","",52,[[]]],[11,"borrow_mut","","",52,[[]]],[11,"type_id","","",52,[[],["typeid",3]]],[11,"equivalent","","",52,[[]]],[11,"vzip","","",52,[[]]],[11,"from","","",53,[[]]],[11,"into","","",53,[[]]],[11,"to_owned","","",53,[[]]],[11,"clone_into","","",53,[[]]],[11,"to_string","","",53,[[],["string",3]]],[11,"try_from","","",53,[[],["result",4]]],[11,"try_into","","",53,[[],["result",4]]],[11,"borrow","","",53,[[]]],[11,"borrow_mut","","",53,[[]]],[11,"type_id","","",53,[[],["typeid",3]]],[11,"equivalent","","",53,[[]]],[11,"vzip","","",53,[[]]],[11,"from","","",54,[[]]],[11,"into","","",54,[[]]],[11,"to_owned","","",54,[[]]],[11,"clone_into","","",54,[[]]],[11,"try_from","","",54,[[],["result",4]]],[11,"try_into","","",54,[[],["result",4]]],[11,"borrow","","",54,[[]]],[11,"borrow_mut","","",54,[[]]],[11,"type_id","","",54,[[],["typeid",3]]],[11,"vzip","","",54,[[]]],[11,"from","","",55,[[]]],[11,"into","","",55,[[]]],[11,"to_owned","","",55,[[]]],[11,"clone_into","","",55,[[]]],[11,"try_from","","",55,[[],["result",4]]],[11,"try_into","","",55,[[],["result",4]]],[11,"borrow","","",55,[[]]],[11,"borrow_mut","","",55,[[]]],[11,"type_id","","",55,[[],["typeid",3]]],[11,"vzip","","",55,[[]]],[11,"from","","",56,[[]]],[11,"into","","",56,[[]]],[11,"to_owned","","",56,[[]]],[11,"clone_into","","",56,[[]]],[11,"try_from","","",56,[[],["result",4]]],[11,"try_into","","",56,[[],["result",4]]],[11,"borrow","","",56,[[]]],[11,"borrow_mut","","",56,[[]]],[11,"type_id","","",56,[[],["typeid",3]]],[11,"equivalent","","",56,[[]]],[11,"vzip","","",56,[[]]],[11,"from","","",57,[[]]],[11,"into","","",57,[[]]],[11,"to_owned","","",57,[[]]],[11,"clone_into","","",57,[[]]],[11,"try_from","","",57,[[],["result",4]]],[11,"try_into","","",57,[[],["result",4]]],[11,"borrow","","",57,[[]]],[11,"borrow_mut","","",57,[[]]],[11,"type_id","","",57,[[],["typeid",3]]],[11,"equivalent","","",57,[[]]],[11,"vzip","","",57,[[]]],[11,"from","","",58,[[]]],[11,"into","","",58,[[]]],[11,"to_owned","","",58,[[]]],[11,"clone_into","","",58,[[]]],[11,"try_from","","",58,[[],["result",4]]],[11,"try_into","","",58,[[],["result",4]]],[11,"borrow","","",58,[[]]],[11,"borrow_mut","","",58,[[]]],[11,"type_id","","",58,[[],["typeid",3]]],[11,"equivalent","","",58,[[]]],[11,"vzip","","",58,[[]]],[11,"from","","",59,[[]]],[11,"into","","",59,[[]]],[11,"to_owned","","",59,[[]]],[11,"clone_into","","",59,[[]]],[11,"to_string","","",59,[[],["string",3]]],[11,"try_from","","",59,[[],["result",4]]],[11,"try_into","","",59,[[],["result",4]]],[11,"borrow","","",59,[[]]],[11,"borrow_mut","","",59,[[]]],[11,"type_id","","",59,[[],["typeid",3]]],[11,"equivalent","","",59,[[]]],[11,"vzip","","",59,[[]]],[11,"from","map_model::edits::compat","",60,[[]]],[11,"into","","",60,[[]]],[11,"try_from","","",60,[[],["result",4]]],[11,"try_into","","",60,[[],["result",4]]],[11,"borrow","","",60,[[]]],[11,"borrow_mut","","",60,[[]]],[11,"type_id","","",60,[[],["typeid",3]]],[11,"vzip","","",60,[[]]],[11,"from","","",61,[[]]],[11,"into","","",61,[[]]],[11,"try_from","","",61,[[],["result",4]]],[11,"try_into","","",61,[[],["result",4]]],[11,"borrow","","",61,[[]]],[11,"borrow_mut","","",61,[[]]],[11,"type_id","","",61,[[],["typeid",3]]],[11,"vzip","","",61,[[]]],[11,"from","","",62,[[]]],[11,"into","","",62,[[]]],[11,"try_from","","",62,[[],["result",4]]],[11,"try_into","","",62,[[],["result",4]]],[11,"borrow","","",62,[[]]],[11,"borrow_mut","","",62,[[]]],[11,"type_id","","",62,[[],["typeid",3]]],[11,"vzip","","",62,[[]]],[11,"from","","",63,[[]]],[11,"into","","",63,[[]]],[11,"try_from","","",63,[[],["result",4]]],[11,"try_into","","",63,[[],["result",4]]],[11,"borrow","","",63,[[]]],[11,"borrow_mut","","",63,[[]]],[11,"type_id","","",63,[[],["typeid",3]]],[11,"vzip","","",63,[[]]],[11,"from","","",64,[[]]],[11,"into","","",64,[[]]],[11,"try_from","","",64,[[],["result",4]]],[11,"try_into","","",64,[[],["result",4]]],[11,"borrow","","",64,[[]]],[11,"borrow_mut","","",64,[[]]],[11,"type_id","","",64,[[],["typeid",3]]],[11,"vzip","","",64,[[]]],[11,"from","map_model::edits::perma","",65,[[]]],[11,"into","","",65,[[]]],[11,"to_owned","","",65,[[]]],[11,"clone_into","","",65,[[]]],[11,"try_from","","",65,[[],["result",4]]],[11,"try_into","","",65,[[],["result",4]]],[11,"borrow","","",65,[[]]],[11,"borrow_mut","","",65,[[]]],[11,"type_id","","",65,[[],["typeid",3]]],[11,"vzip","","",65,[[]]],[11,"from","","",67,[[]]],[11,"into","","",67,[[]]],[11,"to_owned","","",67,[[]]],[11,"clone_into","","",67,[[]]],[11,"try_from","","",67,[[],["result",4]]],[11,"try_into","","",67,[[],["result",4]]],[11,"borrow","","",67,[[]]],[11,"borrow_mut","","",67,[[]]],[11,"type_id","","",67,[[],["typeid",3]]],[11,"vzip","","",67,[[]]],[11,"from","map_model::make::initial","",71,[[]]],[11,"into","","",71,[[]]],[11,"try_from","","",71,[[],["result",4]]],[11,"try_into","","",71,[[],["result",4]]],[11,"borrow","","",71,[[]]],[11,"borrow_mut","","",71,[[]]],[11,"type_id","","",71,[[],["typeid",3]]],[11,"vzip","","",71,[[]]],[11,"from","","",72,[[]]],[11,"into","","",72,[[]]],[11,"try_from","","",72,[[],["result",4]]],[11,"try_into","","",72,[[],["result",4]]],[11,"borrow","","",72,[[]]],[11,"borrow_mut","","",72,[[]]],[11,"type_id","","",72,[[],["typeid",3]]],[11,"vzip","","",72,[[]]],[11,"from","","",73,[[]]],[11,"into","","",73,[[]]],[11,"try_from","","",73,[[],["result",4]]],[11,"try_into","","",73,[[],["result",4]]],[11,"borrow","","",73,[[]]],[11,"borrow_mut","","",73,[[]]],[11,"type_id","","",73,[[],["typeid",3]]],[11,"vzip","","",73,[[]]],[11,"from","map_model::make::initial::geometry","",74,[[]]],[11,"into","","",74,[[]]],[11,"try_from","","",74,[[],["result",4]]],[11,"try_into","","",74,[[],["result",4]]],[11,"borrow","","",74,[[]]],[11,"borrow_mut","","",74,[[]]],[11,"type_id","","",74,[[],["typeid",3]]],[11,"vzip","","",74,[[]]],[11,"from","map_model::make::initial::lane_specs","",75,[[]]],[11,"into","","",75,[[]]],[11,"try_from","","",75,[[],["result",4]]],[11,"try_into","","",75,[[],["result",4]]],[11,"borrow","","",75,[[]]],[11,"borrow_mut","","",75,[[]]],[11,"type_id","","",75,[[],["typeid",3]]],[11,"vzip","","",75,[[]]],[11,"from","map_model::make::traffic_signals","",76,[[]]],[11,"into","","",76,[[]]],[11,"to_owned","","",76,[[]]],[11,"clone_into","","",76,[[]]],[11,"try_from","","",76,[[],["result",4]]],[11,"try_into","","",76,[[],["result",4]]],[11,"borrow","","",76,[[]]],[11,"borrow_mut","","",76,[[]]],[11,"type_id","","",76,[[],["typeid",3]]],[11,"vzip","","",76,[[]]],[11,"from","map_model::make::transit","",77,[[]]],[11,"into","","",77,[[]]],[11,"try_from","","",77,[[],["result",4]]],[11,"try_into","","",77,[[],["result",4]]],[11,"borrow","","",77,[[]]],[11,"borrow_mut","","",77,[[]]],[11,"type_id","","",77,[[],["typeid",3]]],[11,"vzip","","",77,[[]]],[11,"from","map_model::osm","",78,[[]]],[11,"into","","",78,[[]]],[11,"to_owned","","",78,[[]]],[11,"clone_into","","",78,[[]]],[11,"to_string","","",78,[[],["string",3]]],[11,"try_from","","",78,[[],["result",4]]],[11,"try_into","","",78,[[],["result",4]]],[11,"borrow","","",78,[[]]],[11,"borrow_mut","","",78,[[]]],[11,"type_id","","",78,[[],["typeid",3]]],[11,"equivalent","","",78,[[]]],[11,"vzip","","",78,[[]]],[11,"from","","",79,[[]]],[11,"into","","",79,[[]]],[11,"to_owned","","",79,[[]]],[11,"clone_into","","",79,[[]]],[11,"to_string","","",79,[[],["string",3]]],[11,"try_from","","",79,[[],["result",4]]],[11,"try_into","","",79,[[],["result",4]]],[11,"borrow","","",79,[[]]],[11,"borrow_mut","","",79,[[]]],[11,"type_id","","",79,[[],["typeid",3]]],[11,"equivalent","","",79,[[]]],[11,"vzip","","",79,[[]]],[11,"from","","",80,[[]]],[11,"into","","",80,[[]]],[11,"to_owned","","",80,[[]]],[11,"clone_into","","",80,[[]]],[11,"to_string","","",80,[[],["string",3]]],[11,"try_from","","",80,[[],["result",4]]],[11,"try_into","","",80,[[],["result",4]]],[11,"borrow","","",80,[[]]],[11,"borrow_mut","","",80,[[]]],[11,"type_id","","",80,[[],["typeid",3]]],[11,"equivalent","","",80,[[]]],[11,"vzip","","",80,[[]]],[11,"from","","",81,[[]]],[11,"into","","",81,[[]]],[11,"to_owned","","",81,[[]]],[11,"clone_into","","",81,[[]]],[11,"try_from","","",81,[[],["result",4]]],[11,"try_into","","",81,[[],["result",4]]],[11,"borrow","","",81,[[]]],[11,"borrow_mut","","",81,[[]]],[11,"type_id","","",81,[[],["typeid",3]]],[11,"equivalent","","",81,[[]]],[11,"vzip","","",81,[[]]],[11,"from","","",82,[[]]],[11,"into","","",82,[[]]],[11,"to_owned","","",82,[[]]],[11,"clone_into","","",82,[[]]],[11,"to_string","","",82,[[],["string",3]]],[11,"try_from","","",82,[[],["result",4]]],[11,"try_into","","",82,[[],["result",4]]],[11,"borrow","","",82,[[]]],[11,"borrow_mut","","",82,[[]]],[11,"type_id","","",82,[[],["typeid",3]]],[11,"equivalent","","",82,[[]]],[11,"vzip","","",82,[[]]],[11,"from","map_model::pathfind","",83,[[]]],[11,"into","","",83,[[]]],[11,"try_from","","",83,[[],["result",4]]],[11,"try_into","","",83,[[],["result",4]]],[11,"borrow","","",83,[[]]],[11,"borrow_mut","","",83,[[]]],[11,"type_id","","",83,[[],["typeid",3]]],[11,"vzip","","",83,[[]]],[11,"from","map_model::pathfind::ch","",84,[[]]],[11,"into","","",84,[[]]],[11,"try_from","","",84,[[],["result",4]]],[11,"try_into","","",84,[[],["result",4]]],[11,"borrow","","",84,[[]]],[11,"borrow_mut","","",84,[[]]],[11,"type_id","","",84,[[],["typeid",3]]],[11,"vzip","","",84,[[]]],[11,"from","map_model::pathfind::driving","",85,[[]]],[11,"into","","",85,[[]]],[11,"try_from","","",85,[[],["result",4]]],[11,"try_into","","",85,[[],["result",4]]],[11,"borrow","","",85,[[]]],[11,"borrow_mut","","",85,[[]]],[11,"type_id","","",85,[[],["typeid",3]]],[11,"vzip","","",85,[[]]],[11,"from","","",86,[[]]],[11,"into","","",86,[[]]],[11,"to_owned","","",86,[[]]],[11,"clone_into","","",86,[[]]],[11,"try_from","","",86,[[],["result",4]]],[11,"try_into","","",86,[[],["result",4]]],[11,"borrow","","",86,[[]]],[11,"borrow_mut","","",86,[[]]],[11,"type_id","","",86,[[],["typeid",3]]],[11,"equivalent","","",86,[[]]],[11,"vzip","","",86,[[]]],[11,"from","map_model::pathfind::node_map","",87,[[]]],[11,"into","","",87,[[]]],[11,"try_from","","",87,[[],["result",4]]],[11,"try_into","","",87,[[],["result",4]]],[11,"borrow","","",87,[[]]],[11,"borrow_mut","","",87,[[]]],[11,"type_id","","",87,[[],["typeid",3]]],[11,"vzip","","",87,[[]]],[11,"from","map_model::pathfind::walking","",88,[[]]],[11,"into","","",88,[[]]],[11,"try_from","","",88,[[],["result",4]]],[11,"try_into","","",88,[[],["result",4]]],[11,"borrow","","",88,[[]]],[11,"borrow_mut","","",88,[[]]],[11,"type_id","","",88,[[],["typeid",3]]],[11,"vzip","","",88,[[]]],[11,"from","","",89,[[]]],[11,"into","","",89,[[]]],[11,"to_owned","","",89,[[]]],[11,"clone_into","","",89,[[]]],[11,"try_from","","",89,[[],["result",4]]],[11,"try_into","","",89,[[],["result",4]]],[11,"borrow","","",89,[[]]],[11,"borrow_mut","","",89,[[]]],[11,"type_id","","",89,[[],["typeid",3]]],[11,"equivalent","","",89,[[]]],[11,"vzip","","",89,[[]]],[11,"from","map_model::raw","",90,[[]]],[11,"into","","",90,[[]]],[11,"try_from","","",90,[[],["result",4]]],[11,"try_into","","",90,[[],["result",4]]],[11,"borrow","","",90,[[]]],[11,"borrow_mut","","",90,[[]]],[11,"type_id","","",90,[[],["typeid",3]]],[11,"vzip","","",90,[[]]],[11,"from","","",91,[[]]],[11,"into","","",91,[[]]],[11,"to_owned","","",91,[[]]],[11,"clone_into","","",91,[[]]],[11,"to_string","","",91,[[],["string",3]]],[11,"try_from","","",91,[[],["result",4]]],[11,"try_into","","",91,[[],["result",4]]],[11,"borrow","","",91,[[]]],[11,"borrow_mut","","",91,[[]]],[11,"type_id","","",91,[[],["typeid",3]]],[11,"equivalent","","",91,[[]]],[11,"vzip","","",91,[[]]],[11,"from","","",92,[[]]],[11,"into","","",92,[[]]],[11,"to_owned","","",92,[[]]],[11,"clone_into","","",92,[[]]],[11,"try_from","","",92,[[],["result",4]]],[11,"try_into","","",92,[[],["result",4]]],[11,"borrow","","",92,[[]]],[11,"borrow_mut","","",92,[[]]],[11,"type_id","","",92,[[],["typeid",3]]],[11,"vzip","","",92,[[]]],[11,"from","","",93,[[]]],[11,"into","","",93,[[]]],[11,"to_owned","","",93,[[]]],[11,"clone_into","","",93,[[]]],[11,"try_from","","",93,[[],["result",4]]],[11,"try_into","","",93,[[],["result",4]]],[11,"borrow","","",93,[[]]],[11,"borrow_mut","","",93,[[]]],[11,"type_id","","",93,[[],["typeid",3]]],[11,"vzip","","",93,[[]]],[11,"from","","",94,[[]]],[11,"into","","",94,[[]]],[11,"to_owned","","",94,[[]]],[11,"clone_into","","",94,[[]]],[11,"try_from","","",94,[[],["result",4]]],[11,"try_into","","",94,[[],["result",4]]],[11,"borrow","","",94,[[]]],[11,"borrow_mut","","",94,[[]]],[11,"type_id","","",94,[[],["typeid",3]]],[11,"vzip","","",94,[[]]],[11,"from","","",95,[[]]],[11,"into","","",95,[[]]],[11,"to_owned","","",95,[[]]],[11,"clone_into","","",95,[[]]],[11,"try_from","","",95,[[],["result",4]]],[11,"try_into","","",95,[[],["result",4]]],[11,"borrow","","",95,[[]]],[11,"borrow_mut","","",95,[[]]],[11,"type_id","","",95,[[],["typeid",3]]],[11,"vzip","","",95,[[]]],[11,"from","","",96,[[]]],[11,"into","","",96,[[]]],[11,"to_owned","","",96,[[]]],[11,"clone_into","","",96,[[]]],[11,"try_from","","",96,[[],["result",4]]],[11,"try_into","","",96,[[],["result",4]]],[11,"borrow","","",96,[[]]],[11,"borrow_mut","","",96,[[]]],[11,"type_id","","",96,[[],["typeid",3]]],[11,"vzip","","",96,[[]]],[11,"from","","",97,[[]]],[11,"into","","",97,[[]]],[11,"to_owned","","",97,[[]]],[11,"clone_into","","",97,[[]]],[11,"try_from","","",97,[[],["result",4]]],[11,"try_into","","",97,[[],["result",4]]],[11,"borrow","","",97,[[]]],[11,"borrow_mut","","",97,[[]]],[11,"type_id","","",97,[[],["typeid",3]]],[11,"equivalent","","",97,[[]]],[11,"vzip","","",97,[[]]],[11,"from","","",98,[[]]],[11,"into","","",98,[[]]],[11,"try_from","","",98,[[],["result",4]]],[11,"try_into","","",98,[[],["result",4]]],[11,"borrow","","",98,[[]]],[11,"borrow_mut","","",98,[[]]],[11,"type_id","","",98,[[],["typeid",3]]],[11,"vzip","","",98,[[]]],[11,"from","","",99,[[]]],[11,"into","","",99,[[]]],[11,"try_from","","",99,[[],["result",4]]],[11,"try_into","","",99,[[],["result",4]]],[11,"borrow","","",99,[[]]],[11,"borrow_mut","","",99,[[]]],[11,"type_id","","",99,[[],["typeid",3]]],[11,"vzip","","",99,[[]]],[11,"from","","",100,[[]]],[11,"into","","",100,[[]]],[11,"to_owned","","",100,[[]]],[11,"clone_into","","",100,[[]]],[11,"try_from","","",100,[[],["result",4]]],[11,"try_into","","",100,[[],["result",4]]],[11,"borrow","","",100,[[]]],[11,"borrow_mut","","",100,[[]]],[11,"type_id","","",100,[[],["typeid",3]]],[11,"equivalent","","",100,[[]]],[11,"vzip","","",100,[[]]],[11,"clone","map_model","",4,[[],["permanentmapedits",3]]],[11,"clone","map_model::edits::perma","",65,[[],["permanenteditintersection",4]]],[11,"clone","","",67,[[],["permanenteditcmd",4]]],[11,"clone","map_model","",3,[[],["mapedits",3]]],[11,"clone","","",46,[[],["editintersection",4]]],[11,"clone","","",2,[[],["editroad",3]]],[11,"clone","","",42,[[],["editcmd",4]]],[11,"clone","map_model::make::traffic_signals","",76,[[],["partition",3]]],[11,"clone","map_model","",5,[[],["mapconfig",3]]],[11,"clone","","",47,[[],["drivingside",4]]],[11,"clone","","",7,[[],["areaid",3]]],[11,"clone","","",48,[[],["areatype",4]]],[11,"clone","","",9,[[],["buildingid",3]]],[11,"clone","","",50,[[],["offstreetparking",4]]],[11,"clone","","",10,[[],["nameperlanguage",3]]],[11,"clone","","",14,[[],["busstopid",3]]],[11,"clone","","",12,[[],["busrouteid",3]]],[11,"clone","","",13,[[],["busstop",3]]],[11,"clone","","",16,[[],["intersectionid",3]]],[11,"clone","","",51,[[],["intersectiontype",4]]],[11,"clone","","",18,[[],["laneid",3]]],[11,"clone","","",52,[[],["lanetype",4]]],[11,"clone","","",20,[[],["parkinglotid",3]]],[11,"clone","","",23,[[],["roadid",3]]],[11,"clone","","",53,[[],["direction",4]]],[11,"clone","","",21,[[],["directedroadid",3]]],[11,"clone","","",24,[[],["controlstopsign",3]]],[11,"clone","","",25,[[],["roadwithstopsign",3]]],[11,"clone","","",26,[[],["controltrafficsignal",3]]],[11,"clone","","",27,[[],["stage",3]]],[11,"clone","","",54,[[],["phasetype",4]]],[11,"clone","","",32,[[],["turnid",3]]],[11,"clone","","",56,[[],["turntype",4]]],[11,"clone","","",55,[[],["turnpriority",4]]],[11,"clone","","",31,[[],["turn",3]]],[11,"clone","","",30,[[],["movementid",3]]],[11,"clone","","",28,[[],["compressedmovementid",3]]],[11,"clone","","",29,[[],["movement",3]]],[11,"clone","","",33,[[],["accessrestrictions",3]]],[11,"clone","map_model::osm","",81,[[],["roadrank",4]]],[11,"clone","","",78,[[],["nodeid",3]]],[11,"clone","","",79,[[],["wayid",3]]],[11,"clone","","",80,[[],["relationid",3]]],[11,"clone","","",82,[[],["osmid",4]]],[11,"clone","map_model::pathfind::driving","",86,[[],["node",4]]],[11,"clone","map_model","",35,[[],["intersectioncluster",3]]],[11,"clone","","",36,[[],["uberturn",3]]],[11,"clone","map_model::pathfind::walking","",89,[[],["walkingnode",4]]],[11,"clone","map_model","",58,[[],["pathstep",4]]],[11,"clone","","",38,[[],["path",3]]],[11,"clone","","",57,[[]]],[11,"clone","","",39,[[],["pathrequest",3]]],[11,"clone","map_model::raw","",91,[[],["originalroad",3]]],[11,"clone","","",92,[[],["rawroad",3]]],[11,"clone","","",93,[[],["rawintersection",3]]],[11,"clone","","",94,[[],["rawbuilding",3]]],[11,"clone","","",95,[[],["rawarea",3]]],[11,"clone","","",96,[[],["rawparkinglot",3]]],[11,"clone","","",100,[[],["restrictiontype",4]]],[11,"clone","","",97,[[],["turnrestriction",3]]],[11,"clone","map_model","",40,[[],["position",3]]],[11,"clone","","",59,[[],["traversable",4]]],[11,"default","","",3,[[],["mapedits",3]]],[11,"cmp","","",7,[[["areaid",3]],["ordering",4]]],[11,"cmp","","",9,[[["buildingid",3]],["ordering",4]]],[11,"cmp","","",10,[[["nameperlanguage",3]],["ordering",4]]],[11,"cmp","","",14,[[["busstopid",3]],["ordering",4]]],[11,"cmp","","",12,[[["busrouteid",3]],["ordering",4]]],[11,"cmp","","",16,[[["intersectionid",3]],["ordering",4]]],[11,"cmp","","",18,[[["laneid",3]],["ordering",4]]],[11,"cmp","","",52,[[["lanetype",4]],["ordering",4]]],[11,"cmp","","",20,[[["parkinglotid",3]],["ordering",4]]],[11,"cmp","","",23,[[["roadid",3]],["ordering",4]]],[11,"cmp","","",53,[[["direction",4]],["ordering",4]]],[11,"cmp","","",21,[[["directedroadid",3]],["ordering",4]]],[11,"cmp","","",32,[[["turnid",3]],["ordering",4]]],[11,"cmp","","",56,[[["turntype",4]],["ordering",4]]],[11,"cmp","","",30,[[["movementid",3]],["ordering",4]]],[11,"cmp","","",28,[[["compressedmovementid",3]],["ordering",4]]],[11,"cmp","map_model::osm","",81,[[["roadrank",4]],["ordering",4]]],[11,"cmp","","",78,[[["nodeid",3]],["ordering",4]]],[11,"cmp","","",79,[[["wayid",3]],["ordering",4]]],[11,"cmp","","",80,[[["relationid",3]],["ordering",4]]],[11,"cmp","","",82,[[["osmid",4]],["ordering",4]]],[11,"cmp","map_model::pathfind::driving","",86,[[["node",4]],["ordering",4]]],[11,"cmp","map_model::pathfind::walking","",89,[[["walkingnode",4]],["ordering",4]]],[11,"cmp","map_model","",58,[[["pathstep",4]],["ordering",4]]],[11,"cmp","","",57,[[["pathconstraints",4]],["ordering",4]]],[11,"cmp","map_model::raw","",91,[[["originalroad",3]],["ordering",4]]],[11,"cmp","","",100,[[["restrictiontype",4]],["ordering",4]]],[11,"cmp","","",97,[[["turnrestriction",3]],["ordering",4]]],[11,"cmp","map_model","",40,[[["position",3]],["ordering",4]]],[11,"cmp","","",59,[[["traversable",4]],["ordering",4]]],[11,"eq","","",3,[[["mapedits",3]]]],[11,"ne","","",3,[[["mapedits",3]]]],[11,"eq","","",46,[[["editintersection",4]]]],[11,"ne","","",46,[[["editintersection",4]]]],[11,"eq","","",2,[[["editroad",3]]]],[11,"ne","","",2,[[["editroad",3]]]],[11,"eq","","",42,[[["editcmd",4]]]],[11,"ne","","",42,[[["editcmd",4]]]],[11,"eq","map_model::make::initial::lane_specs","",75,[[["lanespec",3]]]],[11,"ne","","",75,[[["lanespec",3]]]],[11,"eq","map_model","",47,[[["drivingside",4]]]],[11,"eq","","",7,[[["areaid",3]]]],[11,"ne","","",7,[[["areaid",3]]]],[11,"eq","","",48,[[["areatype",4]]]],[11,"eq","","",9,[[["buildingid",3]]]],[11,"ne","","",9,[[["buildingid",3]]]],[11,"eq","","",50,[[["offstreetparking",4]]]],[11,"ne","","",50,[[["offstreetparking",4]]]],[11,"eq","","",10,[[["nameperlanguage",3]]]],[11,"ne","","",10,[[["nameperlanguage",3]]]],[11,"eq","","",14,[[["busstopid",3]]]],[11,"ne","","",14,[[["busstopid",3]]]],[11,"eq","","",12,[[["busrouteid",3]]]],[11,"ne","","",12,[[["busrouteid",3]]]],[11,"eq","","",13,[[["busstop",3]]]],[11,"ne","","",13,[[["busstop",3]]]],[11,"eq","","",16,[[["intersectionid",3]]]],[11,"ne","","",16,[[["intersectionid",3]]]],[11,"eq","","",51,[[["intersectiontype",4]]]],[11,"eq","","",18,[[["laneid",3]]]],[11,"ne","","",18,[[["laneid",3]]]],[11,"eq","","",52,[[["lanetype",4]]]],[11,"eq","","",20,[[["parkinglotid",3]]]],[11,"ne","","",20,[[["parkinglotid",3]]]],[11,"eq","","",23,[[["roadid",3]]]],[11,"ne","","",23,[[["roadid",3]]]],[11,"eq","","",53,[[["direction",4]]]],[11,"eq","","",21,[[["directedroadid",3]]]],[11,"ne","","",21,[[["directedroadid",3]]]],[11,"eq","","",24,[[["controlstopsign",3]]]],[11,"ne","","",24,[[["controlstopsign",3]]]],[11,"eq","","",25,[[["roadwithstopsign",3]]]],[11,"ne","","",25,[[["roadwithstopsign",3]]]],[11,"eq","","",26,[[["controltrafficsignal",3]]]],[11,"ne","","",26,[[["controltrafficsignal",3]]]],[11,"eq","","",27,[[["stage",3]]]],[11,"ne","","",27,[[["stage",3]]]],[11,"eq","","",54,[[["phasetype",4]]]],[11,"ne","","",54,[[["phasetype",4]]]],[11,"eq","","",32,[[["turnid",3]]]],[11,"ne","","",32,[[["turnid",3]]]],[11,"eq","","",56,[[["turntype",4]]]],[11,"eq","","",55,[[["turnpriority",4]]]],[11,"eq","","",31,[[["turn",3]]]],[11,"ne","","",31,[[["turn",3]]]],[11,"eq","","",30,[[["movementid",3]]]],[11,"ne","","",30,[[["movementid",3]]]],[11,"eq","","",28,[[["compressedmovementid",3]]]],[11,"ne","","",28,[[["compressedmovementid",3]]]],[11,"eq","","",29,[[["movement",3]]]],[11,"ne","","",29,[[["movement",3]]]],[11,"eq","","",33,[[["accessrestrictions",3]]]],[11,"ne","","",33,[[["accessrestrictions",3]]]],[11,"eq","","",34,[[["zone",3]]]],[11,"ne","","",34,[[["zone",3]]]],[11,"eq","map_model::osm","",81,[[["roadrank",4]]]],[11,"eq","","",78,[[["nodeid",3]]]],[11,"ne","","",78,[[["nodeid",3]]]],[11,"eq","","",79,[[["wayid",3]]]],[11,"ne","","",79,[[["wayid",3]]]],[11,"eq","","",80,[[["relationid",3]]]],[11,"ne","","",80,[[["relationid",3]]]],[11,"eq","","",82,[[["osmid",4]]]],[11,"ne","","",82,[[["osmid",4]]]],[11,"eq","map_model::pathfind::driving","",86,[[["node",4]]]],[11,"ne","","",86,[[["node",4]]]],[11,"eq","map_model","",36,[[["uberturn",3]]]],[11,"ne","","",36,[[["uberturn",3]]]],[11,"eq","map_model::pathfind::walking","",89,[[["walkingnode",4]]]],[11,"ne","","",89,[[["walkingnode",4]]]],[11,"eq","map_model","",58,[[["pathstep",4]]]],[11,"ne","","",58,[[["pathstep",4]]]],[11,"eq","","",38,[[["path",3]]]],[11,"ne","","",38,[[["path",3]]]],[11,"eq","","",57,[[]]],[11,"eq","","",57,[[["enumset",3]]]],[11,"eq","","",39,[[["pathrequest",3]]]],[11,"ne","","",39,[[["pathrequest",3]]]],[11,"eq","map_model::raw","",91,[[["originalroad",3]]]],[11,"ne","","",91,[[["originalroad",3]]]],[11,"eq","","",92,[[["rawroad",3]]]],[11,"ne","","",92,[[["rawroad",3]]]],[11,"eq","","",93,[[["rawintersection",3]]]],[11,"ne","","",93,[[["rawintersection",3]]]],[11,"eq","","",100,[[["restrictiontype",4]]]],[11,"eq","","",97,[[["turnrestriction",3]]]],[11,"ne","","",97,[[["turnrestriction",3]]]],[11,"eq","map_model","",40,[[["position",3]]]],[11,"ne","","",40,[[["position",3]]]],[11,"eq","","",59,[[["traversable",4]]]],[11,"ne","","",59,[[["traversable",4]]]],[11,"partial_cmp","","",7,[[["areaid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",7,[[["areaid",3]]]],[11,"le","","",7,[[["areaid",3]]]],[11,"gt","","",7,[[["areaid",3]]]],[11,"ge","","",7,[[["areaid",3]]]],[11,"partial_cmp","","",9,[[["buildingid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",9,[[["buildingid",3]]]],[11,"le","","",9,[[["buildingid",3]]]],[11,"gt","","",9,[[["buildingid",3]]]],[11,"ge","","",9,[[["buildingid",3]]]],[11,"partial_cmp","","",10,[[["nameperlanguage",3]],[["option",4],["ordering",4]]]],[11,"lt","","",10,[[["nameperlanguage",3]]]],[11,"le","","",10,[[["nameperlanguage",3]]]],[11,"gt","","",10,[[["nameperlanguage",3]]]],[11,"ge","","",10,[[["nameperlanguage",3]]]],[11,"partial_cmp","","",14,[[["busstopid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",14,[[["busstopid",3]]]],[11,"le","","",14,[[["busstopid",3]]]],[11,"gt","","",14,[[["busstopid",3]]]],[11,"ge","","",14,[[["busstopid",3]]]],[11,"partial_cmp","","",12,[[["busrouteid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",12,[[["busrouteid",3]]]],[11,"le","","",12,[[["busrouteid",3]]]],[11,"gt","","",12,[[["busrouteid",3]]]],[11,"ge","","",12,[[["busrouteid",3]]]],[11,"partial_cmp","","",16,[[["intersectionid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",16,[[["intersectionid",3]]]],[11,"le","","",16,[[["intersectionid",3]]]],[11,"gt","","",16,[[["intersectionid",3]]]],[11,"ge","","",16,[[["intersectionid",3]]]],[11,"partial_cmp","","",18,[[["laneid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",18,[[["laneid",3]]]],[11,"le","","",18,[[["laneid",3]]]],[11,"gt","","",18,[[["laneid",3]]]],[11,"ge","","",18,[[["laneid",3]]]],[11,"partial_cmp","","",52,[[["lanetype",4]],[["option",4],["ordering",4]]]],[11,"partial_cmp","","",20,[[["parkinglotid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",20,[[["parkinglotid",3]]]],[11,"le","","",20,[[["parkinglotid",3]]]],[11,"gt","","",20,[[["parkinglotid",3]]]],[11,"ge","","",20,[[["parkinglotid",3]]]],[11,"partial_cmp","","",23,[[["roadid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",23,[[["roadid",3]]]],[11,"le","","",23,[[["roadid",3]]]],[11,"gt","","",23,[[["roadid",3]]]],[11,"ge","","",23,[[["roadid",3]]]],[11,"partial_cmp","","",53,[[["direction",4]],[["option",4],["ordering",4]]]],[11,"partial_cmp","","",21,[[["directedroadid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",21,[[["directedroadid",3]]]],[11,"le","","",21,[[["directedroadid",3]]]],[11,"gt","","",21,[[["directedroadid",3]]]],[11,"ge","","",21,[[["directedroadid",3]]]],[11,"partial_cmp","","",32,[[["turnid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",32,[[["turnid",3]]]],[11,"le","","",32,[[["turnid",3]]]],[11,"gt","","",32,[[["turnid",3]]]],[11,"ge","","",32,[[["turnid",3]]]],[11,"partial_cmp","","",56,[[["turntype",4]],[["option",4],["ordering",4]]]],[11,"partial_cmp","","",55,[[["turnpriority",4]],[["option",4],["ordering",4]]]],[11,"partial_cmp","","",30,[[["movementid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",30,[[["movementid",3]]]],[11,"le","","",30,[[["movementid",3]]]],[11,"gt","","",30,[[["movementid",3]]]],[11,"ge","","",30,[[["movementid",3]]]],[11,"partial_cmp","","",28,[[["compressedmovementid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",28,[[["compressedmovementid",3]]]],[11,"le","","",28,[[["compressedmovementid",3]]]],[11,"gt","","",28,[[["compressedmovementid",3]]]],[11,"ge","","",28,[[["compressedmovementid",3]]]],[11,"partial_cmp","map_model::osm","",81,[[["roadrank",4]],[["option",4],["ordering",4]]]],[11,"partial_cmp","","",78,[[["nodeid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",78,[[["nodeid",3]]]],[11,"le","","",78,[[["nodeid",3]]]],[11,"gt","","",78,[[["nodeid",3]]]],[11,"ge","","",78,[[["nodeid",3]]]],[11,"partial_cmp","","",79,[[["wayid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",79,[[["wayid",3]]]],[11,"le","","",79,[[["wayid",3]]]],[11,"gt","","",79,[[["wayid",3]]]],[11,"ge","","",79,[[["wayid",3]]]],[11,"partial_cmp","","",80,[[["relationid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",80,[[["relationid",3]]]],[11,"le","","",80,[[["relationid",3]]]],[11,"gt","","",80,[[["relationid",3]]]],[11,"ge","","",80,[[["relationid",3]]]],[11,"partial_cmp","","",82,[[["osmid",4]],[["option",4],["ordering",4]]]],[11,"lt","","",82,[[["osmid",4]]]],[11,"le","","",82,[[["osmid",4]]]],[11,"gt","","",82,[[["osmid",4]]]],[11,"ge","","",82,[[["osmid",4]]]],[11,"partial_cmp","map_model::pathfind::driving","",86,[[["node",4]],[["option",4],["ordering",4]]]],[11,"lt","","",86,[[["node",4]]]],[11,"le","","",86,[[["node",4]]]],[11,"gt","","",86,[[["node",4]]]],[11,"ge","","",86,[[["node",4]]]],[11,"partial_cmp","map_model::pathfind::walking","",89,[[["walkingnode",4]],[["option",4],["ordering",4]]]],[11,"lt","","",89,[[["walkingnode",4]]]],[11,"le","","",89,[[["walkingnode",4]]]],[11,"gt","","",89,[[["walkingnode",4]]]],[11,"ge","","",89,[[["walkingnode",4]]]],[11,"partial_cmp","map_model","",58,[[["pathstep",4]],[["option",4],["ordering",4]]]],[11,"lt","","",58,[[["pathstep",4]]]],[11,"le","","",58,[[["pathstep",4]]]],[11,"gt","","",58,[[["pathstep",4]]]],[11,"ge","","",58,[[["pathstep",4]]]],[11,"partial_cmp","","",57,[[["pathconstraints",4]],[["option",4],["ordering",4]]]],[11,"partial_cmp","map_model::raw","",91,[[["originalroad",3]],[["option",4],["ordering",4]]]],[11,"lt","","",91,[[["originalroad",3]]]],[11,"le","","",91,[[["originalroad",3]]]],[11,"gt","","",91,[[["originalroad",3]]]],[11,"ge","","",91,[[["originalroad",3]]]],[11,"partial_cmp","","",100,[[["restrictiontype",4]],[["option",4],["ordering",4]]]],[11,"partial_cmp","","",97,[[["turnrestriction",3]],[["option",4],["ordering",4]]]],[11,"lt","","",97,[[["turnrestriction",3]]]],[11,"le","","",97,[[["turnrestriction",3]]]],[11,"gt","","",97,[[["turnrestriction",3]]]],[11,"ge","","",97,[[["turnrestriction",3]]]],[11,"partial_cmp","map_model","",40,[[["position",3]],[["option",4],["ordering",4]]]],[11,"lt","","",40,[[["position",3]]]],[11,"le","","",40,[[["position",3]]]],[11,"gt","","",40,[[["position",3]]]],[11,"ge","","",40,[[["position",3]]]],[11,"partial_cmp","","",59,[[["traversable",4]],[["option",4],["ordering",4]]]],[11,"lt","","",59,[[["traversable",4]]]],[11,"le","","",59,[[["traversable",4]]]],[11,"gt","","",59,[[["traversable",4]]]],[11,"ge","","",59,[[["traversable",4]]]],[11,"fmt","map_model::edits::compat","",60,[[["formatter",3]],["result",6]]],[11,"fmt","","",61,[[["formatter",3]],["result",6]]],[11,"fmt","","",62,[[["formatter",3]],["result",6]]],[11,"fmt","","",63,[[["formatter",3]],["result",6]]],[11,"fmt","","",64,[[["formatter",3]],["result",6]]],[11,"fmt","map_model","",3,[[["formatter",3]],["result",6]]],[11,"fmt","","",46,[[["formatter",3]],["result",6]]],[11,"fmt","","",2,[[["formatter",3]],["result",6]]],[11,"fmt","","",42,[[["formatter",3]],["result",6]]],[11,"fmt","","",5,[[["formatter",3]],["result",6]]],[11,"fmt","","",47,[[["formatter",3]],["result",6]]],[11,"fmt","","",7,[[["formatter",3]],["result",6]]],[11,"fmt","","",48,[[["formatter",3]],["result",6]]],[11,"fmt","","",6,[[["formatter",3]],["result",6]]],[11,"fmt","","",9,[[["formatter",3]],["result",6]]],[11,"fmt","","",8,[[["formatter",3]],["result",6]]],[11,"fmt","","",50,[[["formatter",3]],["result",6]]],[11,"fmt","","",49,[[["formatter",3]],["result",6]]],[11,"fmt","","",10,[[["formatter",3]],["result",6]]],[11,"fmt","","",14,[[["formatter",3]],["result",6]]],[11,"fmt","","",12,[[["formatter",3]],["result",6]]],[11,"fmt","","",13,[[["formatter",3]],["result",6]]],[11,"fmt","","",11,[[["formatter",3]],["result",6]]],[11,"fmt","","",16,[[["formatter",3]],["result",6]]],[11,"fmt","","",51,[[["formatter",3]],["result",6]]],[11,"fmt","","",15,[[["formatter",3]],["result",6]]],[11,"fmt","","",18,[[["formatter",3]],["result",6]]],[11,"fmt","","",52,[[["formatter",3]],["result",6]]],[11,"fmt","","",17,[[["formatter",3]],["result",6]]],[11,"fmt","","",20,[[["formatter",3]],["result",6]]],[11,"fmt","","",23,[[["formatter",3]],["result",6]]],[11,"fmt","","",53,[[["formatter",3]],["result",6]]],[11,"fmt","","",21,[[["formatter",3]],["result",6]]],[11,"fmt","","",22,[[["formatter",3]],["result",6]]],[11,"fmt","","",24,[[["formatter",3]],["result",6]]],[11,"fmt","","",25,[[["formatter",3]],["result",6]]],[11,"fmt","","",26,[[["formatter",3]],["result",6]]],[11,"fmt","","",27,[[["formatter",3]],["result",6]]],[11,"fmt","","",54,[[["formatter",3]],["result",6]]],[11,"fmt","","",32,[[["formatter",3]],["result",6]]],[11,"fmt","","",56,[[["formatter",3]],["result",6]]],[11,"fmt","","",55,[[["formatter",3]],["result",6]]],[11,"fmt","","",31,[[["formatter",3]],["result",6]]],[11,"fmt","","",30,[[["formatter",3]],["result",6]]],[11,"fmt","","",28,[[["formatter",3]],["result",6]]],[11,"fmt","","",29,[[["formatter",3]],["result",6]]],[11,"fmt","","",33,[[["formatter",3]],["result",6]]],[11,"fmt","","",34,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::osm","",78,[[["formatter",3]],["result",6]]],[11,"fmt","","",79,[[["formatter",3]],["result",6]]],[11,"fmt","","",80,[[["formatter",3]],["result",6]]],[11,"fmt","","",82,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::pathfind::driving","",86,[[["formatter",3]],["result",6]]],[11,"fmt","map_model","",36,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::pathfind::walking","",89,[[["formatter",3]],["result",6]]],[11,"fmt","map_model","",58,[[["formatter",3]],["result",6]]],[11,"fmt","","",38,[[["formatter",3]],["result",6]]],[11,"fmt","","",57,[[["formatter",3]],["result",6]]],[11,"fmt","","",39,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::raw","",90,[[["formatter",3]],["result",6]]],[11,"fmt","","",91,[[["formatter",3]],["result",6]]],[11,"fmt","","",92,[[["formatter",3]],["result",6]]],[11,"fmt","","",93,[[["formatter",3]],["result",6]]],[11,"fmt","","",94,[[["formatter",3]],["result",6]]],[11,"fmt","","",95,[[["formatter",3]],["result",6]]],[11,"fmt","","",96,[[["formatter",3]],["result",6]]],[11,"fmt","","",100,[[["formatter",3]],["result",6]]],[11,"fmt","","",97,[[["formatter",3]],["result",6]]],[11,"fmt","","",98,[[["formatter",3]],["result",6]]],[11,"fmt","","",99,[[["formatter",3]],["result",6]]],[11,"fmt","map_model","",40,[[["formatter",3]],["result",6]]],[11,"fmt","","",59,[[["formatter",3]],["result",6]]],[11,"fmt","","",7,[[["formatter",3]],["result",6]]],[11,"fmt","","",9,[[["formatter",3]],["result",6]]],[11,"fmt","","",14,[[["formatter",3]],["result",6]]],[11,"fmt","","",12,[[["formatter",3]],["result",6]]],[11,"fmt","","",16,[[["formatter",3]],["result",6]]],[11,"fmt","","",18,[[["formatter",3]],["result",6]]],[11,"fmt","","",20,[[["formatter",3]],["result",6]]],[11,"fmt","","",23,[[["formatter",3]],["result",6]]],[11,"fmt","","",53,[[["formatter",3]],["result",6]]],[11,"fmt","","",21,[[["formatter",3]],["result",6]]],[11,"fmt","","",32,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::osm","",78,[[["formatter",3]],["result",6]]],[11,"fmt","","",79,[[["formatter",3]],["result",6]]],[11,"fmt","","",80,[[["formatter",3]],["result",6]]],[11,"fmt","","",82,[[["formatter",3]],["result",6]]],[11,"fmt","map_model","",39,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::raw","",91,[[["formatter",3]],["result",6]]],[11,"fmt","map_model","",40,[[["formatter",3]],["result",6]]],[11,"fmt","","",59,[[["formatter",3]],["result",6]]],[11,"sub","","",57,[[]]],[11,"not","","",57,[[]]],[11,"bitand","","",57,[[]]],[11,"bitor","","",57,[[]]],[11,"bitxor","","",57,[[]]],[11,"hash","","",7,[[]]],[11,"hash","","",48,[[]]],[11,"hash","","",9,[[]]],[11,"hash","","",14,[[]]],[11,"hash","","",12,[[]]],[11,"hash","","",16,[[]]],[11,"hash","","",51,[[]]],[11,"hash","","",18,[[]]],[11,"hash","","",52,[[]]],[11,"hash","","",20,[[]]],[11,"hash","","",23,[[]]],[11,"hash","","",53,[[]]],[11,"hash","","",21,[[]]],[11,"hash","","",32,[[]]],[11,"hash","","",30,[[]]],[11,"hash","","",28,[[]]],[11,"hash","map_model::osm","",78,[[]]],[11,"hash","","",79,[[]]],[11,"hash","","",80,[[]]],[11,"hash","","",82,[[]]],[11,"hash","map_model::pathfind::walking","",89,[[]]],[11,"hash","map_model","",58,[[]]],[11,"hash","map_model::raw","",91,[[]]],[11,"hash","","",100,[[]]],[11,"hash","","",97,[[]]],[11,"hash","map_model","",59,[[]]],[11,"serialize","","",0,[[],["result",4]]],[11,"serialize","","",4,[[],["result",4]]],[11,"serialize","map_model::edits::perma","",65,[[],["result",4]]],[11,"serialize","","",67,[[],["result",4]]],[11,"serialize","map_model","",2,[[],["result",4]]],[11,"serialize","","",5,[[],["result",4]]],[11,"serialize","","",47,[[],["result",4]]],[11,"serialize","","",7,[[],["result",4]]],[11,"serialize","","",48,[[],["result",4]]],[11,"serialize","","",6,[[],["result",4]]],[11,"serialize","","",9,[[],["result",4]]],[11,"serialize","","",8,[[],["result",4]]],[11,"serialize","","",50,[[],["result",4]]],[11,"serialize","","",49,[[],["result",4]]],[11,"serialize","","",10,[[],["result",4]]],[11,"serialize","","",14,[[],["result",4]]],[11,"serialize","","",12,[[],["result",4]]],[11,"serialize","","",13,[[],["result",4]]],[11,"serialize","","",11,[[],["result",4]]],[11,"serialize","","",16,[[],["result",4]]],[11,"serialize","","",51,[[],["result",4]]],[11,"serialize","","",15,[[],["result",4]]],[11,"serialize","","",18,[[],["result",4]]],[11,"serialize","","",52,[[],["result",4]]],[11,"serialize","","",17,[[],["result",4]]],[11,"serialize","","",20,[[],["result",4]]],[11,"serialize","","",19,[[],["result",4]]],[11,"serialize","","",23,[[],["result",4]]],[11,"serialize","","",53,[[],["result",4]]],[11,"serialize","","",21,[[],["result",4]]],[11,"serialize","","",22,[[],["result",4]]],[11,"serialize","","",24,[[],["result",4]]],[11,"serialize","","",25,[[],["result",4]]],[11,"serialize","","",26,[[],["result",4]]],[11,"serialize","","",27,[[],["result",4]]],[11,"serialize","","",54,[[],["result",4]]],[11,"serialize","","",32,[[],["result",4]]],[11,"serialize","","",56,[[],["result",4]]],[11,"serialize","","",55,[[],["result",4]]],[11,"serialize","","",31,[[],["result",4]]],[11,"serialize","","",30,[[],["result",4]]],[11,"serialize","","",28,[[],["result",4]]],[11,"serialize","","",29,[[],["result",4]]],[11,"serialize","","",33,[[],["result",4]]],[11,"serialize","","",34,[[],["result",4]]],[11,"serialize","map_model::osm","",78,[[],["result",4]]],[11,"serialize","","",79,[[],["result",4]]],[11,"serialize","","",80,[[],["result",4]]],[11,"serialize","","",82,[[],["result",4]]],[11,"serialize","map_model::pathfind::ch","",84,[[],["result",4]]],[11,"serialize","map_model::pathfind::driving","",85,[[],["result",4]]],[11,"serialize","","",86,[[],["result",4]]],[11,"serialize","map_model::pathfind::node_map","",87,[[],["result",4]]],[11,"serialize","map_model","",35,[[],["result",4]]],[11,"serialize","","",36,[[],["result",4]]],[11,"serialize","map_model::pathfind::walking","",88,[[],["result",4]]],[11,"serialize","","",89,[[],["result",4]]],[11,"serialize","map_model","",58,[[],["result",4]]],[11,"serialize","","",38,[[],["result",4]]],[11,"serialize","","",57,[[],["result",4]]],[11,"serialize","","",39,[[],["result",4]]],[11,"serialize","map_model::pathfind","",83,[[],["result",4]]],[11,"serialize","map_model::raw","",90,[[],["result",4]]],[11,"serialize","","",91,[[],["result",4]]],[11,"serialize","","",92,[[],["result",4]]],[11,"serialize","","",93,[[],["result",4]]],[11,"serialize","","",94,[[],["result",4]]],[11,"serialize","","",95,[[],["result",4]]],[11,"serialize","","",96,[[],["result",4]]],[11,"serialize","","",100,[[],["result",4]]],[11,"serialize","","",98,[[],["result",4]]],[11,"serialize","","",99,[[],["result",4]]],[11,"serialize","map_model","",40,[[],["result",4]]],[11,"serialize","","",59,[[],["result",4]]],[11,"serialize","","",41,[[],["result",4]]],[11,"deserialize","","",0,[[],["result",4]]],[11,"deserialize","map_model::edits::compat","",60,[[],["result",4]]],[11,"deserialize","","",61,[[],["result",4]]],[11,"deserialize","","",62,[[],["result",4]]],[11,"deserialize","","",63,[[],["result",4]]],[11,"deserialize","","",64,[[],["result",4]]],[11,"deserialize","map_model","",4,[[],["result",4]]],[11,"deserialize","map_model::edits::perma","",65,[[],["result",4]]],[11,"deserialize","","",67,[[],["result",4]]],[11,"deserialize","map_model","",2,[[],["result",4]]],[11,"deserialize","","",5,[[],["result",4]]],[11,"deserialize","","",47,[[],["result",4]]],[11,"deserialize","","",7,[[],["result",4]]],[11,"deserialize","","",48,[[],["result",4]]],[11,"deserialize","","",6,[[],["result",4]]],[11,"deserialize","","",9,[[],["result",4]]],[11,"deserialize","","",8,[[],["result",4]]],[11,"deserialize","","",50,[[],["result",4]]],[11,"deserialize","","",49,[[],["result",4]]],[11,"deserialize","","",10,[[],["result",4]]],[11,"deserialize","","",14,[[],["result",4]]],[11,"deserialize","","",12,[[],["result",4]]],[11,"deserialize","","",13,[[],["result",4]]],[11,"deserialize","","",11,[[],["result",4]]],[11,"deserialize","","",16,[[],["result",4]]],[11,"deserialize","","",51,[[],["result",4]]],[11,"deserialize","","",15,[[],["result",4]]],[11,"deserialize","","",18,[[],["result",4]]],[11,"deserialize","","",52,[[],["result",4]]],[11,"deserialize","","",17,[[],["result",4]]],[11,"deserialize","","",20,[[],["result",4]]],[11,"deserialize","","",19,[[],["result",4]]],[11,"deserialize","","",23,[[],["result",4]]],[11,"deserialize","","",53,[[],["result",4]]],[11,"deserialize","","",21,[[],["result",4]]],[11,"deserialize","","",22,[[],["result",4]]],[11,"deserialize","","",24,[[],["result",4]]],[11,"deserialize","","",25,[[],["result",4]]],[11,"deserialize","","",26,[[],["result",4]]],[11,"deserialize","","",27,[[],["result",4]]],[11,"deserialize","","",54,[[],["result",4]]],[11,"deserialize","","",32,[[],["result",4]]],[11,"deserialize","","",56,[[],["result",4]]],[11,"deserialize","","",55,[[],["result",4]]],[11,"deserialize","","",31,[[],["result",4]]],[11,"deserialize","","",30,[[],["result",4]]],[11,"deserialize","","",28,[[],["result",4]]],[11,"deserialize","","",29,[[],["result",4]]],[11,"deserialize","","",33,[[],["result",4]]],[11,"deserialize","","",34,[[],["result",4]]],[11,"deserialize","map_model::osm","",78,[[],["result",4]]],[11,"deserialize","","",79,[[],["result",4]]],[11,"deserialize","","",80,[[],["result",4]]],[11,"deserialize","","",82,[[],["result",4]]],[11,"deserialize","map_model::pathfind::ch","",84,[[],["result",4]]],[11,"deserialize","map_model::pathfind::driving","",85,[[],["result",4]]],[11,"deserialize","","",86,[[],["result",4]]],[11,"deserialize","map_model","",35,[[],["result",4]]],[11,"deserialize","","",36,[[],["result",4]]],[11,"deserialize","map_model::pathfind::walking","",88,[[],["result",4]]],[11,"deserialize","","",89,[[],["result",4]]],[11,"deserialize","map_model","",58,[[],["result",4]]],[11,"deserialize","","",38,[[],["result",4]]],[11,"deserialize","","",57,[[],["result",4]]],[11,"deserialize","","",39,[[],["result",4]]],[11,"deserialize","map_model::pathfind","",83,[[],["result",4]]],[11,"deserialize","map_model::raw","",90,[[],["result",4]]],[11,"deserialize","","",91,[[],["result",4]]],[11,"deserialize","","",92,[[],["result",4]]],[11,"deserialize","","",93,[[],["result",4]]],[11,"deserialize","","",94,[[],["result",4]]],[11,"deserialize","","",95,[[],["result",4]]],[11,"deserialize","","",96,[[],["result",4]]],[11,"deserialize","","",100,[[],["result",4]]],[11,"deserialize","","",98,[[],["result",4]]],[11,"deserialize","","",99,[[],["result",4]]],[11,"deserialize","map_model","",40,[[],["result",4]]],[11,"deserialize","","",59,[[],["result",4]]],[11,"deserialize","","",41,[[],["result",4]]],[11,"enum_into_u32","","",57,[[]]],[11,"enum_from_u32","","",57,[[]]],[11,"serialize","","",57,[[["enumset",3],["serializer",8],["pathconstraints",4]],["result",4]]],[11,"deserialize","","",57,[[["deserializer",8]],[["result",4],["enumset",3]]]]],"p":[[3,"City"],[3,"EditEffects"],[3,"EditRoad"],[3,"MapEdits"],[3,"PermanentMapEdits"],[3,"MapConfig"],[3,"Area"],[3,"AreaID"],[3,"Building"],[3,"BuildingID"],[3,"NamePerLanguage"],[3,"BusRoute"],[3,"BusRouteID"],[3,"BusStop"],[3,"BusStopID"],[3,"Intersection"],[3,"IntersectionID"],[3,"Lane"],[3,"LaneID"],[3,"ParkingLot"],[3,"ParkingLotID"],[3,"DirectedRoadID"],[3,"Road"],[3,"RoadID"],[3,"ControlStopSign"],[3,"RoadWithStopSign"],[3,"ControlTrafficSignal"],[3,"Stage"],[3,"CompressedMovementID"],[3,"Movement"],[3,"MovementID"],[3,"Turn"],[3,"TurnID"],[3,"AccessRestrictions"],[3,"Zone"],[3,"IntersectionCluster"],[3,"UberTurn"],[3,"UberTurnGroup"],[3,"Path"],[3,"PathRequest"],[3,"Position"],[3,"Map"],[4,"EditCmd"],[13,"ChangeRoad"],[13,"ChangeIntersection"],[13,"ChangeRouteSchedule"],[4,"EditIntersection"],[4,"DrivingSide"],[4,"AreaType"],[4,"BuildingType"],[4,"OffstreetParking"],[4,"IntersectionType"],[4,"LaneType"],[4,"Direction"],[4,"PhaseType"],[4,"TurnPriority"],[4,"TurnType"],[4,"PathConstraints"],[4,"PathStep"],[4,"Traversable"],[3,"OriginalLane"],[3,"ChangeLaneType"],[3,"ReverseLane"],[3,"ChangeSpeedLimit"],[3,"ChangeAccessRestrictions"],[4,"PermanentEditIntersection"],[13,"StopSign"],[4,"PermanentEditCmd"],[13,"ChangeRoad"],[13,"ChangeIntersection"],[13,"ChangeRouteSchedule"],[3,"InitialMap"],[3,"Road"],[3,"Intersection"],[3,"Piece"],[3,"LaneSpec"],[3,"Partition"],[3,"Matcher"],[3,"NodeID"],[3,"WayID"],[3,"RelationID"],[4,"RoadRank"],[4,"OsmID"],[4,"Pathfinder"],[3,"ContractionHierarchyPathfinder"],[3,"VehiclePathfinder"],[4,"Node"],[3,"NodeMap"],[3,"SidewalkPathfinder"],[4,"WalkingNode"],[3,"RawMap"],[3,"OriginalRoad"],[3,"RawRoad"],[3,"RawIntersection"],[3,"RawBuilding"],[3,"RawArea"],[3,"RawParkingLot"],[3,"TurnRestriction"],[3,"RawBusRoute"],[3,"RawBusStop"],[4,"RestrictionType"]]},\ +"map_model":{"doc":"","i":[[3,"City","map_model","",null,null],[12,"name","","",0,null],[12,"boundary","","",0,null],[12,"areas","","",0,null],[12,"regions","","",0,null],[3,"EditEffects","","",null,null],[12,"changed_roads","","",1,null],[12,"changed_intersections","","",1,null],[12,"added_turns","","",1,null],[12,"deleted_turns","","",1,null],[3,"EditRoad","","",null,null],[12,"lanes_ltr","","",2,null],[12,"speed_limit","","",2,null],[12,"access_restrictions","","",2,null],[3,"MapEdits","","",null,null],[12,"edits_name","","",3,null],[12,"commands","","",3,null],[12,"merge_zones","","",3,null],[12,"changed_roads","","",3,null],[12,"original_intersections","","",3,null],[12,"changed_routes","","",3,null],[12,"proposal_description","","",3,null],[12,"proposal_link","","",3,null],[3,"PermanentMapEdits","","",null,null],[12,"map_name","","",4,null],[12,"edits_name","","",4,null],[12,"version","","",4,null],[12,"commands","","",4,null],[12,"merge_zones","","",4,null],[12,"proposal_description","","",4,null],[12,"proposal_link","","",4,null],[3,"MapConfig","","",null,null],[12,"driving_side","","",5,null],[12,"bikes_can_use_bus_lanes","","",5,null],[3,"Area","","",null,null],[12,"id","","",6,null],[12,"area_type","","",6,null],[12,"polygon","","",6,null],[12,"osm_tags","","",6,null],[12,"osm_id","","",6,null],[3,"AreaID","","",null,null],[12,"0","","",7,null],[3,"Building","","",null,null],[12,"id","","",8,null],[12,"polygon","","",8,null],[12,"levels","","",8,null],[12,"address","","",8,null],[12,"name","","",8,null],[12,"orig_id","","",8,null],[12,"label_center","","",8,null],[12,"amenities","","",8,null],[12,"bldg_type","","",8,null],[12,"parking","","",8,null],[12,"sidewalk_pos","","",8,null],[12,"driveway_geom","","",8,null],[3,"BuildingID","","",null,null],[12,"0","","",9,null],[3,"NamePerLanguage","","",null,null],[12,"0","","",10,null],[3,"BusRoute","","",null,null],[12,"id","","",11,null],[12,"full_name","","",11,null],[12,"short_name","","",11,null],[12,"gtfs_trip_marker","","",11,null],[12,"osm_rel_id","","",11,null],[12,"stops","","",11,null],[12,"start","","",11,null],[12,"end_border","","",11,null],[12,"route_type","","",11,null],[12,"spawn_times","","",11,null],[12,"orig_spawn_times","","",11,null],[3,"BusRouteID","","",null,null],[12,"0","","",12,null],[3,"BusStop","","",null,null],[12,"id","","",13,null],[12,"name","","",13,null],[12,"driving_pos","","",13,null],[12,"sidewalk_pos","","",13,null],[12,"is_train_stop","","",13,null],[3,"BusStopID","","",null,null],[12,"sidewalk","","",14,null],[12,"idx","","",14,null],[3,"Intersection","","",null,null],[12,"id","","",15,null],[12,"polygon","","",15,null],[12,"turns","","",15,null],[12,"elevation","","",15,null],[12,"intersection_type","","",15,null],[12,"orig_id","","",15,null],[12,"incoming_lanes","","",15,null],[12,"outgoing_lanes","","",15,null],[12,"roads","","",15,null],[3,"IntersectionID","","",null,null],[12,"0","","",16,null],[3,"Lane","","",null,null],[12,"id","","",17,null],[12,"parent","","",17,null],[12,"lane_type","","",17,null],[12,"lane_center_pts","","",17,null],[12,"width","","",17,null],[12,"src_i","","",17,null],[12,"dst_i","","",17,null],[12,"bus_stops","","",17,null],[12,"driving_blackhole","","",17,null],[12,"biking_blackhole","","",17,null],[3,"LaneID","","",null,null],[12,"0","","",18,null],[3,"ParkingLot","","",null,null],[12,"id","","",19,null],[12,"polygon","","",19,null],[12,"aisles","","",19,null],[12,"osm_id","","",19,null],[12,"spots","","",19,null],[12,"extra_spots","","",19,null],[12,"driveway_line","","",19,null],[12,"driving_pos","","",19,null],[12,"sidewalk_line","","",19,null],[12,"sidewalk_pos","","",19,null],[3,"ParkingLotID","","",null,null],[12,"0","","",20,null],[3,"DirectedRoadID","","",null,null],[12,"id","","",21,null],[12,"dir","","",21,null],[3,"Road","","",null,null],[12,"id","","",22,null],[12,"osm_tags","","",22,null],[12,"turn_restrictions","","",22,null],[12,"complicated_turn_restrictions","","",22,null],[12,"orig_id","","",22,null],[12,"speed_limit","","",22,null],[12,"access_restrictions","","",22,null],[12,"zorder","","",22,null],[12,"lanes_ltr","","",22,null],[12,"center_pts","","",22,null],[12,"src_i","","",22,null],[12,"dst_i","","",22,null],[3,"RoadID","","",null,null],[12,"0","","",23,null],[3,"ControlStopSign","","",null,null],[12,"id","","",24,null],[12,"roads","","",24,null],[3,"RoadWithStopSign","","",null,null],[12,"lane_closest_to_edge","","",25,null],[12,"must_stop","","",25,null],[3,"ControlTrafficSignal","","",null,null],[12,"id","","",26,null],[12,"stages","","",26,null],[12,"offset","","",26,null],[12,"movements","","",26,null],[3,"Stage","","",null,null],[12,"protected_movements","","",27,null],[12,"yield_movements","","",27,null],[12,"phase_type","","",27,null],[3,"CompressedMovementID","","",null,null],[12,"i","","",28,null],[12,"idx","","",28,null],[3,"Movement","","",null,null],[12,"id","","",29,null],[12,"turn_type","","",29,null],[12,"members","","",29,null],[12,"geom","","",29,null],[12,"angle","","",29,null],[3,"MovementID","","",null,null],[12,"from","","",30,null],[12,"to","","",30,null],[12,"parent","","",30,null],[12,"crosswalk","","",30,null],[3,"Turn","","",null,null],[12,"id","","",31,null],[12,"turn_type","","",31,null],[12,"geom","","",31,null],[12,"other_crosswalk_ids","","",31,null],[3,"TurnID","","",null,null],[12,"parent","","",32,null],[12,"src","","",32,null],[12,"dst","","",32,null],[3,"AccessRestrictions","","",null,null],[12,"allow_through_traffic","","",33,null],[12,"cap_vehicles_per_hour","","",33,null],[3,"Zone","","",null,null],[12,"members","","",34,null],[12,"borders","","",34,null],[12,"restrictions","","",34,null],[3,"IntersectionCluster","","",null,null],[12,"members","","",35,null],[12,"uber_turns","","",35,null],[3,"UberTurn","","",null,null],[12,"path","","",36,null],[3,"UberTurnGroup","","",null,null],[12,"from","","",37,null],[12,"to","","",37,null],[12,"members","","",37,null],[12,"geom","","",37,null],[3,"Path","","",null,null],[12,"steps","","",38,null],[12,"end_dist","","",38,null],[12,"total_length","","",38,null],[12,"crossed_so_far","","",38,null],[12,"total_lanes","","",38,null],[12,"uber_turns","","",38,null],[12,"currently_inside_ut","","",38,null],[3,"PathRequest","","",null,null],[12,"start","","",39,null],[12,"end","","",39,null],[12,"constraints","","",39,null],[3,"Position","","",null,null],[12,"lane","","",40,null],[12,"dist_along","","",40,null],[3,"Map","","",null,null],[12,"roads","","",41,null],[12,"lanes","","",41,null],[12,"intersections","","",41,null],[12,"turns","","",41,null],[12,"buildings","","",41,null],[12,"bus_stops","","",41,null],[12,"bus_routes","","",41,null],[12,"areas","","",41,null],[12,"parking_lots","","",41,null],[12,"boundary_polygon","","",41,null],[12,"stop_signs","","",41,null],[12,"traffic_signals","","",41,null],[12,"gps_bounds","","",41,null],[12,"bounds","","",41,null],[12,"config","","",41,null],[12,"pathfinder","","",41,null],[12,"pathfinder_dirty","","",41,null],[12,"zones","","",41,null],[12,"city_name","","",41,null],[12,"name","","",41,null],[12,"edits","","",41,null],[4,"EditCmd","","",null,null],[13,"ChangeRoad","","",42,null],[12,"r","map_model::EditCmd","",43,null],[12,"old","","",43,null],[12,"new","","",43,null],[13,"ChangeIntersection","map_model","",42,null],[12,"i","map_model::EditCmd","",44,null],[12,"new","","",44,null],[12,"old","","",44,null],[13,"ChangeRouteSchedule","map_model","",42,null],[12,"id","map_model::EditCmd","",45,null],[12,"old","","",45,null],[12,"new","","",45,null],[4,"EditIntersection","map_model","",null,null],[13,"StopSign","","",46,null],[13,"TrafficSignal","","",46,null],[13,"Closed","","",46,null],[4,"DrivingSide","","",null,null],[13,"Right","","",47,null],[13,"Left","","",47,null],[4,"AreaType","","",null,null],[13,"Park","","",48,null],[13,"Water","","",48,null],[13,"PedestrianIsland","","",48,null],[13,"Island","","",48,null],[4,"BuildingType","","",null,null],[13,"Residential","","",49,null],[13,"ResidentialCommercial","","",49,null],[13,"Commercial","","",49,null],[13,"Empty","","",49,null],[4,"OffstreetParking","","",null,null],[13,"PublicGarage","","",50,null],[13,"Private","","",50,null],[4,"IntersectionType","","",null,null],[13,"StopSign","","",51,null],[13,"TrafficSignal","","",51,null],[13,"Border","","",51,null],[13,"Construction","","",51,null],[4,"LaneType","","",null,null],[13,"Driving","","",52,null],[13,"Parking","","",52,null],[13,"Sidewalk","","",52,null],[13,"Shoulder","","",52,null],[13,"Biking","","",52,null],[13,"Bus","","",52,null],[13,"SharedLeftTurn","","",52,null],[13,"Construction","","",52,null],[13,"LightRail","","",52,null],[4,"Direction","","",null,null],[13,"Fwd","","",53,null],[13,"Back","","",53,null],[4,"PhaseType","","",null,null],[13,"Fixed","","",54,null],[13,"Adaptive","","",54,null],[4,"TurnPriority","","",null,null],[13,"Banned","","",55,null],[13,"Yield","","",55,null],[13,"Protected","","",55,null],[4,"TurnType","","",null,null],[13,"Crosswalk","","",56,null],[13,"SharedSidewalkCorner","","",56,null],[13,"Straight","","",56,null],[13,"Right","","",56,null],[13,"Left","","",56,null],[4,"PathConstraints","","",null,null],[13,"Pedestrian","","",57,null],[13,"Car","","",57,null],[13,"Bike","","",57,null],[13,"Bus","","",57,null],[13,"Train","","",57,null],[4,"PathStep","","",null,null],[13,"Lane","","",58,null],[13,"ContraflowLane","","",58,null],[13,"Turn","","",58,null],[4,"Traversable","","",null,null],[13,"Lane","","",59,null],[13,"Turn","","",59,null],[0,"city","","",null,null],[3,"City","map_model::city","",null,null],[12,"name","","",0,null],[12,"boundary","","",0,null],[12,"areas","","",0,null],[12,"regions","","",0,null],[11,"new","map_model","",0,[[["map",3]],["city",3]]],[0,"connectivity","","",null,null],[5,"driving_cost","map_model::connectivity","",null,[[["turn",3],["pathconstraints",4],["map",3],["lane",3]]]],[5,"find_scc","","",null,[[["map",3],["pathconstraints",4]]]],[5,"all_costs_from","","",null,[[["map",3],["buildingid",3]],[["distance",3],["hashmap",3],["buildingid",3]]]],[0,"edits","map_model","",null,null],[3,"MapEdits","map_model::edits","",null,null],[12,"edits_name","","",3,null],[12,"commands","","",3,null],[12,"merge_zones","","",3,null],[12,"changed_roads","","",3,null],[12,"original_intersections","","",3,null],[12,"changed_routes","","",3,null],[12,"proposal_description","","",3,null],[12,"proposal_link","","",3,null],[3,"EditRoad","","",null,null],[12,"lanes_ltr","","",2,null],[12,"speed_limit","","",2,null],[12,"access_restrictions","","",2,null],[3,"EditEffects","","",null,null],[12,"changed_roads","","",1,null],[12,"changed_intersections","","",1,null],[12,"added_turns","","",1,null],[12,"deleted_turns","","",1,null],[4,"EditIntersection","","",null,null],[13,"StopSign","","",46,null],[13,"TrafficSignal","","",46,null],[13,"Closed","","",46,null],[4,"EditCmd","","",null,null],[13,"ChangeRoad","","",42,null],[12,"r","map_model::edits::EditCmd","",43,null],[12,"old","","",43,null],[12,"new","","",43,null],[13,"ChangeIntersection","map_model::edits","",42,null],[12,"i","map_model::edits::EditCmd","",44,null],[12,"new","","",44,null],[12,"old","","",44,null],[13,"ChangeRouteSchedule","map_model::edits","",42,null],[12,"id","map_model::edits::EditCmd","",45,null],[12,"old","","",45,null],[12,"new","","",45,null],[5,"recalculate_turns","map_model::edits","",null,[[["map",3],["editeffects",3],["timer",3],["intersectionid",3]]]],[0,"compat","","",null,null],[3,"OriginalLane","map_model::edits::compat","",null,null],[12,"parent","","",60,null],[12,"num_fwd","","",60,null],[12,"num_back","","",60,null],[12,"dir","","",60,null],[12,"idx","","",60,null],[3,"ChangeLaneType","","",null,null],[12,"id","","",61,null],[12,"lt","","",61,null],[12,"orig_lt","","",61,null],[3,"ReverseLane","","",null,null],[12,"l","","",62,null],[12,"dst_i","","",62,null],[3,"ChangeSpeedLimit","","",null,null],[12,"id","","",63,null],[12,"new","","",63,null],[12,"old","","",63,null],[3,"ChangeAccessRestrictions","","",null,null],[12,"id","","",64,null],[12,"new","","",64,null],[12,"old","","",64,null],[5,"upgrade","","",null,[[["map",3],["value",4]],[["permanentmapedits",3],["result",4],["string",3]]]],[5,"walk","","",null,[[["value",4]]]],[5,"fix_offset","","",null,[[["value",4]]]],[5,"fix_intersection_ids","","",null,[[["value",4]]]],[5,"fix_road_direction","","",null,[[["value",4]]]],[5,"fix_old_lane_cmds","","",null,[[["map",3],["value",4]],[["result",4],["string",3]]]],[5,"fix_merge_zones","","",null,[[["value",4]]]],[11,"lookup","","",60,[[["map",3]],[["string",3],["result",4]]]],[0,"perma","map_model::edits","",null,null],[3,"PermanentMapEdits","map_model::edits::perma","",null,null],[12,"map_name","","",4,null],[12,"edits_name","","",4,null],[12,"version","","",4,null],[12,"commands","","",4,null],[12,"merge_zones","","",4,null],[12,"proposal_description","","",4,null],[12,"proposal_link","","",4,null],[4,"PermanentEditIntersection","","",null,null],[13,"StopSign","","",65,null],[12,"must_stop","map_model::edits::perma::PermanentEditIntersection","",66,null],[13,"TrafficSignal","map_model::edits::perma","",65,null],[13,"Closed","","",65,null],[4,"PermanentEditCmd","","",null,null],[13,"ChangeRoad","","",67,null],[12,"r","map_model::edits::perma::PermanentEditCmd","",68,null],[12,"new","","",68,null],[12,"old","","",68,null],[13,"ChangeIntersection","map_model::edits::perma","",67,null],[12,"i","map_model::edits::perma::PermanentEditCmd","",69,null],[12,"new","","",69,null],[12,"old","","",69,null],[13,"ChangeRouteSchedule","map_model::edits::perma","",67,null],[12,"osm_rel_id","map_model::edits::perma::PermanentEditCmd","",70,null],[12,"old","","",70,null],[12,"new","","",70,null],[11,"to_perma","map_model","",42,[[["map",3]],["permanenteditcmd",4]]],[11,"to_permanent","","",4,[[["map",3],["mapedits",3]],["permanentmapedits",3]]],[11,"from_permanent","","",4,[[["permanentmapedits",3],["map",3]],[["result",4],["mapedits",3],["string",3]]]],[11,"to_permanent","","",46,[[["map",3]],["permanenteditintersection",4]]],[11,"from_permanent","map_model::edits::perma","",65,[[["map",3],["intersectionid",3]],[["string",3],["result",4],["editintersection",4]]]],[11,"get_orig_from_osm","map_model","",2,[[["road",3],["drivingside",4]],["editroad",3]]],[11,"diff","","",2,[[["editroad",3]],[["string",3],["vec",3]]]],[11,"new","","",3,[[],["mapedits",3]]],[11,"load","","",3,[[["string",3],["map",3],["timer",3]],[["result",4],["mapedits",3],["string",3]]]],[11,"save","","",3,[[["map",3]]]],[11,"update_derived","","",3,[[["map",3]]]],[11,"compress","","",3,[[["map",3]]]],[11,"changed_lanes","","",3,[[["map",3]]]],[11,"new","","",1,[[],["editeffects",3]]],[11,"describe","","",42,[[["map",3]]]],[11,"apply","","",42,[[["editeffects",3],["map",3],["timer",3]]]],[11,"undo","","",42,[[],["editcmd",4]]],[11,"new_edits","","",41,[[],["mapedits",3]]],[11,"get_edits","","",41,[[],["mapedits",3]]],[11,"unsaved_edits","","",41,[[]]],[11,"get_r_edit","","",41,[[["roadid",3]],["editroad",3]]],[11,"edit_road_cmd","","",41,[[["roadid",3],["fn",8]],["editcmd",4]]],[11,"get_i_edit","","",41,[[["intersectionid",3]],["editintersection",4]]],[11,"save_edits","","",41,[[]]],[11,"must_apply_edits","","",41,[[["mapedits",3],["timer",3]]]],[11,"try_apply_edits","","",41,[[["mapedits",3],["timer",3]]]],[11,"apply_edits","","",41,[[["mapedits",3],["timer",3]]]],[11,"recalculate_pathfinding_after_edits","","",41,[[["timer",3]]]],[11,"incremental_edit_traffic_signal","","",41,[[["controltrafficsignal",3]]]],[0,"make","","",null,null],[5,"match_points_to_lanes","map_model::make","",null,[[["distance",3],["vec",3],["hashablept2d",3],["hashset",3],["fn",8],["bounds",3],["timer",3]],[["hashmap",3],["position",3],["hashablept2d",3]]]],[0,"bridges","","",null,null],[5,"find_bridges","map_model::make::bridges","",null,[[["timer",3],["vec",3],["bounds",3]]]],[0,"buildings","map_model::make","",null,null],[5,"make_all_buildings","map_model::make::buildings","",null,[[["btreemap",3],["map",3],["timer",3]],[["vec",3],["building",3]]]],[5,"trim_path","","",null,[[["line",3],["polygon",3]],["line",3]]],[5,"get_address","","",null,[[["laneid",3],["map",3],["tags",3]],["string",3]]],[5,"classify_bldg","","",null,[[["btreeset",3],["xorshiftrng",3],["tags",3]],["buildingtype",4]]],[0,"initial","map_model::make","",null,null],[3,"InitialMap","map_model::make::initial","",null,null],[12,"roads","","",71,null],[12,"intersections","","",71,null],[12,"bounds","","",71,null],[3,"Road","","",null,null],[12,"id","","",72,null],[12,"src_i","","",72,null],[12,"dst_i","","",72,null],[12,"trimmed_center_pts","","",72,null],[12,"half_width","","",72,null],[12,"lane_specs_ltr","","",72,null],[12,"osm_tags","","",72,null],[3,"Intersection","","",null,null],[12,"id","","",73,null],[12,"polygon","","",73,null],[12,"roads","","",73,null],[12,"intersection_type","","",73,null],[12,"elevation","","",73,null],[0,"geometry","","",null,null],[3,"Piece","map_model::make::initial::geometry","",null,null],[12,"id","","",74,null],[12,"left","","",74,null],[12,"center","","",74,null],[12,"right","","",74,null],[5,"intersection_polygon","","",null,[[["intersection",3],["btreemap",3],["timer",3]],[["string",3],["result",4]]]],[5,"generalized_trim_back","","",null,[[["btreemap",3],["nodeid",3],["timer",3],["vec",3]],[["string",3],["result",4]]]],[5,"deadend","","",null,[[["btreemap",3],["nodeid",3],["vec",3]],[["string",3],["result",4]]]],[5,"close_off_polygon","","",null,[[["vec",3],["pt2d",3]],[["vec",3],["pt2d",3]]]],[5,"on_off_ramp","","",null,[[["vec",3],["btreemap",3],["nodeid",3]],["option",4]]],[17,"DEGENERATE_INTERSECTION_HALF_LENGTH","","",null,null],[0,"lane_specs","map_model::make::initial","",null,null],[3,"LaneSpec","map_model::make::initial::lane_specs","",null,null],[12,"lt","","",75,null],[12,"dir","","",75,null],[12,"width","","",75,null],[5,"fwd","","",null,[[["lanetype",4]],["lanespec",3]]],[5,"back","","",null,[[["lanetype",4]],["lanespec",3]]],[5,"get_lane_specs_ltr","","",null,[[["drivingside",4],["tags",3]],[["lanespec",3],["vec",3]]]],[5,"assemble_ltr","","",null,[[["vec",3],["drivingside",4],["lanespec",3]],[["lanespec",3],["vec",3]]]],[11,"new","map_model::make::initial","",72,[[["rawroad",3],["drivingside",4],["originalroad",3]],["road",3]]],[11,"new","","",71,[[["timer",3],["rawmap",3],["bounds",3]],["initialmap",3]]],[0,"parking_lots","map_model::make","",null,null],[5,"make_all_parking_lots","map_model::make::parking_lots","",null,[[["vec",3],["timer",3],["map",3],["vec",3]],[["vec",3],["parkinglot",3]]]],[5,"trim_path","","",null,[[["line",3],["polygon",3]],["line",3]]],[5,"infer_spots","","",null,[[["vec",3],["polygon",3]],["vec",3]]],[5,"line_valid","","",null,[[["vec",3],["line",3],["vec",3],["polygon",3]]]],[0,"remove_disconnected","map_model::make","",null,null],[5,"remove_disconnected_roads","map_model::make::remove_disconnected","",null,[[["rawmap",3],["timer",3]]]],[0,"traffic_signals","map_model::make","",null,null],[3,"Partition","map_model::make::traffic_signals","",null,null],[12,"0","","",76,null],[5,"get_possible_policies","","",null,[[["timer",3],["map",3],["intersectionid",3]],["vec",3]]],[5,"new","","",null,[[["map",3],["intersectionid",3]],["controltrafficsignal",3]]],[5,"greedy_assignment","","",null,[[["map",3],["intersectionid",3]],["controltrafficsignal",3]]],[5,"degenerate","","",null,[[["map",3],["intersectionid",3]],[["option",4],["controltrafficsignal",3]]]],[5,"half_signal","","",null,[[["map",3],["intersectionid",3]],[["option",4],["controltrafficsignal",3]]]],[5,"three_way","","",null,[[["map",3],["intersectionid",3]],[["option",4],["controltrafficsignal",3]]]],[5,"four_way_four_stage","","",null,[[["map",3],["intersectionid",3]],[["option",4],["controltrafficsignal",3]]]],[5,"four_way_two_stage","","",null,[[["map",3],["intersectionid",3]],[["option",4],["controltrafficsignal",3]]]],[5,"four_oneways","","",null,[[["map",3],["intersectionid",3]],[["option",4],["controltrafficsignal",3]]]],[5,"all_walk_all_yield","","",null,[[["map",3],["intersectionid",3]],["controltrafficsignal",3]]],[5,"stage_per_road","","",null,[[["map",3],["intersectionid",3]],["controltrafficsignal",3]]],[5,"expand_all_stages","","",null,[[["controltrafficsignal",3]]]],[5,"make_stages","","",null,[[["controltrafficsignal",3],["vec",3],["vec",3]]]],[5,"brute_force","","",null,[[["map",3],["intersectionid",3]]]],[5,"okay_partition","","",null,[[["vec",3],["movement",3],["partition",3]]]],[5,"helper","","",null,[[],[["vec",3],["partition",3]]]],[5,"synchronize","","",null,[[["map",3]]]],[17,"PROTECTED","","",null,null],[17,"YIELD","","",null,null],[0,"transit","map_model::make","",null,null],[3,"Matcher","map_model::make::transit","",null,null],[12,"sidewalk_pts","","",77,null],[12,"light_rail_pts","","",77,null],[5,"make_stops_and_routes","","",null,[[["map",3],["vec",3],["timer",3]]]],[5,"make_route","","",null,[[["matcher",3],["map",3],["btreemap",3],["rawbusroute",3]],[["result",4],["string",3]]]],[5,"pick_start_lane","","",null,[[["position",3],["map",3],["pathconstraints",4]],[["string",3],["result",4],["laneid",3]]]],[5,"default_spawn_times","","",null,[[],[["vec",3],["time",3]]]],[11,"new","","",77,[[["map",3],["vec",3],["timer",3]],["matcher",3]]],[11,"lookup","","",77,[[["rawbusstop",3],["map",3],["pathconstraints",4]],[["result",4],["string",3]]]],[0,"turns","map_model::make","",null,null],[5,"make_all_turns","map_model::make::turns","",null,[[["timer",3],["map",3],["intersection",3]],[["vec",3],["turn",3]]]],[5,"ensure_unique","","",null,[[["vec",3],["turn",3]],[["vec",3],["turn",3]]]],[5,"is_turn_allowed","","",null,[[["map",3],["turn",3]]]],[5,"does_turn_pass_restrictions","","",null,[[["intersection",3],["map",3],["turn",3]]]],[5,"make_vehicle_turns","","",null,[[["timer",3],["map",3],["intersection",3]],[["vec",3],["turn",3]]]],[5,"curvey_turn","","",null,[[["lane",3]],[["string",3],["result",4],["polyline",3]]]],[5,"to_pt","","",null,[[["pt2d",3]],["point2d",3]]],[5,"from_pt","","",null,[[["point2d",3]],["pt2d",3]]],[5,"lc_penalty","","",null,[[["map",3],["turn",3]]]],[5,"remove_merging_turns","","",null,[[["vec",3],["map",3],["turn",3],["turntype",4]],[["vec",3],["turn",3]]]],[0,"walking_turns","map_model::make","",null,null],[5,"make_walking_turns","map_model::make::walking_turns","",null,[[["timer",3],["map",3],["intersection",3]],[["vec",3],["turn",3]]]],[5,"_make_walking_turns_v2","","",null,[[["timer",3],["map",3],["intersection",3]],[["vec",3],["turn",3]]]],[5,"make_crosswalks","","",null,[[["lane",3],["intersectionid",3]],[["vec",3],["option",4]]]],[5,"make_degenerate_crosswalks","","",null,[[["vec",3],["road",3],["intersectionid",3]],[["vec",3],["option",4]]]],[5,"make_shared_sidewalk_corner","","",null,[[["intersection",3],["timer",3],["drivingside",4],["lane",3]],["polyline",3]]],[5,"turn_id","","",null,[[["laneid",3],["intersectionid",3]],["turnid",3]]],[5,"get_sidewalk","","",null,[[["vec",3],["vec",3]],[["option",4],["lane",3]]]],[11,"create_from_raw","map_model","",41,[[["rawmap",3],["timer",3]],["map",3]]],[0,"map","","",null,null],[3,"MapConfig","map_model::map","",null,null],[12,"driving_side","","",5,null],[12,"bikes_can_use_bus_lanes","","",5,null],[4,"DrivingSide","","",null,null],[13,"Right","","",47,null],[13,"Left","","",47,null],[11,"new","map_model","",41,[[["string",3],["timer",3]],["map",3]]],[11,"corrupt_err","","",41,[[["string",3],["error",3]]]],[11,"blank","","",41,[[],["map",3]]],[11,"all_roads","","",41,[[],["vec",3]]],[11,"all_lanes","","",41,[[],["vec",3]]],[11,"all_intersections","","",41,[[],["vec",3]]],[11,"all_turns","","",41,[[],["btreemap",3]]],[11,"all_buildings","","",41,[[],["vec",3]]],[11,"all_areas","","",41,[[],["vec",3]]],[11,"all_parking_lots","","",41,[[],["vec",3]]],[11,"all_zones","","",41,[[],["vec",3]]],[11,"maybe_get_r","","",41,[[["roadid",3]],[["option",4],["road",3]]]],[11,"maybe_get_l","","",41,[[["laneid",3]],[["option",4],["lane",3]]]],[11,"maybe_get_i","","",41,[[["intersectionid",3]],[["option",4],["intersection",3]]]],[11,"maybe_get_t","","",41,[[["turnid",3]],[["turn",3],["option",4]]]],[11,"maybe_get_b","","",41,[[["buildingid",3]],[["option",4],["building",3]]]],[11,"maybe_get_pl","","",41,[[["parkinglotid",3]],[["option",4],["parkinglot",3]]]],[11,"maybe_get_a","","",41,[[["areaid",3]],[["area",3],["option",4]]]],[11,"maybe_get_bs","","",41,[[["busstopid",3]],[["busstop",3],["option",4]]]],[11,"maybe_get_stop_sign","","",41,[[["intersectionid",3]],[["controlstopsign",3],["option",4]]]],[11,"maybe_get_traffic_signal","","",41,[[["intersectionid",3]],[["option",4],["controltrafficsignal",3]]]],[11,"maybe_get_br","","",41,[[["busrouteid",3]],[["option",4],["busroute",3]]]],[11,"get_r","","",41,[[["roadid",3]],["road",3]]],[11,"get_l","","",41,[[["laneid",3]],["lane",3]]],[11,"get_i","","",41,[[["intersectionid",3]],["intersection",3]]],[11,"get_t","","",41,[[["turnid",3]],["turn",3]]],[11,"get_b","","",41,[[["buildingid",3]],["building",3]]],[11,"get_a","","",41,[[["areaid",3]],["area",3]]],[11,"get_pl","","",41,[[["parkinglotid",3]],["parkinglot",3]]],[11,"get_stop_sign","","",41,[[["intersectionid",3]],["controlstopsign",3]]],[11,"get_traffic_signal","","",41,[[["intersectionid",3]],["controltrafficsignal",3]]],[11,"get_turns_in_intersection","","",41,[[["intersectionid",3]],[["vec",3],["turn",3]]]],[11,"get_turns_from_lane","","",41,[[["laneid",3]],[["vec",3],["turn",3]]]],[11,"get_turns_to_lane","","",41,[[["laneid",3]],[["vec",3],["turn",3]]]],[11,"get_turn_between","","",41,[[["intersectionid",3],["laneid",3]],[["turnid",3],["option",4]]]],[11,"get_next_turns_and_lanes","","",41,[[["intersectionid",3],["laneid",3]],["vec",3]]],[11,"get_turns_for","","",41,[[["pathconstraints",4],["laneid",3]],[["vec",3],["turn",3]]]],[11,"get_next_roads","","",41,[[["roadid",3]],[["roadid",3],["btreeset",3]]]],[11,"get_parent","","",41,[[["laneid",3]],["road",3]]],[11,"get_gps_bounds","","",41,[[],["gpsbounds",3]]],[11,"get_bounds","","",41,[[],["bounds",3]]],[11,"get_city_name","","",41,[[],["string",3]]],[11,"get_name","","",41,[[],["string",3]]],[11,"all_bus_stops","","",41,[[],["btreemap",3]]],[11,"get_bs","","",41,[[["busstopid",3]],["busstop",3]]],[11,"get_br","","",41,[[["busrouteid",3]],["busroute",3]]],[11,"all_bus_routes","","",41,[[],["vec",3]]],[11,"get_bus_route","","",41,[[],[["option",4],["busroute",3]]]],[11,"get_routes_serving_stop","","",41,[[["busstopid",3]],[["vec",3],["busroute",3]]]],[11,"building_to_road","","",41,[[["buildingid",3]],["road",3]]],[11,"all_incoming_borders","","",41,[[],[["intersection",3],["vec",3]]]],[11,"all_outgoing_borders","","",41,[[],[["intersection",3],["vec",3]]]],[11,"save","","",41,[[]]],[11,"find_driving_lane_near_building","","",41,[[["buildingid",3]],["laneid",3]]],[11,"get_boundary_polygon","","",41,[[],["polygon",3]]],[11,"pathfind","","",41,[[["pathrequest",3]],[["path",3],["option",4]]]],[11,"pathfind_avoiding_zones","","",41,[[["btreeset",3],["pathrequest",3],["laneid",3]],[["path",3],["option",4]]]],[11,"should_use_transit","","",41,[[["position",3]],["option",4]]],[11,"get_movement","","",41,[[["turnid",3]],[["movementid",3],["option",4]]]],[11,"find_r_by_osm_id","","",41,[[["originalroad",3]],[["string",3],["result",4],["roadid",3]]]],[11,"find_i_by_osm_id","","",41,[[["nodeid",3]],[["result",4],["string",3],["intersectionid",3]]]],[11,"find_b_by_osm_id","","",41,[[["osmid",4]],[["option",4],["buildingid",3]]]],[11,"find_br","","",41,[[["relationid",3]],[["busrouteid",3],["option",4]]]],[11,"hack_override_offstreet_spots","","",41,[[]]],[11,"hack_override_offstreet_spots_individ","","",41,[[["buildingid",3]]]],[11,"hack_override_bldg_type","","",41,[[["buildingtype",4],["buildingid",3]]]],[11,"hack_override_orig_spawn_times","","",41,[[["busrouteid",3],["vec",3],["time",3]]]],[11,"get_languages","","",41,[[],["btreeset",3]]],[11,"get_config","","",41,[[],["mapconfig",3]]],[11,"simple_path_btwn","","",41,[[["intersectionid",3]],[["vec",3],["option",4]]]],[0,"objects","","",null,null],[0,"area","map_model::objects","",null,null],[3,"AreaID","map_model::objects::area","",null,null],[12,"0","","",7,null],[3,"Area","","",null,null],[12,"id","","",6,null],[12,"area_type","","",6,null],[12,"polygon","","",6,null],[12,"osm_tags","","",6,null],[12,"osm_id","","",6,null],[4,"AreaType","","",null,null],[13,"Park","","",48,null],[13,"Water","","",48,null],[13,"PedestrianIsland","","",48,null],[13,"Island","","",48,null],[0,"building","map_model::objects","",null,null],[3,"BuildingID","map_model::objects::building","",null,null],[12,"0","","",9,null],[3,"Building","","",null,null],[12,"id","","",8,null],[12,"polygon","","",8,null],[12,"levels","","",8,null],[12,"address","","",8,null],[12,"name","","",8,null],[12,"orig_id","","",8,null],[12,"label_center","","",8,null],[12,"amenities","","",8,null],[12,"bldg_type","","",8,null],[12,"parking","","",8,null],[12,"sidewalk_pos","","",8,null],[12,"driveway_geom","","",8,null],[3,"NamePerLanguage","","",null,null],[12,"0","","",10,null],[4,"OffstreetParking","","",null,null],[13,"PublicGarage","","",50,null],[13,"Private","","",50,null],[4,"BuildingType","","",null,null],[13,"Residential","","",49,null],[13,"ResidentialCommercial","","",49,null],[13,"Commercial","","",49,null],[13,"Empty","","",49,null],[5,"sidewalk_to_bike","","",null,[[["position",3],["map",3]],["option",4]]],[11,"has_residents","map_model","",49,[[]]],[11,"get","","",10,[[["string",3],["option",4]],["string",3]]],[11,"new","","",10,[[["tags",3]],[["option",4],["nameperlanguage",3]]]],[11,"unnamed","","",10,[[],["nameperlanguage",3]]],[11,"sidewalk","","",8,[[],["laneid",3]]],[11,"house_number","","",8,[[],[["string",3],["option",4]]]],[11,"driving_connection","","",8,[[["map",3]],["option",4]]],[11,"biking_connection","","",8,[[["map",3]],["option",4]]],[11,"num_parking_spots","","",8,[[]]],[0,"bus_stop","map_model::objects","",null,null],[3,"BusStopID","map_model::objects::bus_stop","",null,null],[12,"sidewalk","","",14,null],[12,"idx","","",14,null],[3,"BusRouteID","","",null,null],[12,"0","","",12,null],[3,"BusStop","","",null,null],[12,"id","","",13,null],[12,"name","","",13,null],[12,"driving_pos","","",13,null],[12,"sidewalk_pos","","",13,null],[12,"is_train_stop","","",13,null],[3,"BusRoute","","",null,null],[12,"id","","",11,null],[12,"full_name","","",11,null],[12,"short_name","","",11,null],[12,"gtfs_trip_marker","","",11,null],[12,"osm_rel_id","","",11,null],[12,"stops","","",11,null],[12,"start","","",11,null],[12,"end_border","","",11,null],[12,"route_type","","",11,null],[12,"spawn_times","","",11,null],[12,"orig_spawn_times","","",11,null],[11,"all_steps","map_model","",11,[[["map",3]],[["vec",3],["pathrequest",3]]]],[11,"plural_noun","","",11,[[]]],[0,"intersection","map_model::objects","",null,null],[3,"IntersectionID","map_model::objects::intersection","",null,null],[12,"0","","",16,null],[3,"Intersection","","",null,null],[12,"id","","",15,null],[12,"polygon","","",15,null],[12,"turns","","",15,null],[12,"elevation","","",15,null],[12,"intersection_type","","",15,null],[12,"orig_id","","",15,null],[12,"incoming_lanes","","",15,null],[12,"outgoing_lanes","","",15,null],[12,"roads","","",15,null],[4,"IntersectionType","","",null,null],[13,"StopSign","","",51,null],[13,"TrafficSignal","","",51,null],[13,"Border","","",51,null],[13,"Construction","","",51,null],[11,"is_border","map_model","",15,[[]]],[11,"is_incoming_border","","",15,[[]]],[11,"is_outgoing_border","","",15,[[]]],[11,"is_closed","","",15,[[]]],[11,"is_stop_sign","","",15,[[]]],[11,"is_traffic_signal","","",15,[[]]],[11,"is_light_rail","","",15,[[["map",3]]]],[11,"is_private","","",15,[[["map",3]]]],[11,"get_incoming_lanes","","",15,[[["map",3],["pathconstraints",4]],[["vec",3],["laneid",3]]]],[11,"get_outgoing_lanes","","",15,[[["map",3],["pathconstraints",4]],[["vec",3],["laneid",3]]]],[11,"get_zorder","","",15,[[["map",3]]]],[11,"get_rank","","",15,[[["map",3]],["roadrank",4]]],[11,"get_roads_sorted_by_incoming_angle","","",15,[[["vec",3]],[["vec",3],["roadid",3]]]],[11,"some_outgoing_road","","",15,[[["map",3]],[["option",4],["directedroadid",3]]]],[11,"some_incoming_road","","",15,[[["map",3]],[["option",4],["directedroadid",3]]]],[11,"name","","",15,[[["string",3],["map",3],["option",4]],["string",3]]],[0,"lane","map_model::objects","",null,null],[3,"LaneID","map_model::objects::lane","",null,null],[12,"0","","",18,null],[3,"Lane","","",null,null],[12,"id","","",17,null],[12,"parent","","",17,null],[12,"lane_type","","",17,null],[12,"lane_center_pts","","",17,null],[12,"width","","",17,null],[12,"src_i","","",17,null],[12,"dst_i","","",17,null],[12,"bus_stops","","",17,null],[12,"driving_blackhole","","",17,null],[12,"biking_blackhole","","",17,null],[4,"LaneType","","",null,null],[13,"Driving","","",52,null],[13,"Parking","","",52,null],[13,"Sidewalk","","",52,null],[13,"Shoulder","","",52,null],[13,"Biking","","",52,null],[13,"Bus","","",52,null],[13,"SharedLeftTurn","","",52,null],[13,"Construction","","",52,null],[13,"LightRail","","",52,null],[17,"PARKING_SPOT_LENGTH","","",null,null],[17,"PARKING_LOT_SPOT_LENGTH","","",null,null],[11,"is_for_moving_vehicles","map_model","",52,[[]]],[11,"supports_any_movement","","",52,[[]]],[11,"describe","","",52,[[]]],[11,"short_name","","",52,[[]]],[11,"first_pt","","",17,[[],["pt2d",3]]],[11,"last_pt","","",17,[[],["pt2d",3]]],[11,"first_line","","",17,[[],["line",3]]],[11,"last_line","","",17,[[],["line",3]]],[11,"endpoint","","",17,[[["intersectionid",3]],["pt2d",3]]],[11,"end_line","","",17,[[["intersectionid",3]],["line",3]]],[11,"dist_along_of_point","","",17,[[["pt2d",3]],[["distance",3],["option",4]]]],[11,"length","","",17,[[],["distance",3]]],[11,"intersections","","",17,[[],[["vec",3],["intersectionid",3]]]],[11,"number_parking_spots","","",17,[[]]],[11,"is_driving","","",17,[[]]],[11,"is_biking","","",17,[[]]],[11,"is_bus","","",17,[[]]],[11,"is_walkable","","",17,[[]]],[11,"is_sidewalk","","",17,[[]]],[11,"is_shoulder","","",17,[[]]],[11,"is_parking","","",17,[[]]],[11,"is_light_rail","","",17,[[]]],[11,"get_directed_parent","","",17,[[["map",3]],["directedroadid",3]]],[11,"get_turn_restrictions","","",17,[[["road",3]],[["btreeset",3],["option",4]]]],[0,"parking_lot","map_model::objects","",null,null],[3,"ParkingLotID","map_model::objects::parking_lot","",null,null],[12,"0","","",20,null],[3,"ParkingLot","","",null,null],[12,"id","","",19,null],[12,"polygon","","",19,null],[12,"aisles","","",19,null],[12,"osm_id","","",19,null],[12,"spots","","",19,null],[12,"extra_spots","","",19,null],[12,"driveway_line","","",19,null],[12,"driving_pos","","",19,null],[12,"sidewalk_line","","",19,null],[12,"sidewalk_pos","","",19,null],[11,"capacity","map_model","",19,[[]]],[0,"road","map_model::objects","",null,null],[3,"RoadID","map_model::objects::road","",null,null],[12,"0","","",23,null],[3,"DirectedRoadID","","",null,null],[12,"id","","",21,null],[12,"dir","","",21,null],[3,"Road","","",null,null],[12,"id","","",22,null],[12,"osm_tags","","",22,null],[12,"turn_restrictions","","",22,null],[12,"complicated_turn_restrictions","","",22,null],[12,"orig_id","","",22,null],[12,"speed_limit","","",22,null],[12,"access_restrictions","","",22,null],[12,"zorder","","",22,null],[12,"lanes_ltr","","",22,null],[12,"center_pts","","",22,null],[12,"src_i","","",22,null],[12,"dst_i","","",22,null],[4,"Direction","","",null,null],[13,"Fwd","","",53,null],[13,"Back","","",53,null],[11,"opposite","map_model","",53,[[],["direction",4]]],[11,"src_i","","",21,[[["map",3]],["intersectionid",3]]],[11,"dst_i","","",21,[[["map",3]],["intersectionid",3]]],[11,"lanes","","",21,[[["map",3],["pathconstraints",4]],[["vec",3],["laneid",3]]]],[11,"lanes_ltr","","",22,[[],["vec",3]]],[11,"get_left_side","","",22,[[["map",3]],["polyline",3]]],[11,"offset","","",22,[[["laneid",3]]]],[11,"dir","","",22,[[["laneid",3]],["direction",4]]],[11,"parking_to_driving","","",22,[[["map",3],["laneid",3]],[["option",4],["laneid",3]]]],[11,"speed_limit_from_osm","","",22,[[],["speed",3]]],[11,"find_closest_lane","","",22,[[["fn",8],["map",3],["laneid",3]],[["option",4],["laneid",3]]]],[11,"all_lanes","","",22,[[],[["vec",3],["laneid",3]]]],[11,"get_dir_change_pl","","",22,[[["map",3]],["polyline",3]]],[11,"get_half_width","","",22,[[["map",3]],["distance",3]]],[11,"get_thick_polygon","","",22,[[["map",3]],["polygon",3]]],[11,"get_name","","",22,[[["string",3],["option",4]],["string",3]]],[11,"get_rank","","",22,[[],["roadrank",4]]],[11,"all_bus_stops","","",22,[[["map",3]],[["busstopid",3],["vec",3]]]],[11,"percent_grade","","",22,[[["map",3]]]],[11,"is_light_rail","","",22,[[]]],[11,"is_footway","","",22,[[]]],[11,"is_service","","",22,[[]]],[11,"common_endpt","","",22,[[["road",3]],["intersectionid",3]]],[11,"is_private","","",22,[[]]],[11,"access_restrictions_from_osm","","",22,[[],["accessrestrictions",3]]],[11,"get_zone","","",22,[[["map",3]],[["option",4],["zone",3]]]],[11,"children_forwards","","",22,[[],["vec",3]]],[11,"children_backwards","","",22,[[],["vec",3]]],[11,"dir_and_offset","","",22,[[["laneid",3]]]],[11,"children","","",22,[[["direction",4]],["vec",3]]],[11,"incoming_lanes","","",22,[[["intersectionid",3]],["vec",3]]],[11,"outgoing_lanes","","",22,[[["intersectionid",3]],["vec",3]]],[0,"stop_signs","map_model::objects","",null,null],[3,"ControlStopSign","map_model::objects::stop_signs","",null,null],[12,"id","","",24,null],[12,"roads","","",24,null],[3,"RoadWithStopSign","","",null,null],[12,"lane_closest_to_edge","","",25,null],[12,"must_stop","","",25,null],[11,"new","map_model","",24,[[["map",3],["intersectionid",3]],["controlstopsign",3]]],[11,"get_priority","","",24,[[["turnid",3],["map",3]],["turnpriority",4]]],[11,"flip_sign","","",24,[[["roadid",3]]]],[0,"traffic_signals","map_model::objects","",null,null],[3,"ControlTrafficSignal","map_model::objects::traffic_signals","",null,null],[12,"id","","",26,null],[12,"stages","","",26,null],[12,"offset","","",26,null],[12,"movements","","",26,null],[3,"Stage","","",null,null],[12,"protected_movements","","",27,null],[12,"yield_movements","","",27,null],[12,"phase_type","","",27,null],[4,"PhaseType","","",null,null],[13,"Fixed","","",54,null],[13,"Adaptive","","",54,null],[5,"export_movement","","",null,[[["movementid",3],["map",3]],["turn",3]]],[5,"import_movement","","",null,[[["turn",3],["map",3]],[["string",3],["movementid",3],["result",4]]]],[5,"find_r","","",null,[[["map",3],["directedroad",3]],[["directedroadid",3],["string",3],["result",4]]]],[17,"CROSSWALK_PACE","","",null,null],[11,"simple_duration","map_model","",54,[[],["duration",3]]],[11,"new","","",26,[[["timer",3],["map",3],["intersectionid",3]],["controltrafficsignal",3]]],[11,"get_possible_policies","","",26,[[["timer",3],["map",3],["intersectionid",3]],["vec",3]]],[11,"brute_force","","",26,[[["map",3],["intersectionid",3]]]],[11,"get_min_crossing_time","","",26,[[],["duration",3]]],[11,"validate","","",26,[[],[["result",4],["string",3]]]],[11,"convert_to_ped_scramble","","",26,[[]]],[11,"turn_to_movement","","",26,[[["turnid",3]],["movementid",3]]],[11,"missing_turns","","",26,[[],[["movementid",3],["btreeset",3]]]],[11,"compressed_id","","",26,[[["turnid",3]],["compressedmovementid",3]]],[11,"new","","",27,[[],["stage",3]]],[11,"could_be_protected","","",27,[[["movementid",3],["btreemap",3]]]],[11,"get_priority_of_turn","","",27,[[["turnid",3],["controltrafficsignal",3]],["turnpriority",4]]],[11,"get_priority_of_movement","","",27,[[["movementid",3]],["turnpriority",4]]],[11,"edit_movement","","",27,[[["turnpriority",4],["movement",3]]]],[11,"enforce_minimum_crosswalk_time","","",27,[[["movement",3]]]],[11,"export","","",26,[[["map",3]],["trafficsignal",3]]],[11,"import","","",26,[[["map",3],["trafficsignal",3],["intersectionid",3]],[["string",3],["result",4],["controltrafficsignal",3]]]],[0,"turn","map_model::objects","",null,null],[3,"TurnID","map_model::objects::turn","",null,null],[12,"parent","","",32,null],[12,"src","","",32,null],[12,"dst","","",32,null],[3,"Turn","","",null,null],[12,"id","","",31,null],[12,"turn_type","","",31,null],[12,"geom","","",31,null],[12,"other_crosswalk_ids","","",31,null],[3,"MovementID","","",null,null],[12,"from","","",30,null],[12,"to","","",30,null],[12,"parent","","",30,null],[12,"crosswalk","","",30,null],[3,"CompressedMovementID","","",null,null],[12,"i","","",28,null],[12,"idx","","",28,null],[3,"Movement","","",null,null],[12,"id","","",29,null],[12,"turn_type","","",29,null],[12,"members","","",29,null],[12,"geom","","",29,null],[12,"angle","","",29,null],[4,"TurnType","","",null,null],[13,"Crosswalk","","",56,null],[13,"SharedSidewalkCorner","","",56,null],[13,"Straight","","",56,null],[13,"Right","","",56,null],[13,"Left","","",56,null],[4,"TurnPriority","","",null,null],[13,"Banned","","",55,null],[13,"Yield","","",55,null],[13,"Protected","","",55,null],[5,"movement_geom","","",null,[[["directedroadid",3],["vec",3],["polyline",3]],[["string",3],["result",4],["polyline",3]]]],[11,"from_angles","map_model","",56,[[["angle",3]],["turntype",4]]],[11,"conflicts_with","","",31,[[["turn",3]]]],[11,"angle","","",31,[[],["angle",3]]],[11,"between_sidewalks","","",31,[[]]],[11,"penalty","","",31,[[["map",3]]]],[11,"for_i","","",29,[[["map",3],["intersectionid",3]],[["string",3],["result",4],["btreemap",3]]]],[11,"src_center_and_width","","",29,[[["map",3]]]],[11,"conflicts_with","","",29,[[["movement",3]]]],[0,"zone","map_model::objects","",null,null],[3,"AccessRestrictions","map_model::objects::zone","",null,null],[12,"allow_through_traffic","","",33,null],[12,"cap_vehicles_per_hour","","",33,null],[3,"Zone","","",null,null],[12,"members","","",34,null],[12,"borders","","",34,null],[12,"restrictions","","",34,null],[5,"floodfill","","",null,[[["map",3],["roadid",3]],["zone",3]]],[11,"new","map_model","",33,[[],["accessrestrictions",3]]],[11,"make_all","","",34,[[["map",3]],[["vec",3],["zone",3]]]],[11,"pathfind","","",34,[[["pathrequest",3],["map",3]],[["path",3],["option",4]]]],[11,"pathfind_walking","","",34,[[["pathrequest",3],["map",3]],[["vec",3],["option",4]]]],[0,"osm","","",null,null],[3,"NodeID","map_model::osm","",null,null],[12,"0","","",78,null],[3,"WayID","","",null,null],[12,"0","","",79,null],[3,"RelationID","","",null,null],[12,"0","","",80,null],[4,"RoadRank","","",null,null],[13,"Local","","",81,null],[13,"Arterial","","",81,null],[13,"Highway","","",81,null],[4,"OsmID","","",null,null],[13,"Node","","",82,null],[13,"Way","","",82,null],[13,"Relation","","",82,null],[17,"NAME","","",null,null],[17,"HIGHWAY","","",null,null],[17,"MAXSPEED","","",null,null],[17,"PARKING_RIGHT","","",null,null],[17,"PARKING_LEFT","","",null,null],[17,"PARKING_BOTH","","",null,null],[17,"SIDEWALK","","",null,null],[17,"OSM_WAY_ID","","",null,null],[17,"OSM_REL_ID","","",null,null],[17,"ENDPT_FWD","","",null,null],[17,"ENDPT_BACK","","",null,null],[17,"INFERRED_PARKING","","",null,null],[17,"INFERRED_SIDEWALKS","","",null,null],[11,"from_highway","","",81,[[],["roadrank",4]]],[11,"inner","","",82,[[]]],[0,"pathfind","map_model","",null,null],[3,"Path","map_model::pathfind","",null,null],[12,"steps","","",38,null],[12,"end_dist","","",38,null],[12,"total_length","","",38,null],[12,"crossed_so_far","","",38,null],[12,"total_lanes","","",38,null],[12,"uber_turns","","",38,null],[12,"currently_inside_ut","","",38,null],[3,"PathRequest","","",null,null],[12,"start","","",39,null],[12,"end","","",39,null],[12,"constraints","","",39,null],[4,"PathStep","","",null,null],[13,"Lane","","",58,null],[13,"ContraflowLane","","",58,null],[13,"Turn","","",58,null],[4,"PathConstraints","","",null,null],[13,"Pedestrian","","",57,null],[13,"Car","","",57,null],[13,"Bike","","",57,null],[13,"Bus","","",57,null],[13,"Train","","",57,null],[4,"Pathfinder","","",null,null],[13,"Dijkstra","","",83,null],[13,"CH","","",83,null],[5,"validate_continuity","","",null,[[["map",3],["vec",3]]]],[5,"validate_restrictions","","",null,[[["map",3],["vec",3]]]],[0,"ch","","",null,null],[3,"ContractionHierarchyPathfinder","map_model::pathfind::ch","",null,null],[12,"car_graph","","",84,null],[12,"bike_graph","","",84,null],[12,"bus_graph","","",84,null],[12,"train_graph","","",84,null],[12,"walking_graph","","",84,null],[12,"walking_with_transit_graph","","",84,null],[11,"new","","",84,[[["map",3],["timer",3]],["contractionhierarchypathfinder",3]]],[11,"pathfind","","",84,[[["pathrequest",3],["map",3]],[["path",3],["option",4]]]],[11,"pathfind_from_zone","","",84,[[["pathrequest",3],["zone",3],["map",3],["intersection",3]],[["path",3],["option",4]]]],[11,"pathfind_to_zone","","",84,[[["pathrequest",3],["zone",3],["map",3],["intersection",3]],[["path",3],["option",4]]]],[11,"should_use_transit","","",84,[[["map",3],["position",3]],["option",4]]],[11,"apply_edits","","",84,[[["map",3],["timer",3]]]],[0,"dijkstra","map_model::pathfind","",null,null],[5,"pathfind","map_model::pathfind::dijkstra","",null,[[["pathrequest",3],["map",3]],[["path",3],["option",4]]]],[5,"pathfind_avoiding_zones","","",null,[[["btreeset",3],["pathrequest",3],["map",3],["laneid",3]],[["path",3],["option",4]]]],[5,"calc_path","","",null,[[["pathrequest",3],["digraphmap",6],["turnid",3],["map",3],["laneid",3]],[["path",3],["option",4]]]],[5,"pathfind_walking","","",null,[[["pathrequest",3],["map",3]],[["vec",3],["option",4]]]],[0,"driving","map_model::pathfind","",null,null],[3,"VehiclePathfinder","map_model::pathfind::driving","",null,null],[12,"graph","","",85,null],[12,"nodes","","",85,null],[12,"uber_turns","","",85,null],[12,"constraints","","",85,null],[12,"path_calc","","",85,null],[4,"Node","","",null,null],[13,"Lane","","",86,null],[13,"UberTurn","","",86,null],[5,"make_input_graph","","",null,[[["nodemap",3],["pathconstraints",4],["map",3],["vec",3]],["inputgraph",3]]],[5,"driving_cost","","",null,[[["turn",3],["pathconstraints",4],["map",3],["lane",3]]]],[5,"round","","",null,[[]]],[11,"new","","",85,[[["option",4],["pathconstraints",4],["map",3],["vehiclepathfinder",3]],["vehiclepathfinder",3]]],[11,"pathfind","","",85,[[["map",3],["pathrequest",3]],["option",4]]],[11,"apply_edits","","",85,[[["map",3]]]],[0,"node_map","map_model::pathfind","",null,null],[3,"NodeMap","map_model::pathfind::node_map","",null,null],[12,"node_to_id","","",87,null],[12,"id_to_node","","",87,null],[5,"deserialize_nodemap","","",null,[[["deserializer",8]],[["result",4],["nodemap",3]]]],[11,"new","","",87,[[],["nodemap",3]]],[11,"get_or_insert","","",87,[[],["nodeid",6]]],[11,"get","","",87,[[],["nodeid",6]]],[11,"translate","","",87,[[["shortestpath",3]],["vec",3]]],[0,"uber_turns","map_model::pathfind","",null,null],[3,"IntersectionCluster","map_model::pathfind::uber_turns","",null,null],[12,"members","","",35,null],[12,"uber_turns","","",35,null],[3,"UberTurn","","",null,null],[12,"path","","",36,null],[3,"UberTurnGroup","","",null,null],[12,"from","","",37,null],[12,"to","","",37,null],[12,"members","","",37,null],[12,"geom","","",37,null],[5,"flood","","",null,[[["turnid",3],["map",3],["btreeset",3]],[["vec",3],["uberturn",3]]]],[5,"trace_back","","",null,[[["turnid",3],["btreemap",3]],[["turnid",3],["vec",3]]]],[5,"group_geom","","",null,[[["vec",3],["polyline",3]],["polyline",3]]],[11,"find_all","map_model","",35,[[["map",3]],[["intersectioncluster",3],["vec",3]]]],[11,"new","","",35,[[["btreeset",3],["map",3],["intersectionid",3]]]],[11,"autodetect","","",35,[[["map",3],["intersectionid",3]],[["option",4],["btreeset",3]]]],[11,"entry","","",36,[[],["laneid",3]]],[11,"exit","","",36,[[],["laneid",3]]],[11,"geom","","",36,[[["map",3]],["polyline",3]]],[11,"uber_turn_groups","","",35,[[["map",3]],[["uberturngroup",3],["vec",3]]]],[11,"src_center_and_width","","",37,[[["map",3]]]],[11,"angle","","",37,[[],["angle",3]]],[0,"walking","map_model::pathfind","",null,null],[3,"SidewalkPathfinder","map_model::pathfind::walking","",null,null],[12,"graph","","",88,null],[12,"nodes","","",88,null],[12,"use_transit","","",88,null],[12,"path_calc","","",88,null],[4,"WalkingNode","","",null,null],[13,"SidewalkEndpoint","","",89,null],[13,"RideBus","","",89,null],[13,"LeaveMap","","",89,null],[5,"make_input_graph","","",null,[[["map",3],["nodemap",3],["vehiclepathfinder",3]],["inputgraph",3]]],[5,"transit_input_graph","","",null,[[["inputgraph",3],["map",3],["nodemap",3],["vehiclepathfinder",3]]]],[5,"walking_cost","","",null,[[["distance",3]]]],[5,"walking_path_to_steps","","",null,[[["vec",3],["walkingnode",4],["map",3]],[["vec",3],["pathstep",4]]]],[5,"one_step_walking_path","","",null,[[["map",3],["pathrequest",3]],["path",3]]],[11,"closest","","",89,[[["position",3],["map",3]],["walkingnode",4]]],[11,"end_transit","","",89,[[["position",3],["map",3]],["walkingnode",4]]],[11,"new","","",88,[[["map",3],["vehiclepathfinder",3]],["sidewalkpathfinder",3]]],[11,"apply_edits","","",88,[[["map",3],["vehiclepathfinder",3]]]],[11,"pathfind","","",88,[[["map",3],["pathrequest",3]],[["vec",3],["option",4]]]],[11,"should_use_transit","","",88,[[["map",3],["position",3]],["option",4]]],[11,"as_traversable","map_model","",58,[[],["traversable",4]]],[11,"as_lane","","",58,[[],["laneid",3]]],[11,"as_turn","","",58,[[],["turnid",3]]],[11,"slice","","",58,[[["distance",3],["map",3],["option",4]],[["string",3],["result",4]]]],[11,"new","","",38,[[["distance",3],["vec",3],["pathstep",4],["uberturn",3],["map",3],["vec",3]],["path",3]]],[11,"one_step","","",38,[[["map",3],["laneid",3]],["path",3]]],[11,"dummy","","",38,[[],["path",3]]],[11,"total_lanes","","",38,[[]]],[11,"lanes_crossed_so_far","","",38,[[]]],[11,"crossed_so_far","","",38,[[],["distance",3]]],[11,"total_length","","",38,[[],["distance",3]]],[11,"percent_dist_crossed","","",38,[[]]],[11,"is_empty","","",38,[[]]],[11,"is_last_step","","",38,[[]]],[11,"isnt_last_step","","",38,[[]]],[11,"currently_inside_ut","","",38,[[],["option",4]]],[11,"about_to_start_ut","","",38,[[],[["option",4],["uberturn",3]]]],[11,"shift","","",38,[[["map",3]],["pathstep",4]]],[11,"add","","",38,[[["map",3],["pathstep",4]]]],[11,"approaching_uber_turn","","",38,[[]]],[11,"modify_step","","",38,[[["map",3],["pathstep",4]]]],[11,"current_step","","",38,[[],["pathstep",4]]],[11,"next_step","","",38,[[],["pathstep",4]]],[11,"last_step","","",38,[[],["pathstep",4]]],[11,"trace","","",38,[[["distance",3],["map",3],["option",4]],[["option",4],["polyline",3]]]],[11,"get_steps","","",38,[[],["vecdeque",3]]],[11,"append","","",38,[[["path",3],["map",3]]]],[11,"all","","",57,[[],[["pathconstraints",4],["vec",3]]]],[11,"from_lt","","",57,[[["lanetype",4]],["pathconstraints",4]]],[11,"can_use","","",57,[[["map",3],["lane",3]]]],[11,"filter_lanes","","",57,[[["map",3],["vec",3],["laneid",3]],[["vec",3],["laneid",3]]]],[11,"pathfind","map_model::pathfind","",83,[[["pathrequest",3],["map",3]],[["path",3],["option",4]]]],[11,"pathfind_avoiding_zones","","",83,[[["btreeset",3],["pathrequest",3],["map",3],["laneid",3]],[["path",3],["option",4]]]],[11,"should_use_transit","","",83,[[["map",3],["position",3]],["option",4]]],[11,"apply_edits","","",83,[[["map",3],["timer",3]]]],[0,"raw","map_model","",null,null],[3,"RawMap","map_model::raw","",null,null],[12,"city_name","","",90,null],[12,"name","","",90,null],[12,"roads","","",90,null],[12,"intersections","","",90,null],[12,"buildings","","",90,null],[12,"bus_routes","","",90,null],[12,"areas","","",90,null],[12,"parking_lots","","",90,null],[12,"parking_aisles","","",90,null],[12,"boundary_polygon","","",90,null],[12,"gps_bounds","","",90,null],[12,"config","","",90,null],[3,"OriginalRoad","","",null,null],[12,"osm_way_id","","",91,null],[12,"i1","","",91,null],[12,"i2","","",91,null],[3,"RawRoad","","",null,null],[12,"center_points","","",92,null],[12,"osm_tags","","",92,null],[12,"turn_restrictions","","",92,null],[12,"complicated_turn_restrictions","","",92,null],[3,"RawIntersection","","",null,null],[12,"point","","",93,null],[12,"intersection_type","","",93,null],[12,"elevation","","",93,null],[3,"RawBuilding","","",null,null],[12,"polygon","","",94,null],[12,"osm_tags","","",94,null],[12,"public_garage_name","","",94,null],[12,"num_parking_spots","","",94,null],[12,"amenities","","",94,null],[3,"RawArea","","",null,null],[12,"area_type","","",95,null],[12,"polygon","","",95,null],[12,"osm_tags","","",95,null],[12,"osm_id","","",95,null],[3,"RawParkingLot","","",null,null],[12,"osm_id","","",96,null],[12,"polygon","","",96,null],[12,"osm_tags","","",96,null],[3,"TurnRestriction","","",null,null],[12,"0","","",97,null],[12,"1","","",97,null],[12,"2","","",97,null],[3,"RawBusRoute","","",null,null],[12,"full_name","","",98,null],[12,"short_name","","",98,null],[12,"osm_rel_id","","",98,null],[12,"gtfs_trip_marker","","",98,null],[12,"is_bus","","",98,null],[12,"stops","","",98,null],[12,"border_start","","",98,null],[12,"border_end","","",98,null],[12,"all_pts","","",98,null],[3,"RawBusStop","","",null,null],[12,"name","","",99,null],[12,"vehicle_pos","","",99,null],[12,"matched_road","","",99,null],[12,"ped_pos","","",99,null],[4,"RestrictionType","","",null,null],[13,"BanTurns","","",100,null],[13,"OnlyAllowTurns","","",100,null],[11,"new","","",91,[[],["originalroad",3]]],[11,"blank","","",90,[[],["rawmap",3]]],[11,"roads_per_intersection","","",90,[[["nodeid",3]],[["vec",3],["originalroad",3]]]],[11,"new_osm_node_id","","",90,[[],["nodeid",3]]],[11,"new_osm_way_id","","",90,[[],["wayid",3]]],[11,"preview_intersection","","",90,[[["nodeid",3],["timer",3]]]],[11,"save","","",90,[[]]],[11,"can_delete_intersection","","",90,[[["nodeid",3]]]],[11,"delete_intersection","","",90,[[["nodeid",3]]]],[11,"move_intersection","","",90,[[["nodeid",3],["pt2d",3]],[["option",4],["vec",3]]]],[11,"closest_intersection","","",90,[[["pt2d",3]],["nodeid",3]]],[11,"path_dist_to","","",90,[[["nodeid",3]],[["distance",3],["option",4]]]],[11,"get_geometry","","",92,[[["drivingside",4],["originalroad",3]]]],[11,"is_light_rail","","",92,[[]]],[11,"is_footway","","",92,[[]]],[11,"is_service","","",92,[[]]],[11,"new","","",100,[[],[["restrictiontype",4],["option",4]]]],[0,"traversable","map_model","",null,null],[3,"Position","map_model::traversable","",null,null],[12,"lane","","",40,null],[12,"dist_along","","",40,null],[4,"Traversable","","",null,null],[13,"Lane","","",59,null],[13,"Turn","","",59,null],[11,"new","map_model","",40,[[["distance",3],["laneid",3]],["position",3]]],[11,"start","","",40,[[["laneid",3]],["position",3]]],[11,"end","","",40,[[["map",3],["laneid",3]],["position",3]]],[11,"lane","","",40,[[],["laneid",3]]],[11,"dist_along","","",40,[[],["distance",3]]],[11,"pt","","",40,[[["map",3]],["pt2d",3]]],[11,"pt_and_angle","","",40,[[["map",3]]]],[11,"equiv_pos","","",40,[[["map",3],["laneid",3]],["position",3]]],[11,"equiv_pos_for_long_object","","",40,[[["distance",3],["map",3],["laneid",3]],["position",3]]],[11,"min_dist","","",40,[[["distance",3],["map",3]],[["option",4],["position",3]]]],[11,"buffer_dist","","",40,[[["distance",3],["map",3]],[["option",4],["position",3]]]],[11,"as_lane","","",59,[[],["laneid",3]]],[11,"as_turn","","",59,[[],["turnid",3]]],[11,"maybe_turn","","",59,[[],[["turnid",3],["option",4]]]],[11,"maybe_lane","","",59,[[],[["option",4],["laneid",3]]]],[11,"length","","",59,[[["map",3]],["distance",3]]],[11,"dist_along","","",59,[[["distance",3],["map",3]],[["result",4],["string",3]]]],[11,"slice","","",59,[[["distance",3],["map",3]],[["string",3],["result",4]]]],[11,"exact_slice","","",59,[[["distance",3],["map",3]],["polyline",3]]],[11,"speed_limit","","",59,[[["map",3]],["speed",3]]],[11,"get_zorder","","",59,[[["map",3]]]],[17,"PARKING_LOT_SPOT_LENGTH","","",null,null],[17,"PARKING_SPOT_LENGTH","","",null,null],[17,"NORMAL_LANE_THICKNESS","","",null,null],[17,"SERVICE_ROAD_LANE_THICKNESS","","",null,null],[17,"SIDEWALK_THICKNESS","","",null,null],[17,"SHOULDER_THICKNESS","","",null,null],[11,"from","","",0,[[]]],[11,"into","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"vzip","","",0,[[]]],[11,"from","","",1,[[]]],[11,"into","","",1,[[]]],[11,"try_from","","",1,[[],["result",4]]],[11,"try_into","","",1,[[],["result",4]]],[11,"borrow","","",1,[[]]],[11,"borrow_mut","","",1,[[]]],[11,"type_id","","",1,[[],["typeid",3]]],[11,"vzip","","",1,[[]]],[11,"from","","",2,[[]]],[11,"into","","",2,[[]]],[11,"to_owned","","",2,[[]]],[11,"clone_into","","",2,[[]]],[11,"try_from","","",2,[[],["result",4]]],[11,"try_into","","",2,[[],["result",4]]],[11,"borrow","","",2,[[]]],[11,"borrow_mut","","",2,[[]]],[11,"type_id","","",2,[[],["typeid",3]]],[11,"vzip","","",2,[[]]],[11,"from","","",3,[[]]],[11,"into","","",3,[[]]],[11,"to_owned","","",3,[[]]],[11,"clone_into","","",3,[[]]],[11,"try_from","","",3,[[],["result",4]]],[11,"try_into","","",3,[[],["result",4]]],[11,"borrow","","",3,[[]]],[11,"borrow_mut","","",3,[[]]],[11,"type_id","","",3,[[],["typeid",3]]],[11,"vzip","","",3,[[]]],[11,"from","","",4,[[]]],[11,"into","","",4,[[]]],[11,"to_owned","","",4,[[]]],[11,"clone_into","","",4,[[]]],[11,"try_from","","",4,[[],["result",4]]],[11,"try_into","","",4,[[],["result",4]]],[11,"borrow","","",4,[[]]],[11,"borrow_mut","","",4,[[]]],[11,"type_id","","",4,[[],["typeid",3]]],[11,"vzip","","",4,[[]]],[11,"from","","",5,[[]]],[11,"into","","",5,[[]]],[11,"to_owned","","",5,[[]]],[11,"clone_into","","",5,[[]]],[11,"try_from","","",5,[[],["result",4]]],[11,"try_into","","",5,[[],["result",4]]],[11,"borrow","","",5,[[]]],[11,"borrow_mut","","",5,[[]]],[11,"type_id","","",5,[[],["typeid",3]]],[11,"vzip","","",5,[[]]],[11,"from","","",6,[[]]],[11,"into","","",6,[[]]],[11,"try_from","","",6,[[],["result",4]]],[11,"try_into","","",6,[[],["result",4]]],[11,"borrow","","",6,[[]]],[11,"borrow_mut","","",6,[[]]],[11,"type_id","","",6,[[],["typeid",3]]],[11,"vzip","","",6,[[]]],[11,"from","","",7,[[]]],[11,"into","","",7,[[]]],[11,"to_owned","","",7,[[]]],[11,"clone_into","","",7,[[]]],[11,"to_string","","",7,[[],["string",3]]],[11,"try_from","","",7,[[],["result",4]]],[11,"try_into","","",7,[[],["result",4]]],[11,"borrow","","",7,[[]]],[11,"borrow_mut","","",7,[[]]],[11,"type_id","","",7,[[],["typeid",3]]],[11,"equivalent","","",7,[[]]],[11,"vzip","","",7,[[]]],[11,"from","","",8,[[]]],[11,"into","","",8,[[]]],[11,"try_from","","",8,[[],["result",4]]],[11,"try_into","","",8,[[],["result",4]]],[11,"borrow","","",8,[[]]],[11,"borrow_mut","","",8,[[]]],[11,"type_id","","",8,[[],["typeid",3]]],[11,"vzip","","",8,[[]]],[11,"from","","",9,[[]]],[11,"into","","",9,[[]]],[11,"to_owned","","",9,[[]]],[11,"clone_into","","",9,[[]]],[11,"to_string","","",9,[[],["string",3]]],[11,"try_from","","",9,[[],["result",4]]],[11,"try_into","","",9,[[],["result",4]]],[11,"borrow","","",9,[[]]],[11,"borrow_mut","","",9,[[]]],[11,"type_id","","",9,[[],["typeid",3]]],[11,"equivalent","","",9,[[]]],[11,"vzip","","",9,[[]]],[11,"from","","",10,[[]]],[11,"into","","",10,[[]]],[11,"to_owned","","",10,[[]]],[11,"clone_into","","",10,[[]]],[11,"try_from","","",10,[[],["result",4]]],[11,"try_into","","",10,[[],["result",4]]],[11,"borrow","","",10,[[]]],[11,"borrow_mut","","",10,[[]]],[11,"type_id","","",10,[[],["typeid",3]]],[11,"equivalent","","",10,[[]]],[11,"vzip","","",10,[[]]],[11,"from","","",11,[[]]],[11,"into","","",11,[[]]],[11,"try_from","","",11,[[],["result",4]]],[11,"try_into","","",11,[[],["result",4]]],[11,"borrow","","",11,[[]]],[11,"borrow_mut","","",11,[[]]],[11,"type_id","","",11,[[],["typeid",3]]],[11,"vzip","","",11,[[]]],[11,"from","","",12,[[]]],[11,"into","","",12,[[]]],[11,"to_owned","","",12,[[]]],[11,"clone_into","","",12,[[]]],[11,"to_string","","",12,[[],["string",3]]],[11,"try_from","","",12,[[],["result",4]]],[11,"try_into","","",12,[[],["result",4]]],[11,"borrow","","",12,[[]]],[11,"borrow_mut","","",12,[[]]],[11,"type_id","","",12,[[],["typeid",3]]],[11,"equivalent","","",12,[[]]],[11,"vzip","","",12,[[]]],[11,"from","","",13,[[]]],[11,"into","","",13,[[]]],[11,"to_owned","","",13,[[]]],[11,"clone_into","","",13,[[]]],[11,"try_from","","",13,[[],["result",4]]],[11,"try_into","","",13,[[],["result",4]]],[11,"borrow","","",13,[[]]],[11,"borrow_mut","","",13,[[]]],[11,"type_id","","",13,[[],["typeid",3]]],[11,"vzip","","",13,[[]]],[11,"from","","",14,[[]]],[11,"into","","",14,[[]]],[11,"to_owned","","",14,[[]]],[11,"clone_into","","",14,[[]]],[11,"to_string","","",14,[[],["string",3]]],[11,"try_from","","",14,[[],["result",4]]],[11,"try_into","","",14,[[],["result",4]]],[11,"borrow","","",14,[[]]],[11,"borrow_mut","","",14,[[]]],[11,"type_id","","",14,[[],["typeid",3]]],[11,"equivalent","","",14,[[]]],[11,"vzip","","",14,[[]]],[11,"from","","",15,[[]]],[11,"into","","",15,[[]]],[11,"try_from","","",15,[[],["result",4]]],[11,"try_into","","",15,[[],["result",4]]],[11,"borrow","","",15,[[]]],[11,"borrow_mut","","",15,[[]]],[11,"type_id","","",15,[[],["typeid",3]]],[11,"vzip","","",15,[[]]],[11,"from","","",16,[[]]],[11,"into","","",16,[[]]],[11,"to_owned","","",16,[[]]],[11,"clone_into","","",16,[[]]],[11,"to_string","","",16,[[],["string",3]]],[11,"try_from","","",16,[[],["result",4]]],[11,"try_into","","",16,[[],["result",4]]],[11,"borrow","","",16,[[]]],[11,"borrow_mut","","",16,[[]]],[11,"type_id","","",16,[[],["typeid",3]]],[11,"equivalent","","",16,[[]]],[11,"vzip","","",16,[[]]],[11,"from","","",17,[[]]],[11,"into","","",17,[[]]],[11,"try_from","","",17,[[],["result",4]]],[11,"try_into","","",17,[[],["result",4]]],[11,"borrow","","",17,[[]]],[11,"borrow_mut","","",17,[[]]],[11,"type_id","","",17,[[],["typeid",3]]],[11,"vzip","","",17,[[]]],[11,"from","","",18,[[]]],[11,"into","","",18,[[]]],[11,"to_owned","","",18,[[]]],[11,"clone_into","","",18,[[]]],[11,"to_string","","",18,[[],["string",3]]],[11,"try_from","","",18,[[],["result",4]]],[11,"try_into","","",18,[[],["result",4]]],[11,"borrow","","",18,[[]]],[11,"borrow_mut","","",18,[[]]],[11,"type_id","","",18,[[],["typeid",3]]],[11,"equivalent","","",18,[[]]],[11,"vzip","","",18,[[]]],[11,"from","","",19,[[]]],[11,"into","","",19,[[]]],[11,"try_from","","",19,[[],["result",4]]],[11,"try_into","","",19,[[],["result",4]]],[11,"borrow","","",19,[[]]],[11,"borrow_mut","","",19,[[]]],[11,"type_id","","",19,[[],["typeid",3]]],[11,"vzip","","",19,[[]]],[11,"from","","",20,[[]]],[11,"into","","",20,[[]]],[11,"to_owned","","",20,[[]]],[11,"clone_into","","",20,[[]]],[11,"to_string","","",20,[[],["string",3]]],[11,"try_from","","",20,[[],["result",4]]],[11,"try_into","","",20,[[],["result",4]]],[11,"borrow","","",20,[[]]],[11,"borrow_mut","","",20,[[]]],[11,"type_id","","",20,[[],["typeid",3]]],[11,"equivalent","","",20,[[]]],[11,"vzip","","",20,[[]]],[11,"from","","",21,[[]]],[11,"into","","",21,[[]]],[11,"to_owned","","",21,[[]]],[11,"clone_into","","",21,[[]]],[11,"to_string","","",21,[[],["string",3]]],[11,"try_from","","",21,[[],["result",4]]],[11,"try_into","","",21,[[],["result",4]]],[11,"borrow","","",21,[[]]],[11,"borrow_mut","","",21,[[]]],[11,"type_id","","",21,[[],["typeid",3]]],[11,"equivalent","","",21,[[]]],[11,"vzip","","",21,[[]]],[11,"from","","",22,[[]]],[11,"into","","",22,[[]]],[11,"try_from","","",22,[[],["result",4]]],[11,"try_into","","",22,[[],["result",4]]],[11,"borrow","","",22,[[]]],[11,"borrow_mut","","",22,[[]]],[11,"type_id","","",22,[[],["typeid",3]]],[11,"vzip","","",22,[[]]],[11,"from","","",23,[[]]],[11,"into","","",23,[[]]],[11,"to_owned","","",23,[[]]],[11,"clone_into","","",23,[[]]],[11,"to_string","","",23,[[],["string",3]]],[11,"try_from","","",23,[[],["result",4]]],[11,"try_into","","",23,[[],["result",4]]],[11,"borrow","","",23,[[]]],[11,"borrow_mut","","",23,[[]]],[11,"type_id","","",23,[[],["typeid",3]]],[11,"equivalent","","",23,[[]]],[11,"vzip","","",23,[[]]],[11,"from","","",24,[[]]],[11,"into","","",24,[[]]],[11,"to_owned","","",24,[[]]],[11,"clone_into","","",24,[[]]],[11,"try_from","","",24,[[],["result",4]]],[11,"try_into","","",24,[[],["result",4]]],[11,"borrow","","",24,[[]]],[11,"borrow_mut","","",24,[[]]],[11,"type_id","","",24,[[],["typeid",3]]],[11,"vzip","","",24,[[]]],[11,"from","","",25,[[]]],[11,"into","","",25,[[]]],[11,"to_owned","","",25,[[]]],[11,"clone_into","","",25,[[]]],[11,"try_from","","",25,[[],["result",4]]],[11,"try_into","","",25,[[],["result",4]]],[11,"borrow","","",25,[[]]],[11,"borrow_mut","","",25,[[]]],[11,"type_id","","",25,[[],["typeid",3]]],[11,"vzip","","",25,[[]]],[11,"from","","",26,[[]]],[11,"into","","",26,[[]]],[11,"to_owned","","",26,[[]]],[11,"clone_into","","",26,[[]]],[11,"try_from","","",26,[[],["result",4]]],[11,"try_into","","",26,[[],["result",4]]],[11,"borrow","","",26,[[]]],[11,"borrow_mut","","",26,[[]]],[11,"type_id","","",26,[[],["typeid",3]]],[11,"vzip","","",26,[[]]],[11,"from","","",27,[[]]],[11,"into","","",27,[[]]],[11,"to_owned","","",27,[[]]],[11,"clone_into","","",27,[[]]],[11,"try_from","","",27,[[],["result",4]]],[11,"try_into","","",27,[[],["result",4]]],[11,"borrow","","",27,[[]]],[11,"borrow_mut","","",27,[[]]],[11,"type_id","","",27,[[],["typeid",3]]],[11,"vzip","","",27,[[]]],[11,"from","","",28,[[]]],[11,"into","","",28,[[]]],[11,"to_owned","","",28,[[]]],[11,"clone_into","","",28,[[]]],[11,"try_from","","",28,[[],["result",4]]],[11,"try_into","","",28,[[],["result",4]]],[11,"borrow","","",28,[[]]],[11,"borrow_mut","","",28,[[]]],[11,"type_id","","",28,[[],["typeid",3]]],[11,"equivalent","","",28,[[]]],[11,"vzip","","",28,[[]]],[11,"from","","",29,[[]]],[11,"into","","",29,[[]]],[11,"to_owned","","",29,[[]]],[11,"clone_into","","",29,[[]]],[11,"try_from","","",29,[[],["result",4]]],[11,"try_into","","",29,[[],["result",4]]],[11,"borrow","","",29,[[]]],[11,"borrow_mut","","",29,[[]]],[11,"type_id","","",29,[[],["typeid",3]]],[11,"vzip","","",29,[[]]],[11,"from","","",30,[[]]],[11,"into","","",30,[[]]],[11,"to_owned","","",30,[[]]],[11,"clone_into","","",30,[[]]],[11,"try_from","","",30,[[],["result",4]]],[11,"try_into","","",30,[[],["result",4]]],[11,"borrow","","",30,[[]]],[11,"borrow_mut","","",30,[[]]],[11,"type_id","","",30,[[],["typeid",3]]],[11,"equivalent","","",30,[[]]],[11,"vzip","","",30,[[]]],[11,"from","","",31,[[]]],[11,"into","","",31,[[]]],[11,"to_owned","","",31,[[]]],[11,"clone_into","","",31,[[]]],[11,"try_from","","",31,[[],["result",4]]],[11,"try_into","","",31,[[],["result",4]]],[11,"borrow","","",31,[[]]],[11,"borrow_mut","","",31,[[]]],[11,"type_id","","",31,[[],["typeid",3]]],[11,"vzip","","",31,[[]]],[11,"from","","",32,[[]]],[11,"into","","",32,[[]]],[11,"to_owned","","",32,[[]]],[11,"clone_into","","",32,[[]]],[11,"to_string","","",32,[[],["string",3]]],[11,"try_from","","",32,[[],["result",4]]],[11,"try_into","","",32,[[],["result",4]]],[11,"borrow","","",32,[[]]],[11,"borrow_mut","","",32,[[]]],[11,"type_id","","",32,[[],["typeid",3]]],[11,"equivalent","","",32,[[]]],[11,"vzip","","",32,[[]]],[11,"from","","",33,[[]]],[11,"into","","",33,[[]]],[11,"to_owned","","",33,[[]]],[11,"clone_into","","",33,[[]]],[11,"try_from","","",33,[[],["result",4]]],[11,"try_into","","",33,[[],["result",4]]],[11,"borrow","","",33,[[]]],[11,"borrow_mut","","",33,[[]]],[11,"type_id","","",33,[[],["typeid",3]]],[11,"vzip","","",33,[[]]],[11,"from","","",34,[[]]],[11,"into","","",34,[[]]],[11,"try_from","","",34,[[],["result",4]]],[11,"try_into","","",34,[[],["result",4]]],[11,"borrow","","",34,[[]]],[11,"borrow_mut","","",34,[[]]],[11,"type_id","","",34,[[],["typeid",3]]],[11,"vzip","","",34,[[]]],[11,"from","","",35,[[]]],[11,"into","","",35,[[]]],[11,"to_owned","","",35,[[]]],[11,"clone_into","","",35,[[]]],[11,"try_from","","",35,[[],["result",4]]],[11,"try_into","","",35,[[],["result",4]]],[11,"borrow","","",35,[[]]],[11,"borrow_mut","","",35,[[]]],[11,"type_id","","",35,[[],["typeid",3]]],[11,"vzip","","",35,[[]]],[11,"from","","",36,[[]]],[11,"into","","",36,[[]]],[11,"to_owned","","",36,[[]]],[11,"clone_into","","",36,[[]]],[11,"try_from","","",36,[[],["result",4]]],[11,"try_into","","",36,[[],["result",4]]],[11,"borrow","","",36,[[]]],[11,"borrow_mut","","",36,[[]]],[11,"type_id","","",36,[[],["typeid",3]]],[11,"vzip","","",36,[[]]],[11,"from","","",37,[[]]],[11,"into","","",37,[[]]],[11,"try_from","","",37,[[],["result",4]]],[11,"try_into","","",37,[[],["result",4]]],[11,"borrow","","",37,[[]]],[11,"borrow_mut","","",37,[[]]],[11,"type_id","","",37,[[],["typeid",3]]],[11,"vzip","","",37,[[]]],[11,"from","","",38,[[]]],[11,"into","","",38,[[]]],[11,"to_owned","","",38,[[]]],[11,"clone_into","","",38,[[]]],[11,"try_from","","",38,[[],["result",4]]],[11,"try_into","","",38,[[],["result",4]]],[11,"borrow","","",38,[[]]],[11,"borrow_mut","","",38,[[]]],[11,"type_id","","",38,[[],["typeid",3]]],[11,"vzip","","",38,[[]]],[11,"from","","",39,[[]]],[11,"into","","",39,[[]]],[11,"to_owned","","",39,[[]]],[11,"clone_into","","",39,[[]]],[11,"to_string","","",39,[[],["string",3]]],[11,"try_from","","",39,[[],["result",4]]],[11,"try_into","","",39,[[],["result",4]]],[11,"borrow","","",39,[[]]],[11,"borrow_mut","","",39,[[]]],[11,"type_id","","",39,[[],["typeid",3]]],[11,"equivalent","","",39,[[]]],[11,"vzip","","",39,[[]]],[11,"from","","",40,[[]]],[11,"into","","",40,[[]]],[11,"to_owned","","",40,[[]]],[11,"clone_into","","",40,[[]]],[11,"to_string","","",40,[[],["string",3]]],[11,"try_from","","",40,[[],["result",4]]],[11,"try_into","","",40,[[],["result",4]]],[11,"borrow","","",40,[[]]],[11,"borrow_mut","","",40,[[]]],[11,"type_id","","",40,[[],["typeid",3]]],[11,"equivalent","","",40,[[]]],[11,"vzip","","",40,[[]]],[11,"from","","",41,[[]]],[11,"into","","",41,[[]]],[11,"try_from","","",41,[[],["result",4]]],[11,"try_into","","",41,[[],["result",4]]],[11,"borrow","","",41,[[]]],[11,"borrow_mut","","",41,[[]]],[11,"type_id","","",41,[[],["typeid",3]]],[11,"vzip","","",41,[[]]],[11,"from","","",42,[[]]],[11,"into","","",42,[[]]],[11,"to_owned","","",42,[[]]],[11,"clone_into","","",42,[[]]],[11,"try_from","","",42,[[],["result",4]]],[11,"try_into","","",42,[[],["result",4]]],[11,"borrow","","",42,[[]]],[11,"borrow_mut","","",42,[[]]],[11,"type_id","","",42,[[],["typeid",3]]],[11,"vzip","","",42,[[]]],[11,"from","","",46,[[]]],[11,"into","","",46,[[]]],[11,"to_owned","","",46,[[]]],[11,"clone_into","","",46,[[]]],[11,"try_from","","",46,[[],["result",4]]],[11,"try_into","","",46,[[],["result",4]]],[11,"borrow","","",46,[[]]],[11,"borrow_mut","","",46,[[]]],[11,"type_id","","",46,[[],["typeid",3]]],[11,"vzip","","",46,[[]]],[11,"from","","",47,[[]]],[11,"into","","",47,[[]]],[11,"to_owned","","",47,[[]]],[11,"clone_into","","",47,[[]]],[11,"try_from","","",47,[[],["result",4]]],[11,"try_into","","",47,[[],["result",4]]],[11,"borrow","","",47,[[]]],[11,"borrow_mut","","",47,[[]]],[11,"type_id","","",47,[[],["typeid",3]]],[11,"vzip","","",47,[[]]],[11,"from","","",48,[[]]],[11,"into","","",48,[[]]],[11,"to_owned","","",48,[[]]],[11,"clone_into","","",48,[[]]],[11,"try_from","","",48,[[],["result",4]]],[11,"try_into","","",48,[[],["result",4]]],[11,"borrow","","",48,[[]]],[11,"borrow_mut","","",48,[[]]],[11,"type_id","","",48,[[],["typeid",3]]],[11,"equivalent","","",48,[[]]],[11,"vzip","","",48,[[]]],[11,"from","","",49,[[]]],[11,"into","","",49,[[]]],[11,"try_from","","",49,[[],["result",4]]],[11,"try_into","","",49,[[],["result",4]]],[11,"borrow","","",49,[[]]],[11,"borrow_mut","","",49,[[]]],[11,"type_id","","",49,[[],["typeid",3]]],[11,"vzip","","",49,[[]]],[11,"from","","",50,[[]]],[11,"into","","",50,[[]]],[11,"to_owned","","",50,[[]]],[11,"clone_into","","",50,[[]]],[11,"try_from","","",50,[[],["result",4]]],[11,"try_into","","",50,[[],["result",4]]],[11,"borrow","","",50,[[]]],[11,"borrow_mut","","",50,[[]]],[11,"type_id","","",50,[[],["typeid",3]]],[11,"vzip","","",50,[[]]],[11,"from","","",51,[[]]],[11,"into","","",51,[[]]],[11,"to_owned","","",51,[[]]],[11,"clone_into","","",51,[[]]],[11,"try_from","","",51,[[],["result",4]]],[11,"try_into","","",51,[[],["result",4]]],[11,"borrow","","",51,[[]]],[11,"borrow_mut","","",51,[[]]],[11,"type_id","","",51,[[],["typeid",3]]],[11,"equivalent","","",51,[[]]],[11,"vzip","","",51,[[]]],[11,"from","","",52,[[]]],[11,"into","","",52,[[]]],[11,"to_owned","","",52,[[]]],[11,"clone_into","","",52,[[]]],[11,"try_from","","",52,[[],["result",4]]],[11,"try_into","","",52,[[],["result",4]]],[11,"borrow","","",52,[[]]],[11,"borrow_mut","","",52,[[]]],[11,"type_id","","",52,[[],["typeid",3]]],[11,"equivalent","","",52,[[]]],[11,"vzip","","",52,[[]]],[11,"from","","",53,[[]]],[11,"into","","",53,[[]]],[11,"to_owned","","",53,[[]]],[11,"clone_into","","",53,[[]]],[11,"to_string","","",53,[[],["string",3]]],[11,"try_from","","",53,[[],["result",4]]],[11,"try_into","","",53,[[],["result",4]]],[11,"borrow","","",53,[[]]],[11,"borrow_mut","","",53,[[]]],[11,"type_id","","",53,[[],["typeid",3]]],[11,"equivalent","","",53,[[]]],[11,"vzip","","",53,[[]]],[11,"from","","",54,[[]]],[11,"into","","",54,[[]]],[11,"to_owned","","",54,[[]]],[11,"clone_into","","",54,[[]]],[11,"try_from","","",54,[[],["result",4]]],[11,"try_into","","",54,[[],["result",4]]],[11,"borrow","","",54,[[]]],[11,"borrow_mut","","",54,[[]]],[11,"type_id","","",54,[[],["typeid",3]]],[11,"vzip","","",54,[[]]],[11,"from","","",55,[[]]],[11,"into","","",55,[[]]],[11,"to_owned","","",55,[[]]],[11,"clone_into","","",55,[[]]],[11,"try_from","","",55,[[],["result",4]]],[11,"try_into","","",55,[[],["result",4]]],[11,"borrow","","",55,[[]]],[11,"borrow_mut","","",55,[[]]],[11,"type_id","","",55,[[],["typeid",3]]],[11,"vzip","","",55,[[]]],[11,"from","","",56,[[]]],[11,"into","","",56,[[]]],[11,"to_owned","","",56,[[]]],[11,"clone_into","","",56,[[]]],[11,"try_from","","",56,[[],["result",4]]],[11,"try_into","","",56,[[],["result",4]]],[11,"borrow","","",56,[[]]],[11,"borrow_mut","","",56,[[]]],[11,"type_id","","",56,[[],["typeid",3]]],[11,"equivalent","","",56,[[]]],[11,"vzip","","",56,[[]]],[11,"from","","",57,[[]]],[11,"into","","",57,[[]]],[11,"to_owned","","",57,[[]]],[11,"clone_into","","",57,[[]]],[11,"try_from","","",57,[[],["result",4]]],[11,"try_into","","",57,[[],["result",4]]],[11,"borrow","","",57,[[]]],[11,"borrow_mut","","",57,[[]]],[11,"type_id","","",57,[[],["typeid",3]]],[11,"equivalent","","",57,[[]]],[11,"vzip","","",57,[[]]],[11,"from","","",58,[[]]],[11,"into","","",58,[[]]],[11,"to_owned","","",58,[[]]],[11,"clone_into","","",58,[[]]],[11,"try_from","","",58,[[],["result",4]]],[11,"try_into","","",58,[[],["result",4]]],[11,"borrow","","",58,[[]]],[11,"borrow_mut","","",58,[[]]],[11,"type_id","","",58,[[],["typeid",3]]],[11,"equivalent","","",58,[[]]],[11,"vzip","","",58,[[]]],[11,"from","","",59,[[]]],[11,"into","","",59,[[]]],[11,"to_owned","","",59,[[]]],[11,"clone_into","","",59,[[]]],[11,"to_string","","",59,[[],["string",3]]],[11,"try_from","","",59,[[],["result",4]]],[11,"try_into","","",59,[[],["result",4]]],[11,"borrow","","",59,[[]]],[11,"borrow_mut","","",59,[[]]],[11,"type_id","","",59,[[],["typeid",3]]],[11,"equivalent","","",59,[[]]],[11,"vzip","","",59,[[]]],[11,"from","map_model::edits::compat","",60,[[]]],[11,"into","","",60,[[]]],[11,"try_from","","",60,[[],["result",4]]],[11,"try_into","","",60,[[],["result",4]]],[11,"borrow","","",60,[[]]],[11,"borrow_mut","","",60,[[]]],[11,"type_id","","",60,[[],["typeid",3]]],[11,"vzip","","",60,[[]]],[11,"from","","",61,[[]]],[11,"into","","",61,[[]]],[11,"try_from","","",61,[[],["result",4]]],[11,"try_into","","",61,[[],["result",4]]],[11,"borrow","","",61,[[]]],[11,"borrow_mut","","",61,[[]]],[11,"type_id","","",61,[[],["typeid",3]]],[11,"vzip","","",61,[[]]],[11,"from","","",62,[[]]],[11,"into","","",62,[[]]],[11,"try_from","","",62,[[],["result",4]]],[11,"try_into","","",62,[[],["result",4]]],[11,"borrow","","",62,[[]]],[11,"borrow_mut","","",62,[[]]],[11,"type_id","","",62,[[],["typeid",3]]],[11,"vzip","","",62,[[]]],[11,"from","","",63,[[]]],[11,"into","","",63,[[]]],[11,"try_from","","",63,[[],["result",4]]],[11,"try_into","","",63,[[],["result",4]]],[11,"borrow","","",63,[[]]],[11,"borrow_mut","","",63,[[]]],[11,"type_id","","",63,[[],["typeid",3]]],[11,"vzip","","",63,[[]]],[11,"from","","",64,[[]]],[11,"into","","",64,[[]]],[11,"try_from","","",64,[[],["result",4]]],[11,"try_into","","",64,[[],["result",4]]],[11,"borrow","","",64,[[]]],[11,"borrow_mut","","",64,[[]]],[11,"type_id","","",64,[[],["typeid",3]]],[11,"vzip","","",64,[[]]],[11,"from","map_model::edits::perma","",65,[[]]],[11,"into","","",65,[[]]],[11,"to_owned","","",65,[[]]],[11,"clone_into","","",65,[[]]],[11,"try_from","","",65,[[],["result",4]]],[11,"try_into","","",65,[[],["result",4]]],[11,"borrow","","",65,[[]]],[11,"borrow_mut","","",65,[[]]],[11,"type_id","","",65,[[],["typeid",3]]],[11,"vzip","","",65,[[]]],[11,"from","","",67,[[]]],[11,"into","","",67,[[]]],[11,"to_owned","","",67,[[]]],[11,"clone_into","","",67,[[]]],[11,"try_from","","",67,[[],["result",4]]],[11,"try_into","","",67,[[],["result",4]]],[11,"borrow","","",67,[[]]],[11,"borrow_mut","","",67,[[]]],[11,"type_id","","",67,[[],["typeid",3]]],[11,"vzip","","",67,[[]]],[11,"from","map_model::make::initial","",71,[[]]],[11,"into","","",71,[[]]],[11,"try_from","","",71,[[],["result",4]]],[11,"try_into","","",71,[[],["result",4]]],[11,"borrow","","",71,[[]]],[11,"borrow_mut","","",71,[[]]],[11,"type_id","","",71,[[],["typeid",3]]],[11,"vzip","","",71,[[]]],[11,"from","","",72,[[]]],[11,"into","","",72,[[]]],[11,"try_from","","",72,[[],["result",4]]],[11,"try_into","","",72,[[],["result",4]]],[11,"borrow","","",72,[[]]],[11,"borrow_mut","","",72,[[]]],[11,"type_id","","",72,[[],["typeid",3]]],[11,"vzip","","",72,[[]]],[11,"from","","",73,[[]]],[11,"into","","",73,[[]]],[11,"try_from","","",73,[[],["result",4]]],[11,"try_into","","",73,[[],["result",4]]],[11,"borrow","","",73,[[]]],[11,"borrow_mut","","",73,[[]]],[11,"type_id","","",73,[[],["typeid",3]]],[11,"vzip","","",73,[[]]],[11,"from","map_model::make::initial::geometry","",74,[[]]],[11,"into","","",74,[[]]],[11,"try_from","","",74,[[],["result",4]]],[11,"try_into","","",74,[[],["result",4]]],[11,"borrow","","",74,[[]]],[11,"borrow_mut","","",74,[[]]],[11,"type_id","","",74,[[],["typeid",3]]],[11,"vzip","","",74,[[]]],[11,"from","map_model::make::initial::lane_specs","",75,[[]]],[11,"into","","",75,[[]]],[11,"try_from","","",75,[[],["result",4]]],[11,"try_into","","",75,[[],["result",4]]],[11,"borrow","","",75,[[]]],[11,"borrow_mut","","",75,[[]]],[11,"type_id","","",75,[[],["typeid",3]]],[11,"vzip","","",75,[[]]],[11,"from","map_model::make::traffic_signals","",76,[[]]],[11,"into","","",76,[[]]],[11,"to_owned","","",76,[[]]],[11,"clone_into","","",76,[[]]],[11,"try_from","","",76,[[],["result",4]]],[11,"try_into","","",76,[[],["result",4]]],[11,"borrow","","",76,[[]]],[11,"borrow_mut","","",76,[[]]],[11,"type_id","","",76,[[],["typeid",3]]],[11,"vzip","","",76,[[]]],[11,"from","map_model::make::transit","",77,[[]]],[11,"into","","",77,[[]]],[11,"try_from","","",77,[[],["result",4]]],[11,"try_into","","",77,[[],["result",4]]],[11,"borrow","","",77,[[]]],[11,"borrow_mut","","",77,[[]]],[11,"type_id","","",77,[[],["typeid",3]]],[11,"vzip","","",77,[[]]],[11,"from","map_model::osm","",78,[[]]],[11,"into","","",78,[[]]],[11,"to_owned","","",78,[[]]],[11,"clone_into","","",78,[[]]],[11,"to_string","","",78,[[],["string",3]]],[11,"try_from","","",78,[[],["result",4]]],[11,"try_into","","",78,[[],["result",4]]],[11,"borrow","","",78,[[]]],[11,"borrow_mut","","",78,[[]]],[11,"type_id","","",78,[[],["typeid",3]]],[11,"equivalent","","",78,[[]]],[11,"vzip","","",78,[[]]],[11,"from","","",79,[[]]],[11,"into","","",79,[[]]],[11,"to_owned","","",79,[[]]],[11,"clone_into","","",79,[[]]],[11,"to_string","","",79,[[],["string",3]]],[11,"try_from","","",79,[[],["result",4]]],[11,"try_into","","",79,[[],["result",4]]],[11,"borrow","","",79,[[]]],[11,"borrow_mut","","",79,[[]]],[11,"type_id","","",79,[[],["typeid",3]]],[11,"equivalent","","",79,[[]]],[11,"vzip","","",79,[[]]],[11,"from","","",80,[[]]],[11,"into","","",80,[[]]],[11,"to_owned","","",80,[[]]],[11,"clone_into","","",80,[[]]],[11,"to_string","","",80,[[],["string",3]]],[11,"try_from","","",80,[[],["result",4]]],[11,"try_into","","",80,[[],["result",4]]],[11,"borrow","","",80,[[]]],[11,"borrow_mut","","",80,[[]]],[11,"type_id","","",80,[[],["typeid",3]]],[11,"equivalent","","",80,[[]]],[11,"vzip","","",80,[[]]],[11,"from","","",81,[[]]],[11,"into","","",81,[[]]],[11,"to_owned","","",81,[[]]],[11,"clone_into","","",81,[[]]],[11,"try_from","","",81,[[],["result",4]]],[11,"try_into","","",81,[[],["result",4]]],[11,"borrow","","",81,[[]]],[11,"borrow_mut","","",81,[[]]],[11,"type_id","","",81,[[],["typeid",3]]],[11,"equivalent","","",81,[[]]],[11,"vzip","","",81,[[]]],[11,"from","","",82,[[]]],[11,"into","","",82,[[]]],[11,"to_owned","","",82,[[]]],[11,"clone_into","","",82,[[]]],[11,"to_string","","",82,[[],["string",3]]],[11,"try_from","","",82,[[],["result",4]]],[11,"try_into","","",82,[[],["result",4]]],[11,"borrow","","",82,[[]]],[11,"borrow_mut","","",82,[[]]],[11,"type_id","","",82,[[],["typeid",3]]],[11,"equivalent","","",82,[[]]],[11,"vzip","","",82,[[]]],[11,"from","map_model::pathfind","",83,[[]]],[11,"into","","",83,[[]]],[11,"try_from","","",83,[[],["result",4]]],[11,"try_into","","",83,[[],["result",4]]],[11,"borrow","","",83,[[]]],[11,"borrow_mut","","",83,[[]]],[11,"type_id","","",83,[[],["typeid",3]]],[11,"vzip","","",83,[[]]],[11,"from","map_model::pathfind::ch","",84,[[]]],[11,"into","","",84,[[]]],[11,"try_from","","",84,[[],["result",4]]],[11,"try_into","","",84,[[],["result",4]]],[11,"borrow","","",84,[[]]],[11,"borrow_mut","","",84,[[]]],[11,"type_id","","",84,[[],["typeid",3]]],[11,"vzip","","",84,[[]]],[11,"from","map_model::pathfind::driving","",85,[[]]],[11,"into","","",85,[[]]],[11,"try_from","","",85,[[],["result",4]]],[11,"try_into","","",85,[[],["result",4]]],[11,"borrow","","",85,[[]]],[11,"borrow_mut","","",85,[[]]],[11,"type_id","","",85,[[],["typeid",3]]],[11,"vzip","","",85,[[]]],[11,"from","","",86,[[]]],[11,"into","","",86,[[]]],[11,"to_owned","","",86,[[]]],[11,"clone_into","","",86,[[]]],[11,"try_from","","",86,[[],["result",4]]],[11,"try_into","","",86,[[],["result",4]]],[11,"borrow","","",86,[[]]],[11,"borrow_mut","","",86,[[]]],[11,"type_id","","",86,[[],["typeid",3]]],[11,"equivalent","","",86,[[]]],[11,"vzip","","",86,[[]]],[11,"from","map_model::pathfind::node_map","",87,[[]]],[11,"into","","",87,[[]]],[11,"try_from","","",87,[[],["result",4]]],[11,"try_into","","",87,[[],["result",4]]],[11,"borrow","","",87,[[]]],[11,"borrow_mut","","",87,[[]]],[11,"type_id","","",87,[[],["typeid",3]]],[11,"vzip","","",87,[[]]],[11,"from","map_model::pathfind::walking","",88,[[]]],[11,"into","","",88,[[]]],[11,"try_from","","",88,[[],["result",4]]],[11,"try_into","","",88,[[],["result",4]]],[11,"borrow","","",88,[[]]],[11,"borrow_mut","","",88,[[]]],[11,"type_id","","",88,[[],["typeid",3]]],[11,"vzip","","",88,[[]]],[11,"from","","",89,[[]]],[11,"into","","",89,[[]]],[11,"to_owned","","",89,[[]]],[11,"clone_into","","",89,[[]]],[11,"try_from","","",89,[[],["result",4]]],[11,"try_into","","",89,[[],["result",4]]],[11,"borrow","","",89,[[]]],[11,"borrow_mut","","",89,[[]]],[11,"type_id","","",89,[[],["typeid",3]]],[11,"equivalent","","",89,[[]]],[11,"vzip","","",89,[[]]],[11,"from","map_model::raw","",90,[[]]],[11,"into","","",90,[[]]],[11,"try_from","","",90,[[],["result",4]]],[11,"try_into","","",90,[[],["result",4]]],[11,"borrow","","",90,[[]]],[11,"borrow_mut","","",90,[[]]],[11,"type_id","","",90,[[],["typeid",3]]],[11,"vzip","","",90,[[]]],[11,"from","","",91,[[]]],[11,"into","","",91,[[]]],[11,"to_owned","","",91,[[]]],[11,"clone_into","","",91,[[]]],[11,"to_string","","",91,[[],["string",3]]],[11,"try_from","","",91,[[],["result",4]]],[11,"try_into","","",91,[[],["result",4]]],[11,"borrow","","",91,[[]]],[11,"borrow_mut","","",91,[[]]],[11,"type_id","","",91,[[],["typeid",3]]],[11,"equivalent","","",91,[[]]],[11,"vzip","","",91,[[]]],[11,"from","","",92,[[]]],[11,"into","","",92,[[]]],[11,"to_owned","","",92,[[]]],[11,"clone_into","","",92,[[]]],[11,"try_from","","",92,[[],["result",4]]],[11,"try_into","","",92,[[],["result",4]]],[11,"borrow","","",92,[[]]],[11,"borrow_mut","","",92,[[]]],[11,"type_id","","",92,[[],["typeid",3]]],[11,"vzip","","",92,[[]]],[11,"from","","",93,[[]]],[11,"into","","",93,[[]]],[11,"to_owned","","",93,[[]]],[11,"clone_into","","",93,[[]]],[11,"try_from","","",93,[[],["result",4]]],[11,"try_into","","",93,[[],["result",4]]],[11,"borrow","","",93,[[]]],[11,"borrow_mut","","",93,[[]]],[11,"type_id","","",93,[[],["typeid",3]]],[11,"vzip","","",93,[[]]],[11,"from","","",94,[[]]],[11,"into","","",94,[[]]],[11,"to_owned","","",94,[[]]],[11,"clone_into","","",94,[[]]],[11,"try_from","","",94,[[],["result",4]]],[11,"try_into","","",94,[[],["result",4]]],[11,"borrow","","",94,[[]]],[11,"borrow_mut","","",94,[[]]],[11,"type_id","","",94,[[],["typeid",3]]],[11,"vzip","","",94,[[]]],[11,"from","","",95,[[]]],[11,"into","","",95,[[]]],[11,"to_owned","","",95,[[]]],[11,"clone_into","","",95,[[]]],[11,"try_from","","",95,[[],["result",4]]],[11,"try_into","","",95,[[],["result",4]]],[11,"borrow","","",95,[[]]],[11,"borrow_mut","","",95,[[]]],[11,"type_id","","",95,[[],["typeid",3]]],[11,"vzip","","",95,[[]]],[11,"from","","",96,[[]]],[11,"into","","",96,[[]]],[11,"to_owned","","",96,[[]]],[11,"clone_into","","",96,[[]]],[11,"try_from","","",96,[[],["result",4]]],[11,"try_into","","",96,[[],["result",4]]],[11,"borrow","","",96,[[]]],[11,"borrow_mut","","",96,[[]]],[11,"type_id","","",96,[[],["typeid",3]]],[11,"vzip","","",96,[[]]],[11,"from","","",97,[[]]],[11,"into","","",97,[[]]],[11,"to_owned","","",97,[[]]],[11,"clone_into","","",97,[[]]],[11,"try_from","","",97,[[],["result",4]]],[11,"try_into","","",97,[[],["result",4]]],[11,"borrow","","",97,[[]]],[11,"borrow_mut","","",97,[[]]],[11,"type_id","","",97,[[],["typeid",3]]],[11,"equivalent","","",97,[[]]],[11,"vzip","","",97,[[]]],[11,"from","","",98,[[]]],[11,"into","","",98,[[]]],[11,"try_from","","",98,[[],["result",4]]],[11,"try_into","","",98,[[],["result",4]]],[11,"borrow","","",98,[[]]],[11,"borrow_mut","","",98,[[]]],[11,"type_id","","",98,[[],["typeid",3]]],[11,"vzip","","",98,[[]]],[11,"from","","",99,[[]]],[11,"into","","",99,[[]]],[11,"try_from","","",99,[[],["result",4]]],[11,"try_into","","",99,[[],["result",4]]],[11,"borrow","","",99,[[]]],[11,"borrow_mut","","",99,[[]]],[11,"type_id","","",99,[[],["typeid",3]]],[11,"vzip","","",99,[[]]],[11,"from","","",100,[[]]],[11,"into","","",100,[[]]],[11,"to_owned","","",100,[[]]],[11,"clone_into","","",100,[[]]],[11,"try_from","","",100,[[],["result",4]]],[11,"try_into","","",100,[[],["result",4]]],[11,"borrow","","",100,[[]]],[11,"borrow_mut","","",100,[[]]],[11,"type_id","","",100,[[],["typeid",3]]],[11,"equivalent","","",100,[[]]],[11,"vzip","","",100,[[]]],[11,"clone","map_model","",4,[[],["permanentmapedits",3]]],[11,"clone","map_model::edits::perma","",65,[[],["permanenteditintersection",4]]],[11,"clone","","",67,[[],["permanenteditcmd",4]]],[11,"clone","map_model","",3,[[],["mapedits",3]]],[11,"clone","","",46,[[],["editintersection",4]]],[11,"clone","","",2,[[],["editroad",3]]],[11,"clone","","",42,[[],["editcmd",4]]],[11,"clone","map_model::make::traffic_signals","",76,[[],["partition",3]]],[11,"clone","map_model","",5,[[],["mapconfig",3]]],[11,"clone","","",47,[[],["drivingside",4]]],[11,"clone","","",7,[[],["areaid",3]]],[11,"clone","","",48,[[],["areatype",4]]],[11,"clone","","",9,[[],["buildingid",3]]],[11,"clone","","",50,[[],["offstreetparking",4]]],[11,"clone","","",10,[[],["nameperlanguage",3]]],[11,"clone","","",14,[[],["busstopid",3]]],[11,"clone","","",12,[[],["busrouteid",3]]],[11,"clone","","",13,[[],["busstop",3]]],[11,"clone","","",16,[[],["intersectionid",3]]],[11,"clone","","",51,[[],["intersectiontype",4]]],[11,"clone","","",18,[[],["laneid",3]]],[11,"clone","","",52,[[],["lanetype",4]]],[11,"clone","","",20,[[],["parkinglotid",3]]],[11,"clone","","",23,[[],["roadid",3]]],[11,"clone","","",53,[[],["direction",4]]],[11,"clone","","",21,[[],["directedroadid",3]]],[11,"clone","","",24,[[],["controlstopsign",3]]],[11,"clone","","",25,[[],["roadwithstopsign",3]]],[11,"clone","","",26,[[],["controltrafficsignal",3]]],[11,"clone","","",27,[[],["stage",3]]],[11,"clone","","",54,[[],["phasetype",4]]],[11,"clone","","",32,[[],["turnid",3]]],[11,"clone","","",56,[[],["turntype",4]]],[11,"clone","","",55,[[],["turnpriority",4]]],[11,"clone","","",31,[[],["turn",3]]],[11,"clone","","",30,[[],["movementid",3]]],[11,"clone","","",28,[[],["compressedmovementid",3]]],[11,"clone","","",29,[[],["movement",3]]],[11,"clone","","",33,[[],["accessrestrictions",3]]],[11,"clone","map_model::osm","",81,[[],["roadrank",4]]],[11,"clone","","",78,[[],["nodeid",3]]],[11,"clone","","",79,[[],["wayid",3]]],[11,"clone","","",80,[[],["relationid",3]]],[11,"clone","","",82,[[],["osmid",4]]],[11,"clone","map_model::pathfind::driving","",86,[[],["node",4]]],[11,"clone","map_model","",35,[[],["intersectioncluster",3]]],[11,"clone","","",36,[[],["uberturn",3]]],[11,"clone","map_model::pathfind::walking","",89,[[],["walkingnode",4]]],[11,"clone","map_model","",58,[[],["pathstep",4]]],[11,"clone","","",38,[[],["path",3]]],[11,"clone","","",57,[[]]],[11,"clone","","",39,[[],["pathrequest",3]]],[11,"clone","map_model::raw","",91,[[],["originalroad",3]]],[11,"clone","","",92,[[],["rawroad",3]]],[11,"clone","","",93,[[],["rawintersection",3]]],[11,"clone","","",94,[[],["rawbuilding",3]]],[11,"clone","","",95,[[],["rawarea",3]]],[11,"clone","","",96,[[],["rawparkinglot",3]]],[11,"clone","","",100,[[],["restrictiontype",4]]],[11,"clone","","",97,[[],["turnrestriction",3]]],[11,"clone","map_model","",40,[[],["position",3]]],[11,"clone","","",59,[[],["traversable",4]]],[11,"default","","",3,[[],["mapedits",3]]],[11,"cmp","","",7,[[["areaid",3]],["ordering",4]]],[11,"cmp","","",9,[[["buildingid",3]],["ordering",4]]],[11,"cmp","","",10,[[["nameperlanguage",3]],["ordering",4]]],[11,"cmp","","",14,[[["busstopid",3]],["ordering",4]]],[11,"cmp","","",12,[[["busrouteid",3]],["ordering",4]]],[11,"cmp","","",16,[[["intersectionid",3]],["ordering",4]]],[11,"cmp","","",18,[[["laneid",3]],["ordering",4]]],[11,"cmp","","",52,[[["lanetype",4]],["ordering",4]]],[11,"cmp","","",20,[[["parkinglotid",3]],["ordering",4]]],[11,"cmp","","",23,[[["roadid",3]],["ordering",4]]],[11,"cmp","","",53,[[["direction",4]],["ordering",4]]],[11,"cmp","","",21,[[["directedroadid",3]],["ordering",4]]],[11,"cmp","","",32,[[["turnid",3]],["ordering",4]]],[11,"cmp","","",56,[[["turntype",4]],["ordering",4]]],[11,"cmp","","",30,[[["movementid",3]],["ordering",4]]],[11,"cmp","","",28,[[["compressedmovementid",3]],["ordering",4]]],[11,"cmp","map_model::osm","",81,[[["roadrank",4]],["ordering",4]]],[11,"cmp","","",78,[[["nodeid",3]],["ordering",4]]],[11,"cmp","","",79,[[["wayid",3]],["ordering",4]]],[11,"cmp","","",80,[[["relationid",3]],["ordering",4]]],[11,"cmp","","",82,[[["osmid",4]],["ordering",4]]],[11,"cmp","map_model::pathfind::driving","",86,[[["node",4]],["ordering",4]]],[11,"cmp","map_model::pathfind::walking","",89,[[["walkingnode",4]],["ordering",4]]],[11,"cmp","map_model","",58,[[["pathstep",4]],["ordering",4]]],[11,"cmp","","",57,[[["pathconstraints",4]],["ordering",4]]],[11,"cmp","map_model::raw","",91,[[["originalroad",3]],["ordering",4]]],[11,"cmp","","",100,[[["restrictiontype",4]],["ordering",4]]],[11,"cmp","","",97,[[["turnrestriction",3]],["ordering",4]]],[11,"cmp","map_model","",40,[[["position",3]],["ordering",4]]],[11,"cmp","","",59,[[["traversable",4]],["ordering",4]]],[11,"eq","","",3,[[["mapedits",3]]]],[11,"ne","","",3,[[["mapedits",3]]]],[11,"eq","","",46,[[["editintersection",4]]]],[11,"ne","","",46,[[["editintersection",4]]]],[11,"eq","","",2,[[["editroad",3]]]],[11,"ne","","",2,[[["editroad",3]]]],[11,"eq","","",42,[[["editcmd",4]]]],[11,"ne","","",42,[[["editcmd",4]]]],[11,"eq","map_model::make::initial::lane_specs","",75,[[["lanespec",3]]]],[11,"ne","","",75,[[["lanespec",3]]]],[11,"eq","map_model","",47,[[["drivingside",4]]]],[11,"eq","","",7,[[["areaid",3]]]],[11,"ne","","",7,[[["areaid",3]]]],[11,"eq","","",48,[[["areatype",4]]]],[11,"eq","","",9,[[["buildingid",3]]]],[11,"ne","","",9,[[["buildingid",3]]]],[11,"eq","","",50,[[["offstreetparking",4]]]],[11,"ne","","",50,[[["offstreetparking",4]]]],[11,"eq","","",10,[[["nameperlanguage",3]]]],[11,"ne","","",10,[[["nameperlanguage",3]]]],[11,"eq","","",14,[[["busstopid",3]]]],[11,"ne","","",14,[[["busstopid",3]]]],[11,"eq","","",12,[[["busrouteid",3]]]],[11,"ne","","",12,[[["busrouteid",3]]]],[11,"eq","","",13,[[["busstop",3]]]],[11,"ne","","",13,[[["busstop",3]]]],[11,"eq","","",16,[[["intersectionid",3]]]],[11,"ne","","",16,[[["intersectionid",3]]]],[11,"eq","","",51,[[["intersectiontype",4]]]],[11,"eq","","",18,[[["laneid",3]]]],[11,"ne","","",18,[[["laneid",3]]]],[11,"eq","","",52,[[["lanetype",4]]]],[11,"eq","","",20,[[["parkinglotid",3]]]],[11,"ne","","",20,[[["parkinglotid",3]]]],[11,"eq","","",23,[[["roadid",3]]]],[11,"ne","","",23,[[["roadid",3]]]],[11,"eq","","",53,[[["direction",4]]]],[11,"eq","","",21,[[["directedroadid",3]]]],[11,"ne","","",21,[[["directedroadid",3]]]],[11,"eq","","",24,[[["controlstopsign",3]]]],[11,"ne","","",24,[[["controlstopsign",3]]]],[11,"eq","","",25,[[["roadwithstopsign",3]]]],[11,"ne","","",25,[[["roadwithstopsign",3]]]],[11,"eq","","",26,[[["controltrafficsignal",3]]]],[11,"ne","","",26,[[["controltrafficsignal",3]]]],[11,"eq","","",27,[[["stage",3]]]],[11,"ne","","",27,[[["stage",3]]]],[11,"eq","","",54,[[["phasetype",4]]]],[11,"ne","","",54,[[["phasetype",4]]]],[11,"eq","","",32,[[["turnid",3]]]],[11,"ne","","",32,[[["turnid",3]]]],[11,"eq","","",56,[[["turntype",4]]]],[11,"eq","","",55,[[["turnpriority",4]]]],[11,"eq","","",31,[[["turn",3]]]],[11,"ne","","",31,[[["turn",3]]]],[11,"eq","","",30,[[["movementid",3]]]],[11,"ne","","",30,[[["movementid",3]]]],[11,"eq","","",28,[[["compressedmovementid",3]]]],[11,"ne","","",28,[[["compressedmovementid",3]]]],[11,"eq","","",29,[[["movement",3]]]],[11,"ne","","",29,[[["movement",3]]]],[11,"eq","","",33,[[["accessrestrictions",3]]]],[11,"ne","","",33,[[["accessrestrictions",3]]]],[11,"eq","","",34,[[["zone",3]]]],[11,"ne","","",34,[[["zone",3]]]],[11,"eq","map_model::osm","",81,[[["roadrank",4]]]],[11,"eq","","",78,[[["nodeid",3]]]],[11,"ne","","",78,[[["nodeid",3]]]],[11,"eq","","",79,[[["wayid",3]]]],[11,"ne","","",79,[[["wayid",3]]]],[11,"eq","","",80,[[["relationid",3]]]],[11,"ne","","",80,[[["relationid",3]]]],[11,"eq","","",82,[[["osmid",4]]]],[11,"ne","","",82,[[["osmid",4]]]],[11,"eq","map_model::pathfind::driving","",86,[[["node",4]]]],[11,"ne","","",86,[[["node",4]]]],[11,"eq","map_model","",36,[[["uberturn",3]]]],[11,"ne","","",36,[[["uberturn",3]]]],[11,"eq","map_model::pathfind::walking","",89,[[["walkingnode",4]]]],[11,"ne","","",89,[[["walkingnode",4]]]],[11,"eq","map_model","",58,[[["pathstep",4]]]],[11,"ne","","",58,[[["pathstep",4]]]],[11,"eq","","",38,[[["path",3]]]],[11,"ne","","",38,[[["path",3]]]],[11,"eq","","",57,[[]]],[11,"eq","","",57,[[["enumset",3]]]],[11,"eq","","",39,[[["pathrequest",3]]]],[11,"ne","","",39,[[["pathrequest",3]]]],[11,"eq","map_model::raw","",91,[[["originalroad",3]]]],[11,"ne","","",91,[[["originalroad",3]]]],[11,"eq","","",92,[[["rawroad",3]]]],[11,"ne","","",92,[[["rawroad",3]]]],[11,"eq","","",93,[[["rawintersection",3]]]],[11,"ne","","",93,[[["rawintersection",3]]]],[11,"eq","","",100,[[["restrictiontype",4]]]],[11,"eq","","",97,[[["turnrestriction",3]]]],[11,"ne","","",97,[[["turnrestriction",3]]]],[11,"eq","map_model","",40,[[["position",3]]]],[11,"ne","","",40,[[["position",3]]]],[11,"eq","","",59,[[["traversable",4]]]],[11,"ne","","",59,[[["traversable",4]]]],[11,"partial_cmp","","",7,[[["areaid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",7,[[["areaid",3]]]],[11,"le","","",7,[[["areaid",3]]]],[11,"gt","","",7,[[["areaid",3]]]],[11,"ge","","",7,[[["areaid",3]]]],[11,"partial_cmp","","",9,[[["buildingid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",9,[[["buildingid",3]]]],[11,"le","","",9,[[["buildingid",3]]]],[11,"gt","","",9,[[["buildingid",3]]]],[11,"ge","","",9,[[["buildingid",3]]]],[11,"partial_cmp","","",10,[[["nameperlanguage",3]],[["option",4],["ordering",4]]]],[11,"lt","","",10,[[["nameperlanguage",3]]]],[11,"le","","",10,[[["nameperlanguage",3]]]],[11,"gt","","",10,[[["nameperlanguage",3]]]],[11,"ge","","",10,[[["nameperlanguage",3]]]],[11,"partial_cmp","","",14,[[["busstopid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",14,[[["busstopid",3]]]],[11,"le","","",14,[[["busstopid",3]]]],[11,"gt","","",14,[[["busstopid",3]]]],[11,"ge","","",14,[[["busstopid",3]]]],[11,"partial_cmp","","",12,[[["busrouteid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",12,[[["busrouteid",3]]]],[11,"le","","",12,[[["busrouteid",3]]]],[11,"gt","","",12,[[["busrouteid",3]]]],[11,"ge","","",12,[[["busrouteid",3]]]],[11,"partial_cmp","","",16,[[["intersectionid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",16,[[["intersectionid",3]]]],[11,"le","","",16,[[["intersectionid",3]]]],[11,"gt","","",16,[[["intersectionid",3]]]],[11,"ge","","",16,[[["intersectionid",3]]]],[11,"partial_cmp","","",18,[[["laneid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",18,[[["laneid",3]]]],[11,"le","","",18,[[["laneid",3]]]],[11,"gt","","",18,[[["laneid",3]]]],[11,"ge","","",18,[[["laneid",3]]]],[11,"partial_cmp","","",52,[[["lanetype",4]],[["option",4],["ordering",4]]]],[11,"partial_cmp","","",20,[[["parkinglotid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",20,[[["parkinglotid",3]]]],[11,"le","","",20,[[["parkinglotid",3]]]],[11,"gt","","",20,[[["parkinglotid",3]]]],[11,"ge","","",20,[[["parkinglotid",3]]]],[11,"partial_cmp","","",23,[[["roadid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",23,[[["roadid",3]]]],[11,"le","","",23,[[["roadid",3]]]],[11,"gt","","",23,[[["roadid",3]]]],[11,"ge","","",23,[[["roadid",3]]]],[11,"partial_cmp","","",53,[[["direction",4]],[["option",4],["ordering",4]]]],[11,"partial_cmp","","",21,[[["directedroadid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",21,[[["directedroadid",3]]]],[11,"le","","",21,[[["directedroadid",3]]]],[11,"gt","","",21,[[["directedroadid",3]]]],[11,"ge","","",21,[[["directedroadid",3]]]],[11,"partial_cmp","","",32,[[["turnid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",32,[[["turnid",3]]]],[11,"le","","",32,[[["turnid",3]]]],[11,"gt","","",32,[[["turnid",3]]]],[11,"ge","","",32,[[["turnid",3]]]],[11,"partial_cmp","","",56,[[["turntype",4]],[["option",4],["ordering",4]]]],[11,"partial_cmp","","",55,[[["turnpriority",4]],[["option",4],["ordering",4]]]],[11,"partial_cmp","","",30,[[["movementid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",30,[[["movementid",3]]]],[11,"le","","",30,[[["movementid",3]]]],[11,"gt","","",30,[[["movementid",3]]]],[11,"ge","","",30,[[["movementid",3]]]],[11,"partial_cmp","","",28,[[["compressedmovementid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",28,[[["compressedmovementid",3]]]],[11,"le","","",28,[[["compressedmovementid",3]]]],[11,"gt","","",28,[[["compressedmovementid",3]]]],[11,"ge","","",28,[[["compressedmovementid",3]]]],[11,"partial_cmp","map_model::osm","",81,[[["roadrank",4]],[["option",4],["ordering",4]]]],[11,"partial_cmp","","",78,[[["nodeid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",78,[[["nodeid",3]]]],[11,"le","","",78,[[["nodeid",3]]]],[11,"gt","","",78,[[["nodeid",3]]]],[11,"ge","","",78,[[["nodeid",3]]]],[11,"partial_cmp","","",79,[[["wayid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",79,[[["wayid",3]]]],[11,"le","","",79,[[["wayid",3]]]],[11,"gt","","",79,[[["wayid",3]]]],[11,"ge","","",79,[[["wayid",3]]]],[11,"partial_cmp","","",80,[[["relationid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",80,[[["relationid",3]]]],[11,"le","","",80,[[["relationid",3]]]],[11,"gt","","",80,[[["relationid",3]]]],[11,"ge","","",80,[[["relationid",3]]]],[11,"partial_cmp","","",82,[[["osmid",4]],[["option",4],["ordering",4]]]],[11,"lt","","",82,[[["osmid",4]]]],[11,"le","","",82,[[["osmid",4]]]],[11,"gt","","",82,[[["osmid",4]]]],[11,"ge","","",82,[[["osmid",4]]]],[11,"partial_cmp","map_model::pathfind::driving","",86,[[["node",4]],[["option",4],["ordering",4]]]],[11,"lt","","",86,[[["node",4]]]],[11,"le","","",86,[[["node",4]]]],[11,"gt","","",86,[[["node",4]]]],[11,"ge","","",86,[[["node",4]]]],[11,"partial_cmp","map_model::pathfind::walking","",89,[[["walkingnode",4]],[["option",4],["ordering",4]]]],[11,"lt","","",89,[[["walkingnode",4]]]],[11,"le","","",89,[[["walkingnode",4]]]],[11,"gt","","",89,[[["walkingnode",4]]]],[11,"ge","","",89,[[["walkingnode",4]]]],[11,"partial_cmp","map_model","",58,[[["pathstep",4]],[["option",4],["ordering",4]]]],[11,"lt","","",58,[[["pathstep",4]]]],[11,"le","","",58,[[["pathstep",4]]]],[11,"gt","","",58,[[["pathstep",4]]]],[11,"ge","","",58,[[["pathstep",4]]]],[11,"partial_cmp","","",57,[[["pathconstraints",4]],[["option",4],["ordering",4]]]],[11,"partial_cmp","map_model::raw","",91,[[["originalroad",3]],[["option",4],["ordering",4]]]],[11,"lt","","",91,[[["originalroad",3]]]],[11,"le","","",91,[[["originalroad",3]]]],[11,"gt","","",91,[[["originalroad",3]]]],[11,"ge","","",91,[[["originalroad",3]]]],[11,"partial_cmp","","",100,[[["restrictiontype",4]],[["option",4],["ordering",4]]]],[11,"partial_cmp","","",97,[[["turnrestriction",3]],[["option",4],["ordering",4]]]],[11,"lt","","",97,[[["turnrestriction",3]]]],[11,"le","","",97,[[["turnrestriction",3]]]],[11,"gt","","",97,[[["turnrestriction",3]]]],[11,"ge","","",97,[[["turnrestriction",3]]]],[11,"partial_cmp","map_model","",40,[[["position",3]],[["option",4],["ordering",4]]]],[11,"lt","","",40,[[["position",3]]]],[11,"le","","",40,[[["position",3]]]],[11,"gt","","",40,[[["position",3]]]],[11,"ge","","",40,[[["position",3]]]],[11,"partial_cmp","","",59,[[["traversable",4]],[["option",4],["ordering",4]]]],[11,"lt","","",59,[[["traversable",4]]]],[11,"le","","",59,[[["traversable",4]]]],[11,"gt","","",59,[[["traversable",4]]]],[11,"ge","","",59,[[["traversable",4]]]],[11,"fmt","map_model::edits::compat","",60,[[["formatter",3]],["result",6]]],[11,"fmt","","",61,[[["formatter",3]],["result",6]]],[11,"fmt","","",62,[[["formatter",3]],["result",6]]],[11,"fmt","","",63,[[["formatter",3]],["result",6]]],[11,"fmt","","",64,[[["formatter",3]],["result",6]]],[11,"fmt","map_model","",3,[[["formatter",3]],["result",6]]],[11,"fmt","","",46,[[["formatter",3]],["result",6]]],[11,"fmt","","",2,[[["formatter",3]],["result",6]]],[11,"fmt","","",42,[[["formatter",3]],["result",6]]],[11,"fmt","","",5,[[["formatter",3]],["result",6]]],[11,"fmt","","",47,[[["formatter",3]],["result",6]]],[11,"fmt","","",7,[[["formatter",3]],["result",6]]],[11,"fmt","","",48,[[["formatter",3]],["result",6]]],[11,"fmt","","",6,[[["formatter",3]],["result",6]]],[11,"fmt","","",9,[[["formatter",3]],["result",6]]],[11,"fmt","","",8,[[["formatter",3]],["result",6]]],[11,"fmt","","",50,[[["formatter",3]],["result",6]]],[11,"fmt","","",49,[[["formatter",3]],["result",6]]],[11,"fmt","","",10,[[["formatter",3]],["result",6]]],[11,"fmt","","",14,[[["formatter",3]],["result",6]]],[11,"fmt","","",12,[[["formatter",3]],["result",6]]],[11,"fmt","","",13,[[["formatter",3]],["result",6]]],[11,"fmt","","",11,[[["formatter",3]],["result",6]]],[11,"fmt","","",16,[[["formatter",3]],["result",6]]],[11,"fmt","","",51,[[["formatter",3]],["result",6]]],[11,"fmt","","",15,[[["formatter",3]],["result",6]]],[11,"fmt","","",18,[[["formatter",3]],["result",6]]],[11,"fmt","","",52,[[["formatter",3]],["result",6]]],[11,"fmt","","",17,[[["formatter",3]],["result",6]]],[11,"fmt","","",20,[[["formatter",3]],["result",6]]],[11,"fmt","","",23,[[["formatter",3]],["result",6]]],[11,"fmt","","",53,[[["formatter",3]],["result",6]]],[11,"fmt","","",21,[[["formatter",3]],["result",6]]],[11,"fmt","","",22,[[["formatter",3]],["result",6]]],[11,"fmt","","",24,[[["formatter",3]],["result",6]]],[11,"fmt","","",25,[[["formatter",3]],["result",6]]],[11,"fmt","","",26,[[["formatter",3]],["result",6]]],[11,"fmt","","",27,[[["formatter",3]],["result",6]]],[11,"fmt","","",54,[[["formatter",3]],["result",6]]],[11,"fmt","","",32,[[["formatter",3]],["result",6]]],[11,"fmt","","",56,[[["formatter",3]],["result",6]]],[11,"fmt","","",55,[[["formatter",3]],["result",6]]],[11,"fmt","","",31,[[["formatter",3]],["result",6]]],[11,"fmt","","",30,[[["formatter",3]],["result",6]]],[11,"fmt","","",28,[[["formatter",3]],["result",6]]],[11,"fmt","","",29,[[["formatter",3]],["result",6]]],[11,"fmt","","",33,[[["formatter",3]],["result",6]]],[11,"fmt","","",34,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::osm","",78,[[["formatter",3]],["result",6]]],[11,"fmt","","",79,[[["formatter",3]],["result",6]]],[11,"fmt","","",80,[[["formatter",3]],["result",6]]],[11,"fmt","","",82,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::pathfind::driving","",86,[[["formatter",3]],["result",6]]],[11,"fmt","map_model","",36,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::pathfind::walking","",89,[[["formatter",3]],["result",6]]],[11,"fmt","map_model","",58,[[["formatter",3]],["result",6]]],[11,"fmt","","",38,[[["formatter",3]],["result",6]]],[11,"fmt","","",57,[[["formatter",3]],["result",6]]],[11,"fmt","","",39,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::raw","",90,[[["formatter",3]],["result",6]]],[11,"fmt","","",91,[[["formatter",3]],["result",6]]],[11,"fmt","","",92,[[["formatter",3]],["result",6]]],[11,"fmt","","",93,[[["formatter",3]],["result",6]]],[11,"fmt","","",94,[[["formatter",3]],["result",6]]],[11,"fmt","","",95,[[["formatter",3]],["result",6]]],[11,"fmt","","",96,[[["formatter",3]],["result",6]]],[11,"fmt","","",100,[[["formatter",3]],["result",6]]],[11,"fmt","","",97,[[["formatter",3]],["result",6]]],[11,"fmt","","",98,[[["formatter",3]],["result",6]]],[11,"fmt","","",99,[[["formatter",3]],["result",6]]],[11,"fmt","map_model","",40,[[["formatter",3]],["result",6]]],[11,"fmt","","",59,[[["formatter",3]],["result",6]]],[11,"fmt","","",7,[[["formatter",3]],["result",6]]],[11,"fmt","","",9,[[["formatter",3]],["result",6]]],[11,"fmt","","",14,[[["formatter",3]],["result",6]]],[11,"fmt","","",12,[[["formatter",3]],["result",6]]],[11,"fmt","","",16,[[["formatter",3]],["result",6]]],[11,"fmt","","",18,[[["formatter",3]],["result",6]]],[11,"fmt","","",20,[[["formatter",3]],["result",6]]],[11,"fmt","","",23,[[["formatter",3]],["result",6]]],[11,"fmt","","",53,[[["formatter",3]],["result",6]]],[11,"fmt","","",21,[[["formatter",3]],["result",6]]],[11,"fmt","","",32,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::osm","",78,[[["formatter",3]],["result",6]]],[11,"fmt","","",79,[[["formatter",3]],["result",6]]],[11,"fmt","","",80,[[["formatter",3]],["result",6]]],[11,"fmt","","",82,[[["formatter",3]],["result",6]]],[11,"fmt","map_model","",39,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::raw","",91,[[["formatter",3]],["result",6]]],[11,"fmt","map_model","",40,[[["formatter",3]],["result",6]]],[11,"fmt","","",59,[[["formatter",3]],["result",6]]],[11,"sub","","",57,[[]]],[11,"not","","",57,[[]]],[11,"bitand","","",57,[[]]],[11,"bitor","","",57,[[]]],[11,"bitxor","","",57,[[]]],[11,"hash","","",7,[[]]],[11,"hash","","",48,[[]]],[11,"hash","","",9,[[]]],[11,"hash","","",14,[[]]],[11,"hash","","",12,[[]]],[11,"hash","","",16,[[]]],[11,"hash","","",51,[[]]],[11,"hash","","",18,[[]]],[11,"hash","","",52,[[]]],[11,"hash","","",20,[[]]],[11,"hash","","",23,[[]]],[11,"hash","","",53,[[]]],[11,"hash","","",21,[[]]],[11,"hash","","",32,[[]]],[11,"hash","","",30,[[]]],[11,"hash","","",28,[[]]],[11,"hash","map_model::osm","",78,[[]]],[11,"hash","","",79,[[]]],[11,"hash","","",80,[[]]],[11,"hash","","",82,[[]]],[11,"hash","map_model::pathfind::walking","",89,[[]]],[11,"hash","map_model","",58,[[]]],[11,"hash","map_model::raw","",91,[[]]],[11,"hash","","",100,[[]]],[11,"hash","","",97,[[]]],[11,"hash","map_model","",59,[[]]],[11,"serialize","","",0,[[],["result",4]]],[11,"serialize","","",4,[[],["result",4]]],[11,"serialize","map_model::edits::perma","",65,[[],["result",4]]],[11,"serialize","","",67,[[],["result",4]]],[11,"serialize","map_model","",2,[[],["result",4]]],[11,"serialize","","",5,[[],["result",4]]],[11,"serialize","","",47,[[],["result",4]]],[11,"serialize","","",7,[[],["result",4]]],[11,"serialize","","",48,[[],["result",4]]],[11,"serialize","","",6,[[],["result",4]]],[11,"serialize","","",9,[[],["result",4]]],[11,"serialize","","",8,[[],["result",4]]],[11,"serialize","","",50,[[],["result",4]]],[11,"serialize","","",49,[[],["result",4]]],[11,"serialize","","",10,[[],["result",4]]],[11,"serialize","","",14,[[],["result",4]]],[11,"serialize","","",12,[[],["result",4]]],[11,"serialize","","",13,[[],["result",4]]],[11,"serialize","","",11,[[],["result",4]]],[11,"serialize","","",16,[[],["result",4]]],[11,"serialize","","",51,[[],["result",4]]],[11,"serialize","","",15,[[],["result",4]]],[11,"serialize","","",18,[[],["result",4]]],[11,"serialize","","",52,[[],["result",4]]],[11,"serialize","","",17,[[],["result",4]]],[11,"serialize","","",20,[[],["result",4]]],[11,"serialize","","",19,[[],["result",4]]],[11,"serialize","","",23,[[],["result",4]]],[11,"serialize","","",53,[[],["result",4]]],[11,"serialize","","",21,[[],["result",4]]],[11,"serialize","","",22,[[],["result",4]]],[11,"serialize","","",24,[[],["result",4]]],[11,"serialize","","",25,[[],["result",4]]],[11,"serialize","","",26,[[],["result",4]]],[11,"serialize","","",27,[[],["result",4]]],[11,"serialize","","",54,[[],["result",4]]],[11,"serialize","","",32,[[],["result",4]]],[11,"serialize","","",56,[[],["result",4]]],[11,"serialize","","",55,[[],["result",4]]],[11,"serialize","","",31,[[],["result",4]]],[11,"serialize","","",30,[[],["result",4]]],[11,"serialize","","",28,[[],["result",4]]],[11,"serialize","","",29,[[],["result",4]]],[11,"serialize","","",33,[[],["result",4]]],[11,"serialize","","",34,[[],["result",4]]],[11,"serialize","map_model::osm","",78,[[],["result",4]]],[11,"serialize","","",79,[[],["result",4]]],[11,"serialize","","",80,[[],["result",4]]],[11,"serialize","","",82,[[],["result",4]]],[11,"serialize","map_model::pathfind::ch","",84,[[],["result",4]]],[11,"serialize","map_model::pathfind::driving","",85,[[],["result",4]]],[11,"serialize","","",86,[[],["result",4]]],[11,"serialize","map_model::pathfind::node_map","",87,[[],["result",4]]],[11,"serialize","map_model","",35,[[],["result",4]]],[11,"serialize","","",36,[[],["result",4]]],[11,"serialize","map_model::pathfind::walking","",88,[[],["result",4]]],[11,"serialize","","",89,[[],["result",4]]],[11,"serialize","map_model","",58,[[],["result",4]]],[11,"serialize","","",38,[[],["result",4]]],[11,"serialize","","",57,[[],["result",4]]],[11,"serialize","","",39,[[],["result",4]]],[11,"serialize","map_model::pathfind","",83,[[],["result",4]]],[11,"serialize","map_model::raw","",90,[[],["result",4]]],[11,"serialize","","",91,[[],["result",4]]],[11,"serialize","","",92,[[],["result",4]]],[11,"serialize","","",93,[[],["result",4]]],[11,"serialize","","",94,[[],["result",4]]],[11,"serialize","","",95,[[],["result",4]]],[11,"serialize","","",96,[[],["result",4]]],[11,"serialize","","",100,[[],["result",4]]],[11,"serialize","","",98,[[],["result",4]]],[11,"serialize","","",99,[[],["result",4]]],[11,"serialize","map_model","",40,[[],["result",4]]],[11,"serialize","","",59,[[],["result",4]]],[11,"serialize","","",41,[[],["result",4]]],[11,"deserialize","","",0,[[],["result",4]]],[11,"deserialize","map_model::edits::compat","",60,[[],["result",4]]],[11,"deserialize","","",61,[[],["result",4]]],[11,"deserialize","","",62,[[],["result",4]]],[11,"deserialize","","",63,[[],["result",4]]],[11,"deserialize","","",64,[[],["result",4]]],[11,"deserialize","map_model","",4,[[],["result",4]]],[11,"deserialize","map_model::edits::perma","",65,[[],["result",4]]],[11,"deserialize","","",67,[[],["result",4]]],[11,"deserialize","map_model","",2,[[],["result",4]]],[11,"deserialize","","",5,[[],["result",4]]],[11,"deserialize","","",47,[[],["result",4]]],[11,"deserialize","","",7,[[],["result",4]]],[11,"deserialize","","",48,[[],["result",4]]],[11,"deserialize","","",6,[[],["result",4]]],[11,"deserialize","","",9,[[],["result",4]]],[11,"deserialize","","",8,[[],["result",4]]],[11,"deserialize","","",50,[[],["result",4]]],[11,"deserialize","","",49,[[],["result",4]]],[11,"deserialize","","",10,[[],["result",4]]],[11,"deserialize","","",14,[[],["result",4]]],[11,"deserialize","","",12,[[],["result",4]]],[11,"deserialize","","",13,[[],["result",4]]],[11,"deserialize","","",11,[[],["result",4]]],[11,"deserialize","","",16,[[],["result",4]]],[11,"deserialize","","",51,[[],["result",4]]],[11,"deserialize","","",15,[[],["result",4]]],[11,"deserialize","","",18,[[],["result",4]]],[11,"deserialize","","",52,[[],["result",4]]],[11,"deserialize","","",17,[[],["result",4]]],[11,"deserialize","","",20,[[],["result",4]]],[11,"deserialize","","",19,[[],["result",4]]],[11,"deserialize","","",23,[[],["result",4]]],[11,"deserialize","","",53,[[],["result",4]]],[11,"deserialize","","",21,[[],["result",4]]],[11,"deserialize","","",22,[[],["result",4]]],[11,"deserialize","","",24,[[],["result",4]]],[11,"deserialize","","",25,[[],["result",4]]],[11,"deserialize","","",26,[[],["result",4]]],[11,"deserialize","","",27,[[],["result",4]]],[11,"deserialize","","",54,[[],["result",4]]],[11,"deserialize","","",32,[[],["result",4]]],[11,"deserialize","","",56,[[],["result",4]]],[11,"deserialize","","",55,[[],["result",4]]],[11,"deserialize","","",31,[[],["result",4]]],[11,"deserialize","","",30,[[],["result",4]]],[11,"deserialize","","",28,[[],["result",4]]],[11,"deserialize","","",29,[[],["result",4]]],[11,"deserialize","","",33,[[],["result",4]]],[11,"deserialize","","",34,[[],["result",4]]],[11,"deserialize","map_model::osm","",78,[[],["result",4]]],[11,"deserialize","","",79,[[],["result",4]]],[11,"deserialize","","",80,[[],["result",4]]],[11,"deserialize","","",82,[[],["result",4]]],[11,"deserialize","map_model::pathfind::ch","",84,[[],["result",4]]],[11,"deserialize","map_model::pathfind::driving","",85,[[],["result",4]]],[11,"deserialize","","",86,[[],["result",4]]],[11,"deserialize","map_model","",35,[[],["result",4]]],[11,"deserialize","","",36,[[],["result",4]]],[11,"deserialize","map_model::pathfind::walking","",88,[[],["result",4]]],[11,"deserialize","","",89,[[],["result",4]]],[11,"deserialize","map_model","",58,[[],["result",4]]],[11,"deserialize","","",38,[[],["result",4]]],[11,"deserialize","","",57,[[],["result",4]]],[11,"deserialize","","",39,[[],["result",4]]],[11,"deserialize","map_model::pathfind","",83,[[],["result",4]]],[11,"deserialize","map_model::raw","",90,[[],["result",4]]],[11,"deserialize","","",91,[[],["result",4]]],[11,"deserialize","","",92,[[],["result",4]]],[11,"deserialize","","",93,[[],["result",4]]],[11,"deserialize","","",94,[[],["result",4]]],[11,"deserialize","","",95,[[],["result",4]]],[11,"deserialize","","",96,[[],["result",4]]],[11,"deserialize","","",100,[[],["result",4]]],[11,"deserialize","","",98,[[],["result",4]]],[11,"deserialize","","",99,[[],["result",4]]],[11,"deserialize","map_model","",40,[[],["result",4]]],[11,"deserialize","","",59,[[],["result",4]]],[11,"deserialize","","",41,[[],["result",4]]],[11,"enum_into_u32","","",57,[[]]],[11,"enum_from_u32","","",57,[[]]],[11,"serialize","","",57,[[["enumset",3],["serializer",8],["pathconstraints",4]],["result",4]]],[11,"deserialize","","",57,[[["deserializer",8]],[["result",4],["enumset",3]]]]],"p":[[3,"City"],[3,"EditEffects"],[3,"EditRoad"],[3,"MapEdits"],[3,"PermanentMapEdits"],[3,"MapConfig"],[3,"Area"],[3,"AreaID"],[3,"Building"],[3,"BuildingID"],[3,"NamePerLanguage"],[3,"BusRoute"],[3,"BusRouteID"],[3,"BusStop"],[3,"BusStopID"],[3,"Intersection"],[3,"IntersectionID"],[3,"Lane"],[3,"LaneID"],[3,"ParkingLot"],[3,"ParkingLotID"],[3,"DirectedRoadID"],[3,"Road"],[3,"RoadID"],[3,"ControlStopSign"],[3,"RoadWithStopSign"],[3,"ControlTrafficSignal"],[3,"Stage"],[3,"CompressedMovementID"],[3,"Movement"],[3,"MovementID"],[3,"Turn"],[3,"TurnID"],[3,"AccessRestrictions"],[3,"Zone"],[3,"IntersectionCluster"],[3,"UberTurn"],[3,"UberTurnGroup"],[3,"Path"],[3,"PathRequest"],[3,"Position"],[3,"Map"],[4,"EditCmd"],[13,"ChangeRoad"],[13,"ChangeIntersection"],[13,"ChangeRouteSchedule"],[4,"EditIntersection"],[4,"DrivingSide"],[4,"AreaType"],[4,"BuildingType"],[4,"OffstreetParking"],[4,"IntersectionType"],[4,"LaneType"],[4,"Direction"],[4,"PhaseType"],[4,"TurnPriority"],[4,"TurnType"],[4,"PathConstraints"],[4,"PathStep"],[4,"Traversable"],[3,"OriginalLane"],[3,"ChangeLaneType"],[3,"ReverseLane"],[3,"ChangeSpeedLimit"],[3,"ChangeAccessRestrictions"],[4,"PermanentEditIntersection"],[13,"StopSign"],[4,"PermanentEditCmd"],[13,"ChangeRoad"],[13,"ChangeIntersection"],[13,"ChangeRouteSchedule"],[3,"InitialMap"],[3,"Road"],[3,"Intersection"],[3,"Piece"],[3,"LaneSpec"],[3,"Partition"],[3,"Matcher"],[3,"NodeID"],[3,"WayID"],[3,"RelationID"],[4,"RoadRank"],[4,"OsmID"],[4,"Pathfinder"],[3,"ContractionHierarchyPathfinder"],[3,"VehiclePathfinder"],[4,"Node"],[3,"NodeMap"],[3,"SidewalkPathfinder"],[4,"WalkingNode"],[3,"RawMap"],[3,"OriginalRoad"],[3,"RawRoad"],[3,"RawIntersection"],[3,"RawBuilding"],[3,"RawArea"],[3,"RawParkingLot"],[3,"TurnRestriction"],[3,"RawBusRoute"],[3,"RawBusStop"],[4,"RestrictionType"]]},\ "map_tests":{"doc":"","i":[[5,"main","map_tests","",null,[[],[["error",3],["result",4]]]],[5,"import_map","","",null,[[["string",3]],["map",3]]],[5,"dump_turn_goldenfile","","",null,[[["map",3]],[["error",3],["result",4]]]]],"p":[]},\ "random_scenario":{"doc":"","i":[[5,"main","random_scenario","",null,[[]]]],"p":[]},\ -"sim":{"doc":"","i":[[3,"Analytics","sim","",null,null],[12,"road_thruput","","",0,null],[12,"intersection_thruput","","",0,null],[12,"traffic_signal_thruput","","",0,null],[12,"demand","","",0,null],[12,"bus_arrivals","","",0,null],[12,"passengers_boarding","","",0,null],[12,"passengers_alighting","","",0,null],[12,"started_trips","","",0,null],[12,"finished_trips","","",0,null],[12,"trip_log","","",0,null],[12,"intersection_delays","","",0,null],[12,"parking_lane_changes","","",0,null],[12,"parking_lot_changes","","",0,null],[12,"alerts","","",0,null],[12,"record_anything","","",0,null],[3,"TripPhase","","",null,null],[12,"start_time","","",1,null],[12,"end_time","","",1,null],[12,"path","","",1,null],[12,"has_path_req","","",1,null],[12,"phase_type","","",1,null],[3,"BorderSpawnOverTime","","",null,null],[12,"num_peds","","",2,null],[12,"num_cars","","",2,null],[12,"num_bikes","","",2,null],[12,"percent_use_transit","","",2,null],[12,"start_time","","",2,null],[12,"stop_time","","",2,null],[12,"start_from_border","","",2,null],[12,"goal","","",2,null],[3,"ExternalPerson","","",null,null],[12,"origin","","",3,null],[12,"trips","","",3,null],[3,"ExternalTrip","","",null,null],[12,"departure","","",4,null],[12,"destination","","",4,null],[12,"mode","","",4,null],[3,"IndividTrip","","",null,null],[12,"depart","","",5,null],[12,"trip","","",5,null],[12,"purpose","","",5,null],[12,"cancelled","","",5,null],[12,"modified","","",5,null],[3,"OffMapLocation","","",null,null],[12,"parcel_id","","",6,null],[12,"gps","","",6,null],[3,"PersonSpec","","",null,null],[12,"id","","",7,null],[12,"orig_id","","",7,null],[12,"trips","","",7,null],[3,"Scenario","","",null,null],[12,"scenario_name","","",8,null],[12,"map_name","","",8,null],[12,"people","","",8,null],[12,"only_seed_buses","","",8,null],[3,"ScenarioGenerator","","",null,null],[12,"scenario_name","","",9,null],[12,"only_seed_buses","","",9,null],[12,"spawn_over_time","","",9,null],[12,"border_spawn_over_time","","",9,null],[3,"SimFlags","","",null,null],[12,"load","","",10,null],[12,"modifiers","","",10,null],[12,"rng_seed","","",10,null],[12,"opts","","",10,null],[3,"SpawnOverTime","","",null,null],[12,"num_agents","","",11,null],[12,"start_time","","",11,null],[12,"stop_time","","",11,null],[12,"goal","","",11,null],[12,"percent_driving","","",11,null],[12,"percent_biking","","",11,null],[12,"percent_use_transit","","",11,null],[3,"TripSpawner","","",null,null],[12,"trips","","",12,null],[3,"AgentProperties","","",null,null],[12,"total_time","","",13,null],[12,"waiting_here","","",13,null],[12,"total_waiting","","",13,null],[12,"dist_crossed","","",13,null],[12,"total_dist","","",13,null],[12,"lanes_crossed","","",13,null],[12,"total_lanes","","",13,null],[3,"Sim","","",null,null],[12,"driving","","",14,null],[12,"parking","","",14,null],[12,"walking","","",14,null],[12,"intersections","","",14,null],[12,"transit","","",14,null],[12,"cap","","",14,null],[12,"trips","","",14,null],[12,"pandemic","","",14,null],[12,"scheduler","","",14,null],[12,"time","","",14,null],[12,"map_name","","",14,null],[12,"edits_name","","",14,null],[12,"run_name","","",14,null],[12,"step_count","","",14,null],[12,"analytics","","",14,null],[12,"alerts","","",14,null],[3,"SimOptions","","",null,null],[12,"run_name","","",15,null],[12,"use_freeform_policy_everywhere","","",15,null],[12,"dont_block_the_box","","",15,null],[12,"recalc_lanechanging","","",15,null],[12,"break_turn_conflict_cycles","","",15,null],[12,"handle_uber_turns","","",15,null],[12,"enable_pandemic_model","","",15,null],[12,"alerts","","",15,null],[12,"pathfinding_upfront","","",15,null],[12,"infinite_parking","","",15,null],[3,"Person","","",null,null],[12,"id","","",16,null],[12,"orig_id","","",16,null],[12,"trips","","",16,null],[12,"state","","",16,null],[12,"ped","","",16,null],[12,"ped_speed","","",16,null],[12,"vehicles","","",16,null],[12,"delayed_trips","","",16,null],[12,"on_bus","","",16,null],[3,"TripInfo","","",null,null],[12,"departure","","",17,null],[12,"mode","","",17,null],[12,"start","","",17,null],[12,"end","","",17,null],[12,"purpose","","",17,null],[12,"modified","","",17,null],[12,"capped","","",17,null],[12,"cancellation_reason","","",17,null],[3,"DontDrawAgents","","",null,null],[3,"DrawCarInput","","",null,null],[12,"id","","",18,null],[12,"waiting_for_turn","","",18,null],[12,"status","","",18,null],[12,"show_parking_intent","","",18,null],[12,"on","","",18,null],[12,"partly_on","","",18,null],[12,"label","","",18,null],[12,"body","","",18,null],[3,"DrawPedCrowdInput","","",null,null],[12,"low","","",19,null],[12,"high","","",19,null],[12,"members","","",19,null],[12,"location","","",19,null],[3,"DrawPedestrianInput","","",null,null],[12,"id","","",20,null],[12,"pos","","",20,null],[12,"facing","","",20,null],[12,"waiting_for_turn","","",20,null],[12,"preparing_bike","","",20,null],[12,"waiting_for_bus","","",20,null],[12,"on","","",20,null],[3,"UnzoomedAgent","","",null,null],[12,"vehicle_type","","",21,null],[12,"pos","","",21,null],[12,"person","","",21,null],[12,"parking","","",21,null],[3,"CarID","","",null,null],[12,"0","","",22,null],[12,"1","","",22,null],[3,"PedestrianID","","",null,null],[12,"0","","",23,null],[3,"TripID","","",null,null],[12,"0","","",24,null],[3,"PersonID","","",null,null],[12,"0","","",25,null],[3,"OrigPersonID","","",null,null],[12,"0","","",26,null],[12,"1","","",26,null],[3,"Vehicle","","",null,null],[12,"id","","",27,null],[12,"owner","","",27,null],[12,"vehicle_type","","",27,null],[12,"length","","",27,null],[12,"max_speed","","",27,null],[3,"VehicleSpec","","",null,null],[12,"vehicle_type","","",28,null],[12,"length","","",28,null],[12,"max_speed","","",28,null],[3,"ParkedCar","","",null,null],[12,"vehicle","","",29,null],[12,"spot","","",29,null],[12,"parked_since","","",29,null],[3,"SidewalkSpot","","",null,null],[12,"connection","","",30,null],[12,"sidewalk_pos","","",30,null],[3,"TimeInterval","","",null,null],[12,"start","","",31,null],[12,"end","","",31,null],[3,"DistanceInterval","","",null,null],[12,"start","","",32,null],[12,"end","","",32,null],[3,"CreatePedestrian","","",null,null],[12,"id","","",33,null],[12,"start","","",33,null],[12,"speed","","",33,null],[12,"goal","","",33,null],[12,"req","","",33,null],[12,"path","","",33,null],[12,"trip","","",33,null],[12,"person","","",33,null],[3,"CreateCar","","",null,null],[12,"vehicle","","",34,null],[12,"router","","",34,null],[12,"req","","",34,null],[12,"start_dist","","",34,null],[12,"maybe_parked_car","","",34,null],[12,"trip_and_person","","",34,null],[12,"maybe_route","","",34,null],[4,"AlertLocation","","",null,null],[13,"Nil","","",35,null],[13,"Intersection","","",35,null],[13,"Person","","",35,null],[13,"Building","","",35,null],[4,"TripPhaseType","","",null,null],[13,"Driving","","",36,null],[13,"Walking","","",36,null],[13,"Biking","","",36,null],[13,"Parking","","",36,null],[13,"WaitingForBus","","",36,null],[13,"RidingBus","","",36,null],[13,"Cancelled","","",36,null],[13,"Finished","","",36,null],[13,"DelayedStart","","",36,null],[13,"Remote","","",36,null],[4,"ExternalTripEndpoint","","",null,null],[13,"TripEndpoint","","",37,null],[13,"Position","","",37,null],[4,"OriginDestination","","",null,null],[13,"Anywhere","","",38,null],[13,"EndOfRoad","","",38,null],[13,"GotoBldg","","",38,null],[4,"ScenarioModifier","","",null,null],[13,"RepeatDays","","",39,null],[13,"CancelPeople","","",39,null],[13,"ChangeMode","","",39,null],[12,"to_mode","sim::ScenarioModifier","",40,null],[12,"pct_ppl","","",40,null],[12,"departure_filter","","",40,null],[12,"from_modes","","",40,null],[13,"AddExtraTrips","sim","",39,null],[4,"SpawnTrip","","",null,null],[13,"VehicleAppearing","","",41,null],[12,"start","sim::SpawnTrip","",42,null],[12,"goal","","",42,null],[12,"is_bike","","",42,null],[13,"FromBorder","sim","",41,null],[12,"dr","sim::SpawnTrip","",43,null],[12,"goal","","",43,null],[12,"is_bike","","",43,null],[12,"origin","","",43,null],[13,"UsingParkedCar","sim","",41,null],[13,"UsingBike","","",41,null],[13,"JustWalking","","",41,null],[13,"UsingTransit","","",41,null],[13,"Remote","","",41,null],[12,"from","sim::SpawnTrip","",44,null],[12,"to","","",44,null],[12,"trip_time","","",44,null],[12,"mode","","",44,null],[4,"TripPurpose","sim","",null,null],[13,"Home","","",45,null],[13,"Work","","",45,null],[13,"School","","",45,null],[13,"Escort","","",45,null],[13,"PersonalBusiness","","",45,null],[13,"Shopping","","",45,null],[13,"Meal","","",45,null],[13,"Social","","",45,null],[13,"Recreation","","",45,null],[13,"Medical","","",45,null],[13,"ParkAndRideTransfer","","",45,null],[4,"TripSpec","","",null,null],[13,"VehicleAppearing","","",46,null],[12,"start_pos","sim::TripSpec","",47,null],[12,"goal","","",47,null],[12,"use_vehicle","","",47,null],[12,"retry_if_no_room","","",47,null],[12,"origin","","",47,null],[13,"NoRoomToSpawn","sim","",46,null],[12,"i","sim::TripSpec","",48,null],[12,"goal","","",48,null],[12,"use_vehicle","","",48,null],[12,"origin","","",48,null],[12,"error","","",48,null],[13,"UsingParkedCar","sim","",46,null],[12,"car","sim::TripSpec","",49,null],[12,"start_bldg","","",49,null],[12,"goal","","",49,null],[13,"JustWalking","sim","",46,null],[12,"start","sim::TripSpec","",50,null],[12,"goal","","",50,null],[13,"UsingBike","sim","",46,null],[12,"bike","sim::TripSpec","",51,null],[12,"start","","",51,null],[12,"goal","","",51,null],[13,"UsingTransit","sim","",46,null],[12,"start","sim::TripSpec","",52,null],[12,"goal","","",52,null],[12,"route","","",52,null],[12,"stop1","","",52,null],[12,"maybe_stop2","","",52,null],[13,"Remote","sim","",46,null],[12,"from","sim::TripSpec","",53,null],[12,"to","","",53,null],[12,"trip_time","","",53,null],[12,"mode","","",53,null],[4,"AlertHandler","sim","",null,null],[13,"Print","","",54,null],[13,"Block","","",54,null],[13,"Silence","","",54,null],[4,"PersonState","","",null,null],[13,"Trip","","",55,null],[13,"Inside","","",55,null],[13,"OffMap","","",55,null],[4,"TripResult","","",null,null],[13,"Ok","","",56,null],[13,"ModeChange","","",56,null],[13,"TripDone","","",56,null],[13,"TripDoesntExist","","",56,null],[13,"TripNotStarted","","",56,null],[13,"TripCancelled","","",56,null],[13,"RemoteTrip","","",56,null],[4,"TripEndpoint","","",null,null],[13,"Bldg","","",57,null],[13,"Border","","",57,null],[4,"TripMode","","",null,null],[13,"Walk","","",58,null],[13,"Bike","","",58,null],[13,"Transit","","",58,null],[13,"Drive","","",58,null],[4,"CarStatus","","",null,null],[13,"Moving","","",59,null],[13,"Parked","","",59,null],[4,"PedCrowdLocation","","",null,null],[13,"Sidewalk","","",60,null],[13,"BldgDriveway","","",60,null],[13,"LotDriveway","","",60,null],[4,"AgentID","","",null,null],[13,"Car","","",61,null],[13,"Pedestrian","","",61,null],[13,"BusPassenger","","",61,null],[4,"AgentType","","",null,null],[13,"Car","","",62,null],[13,"Bike","","",62,null],[13,"Bus","","",62,null],[13,"Train","","",62,null],[13,"Pedestrian","","",62,null],[13,"TransitRider","","",62,null],[4,"VehicleType","","",null,null],[13,"Car","","",63,null],[13,"Bus","","",63,null],[13,"Train","","",63,null],[13,"Bike","","",63,null],[4,"ParkingSpot","","",null,null],[13,"Onstreet","","",64,null],[13,"Offstreet","","",64,null],[13,"Lot","","",64,null],[4,"DrivingGoal","","",null,null],[13,"ParkNear","","",65,null],[13,"Border","","",65,null],[4,"SidewalkPOI","","",null,null],[13,"ParkingSpot","","",66,null],[13,"DeferredParkingSpot","","",66,null],[13,"Building","","",66,null],[13,"BusStop","","",66,null],[13,"Border","","",66,null],[13,"BikeRack","","",66,null],[13,"SuddenlyAppear","","",66,null],[0,"analytics","","",null,null],[3,"Analytics","sim::analytics","",null,null],[12,"road_thruput","","",0,null],[12,"intersection_thruput","","",0,null],[12,"traffic_signal_thruput","","",0,null],[12,"demand","","",0,null],[12,"bus_arrivals","","",0,null],[12,"passengers_boarding","","",0,null],[12,"passengers_alighting","","",0,null],[12,"started_trips","","",0,null],[12,"finished_trips","","",0,null],[12,"trip_log","","",0,null],[12,"intersection_delays","","",0,null],[12,"parking_lane_changes","","",0,null],[12,"parking_lot_changes","","",0,null],[12,"alerts","","",0,null],[12,"record_anything","","",0,null],[3,"TripPhase","","",null,null],[12,"start_time","","",1,null],[12,"end_time","","",1,null],[12,"path","","",1,null],[12,"has_path_req","","",1,null],[12,"phase_type","","",1,null],[3,"TimeSeriesCount","","",null,null],[12,"counts","","",67,null],[12,"raw","","",67,null],[3,"Window","","",null,null],[12,"times","","",68,null],[12,"window_size","","",68,null],[11,"new","sim","",0,[[],["analytics",3]]],[11,"event","","",0,[[["event",4],["map",3],["time",3]]]],[11,"record_demand","","",0,[[["map",3],["path",3]]]],[11,"finished_trip_time","","",0,[[["tripid",3]],[["option",4],["duration",3]]]],[11,"both_finished_trips","","",0,[[["analytics",3],["time",3]],["vec",3]]],[11,"get_trip_phases","","",0,[[["map",3],["tripid",3]],[["vec",3],["tripphase",3]]]],[11,"get_all_trip_phases","","",0,[[],[["vec",3],["btreemap",3],["tripid",3]]]],[11,"active_agents","","",0,[[["time",3]],["vec",3]]],[11,"parking_lane_availability","","",0,[[["laneid",3],["time",3]],["vec",3]]],[11,"parking_lot_availability","","",0,[[["parkinglotid",3],["time",3]],["vec",3]]],[11,"parking_spot_availability","","",0,[[["vec",3],["time",3]],["vec",3]]],[11,"new","sim::analytics","",67,[[],["timeseriescount",3]]],[11,"record","","",67,[[["agenttype",4],["time",3]]]],[11,"total_for","","",67,[[]]],[11,"all_total_counts","","",67,[[],["counter",3]]],[11,"count_per_hour","","",67,[[["time",3]],["vec",3]]],[11,"raw_throughput","","",67,[[["time",3]],["vec",3]]],[11,"new","","",68,[[["duration",3]],["window",3]]],[11,"add","","",68,[[["time",3]]]],[11,"count","","",68,[[["time",3]]]],[0,"cap","sim","",null,null],[3,"CapSimState","sim::cap","",null,null],[12,"lane_to_zone","","",69,null],[12,"zones","","",69,null],[3,"Zone","","",null,null],[12,"cap","","",70,null],[12,"entered_in_last_hour","","",70,null],[12,"hour_started","","",70,null],[6,"ZoneIdx","","",null,null],[11,"new","","",69,[[["map",3]],["capsimstate",3]]],[11,"allow_trip","","",69,[[["carid",3],["path",3],["time",3]]]],[11,"validate_path","","",69,[[["path",3],["time",3],["pathrequest",3],["map",3],["carid",3]],[["option",4],["path",3]]]],[11,"get_cap_counter","","",69,[[["laneid",3]]]],[0,"events","sim","",null,null],[4,"Event","sim::events","",null,null],[13,"CarReachedParkingSpot","","",71,null],[13,"CarLeftParkingSpot","","",71,null],[13,"BusArrivedAtStop","","",71,null],[13,"BusDepartedFromStop","","",71,null],[13,"PassengerBoardsTransit","","",71,null],[13,"PassengerAlightsTransit","","",71,null],[13,"PersonEntersBuilding","","",71,null],[13,"PersonLeavesBuilding","","",71,null],[13,"PersonLeavesMap","","",71,null],[13,"PersonEntersMap","","",71,null],[13,"PersonEntersRemoteBuilding","","",71,null],[13,"PersonLeavesRemoteBuilding","","",71,null],[13,"PedReachedParkingSpot","","",71,null],[13,"BikeStoppedAtSidewalk","","",71,null],[13,"AgentEntersTraversable","","",71,null],[13,"IntersectionDelayMeasured","","",71,null],[13,"TripFinished","","",71,null],[12,"trip","sim::events::Event","",72,null],[12,"mode","","",72,null],[12,"total_time","","",72,null],[12,"blocked_time","","",72,null],[13,"TripCancelled","sim::events","",71,null],[13,"TripPhaseStarting","","",71,null],[13,"PathAmended","","",71,null],[13,"Alert","","",71,null],[4,"AlertLocation","","",null,null],[13,"Nil","","",35,null],[13,"Intersection","","",35,null],[13,"Person","","",35,null],[13,"Building","","",35,null],[4,"TripPhaseType","","",null,null],[13,"Driving","","",36,null],[13,"Walking","","",36,null],[13,"Biking","","",36,null],[13,"Parking","","",36,null],[13,"WaitingForBus","","",36,null],[13,"RidingBus","","",36,null],[13,"Cancelled","","",36,null],[13,"Finished","","",36,null],[13,"DelayedStart","","",36,null],[13,"Remote","","",36,null],[11,"describe","sim","",36,[[["map",3]],["string",3]]],[0,"make","","",null,null],[5,"fork_rng","sim::make","",null,[[["xorshiftrng",3]],["xorshiftrng",3]]],[0,"activity_model","","",null,null],[5,"create_prole","sim::make::activity_model","",null,[[["map",3],["tripendpoint",4],["xorshiftrng",3]],[["result",4],["personspec",3],["box",3]]]],[5,"select_trip_mode","","",null,[[["distance",3],["xorshiftrng",3]],["tripmode",4]]],[5,"rand_time","","",null,[[["xorshiftrng",3],["time",3]],["time",3]]],[11,"proletariat_robot","sim","",9,[[["map",3],["xorshiftrng",3],["timer",3]],["scenario",3]]],[0,"external","sim::make","",null,null],[3,"ExternalPerson","sim::make::external","",null,null],[12,"origin","","",3,null],[12,"trips","","",3,null],[3,"ExternalTrip","","",null,null],[12,"departure","","",4,null],[12,"destination","","",4,null],[12,"mode","","",4,null],[4,"ExternalTripEndpoint","","",null,null],[13,"TripEndpoint","","",37,null],[13,"Position","","",37,null],[11,"import","sim","",3,[[["map",3],["vec",3],["externalperson",3]],[["vec",3],["string",3],["result",4]]]],[0,"generator","sim::make","",null,null],[3,"ScenarioGenerator","sim::make::generator","",null,null],[12,"scenario_name","","",9,null],[12,"only_seed_buses","","",9,null],[12,"spawn_over_time","","",9,null],[12,"border_spawn_over_time","","",9,null],[3,"SpawnOverTime","","",null,null],[12,"num_agents","","",11,null],[12,"start_time","","",11,null],[12,"stop_time","","",11,null],[12,"goal","","",11,null],[12,"percent_driving","","",11,null],[12,"percent_biking","","",11,null],[12,"percent_use_transit","","",11,null],[3,"BorderSpawnOverTime","","",null,null],[12,"num_peds","","",2,null],[12,"num_cars","","",2,null],[12,"num_bikes","","",2,null],[12,"percent_use_transit","","",2,null],[12,"start_time","","",2,null],[12,"stop_time","","",2,null],[12,"start_from_border","","",2,null],[12,"goal","","",2,null],[4,"OriginDestination","","",null,null],[13,"Anywhere","","",38,null],[13,"EndOfRoad","","",38,null],[13,"GotoBldg","","",38,null],[5,"rand_time","","",null,[[["xorshiftrng",3],["time",3]],["time",3]]],[11,"generate","sim","",9,[[["map",3],["xorshiftrng",3],["timer",3]],["scenario",3]]],[11,"small_run","","",9,[[["map",3]],["scenariogenerator",3]]],[11,"empty","","",9,[[],["scenariogenerator",3]]],[11,"scaled_run","","",9,[[],["scenariogenerator",3]]],[11,"spawn_agent","","",11,[[["scenario",3],["map",3],["xorshiftrng",3],["timer",3]]]],[11,"spawn_peds","","",2,[[["scenario",3],["map",3],["xorshiftrng",3],["timer",3]]]],[11,"spawn_vehicles","","",2,[[["pathconstraints",4],["scenario",3],["map",3],["xorshiftrng",3],["timer",3]]]],[11,"pick_driving_goal","","",38,[[["pathconstraints",4],["map",3],["xorshiftrng",3],["timer",3]],[["option",4],["drivinggoal",4]]]],[11,"pick_walking_goal","","",38,[[["map",3],["xorshiftrng",3],["timer",3]],[["sidewalkspot",3],["option",4]]]],[0,"load","sim::make","",null,null],[3,"SimFlags","sim::make::load","",null,null],[12,"load","","",10,null],[12,"modifiers","","",10,null],[12,"rng_seed","","",10,null],[12,"opts","","",10,null],[18,"RNG_SEED","sim","",10,null],[11,"from_args","","",10,[[["cmdargs",3]],["simflags",3]]],[11,"for_test","","",10,[[],["simflags",3]]],[11,"synthetic_test","","",10,[[],["simflags",3]]],[11,"make_rng","","",10,[[],["xorshiftrng",3]]],[11,"load","","",10,[[["timer",3]]]],[0,"modifier","sim::make","",null,null],[4,"ScenarioModifier","sim::make::modifier","",null,null],[13,"RepeatDays","","",39,null],[13,"CancelPeople","","",39,null],[13,"ChangeMode","","",39,null],[12,"to_mode","sim::make::modifier::ScenarioModifier","",40,null],[12,"pct_ppl","","",40,null],[12,"departure_filter","","",40,null],[12,"from_modes","","",40,null],[13,"AddExtraTrips","sim::make::modifier","",39,null],[5,"repeat_days","","",null,[[["scenario",3]],["scenario",3]]],[5,"cancel_people","","",null,[[["scenario",3]],["scenario",3]]],[11,"apply","sim","",39,[[["map",3],["scenario",3],["xorshiftrng",3]],["scenario",3]]],[11,"describe","","",39,[[],["string",3]]],[0,"scenario","sim::make","",null,null],[3,"Scenario","sim::make::scenario","",null,null],[12,"scenario_name","","",8,null],[12,"map_name","","",8,null],[12,"people","","",8,null],[12,"only_seed_buses","","",8,null],[3,"PersonSpec","","",null,null],[12,"id","","",7,null],[12,"orig_id","","",7,null],[12,"trips","","",7,null],[3,"IndividTrip","","",null,null],[12,"depart","","",5,null],[12,"trip","","",5,null],[12,"purpose","","",5,null],[12,"cancelled","","",5,null],[12,"modified","","",5,null],[3,"OffMapLocation","","",null,null],[12,"parcel_id","","",6,null],[12,"gps","","",6,null],[4,"SpawnTrip","","",null,null],[13,"VehicleAppearing","","",41,null],[12,"start","sim::make::scenario::SpawnTrip","",42,null],[12,"goal","","",42,null],[12,"is_bike","","",42,null],[13,"FromBorder","sim::make::scenario","",41,null],[12,"dr","sim::make::scenario::SpawnTrip","",43,null],[12,"goal","","",43,null],[12,"is_bike","","",43,null],[12,"origin","","",43,null],[13,"UsingParkedCar","sim::make::scenario","",41,null],[13,"UsingBike","","",41,null],[13,"JustWalking","","",41,null],[13,"UsingTransit","","",41,null],[13,"Remote","","",41,null],[12,"from","sim::make::scenario::SpawnTrip","",44,null],[12,"to","","",44,null],[12,"trip_time","","",44,null],[12,"mode","","",44,null],[4,"TripPurpose","sim::make::scenario","",null,null],[13,"Home","","",45,null],[13,"Work","","",45,null],[13,"School","","",45,null],[13,"Escort","","",45,null],[13,"PersonalBusiness","","",45,null],[13,"Shopping","","",45,null],[13,"Meal","","",45,null],[13,"Social","","",45,null],[13,"Recreation","","",45,null],[13,"Medical","","",45,null],[13,"ParkAndRideTransfer","","",45,null],[5,"seed_parked_cars","","",null,[[["timer",3],["vec",3],["map",3],["xorshiftrng",3],["sim",3]]]],[5,"find_spot_near_building","","",null,[[["buildingid",3],["btreemap",3],["map",3]],[["option",4],["parkingspot",4]]]],[11,"new","sim","",5,[[["spawntrip",4],["trippurpose",4],["time",3]],["individtrip",3]]],[11,"instantiate","","",8,[[["timer",3],["map",3],["xorshiftrng",3],["sim",3]]]],[11,"save","","",8,[[]]],[11,"empty","","",8,[[["map",3]],["scenario",3]]],[11,"rand_car","","",8,[[["xorshiftrng",3]],["vehiclespec",3]]],[11,"rand_bike","","",8,[[["xorshiftrng",3]],["vehiclespec",3]]],[11,"max_bike_speed","","",8,[[],["speed",3]]],[11,"rand_dist","","",8,[[["distance",3],["xorshiftrng",3]],["distance",3]]],[11,"rand_speed","","",8,[[["speed",3],["xorshiftrng",3]],["speed",3]]],[11,"rand_ped_speed","","",8,[[["xorshiftrng",3]],["speed",3]]],[11,"max_ped_speed","","",8,[[],["speed",3]]],[11,"count_parked_cars_per_bldg","","",8,[[],[["buildingid",3],["counter",3]]]],[11,"remove_weird_schedules","","",8,[[["map",3]],["scenario",3]]],[11,"to_trip_spec","","",41,[[["option",4],["map",3],["xorshiftrng",3],["carid",3]],["tripspec",4]]],[11,"mode","","",41,[[],["tripmode",4]]],[11,"start","","",41,[[["map",3]],["tripendpoint",4]]],[11,"end","","",41,[[["map",3]],["tripendpoint",4]]],[11,"new","","",41,[[["tripendpoint",4],["tripmode",4],["map",3]],[["option",4],["spawntrip",4]]]],[11,"check_schedule","","",7,[[["map",3]],[["result",4],["string",3]]]],[11,"get_vehicles","","",7,[[["xorshiftrng",3]]]],[0,"spawner","sim::make","",null,null],[3,"TripSpawner","sim::make::spawner","",null,null],[12,"trips","","",12,null],[4,"TripSpec","","",null,null],[13,"VehicleAppearing","","",46,null],[12,"start_pos","sim::make::spawner::TripSpec","",47,null],[12,"goal","","",47,null],[12,"use_vehicle","","",47,null],[12,"retry_if_no_room","","",47,null],[12,"origin","","",47,null],[13,"NoRoomToSpawn","sim::make::spawner","",46,null],[12,"i","sim::make::spawner::TripSpec","",48,null],[12,"goal","","",48,null],[12,"use_vehicle","","",48,null],[12,"origin","","",48,null],[12,"error","","",48,null],[13,"UsingParkedCar","sim::make::spawner","",46,null],[12,"car","sim::make::spawner::TripSpec","",49,null],[12,"start_bldg","","",49,null],[12,"goal","","",49,null],[13,"JustWalking","sim::make::spawner","",46,null],[12,"start","sim::make::spawner::TripSpec","",50,null],[12,"goal","","",50,null],[13,"UsingBike","sim::make::spawner","",46,null],[12,"bike","sim::make::spawner::TripSpec","",51,null],[12,"start","","",51,null],[12,"goal","","",51,null],[13,"UsingTransit","sim::make::spawner","",46,null],[12,"start","sim::make::spawner::TripSpec","",52,null],[12,"goal","","",52,null],[12,"route","","",52,null],[12,"stop1","","",52,null],[12,"maybe_stop2","","",52,null],[13,"Remote","sim::make::spawner","",46,null],[12,"from","sim::make::spawner::TripSpec","",53,null],[12,"to","","",53,null],[12,"trip_time","","",53,null],[12,"mode","","",53,null],[11,"new","sim","",12,[[],["tripspawner",3]]],[11,"schedule_trip","","",12,[[["person",3],["trippurpose",4],["time",3],["tripendpoint",4],["tripspec",4],["map",3]]]],[11,"finalize","","",12,[[["tripmanager",3],["scheduler",3],["map",3],["timer",3]]]],[11,"get_pathfinding_request","","",46,[[["map",3]],[["pathrequest",3],["option",4]]]],[0,"mechanics","","",null,null],[0,"car","sim::mechanics","",null,null],[3,"Car","sim::mechanics::car","",null,null],[12,"vehicle","","",73,null],[12,"state","","",73,null],[12,"router","","",73,null],[12,"trip_and_person","","",73,null],[12,"started_at","","",73,null],[12,"total_blocked_time","","",73,null],[12,"last_steps","","",73,null],[4,"CarState","","",null,null],[13,"Crossing","","",74,null],[13,"Queued","","",74,null],[12,"blocked_since","sim::mechanics::car::CarState","",75,null],[13,"WaitingToAdvance","sim::mechanics::car","",74,null],[12,"blocked_since","sim::mechanics::car::CarState","",76,null],[13,"Unparking","sim::mechanics::car","",74,null],[13,"Parking","","",74,null],[13,"IdlingAtStop","","",74,null],[11,"crossing_state","","",73,[[["distance",3],["map",3],["time",3]],["carstate",4]]],[11,"crossing_state_with_end_dist","","",73,[[["distanceinterval",3],["map",3],["time",3]],["carstate",4]]],[11,"get_draw_car","","",73,[[["distance",3],["transitsimstate",3],["time",3],["map",3]],["drawcarinput",3]]],[11,"is_parking","","",73,[[]]],[11,"get_end_time","","",74,[[],["time",3]]],[11,"time_spent_waiting","","",74,[[["time",3]],["duration",3]]],[0,"driving","sim::mechanics","",null,null],[3,"DrivingSimState","sim::mechanics::driving","",null,null],[12,"cars","","",77,null],[12,"queues","","",77,null],[12,"events","","",77,null],[12,"recalc_lanechanging","","",77,null],[12,"handle_uber_turns","","",77,null],[17,"TIME_TO_UNPARK_ONSTRET","","",null,null],[17,"TIME_TO_PARK_ONSTREET","","",null,null],[17,"TIME_TO_UNPARK_OFFSTREET","","",null,null],[17,"TIME_TO_PARK_OFFSTREET","","",null,null],[17,"TIME_TO_WAIT_AT_STOP","","",null,null],[17,"BLIND_RETRY_TO_CREEP_FORWARDS","","",null,null],[17,"BLIND_RETRY_TO_REACH_END_DIST","","",null,null],[11,"new","","",77,[[["map",3]],["drivingsimstate",3]]],[11,"start_car_on_lane","","",77,[[["createcar",3],["scheduler",3],["time",3],["intersectionsimstate",3],["map",3],["parkingsimstate",4]]]],[11,"update_car","","",77,[[["carid",3],["tripmanager",3],["transitsimstate",3],["time",3],["walkingsimstate",3],["ctx",3]]]],[11,"update_car_without_distances","","",77,[[["transitsimstate",3],["car",3],["time",3],["ctx",3]]]],[11,"update_car_with_distances","","",77,[[["ctx",3],["tripmanager",3],["car",3],["time",3],["transitsimstate",3],["walkingsimstate",3],["vec",3]]]],[11,"delete_car","","",77,[[["time",3],["ctx",3],["carid",3]],["vehicle",3]]],[11,"delete_car_internal","","",77,[[["ctx",3],["car",3],["time",3],["vec",3]]]],[11,"update_laggy_head","","",77,[[["time",3],["ctx",3],["carid",3]]]],[11,"trim_last_steps","","",77,[[["ctx",3],["car",3],["time",3]]]],[11,"get_unzoomed_agents","","",77,[[["map",3],["time",3]],[["vec",3],["unzoomedagent",3]]]],[11,"does_car_exist","","",77,[[["carid",3]]]],[11,"get_all_draw_cars","","",77,[[["map",3],["transitsimstate",3],["time",3]],[["vec",3],["drawcarinput",3]]]],[11,"get_single_draw_car","","",77,[[["transitsimstate",3],["time",3],["map",3],["carid",3]],[["option",4],["drawcarinput",3]]]],[11,"get_draw_cars_on","","",77,[[["traversable",4],["time",3],["transitsimstate",3],["map",3]],[["vec",3],["drawcarinput",3]]]],[11,"debug_car","","",77,[[["carid",3]]]],[11,"debug_lane","","",77,[[["laneid",3]]]],[11,"agent_properties","","",77,[[["time",3],["carid",3]],["agentproperties",3]]],[11,"get_path","","",77,[[["carid",3]],[["path",3],["option",4]]]],[11,"get_all_driving_paths","","",77,[[],[["vec",3],["path",3]]]],[11,"trace_route","","",77,[[["distance",3],["time",3],["map",3],["option",4],["carid",3]],[["option",4],["polyline",3]]]],[11,"percent_along_route","","",77,[[["carid",3]]]],[11,"get_owner_of_car","","",77,[[["carid",3]],[["option",4],["personid",3]]]],[11,"find_blockage_front","","",77,[[["intersectionsimstate",3],["map",3],["carid",3]],["string",3]]],[11,"collect_events","","",77,[[],[["event",4],["vec",3]]]],[11,"target_lane_penalty","","",77,[[["laneid",3]]]],[11,"find_trips_to_edited_parking","","",77,[[["parkingspot",4],["btreeset",3]],["vec",3]]],[11,"all_waiting_people","","",77,[[["btreemap",3],["time",3]]]],[0,"intersection","sim::mechanics","",null,null],[3,"IntersectionSimState","sim::mechanics::intersection","",null,null],[12,"state","","",78,null],[12,"use_freeform_policy_everywhere","","",78,null],[12,"dont_block_the_box","","",78,null],[12,"break_turn_conflict_cycles","","",78,null],[12,"handle_uber_turns","","",78,null],[12,"blocked_by","","",78,null],[12,"events","","",78,null],[3,"State","","",null,null],[12,"id","","",79,null],[12,"accepted","","",79,null],[12,"waiting","","",79,null],[12,"reserved","","",79,null],[12,"signal","","",79,null],[3,"SignalState","","",null,null],[12,"current_stage","","",80,null],[12,"stage_ends_at","","",80,null],[3,"Request","","",null,null],[12,"agent","","",81,null],[12,"turn","","",81,null],[5,"allow_block_the_box","","",null,[[]]],[17,"WAIT_AT_STOP_SIGN","","",null,null],[17,"WAIT_BEFORE_YIELD_AT_TRAFFIC_SIGNAL","","",null,null],[11,"new","","",78,[[["map",3],["scheduler",3]],["intersectionsimstate",3]]],[11,"nobody_headed_towards","","",78,[[["intersectionid",3],["laneid",3]]]],[11,"turn_finished","","",78,[[["scheduler",3],["time",3],["agentid",4],["turnid",3],["map",3]]]],[11,"cancel_request","","",78,[[["agentid",4],["turnid",3]]]],[11,"space_freed","","",78,[[["scheduler",3],["time",3],["map",3],["intersectionid",3]]]],[11,"vehicle_gone","","",78,[[["carid",3]]]],[11,"wakeup_waiting","","",78,[[["scheduler",3],["time",3],["map",3],["intersectionid",3]]]],[11,"update_intersection","","",78,[[["scheduler",3],["time",3],["map",3],["intersectionid",3]]]],[11,"maybe_start_turn","","",78,[[["speed",3],["scheduler",3],["time",3],["agentid",4],["turnid",3],["map",3],["option",4]]]],[11,"debug","","",78,[[["map",3],["intersectionid",3]]]],[11,"get_accepted_agents","","",78,[[["intersectionid",3]],["vec",3]]],[11,"get_waiting_agents","","",78,[[["intersectionid",3]],["vec",3]]],[11,"get_blocked_by","","",78,[[["agentid",4]],[["agentid",4],["hashset",3]]]],[11,"collect_events","","",78,[[],[["event",4],["vec",3]]]],[11,"delayed_intersections","","returns intersections with travelers waiting for at least…",78,[[["duration",3],["time",3]],["vec",3]]],[11,"current_stage_and_remaining_time","","",78,[[["intersectionid",3],["time",3]]]],[11,"handle_live_edited_traffic_signals","","",78,[[["map",3],["scheduler",3],["time",3]]]],[11,"stop_sign_policy","","",78,[[["scheduler",3],["request",3],["time",3],["map",3],["controlstopsign",3]]]],[11,"traffic_signal_policy","","",78,[[["speed",3],["scheduler",3],["request",3],["controltrafficsignal",3],["time",3],["map",3],["option",4]]]],[11,"handle_accepted_conflicts","","",78,[[["map",3],["request",3],["option",4]]]],[11,"detect_conflict_cycle","","",78,[[["carid",3]],[["hashset",3],["option",4]]]],[11,"new","","",80,[[["scheduler",3],["time",3],["map",3],["intersectionid",3]],["signalstate",3]]],[0,"parking","sim::mechanics","",null,null],[3,"NormalParkingSimState","sim::mechanics::parking","",null,null],[12,"parked_cars","","",82,null],[12,"occupants","","",82,null],[12,"reserved_spots","","",82,null],[12,"onstreet_lanes","","",82,null],[12,"driving_to_parking_lanes","","",82,null],[12,"num_spots_per_offstreet","","",82,null],[12,"driving_to_offstreet","","",82,null],[12,"num_spots_per_lot","","",82,null],[12,"driving_to_lots","","",82,null],[12,"events","","",82,null],[3,"ParkingLane","","",null,null],[12,"parking_lane","","",83,null],[12,"driving_lane","","",83,null],[12,"sidewalk","","",83,null],[12,"spot_dist_along","","",83,null],[3,"InfiniteParkingSimState","","",null,null],[12,"parked_cars","","",84,null],[12,"occupants","","",84,null],[12,"reserved_spots","","",84,null],[12,"driving_to_offstreet","","",84,null],[12,"blackholed_building_redirects","","",84,null],[12,"events","","",84,null],[4,"ParkingSimState","","",null,null],[13,"Normal","","",85,null],[13,"Infinite","","",85,null],[8,"ParkingSim","","",null,null],[10,"handle_live_edits","","",86,[[["map",3],["timer",3]],[["parkedcar",3],["vec",3]]]],[10,"get_free_onstreet_spots","","",86,[[["laneid",3]],[["vec",3],["parkingspot",4]]]],[10,"get_free_offstreet_spots","","",86,[[["buildingid",3]],[["vec",3],["parkingspot",4]]]],[10,"get_free_lot_spots","","",86,[[["parkinglotid",3]],[["vec",3],["parkingspot",4]]]],[10,"reserve_spot","","",86,[[["parkingspot",4]]]],[10,"remove_parked_car","","",86,[[["parkedcar",3]]]],[10,"add_parked_car","","",86,[[["parkedcar",3]]]],[10,"get_draw_cars","","",86,[[["map",3],["laneid",3]],[["vec",3],["drawcarinput",3]]]],[10,"get_draw_cars_in_lots","","",86,[[["map",3],["laneid",3]],[["vec",3],["drawcarinput",3]]]],[10,"get_draw_car","","",86,[[["map",3],["carid",3]],[["option",4],["drawcarinput",3]]]],[10,"canonical_pt","","",86,[[["map",3],["carid",3]],[["option",4],["pt2d",3]]]],[10,"get_all_draw_cars","","",86,[[["map",3]],[["vec",3],["drawcarinput",3]]]],[10,"is_free","","",86,[[["parkingspot",4]]]],[10,"get_car_at_spot","","",86,[[["parkingspot",4]],[["option",4],["parkedcar",3]]]],[10,"get_all_free_spots","","",86,[[["vehicle",3],["buildingid",3],["position",3],["map",3]],["vec",3]]],[10,"spot_to_driving_pos","","",86,[[["parkingspot",4],["vehicle",3],["map",3]],["position",3]]],[10,"spot_to_sidewalk_pos","","",86,[[["parkingspot",4],["map",3]],["position",3]]],[10,"get_owner_of_car","","",86,[[["carid",3]],[["option",4],["personid",3]]]],[10,"lookup_parked_car","","",86,[[["carid",3]],[["option",4],["parkedcar",3]]]],[10,"get_all_parking_spots","","",86,[[]]],[10,"path_to_free_parking_spot","","",86,[[["vehicle",3],["buildingid",3],["laneid",3],["map",3]],["option",4]]],[10,"collect_events","","",86,[[],[["event",4],["vec",3]]]],[10,"all_parked_car_positions","","",86,[[["map",3]],["vec",3]]],[10,"bldg_to_parked_cars","","",86,[[["buildingid",3]],[["vec",3],["carid",3]]]],[11,"new","","",85,[[["map",3],["timer",3]],["parkingsimstate",4]]],[11,"is_infinite","","",85,[[]]],[11,"new","","",82,[[["map",3],["timer",3]],["normalparkingsimstate",3]]],[11,"new","","",83,[[["lane",3],["map",3],["timer",3]],[["option",4],["parkinglane",3]]]],[11,"dist_along_for_car","","",83,[[["vehicle",3]],["distance",3]]],[11,"spots","","",83,[[],[["vec",3],["parkingspot",4]]]],[11,"new","","",84,[[["map",3]],["infiniteparkingsimstate",3]]],[11,"get_free_bldg_spot","","",84,[[["buildingid",3]],["parkingspot",4]]],[0,"queue","sim::mechanics","",null,null],[3,"Queue","sim::mechanics::queue","",null,null],[12,"id","","",87,null],[12,"cars","","",87,null],[12,"laggy_head","","",87,null],[12,"geom_len","","",87,null],[12,"reserved_length","","",87,null],[5,"validate_positions","","",null,[[["btreemap",3],["time",3],["traversable",4],["vec",3]],["vec",3]]],[5,"dump_cars","","",null,[[["traversable",4],["btreemap",3],["time",3],["vec",3]]]],[11,"new","","",87,[[["map",3],["traversable",4]],["queue",3]]],[11,"get_car_positions","","",87,[[["btreemap",3],["btreemap",3],["time",3]],["vec",3]]],[11,"inner_get_car_positions","","",87,[[["btreeset",3],["btreemap",3],["time",3],["btreemap",3]],["vec",3]]],[11,"get_idx_to_insert_car","","",87,[[["distance",3],["btreemap",3],["time",3],["btreemap",3]],["option",4]]],[11,"try_to_reserve_entry","","",87,[[["car",3]]]],[11,"room_for_car","","",87,[[["car",3]]]],[11,"free_reserved_space","","",87,[[["car",3]]]],[11,"target_lane_penalty","","",87,[[]]],[0,"walking","sim::mechanics","",null,null],[3,"WalkingSimState","sim::mechanics::walking","",null,null],[12,"peds","","",88,null],[12,"peds_per_traversable","","",88,null],[12,"events","","",88,null],[3,"Pedestrian","","",null,null],[12,"id","","",89,null],[12,"state","","",89,null],[12,"speed","","",89,null],[12,"total_blocked_time","","",89,null],[12,"started_at","","",89,null],[12,"path","","",89,null],[12,"goal","","",89,null],[12,"trip","","",89,null],[12,"person","","",89,null],[4,"PedState","","",null,null],[13,"Crossing","","",90,null],[13,"WaitingToTurn","","",90,null],[13,"LeavingBuilding","","",90,null],[13,"EnteringBuilding","","",90,null],[13,"LeavingParkingLot","","",90,null],[13,"EnteringParkingLot","","",90,null],[13,"StartingToBike","","",90,null],[13,"FinishingBiking","","",90,null],[13,"WaitingForBus","","",90,null],[5,"find_crowds","","",null,[[["vec",3],["pedcrowdlocation",4]]]],[17,"TIME_TO_START_BIKING","","",null,null],[17,"TIME_TO_FINISH_BIKING","","",null,null],[11,"new","","",88,[[],["walkingsimstate",3]]],[11,"spawn_ped","","",88,[[["scheduler",3],["time",3],["map",3],["createpedestrian",3]]]],[11,"get_draw_ped","","",88,[[["time",3],["map",3],["pedestrianid",3]],[["drawpedestrianinput",3],["option",4]]]],[11,"get_all_draw_peds","","",88,[[["map",3],["time",3]],[["vec",3],["drawpedestrianinput",3]]]],[11,"update_ped","","",88,[[["tripmanager",3],["transitsimstate",3],["time",3],["pedestrianid",3],["ctx",3]]]],[11,"ped_boarded_bus","","",88,[[["pedestrianid",3],["time",3]]]],[11,"delete_ped","","",88,[[["scheduler",3],["pedestrianid",3]]]],[11,"debug_ped","","",88,[[["pedestrianid",3]]]],[11,"agent_properties","","",88,[[["time",3],["pedestrianid",3]],["agentproperties",3]]],[11,"trace_route","","",88,[[["distance",3],["pedestrianid",3],["time",3],["map",3],["option",4]],[["option",4],["polyline",3]]]],[11,"get_path","","",88,[[["pedestrianid",3]],[["path",3],["option",4]]]],[11,"get_unzoomed_agents","","",88,[[["map",3],["time",3]],[["vec",3],["unzoomedagent",3]]]],[11,"does_ped_exist","","",88,[[["pedestrianid",3]]]],[11,"get_draw_peds_on","","",88,[[["map",3],["traversable",4],["time",3]]]],[11,"collect_events","","",88,[[],[["event",4],["vec",3]]]],[11,"find_trips_to_parking","","",88,[[["parkedcar",3],["vec",3]],["vec",3]]],[11,"all_waiting_people","","",88,[[["btreemap",3],["time",3]]]],[11,"crossing_state","","",89,[[["distance",3],["map",3],["time",3]],["pedstate",4]]],[11,"get_dist_along","","",89,[[["map",3],["time",3]],["distance",3]]],[11,"get_draw_ped","","",89,[[["map",3],["time",3]],["drawpedestrianinput",3]]],[11,"maybe_transition","","",89,[[["scheduler",3],["vec",3],["time",3],["intersectionsimstate",3],["map",3],["multimap",3]]]],[11,"get_end_time","","",90,[[],["time",3]]],[11,"time_spent_waiting","","",90,[[["time",3]],["duration",3]]],[0,"pandemic","sim","",null,null],[3,"AnyTime","sim::pandemic","",null,null],[12,"0","","",91,null],[3,"Event","","",null,null],[12,"s","","",92,null],[12,"p_hosp","","",92,null],[12,"p_death","","",92,null],[12,"t","","",92,null],[4,"StateEvent","","",null,null],[13,"Exposition","","",93,null],[13,"Incubation","","",93,null],[13,"Hospitalization","","",93,null],[13,"Recovery","","",93,null],[13,"Death","","",93,null],[4,"State","","",null,null],[13,"Sane","","",94,null],[13,"Exposed","","",94,null],[13,"Infectious","","",94,null],[13,"Hospitalized","","",94,null],[13,"Recovered","","",94,null],[13,"Dead","","",94,null],[0,"pandemic","","",null,null],[3,"PandemicModel","sim::pandemic::pandemic","",null,null],[12,"pop","","",95,null],[12,"bldgs","","",95,null],[12,"remote_bldgs","","",95,null],[12,"bus_stops","","",95,null],[12,"buses","","",95,null],[12,"person_to_bus","","",95,null],[12,"rng","","",95,null],[12,"initialized","","",95,null],[3,"SharedSpace","","",null,null],[12,"occupants","","",96,null],[4,"Cmd","","",null,null],[13,"BecomeHospitalized","","",97,null],[13,"BecomeQuarantined","","",97,null],[11,"new","","",95,[[["xorshiftrng",3]],["pandemicmodel",3]]],[11,"initialize","","",95,[[["vec",3],["scheduler",3]]]],[11,"count_sane","","",95,[[]]],[11,"count_exposed","","",95,[[]]],[11,"count_infected","","",95,[[]]],[11,"count_recovered","","",95,[[]]],[11,"count_dead","","",95,[[]]],[11,"count_total","","",95,[[]]],[11,"handle_event","","",95,[[["event",4],["scheduler",3],["time",3]]]],[11,"handle_cmd","","",95,[[["cmd",4],["scheduler",3],["time",3]]]],[11,"get_time","","",95,[[["personid",3]],[["option",4],["time",3]]]],[11,"is_sane","","",95,[[["personid",3]]]],[11,"is_infectious","","",95,[[["personid",3]]]],[11,"is_exposed","","",95,[[["personid",3]]]],[11,"is_recovered","","",95,[[["personid",3]]]],[11,"is_dead","","",95,[[["personid",3]]]],[11,"infectious_contact","","",95,[[["personid",3]],[["option",4],["personid",3]]]],[11,"transmission","","",95,[[["vec",3],["scheduler",3],["personid",3],["time",3]]]],[11,"transition","","",95,[[["personid",3],["scheduler",3],["time",3]]]],[11,"become_exposed","","",95,[[["scheduler",3],["personid",3],["time",3],["duration",3]]]],[11,"new","","",96,[[],["sharedspace",3]]],[11,"person_enters_space","","",96,[[["personid",3],["time",3]]]],[11,"person_leaves_space","","",96,[[["personid",3],["time",3]],[["vec",3],["option",4]]]],[11,"inner_seconds","sim::pandemic","",91,[[]]],[11,"is_finite","","",91,[[]]],[11,"next","","",92,[[["anytime",3],["xorshiftrng",3]],["state",4]]],[18,"T_INF","","",94,null],[18,"T_INC","","",94,null],[18,"R_0","","",94,null],[18,"E_RATIO","","",94,null],[18,"I_RATIO","","",94,null],[11,"ini_infectious_ratio","","",94,[[]]],[11,"ini_exposed_ratio","","",94,[[]]],[11,"new","","",94,[[]]],[11,"get_time_exp","","",94,[[["xorshiftrng",3]],["duration",3]]],[11,"get_time_normal","","",94,[[["xorshiftrng",3]],["duration",3]]],[11,"is_sane","","",94,[[]]],[11,"is_exposed","","",94,[[]]],[11,"is_infectious","","",94,[[]]],[11,"is_recovered","","",94,[[]]],[11,"is_dead","","",94,[[]]],[11,"get_time","","",94,[[],[["option",4],["time",3]]]],[11,"get_event_time","","",94,[[],[["option",4],["anytime",3]]]],[11,"next_default","","",94,[[["anytime",3],["xorshiftrng",3]],["option",4]]],[11,"next","","",94,[[["anytime",3],["xorshiftrng",3]],["option",4]]],[11,"start","","",94,[[["xorshiftrng",3],["anytime",3],["duration",3]],[["result",4],["string",3]]]],[0,"render","sim","",null,null],[3,"DrawPedestrianInput","sim::render","",null,null],[12,"id","","",20,null],[12,"pos","","",20,null],[12,"facing","","",20,null],[12,"waiting_for_turn","","",20,null],[12,"preparing_bike","","",20,null],[12,"waiting_for_bus","","",20,null],[12,"on","","",20,null],[3,"DrawPedCrowdInput","","",null,null],[12,"low","","",19,null],[12,"high","","",19,null],[12,"members","","",19,null],[12,"location","","",19,null],[3,"DrawCarInput","","",null,null],[12,"id","","",18,null],[12,"waiting_for_turn","","",18,null],[12,"status","","",18,null],[12,"show_parking_intent","","",18,null],[12,"on","","",18,null],[12,"partly_on","","",18,null],[12,"label","","",18,null],[12,"body","","",18,null],[3,"UnzoomedAgent","","",null,null],[12,"vehicle_type","","",21,null],[12,"pos","","",21,null],[12,"person","","",21,null],[12,"parking","","",21,null],[3,"DontDrawAgents","","",null,null],[4,"PedCrowdLocation","","",null,null],[13,"Sidewalk","","",60,null],[13,"BldgDriveway","","",60,null],[13,"LotDriveway","","",60,null],[4,"CarStatus","","",null,null],[13,"Moving","","",59,null],[13,"Parked","","",59,null],[8,"GetDrawAgents","","",null,null],[10,"time","","",98,[[],["time",3]]],[10,"step_count","","",98,[[]]],[10,"get_draw_car","","",98,[[["map",3],["carid",3]],[["option",4],["drawcarinput",3]]]],[10,"get_draw_ped","","",98,[[["map",3],["pedestrianid",3]],[["drawpedestrianinput",3],["option",4]]]],[10,"get_draw_cars","","",98,[[["map",3],["traversable",4]],[["vec",3],["drawcarinput",3]]]],[10,"get_draw_peds","","",98,[[["map",3],["traversable",4]]]],[10,"get_all_draw_cars","","",98,[[["map",3]],[["vec",3],["drawcarinput",3]]]],[10,"get_all_draw_peds","","",98,[[["map",3]],[["vec",3],["drawpedestrianinput",3]]]],[10,"get_unzoomed_agents","","",98,[[["map",3]],[["vec",3],["unzoomedagent",3]]]],[0,"router","sim","",null,null],[3,"Router","sim::router","",null,null],[12,"path","","",99,null],[12,"goal","","",99,null],[12,"owner","","",99,null],[4,"ActionAtEnd","","",null,null],[13,"VanishAtBorder","","",100,null],[13,"StartParking","","",100,null],[13,"GotoLaneEnd","","",100,null],[13,"StopBiking","","",100,null],[13,"BusAtStop","","",100,null],[13,"GiveUpOnParking","","",100,null],[4,"Goal","","",null,null],[13,"ParkNearBuilding","","",101,null],[12,"target","sim::router::Goal","",102,null],[12,"spot","","",102,null],[12,"stuck_end_dist","","",102,null],[12,"started_looking","","",102,null],[13,"EndAtBorder","sim::router","",101,null],[12,"end_dist","sim::router::Goal","",103,null],[12,"i","","",103,null],[13,"BikeThenStop","sim::router","",101,null],[12,"goal","sim::router::Goal","",104,null],[13,"FollowBusRoute","sim::router","",101,null],[12,"end_dist","sim::router::Goal","",105,null],[11,"end_at_border","sim::router","",99,[[["path",3],["distance",3],["intersectionid",3],["carid",3]],["router",3]]],[11,"vanish_bus","","",99,[[["laneid",3],["map",3],["carid",3]],["router",3]]],[11,"park_near","","",99,[[["path",3],["buildingid",3],["carid",3]],["router",3]]],[11,"bike_then_stop","","",99,[[["path",3],["sidewalkspot",3],["carid",3]],["router",3]]],[11,"follow_bus_route","","",99,[[["path",3],["distance",3],["carid",3]],["router",3]]],[11,"head","","",99,[[],["traversable",4]]],[11,"next","","",99,[[],["traversable",4]]],[11,"maybe_next","","",99,[[],[["option",4],["traversable",4]]]],[11,"last_step","","",99,[[]]],[11,"get_end_dist","","",99,[[],["distance",3]]],[11,"get_path","","",99,[[],["path",3]]],[11,"advance","","",99,[[["vehicle",3],["vec",3],["map",3],["option",4],["parkingsimstate",4]],["traversable",4]]],[11,"maybe_handle_end","","",99,[[["distance",3],["vehicle",3],["vec",3],["map",3],["option",4],["parkingsimstate",4]],[["actionatend",4],["option",4]]]],[11,"opportunistically_lanechange","","",99,[[["btreemap",3],["map",3]]]],[11,"replace_path_for_serialization","","",99,[[["path",3]],["path",3]]],[11,"is_parking","","",99,[[]]],[11,"get_parking_spot_goal","","",99,[[],[["parkingspot",4],["option",4]]]],[0,"scheduler","sim","",null,null],[3,"Item","sim::scheduler","",null,null],[12,"time","","",106,null],[12,"cmd_type","","",106,null],[3,"Scheduler","","",null,null],[12,"items","","",107,null],[12,"queued_commands","","",107,null],[12,"latest_time","","",107,null],[12,"last_time","","",107,null],[12,"delta_times","","",107,null],[4,"Command","","",null,null],[13,"SpawnCar","","",108,null],[13,"SpawnPed","","",108,null],[13,"StartTrip","","",108,null],[13,"UpdateCar","","",108,null],[13,"UpdateLaggyHead","","",108,null],[13,"UpdatePed","","",108,null],[13,"UpdateIntersection","","",108,null],[13,"Callback","","",108,null],[13,"Pandemic","","",108,null],[13,"FinishRemoteTrip","","",108,null],[13,"StartBus","","",108,null],[4,"CommandType","","",null,null],[13,"StartTrip","","",109,null],[13,"Car","","",109,null],[13,"CarLaggyHead","","",109,null],[13,"Ped","","",109,null],[13,"Intersection","","",109,null],[13,"Callback","","",109,null],[13,"Pandemic","","",109,null],[13,"FinishRemoteTrip","","",109,null],[13,"StartBus","","",109,null],[11,"update_agent","","",108,[[["agentid",4]],["command",4]]],[11,"to_type","","",108,[[],["commandtype",4]]],[11,"new","","",107,[[],["scheduler",3]]],[11,"push","","",107,[[["command",4],["time",3]]]],[11,"update","","",107,[[["command",4],["time",3]]]],[11,"cancel","","",107,[[["command",4]]]],[11,"must_cancel_by_type","","",107,[[["commandtype",4]]]],[11,"peek_next_time","","",107,[[],[["option",4],["time",3]]]],[11,"get_last_time","","",107,[[],["time",3]]],[11,"get_next","","",107,[[],[["command",4],["option",4]]]],[11,"describe_stats","","",107,[[],["string",3]]],[11,"get_requests_for_savestate","","",107,[[],[["pathrequest",3],["vec",3]]]],[11,"before_savestate","","",107,[[],[["path",3],["vec",3]]]],[11,"after_savestate","","",107,[[["path",3],["vec",3]]]],[0,"sim","sim","",null,null],[3,"Sim","sim::sim","",null,null],[12,"driving","","",14,null],[12,"parking","","",14,null],[12,"walking","","",14,null],[12,"intersections","","",14,null],[12,"transit","","",14,null],[12,"cap","","",14,null],[12,"trips","","",14,null],[12,"pandemic","","",14,null],[12,"scheduler","","",14,null],[12,"time","","",14,null],[12,"map_name","","",14,null],[12,"edits_name","","",14,null],[12,"run_name","","",14,null],[12,"step_count","","",14,null],[12,"analytics","","",14,null],[12,"alerts","","",14,null],[3,"Ctx","","",null,null],[12,"parking","","",110,null],[12,"intersections","","",110,null],[12,"cap","","",110,null],[12,"scheduler","","",110,null],[12,"map","","",110,null],[3,"SimOptions","","",null,null],[12,"run_name","","",15,null],[12,"use_freeform_policy_everywhere","","",15,null],[12,"dont_block_the_box","","",15,null],[12,"recalc_lanechanging","","",15,null],[12,"break_turn_conflict_cycles","","",15,null],[12,"handle_uber_turns","","",15,null],[12,"enable_pandemic_model","","",15,null],[12,"alerts","","",15,null],[12,"pathfinding_upfront","","",15,null],[12,"infinite_parking","","",15,null],[4,"AlertHandler","","",null,null],[13,"Print","","",54,null],[13,"Block","","",54,null],[13,"Silence","","",54,null],[0,"queries","","",null,null],[3,"AgentProperties","sim::sim::queries","",null,null],[12,"total_time","","",13,null],[12,"waiting_here","","",13,null],[12,"total_waiting","","",13,null],[12,"dist_crossed","","",13,null],[12,"total_dist","","",13,null],[12,"lanes_crossed","","",13,null],[12,"total_lanes","","",13,null],[11,"time","sim","",14,[[],["time",3]]],[11,"is_done","","",14,[[]]],[11,"is_empty","","",14,[[]]],[11,"num_trips","","",14,[[]]],[11,"num_agents","","",14,[[],[["agenttype",4],["counter",3]]]],[11,"num_ppl","","",14,[[]]],[11,"debug_ped","","",14,[[["pedestrianid",3]]]],[11,"debug_car","","",14,[[["carid",3]]]],[11,"debug_intersection","","",14,[[["map",3],["intersectionid",3]]]],[11,"debug_lane","","",14,[[["laneid",3]]]],[11,"agent_properties","","",14,[[["agentid",4]],["agentproperties",3]]],[11,"num_transit_passengers","","",14,[[["carid",3]]]],[11,"bus_route_id","","",14,[[["carid",3]],[["busrouteid",3],["option",4]]]],[11,"active_agents","","",14,[[],[["agentid",4],["vec",3]]]],[11,"agent_to_trip","","",14,[[["agentid",4]],[["option",4],["tripid",3]]]],[11,"trip_to_agent","","",14,[[["tripid",3]],[["agentid",4],["tripresult",4]]]],[11,"trip_info","","",14,[[["tripid",3]],["tripinfo",3]]],[11,"all_trip_info","","",14,[[],["vec",3]]],[11,"finished_trip_time","","",14,[[["tripid",3]],["option",4]]],[11,"trip_to_person","","",14,[[["tripid",3]],["personid",3]]],[11,"agent_to_person","","",14,[[["agentid",4]],[["option",4],["personid",3]]]],[11,"get_owner_of_car","","",14,[[["carid",3]],[["option",4],["personid",3]]]],[11,"lookup_parked_car","","",14,[[["carid",3]],[["option",4],["parkedcar",3]]]],[11,"all_parked_car_positions","","",14,[[["map",3]],["vec",3]]],[11,"lookup_person","","",14,[[["personid",3]],[["person",3],["option",4]]]],[11,"get_person","","",14,[[["personid",3]],["person",3]]],[11,"find_person_by_orig_id","","",14,[[["origpersonid",3]],[["option",4],["personid",3]]]],[11,"get_all_people","","",14,[[],["vec",3]]],[11,"lookup_car_id","","",14,[[],[["carid",3],["option",4]]]],[11,"get_path","","",14,[[["agentid",4]],[["path",3],["option",4]]]],[11,"get_all_driving_paths","","",14,[[],[["vec",3],["path",3]]]],[11,"trace_route","","",14,[[["distance",3],["agentid",4],["map",3],["option",4]],[["option",4],["polyline",3]]]],[11,"get_canonical_pt_per_trip","","",14,[[["map",3],["tripid",3]],[["pt2d",3],["tripresult",4]]]],[11,"get_canonical_pt_per_person","","",14,[[["map",3],["personid",3]],[["option",4],["pt2d",3]]]],[11,"canonical_pt_for_agent","","",14,[[["agentid",4],["map",3]],[["option",4],["pt2d",3]]]],[11,"get_accepted_agents","","",14,[[["intersectionid",3]],["vec",3]]],[11,"get_waiting_agents","","",14,[[["intersectionid",3]],["vec",3]]],[11,"get_blocked_by","","",14,[[["agentid",4]],[["agentid",4],["hashset",3]]]],[11,"status_of_buses","","",14,[[["busrouteid",3],["map",3]],["vec",3]]],[11,"get_analytics","","",14,[[],["analytics",3]]],[11,"find_blockage_front","","",14,[[["map",3],["carid",3]],["string",3]]],[11,"delayed_intersections","","",14,[[["duration",3]],["vec",3]]],[11,"bldg_to_people","","",14,[[["buildingid",3]],[["vec",3],["personid",3]]]],[11,"get_pandemic_model","","",14,[[],[["pandemicmodel",3],["option",4]]]],[11,"get_end_of_day","","",14,[[],["time",3]]],[11,"current_stage_and_remaining_time","","",14,[[["intersectionid",3]]]],[11,"all_arrivals_at_border","","",14,[[["intersectionid",3]],["vec",3]]],[11,"target_lane_penalty","","",14,[[["lane",3]]]],[11,"get_people_waiting_at_stop","","",14,[[["busstopid",3]],["vec",3]]],[11,"generate_scenario","","",14,[[["string",3],["map",3]],["scenario",3]]],[11,"get_cap_counter","","",14,[[["laneid",3]]]],[11,"infinite_parking","","",14,[[]]],[11,"all_waiting_people","","",14,[[],[["personid",3],["duration",3],["btreemap",3]]]],[17,"BLIND_RETRY_TO_SPAWN","sim::sim","",null,null],[8,"SimCallback","","",null,null],[10,"run","","",111,[[["sim",3],["map",3]]]],[11,"from_args","sim","",15,[[["cmdargs",3]],["simoptions",3]]],[11,"new","","",15,[[],["simoptions",3]]],[11,"new","","",14,[[["map",3],["timer",3],["simoptions",3]],["sim",3]]],[11,"make_spawner","","",14,[[],["tripspawner",3]]],[11,"flush_spawner","","",14,[[["map",3],["timer",3],["tripspawner",3]]]],[11,"get_free_onstreet_spots","","",14,[[["laneid",3]],[["vec",3],["parkingspot",4]]]],[11,"get_free_offstreet_spots","","",14,[[["buildingid",3]],[["vec",3],["parkingspot",4]]]],[11,"get_free_lot_spots","","",14,[[["parkinglotid",3]],[["vec",3],["parkingspot",4]]]],[11,"get_all_parking_spots","","",14,[[]]],[11,"bldg_to_parked_cars","","",14,[[["buildingid",3]],[["vec",3],["carid",3]]]],[11,"walking_path_to_nearest_parking_spot","","",14,[[["map",3],["buildingid",3]],["option",4]]],[11,"new_person","","",14,[[["speed",3],["vec",3],["personid",3],["origpersonid",3],["option",4],["vehiclespec",3]]]],[11,"random_person","","",14,[[["speed",3],["vec",3],["vehiclespec",3]],["person",3]]],[11,"seed_parked_car","","",14,[[["parkingspot",4],["vehicle",3]]]],[11,"seed_bus_route","","",14,[[["busroute",3]]]],[11,"start_bus","","",14,[[["map",3],["busroute",3]]]],[11,"set_name","","",14,[[["string",3]]]],[11,"minimal_step","","",14,[[["map",3],["option",4],["duration",3]]]],[11,"do_step","","",14,[[["command",4],["option",4],["time",3],["map",3]]]],[11,"dispatch_events","","",14,[[["event",4],["map",3],["vec",3]]]],[11,"timed_step","","",14,[[["option",4],["map",3],["timer",3],["duration",3]]]],[11,"tiny_step","","",14,[[["map",3],["option",4]]]],[11,"time_limited_step","","",14,[[["map",3],["option",4],["duration",3]]]],[11,"dump_before_abort","","",14,[[]]],[11,"run_until_done","","",14,[[["duration",3],["option",4],["map",3],["fn",8]]]],[11,"save_dir","","",14,[[],["string",3]]],[11,"save_path","","",14,[[["time",3]],["string",3]]],[11,"save","","",14,[[],["string",3]]],[11,"find_previous_savestate","","",14,[[["time",3]],[["string",3],["option",4]]]],[11,"find_next_savestate","","",14,[[["time",3]],[["string",3],["option",4]]]],[11,"load_savestate","","",14,[[["string",3],["map",3],["timer",3]],[["error",3],["result",4],["sim",3]]]],[11,"restore_paths","","",14,[[["map",3],["timer",3]]]],[11,"handle_live_edited_traffic_signals","","",14,[[["map",3]]]],[11,"handle_live_edits","","",14,[[["map",3]]]],[11,"find_trips_affected_by_live_edits","","",14,[[["map",3]],["vec",3]]],[11,"delete_car","","",14,[[["map",3],["carid",3]]]],[11,"clear_alerts","","",14,[[],["vec",3]]],[11,"is","sim::sim","Returns true if the trait object wraps an object of type…",111,[[]]],[11,"downcast","","Returns a boxed object from a boxed trait object if the…",111,[[["box",3]],[["result",4],["box",3],["box",3]]]],[11,"downcast_rc","","Returns an `Rc`-ed object from an `Rc`-ed trait object if…",111,[[["rc",3]],[["rc",3],["rc",3],["result",4]]]],[11,"downcast_ref","","Returns a reference to the object within the trait object…",111,[[],["option",4]]],[11,"downcast_mut","","Returns a mutable reference to the object within the trait…",111,[[],["option",4]]],[11,"set_periodic_callback","sim","",14,[[["duration",3]]]],[11,"unset_periodic_callback","","",14,[[]]],[0,"transit","","",null,null],[3,"Stop","sim::transit","",null,null],[12,"id","","",112,null],[12,"driving_pos","","",112,null],[12,"next_stop","","",112,null],[3,"Route","","",null,null],[12,"stops","","",113,null],[12,"start","","",113,null],[12,"end_at_border","","",113,null],[12,"active_vehicles","","",113,null],[3,"Bus","","",null,null],[12,"car","","",114,null],[12,"route","","",114,null],[12,"passengers","","",114,null],[12,"state","","",114,null],[3,"TransitSimState","","",null,null],[12,"buses","","",115,null],[12,"routes","","",115,null],[12,"peds_waiting","","",115,null],[12,"events","","",115,null],[4,"BusState","","",null,null],[13,"DrivingToStop","","",116,null],[13,"AtStop","","",116,null],[13,"DrivingOffMap","","",116,null],[13,"Done","","",116,null],[6,"StopIdx","","",null,null],[11,"new","","",115,[[["map",3]],["transitsimstate",3]]],[11,"create_empty_route","","",115,[[["map",3],["busroute",3]]]],[11,"bus_created","","",115,[[["busrouteid",3],["carid",3]]]],[11,"bus_arrived_at_stop","","",115,[[["tripmanager",3],["ctx",3],["time",3],["walkingsimstate",3],["carid",3]]]],[11,"bus_departed_from_stop","","",115,[[["map",3],["carid",3]],["router",3]]],[11,"ped_waiting_for_bus","","",115,[[["option",4],["pedestrianid",3],["personid",3],["busrouteid",3],["busstopid",3],["time",3],["map",3],["tripid",3]],[["carid",3],["option",4]]]],[11,"collect_events","","",115,[[],[["event",4],["vec",3]]]],[11,"get_passengers","","",115,[[["carid",3]],["vec",3]]],[11,"bus_route","","",115,[[["carid",3]],["busrouteid",3]]],[11,"buses_for_route","","",115,[[["busrouteid",3]],["vec",3]]],[11,"active_vehicles","","",115,[[]]],[11,"get_people_waiting_at_stop","","",115,[[["busstopid",3]],["vec",3]]],[0,"trips","sim","",null,null],[3,"TripManager","sim::trips","",null,null],[12,"trips","","",117,null],[12,"people","","",117,null],[12,"active_trip_mode","","",117,null],[12,"unfinished_trips","","",117,null],[12,"pathfinding_upfront","","",117,null],[12,"car_id_counter","","",117,null],[12,"events","","",117,null],[3,"Trip","","",null,null],[12,"id","","",118,null],[12,"info","","",118,null],[12,"started","","",118,null],[12,"finished_at","","",118,null],[12,"total_blocked_time","","",118,null],[12,"legs","","",118,null],[12,"person","","",118,null],[3,"TripInfo","","",null,null],[12,"departure","","",17,null],[12,"mode","","",17,null],[12,"start","","",17,null],[12,"end","","",17,null],[12,"purpose","","",17,null],[12,"modified","","",17,null],[12,"capped","","",17,null],[12,"cancellation_reason","","",17,null],[3,"Person","","",null,null],[12,"id","","",16,null],[12,"orig_id","","",16,null],[12,"trips","","",16,null],[12,"state","","",16,null],[12,"ped","","",16,null],[12,"ped_speed","","",16,null],[12,"vehicles","","",16,null],[12,"delayed_trips","","",16,null],[12,"on_bus","","",16,null],[4,"TripLeg","","",null,null],[13,"Walk","","",119,null],[13,"Drive","","",119,null],[13,"RideBus","","",119,null],[13,"Remote","","",119,null],[4,"TripMode","","",null,null],[13,"Walk","","",58,null],[13,"Bike","","",58,null],[13,"Transit","","",58,null],[13,"Drive","","",58,null],[4,"TripEndpoint","","",null,null],[13,"Bldg","","",57,null],[13,"Border","","",57,null],[4,"TripResult","","",null,null],[13,"Ok","","",56,null],[13,"ModeChange","","",56,null],[13,"TripDone","","",56,null],[13,"TripDoesntExist","","",56,null],[13,"TripNotStarted","","",56,null],[13,"TripCancelled","","",56,null],[13,"RemoteTrip","","",56,null],[4,"PersonState","","",null,null],[13,"Trip","","",55,null],[13,"Inside","","",55,null],[13,"OffMap","","",55,null],[5,"pos","","",null,[[["tripendpoint",4],["tripmode",4],["map",3]],[["position",3],["option",4]]]],[11,"new","","",117,[[],["tripmanager",3]]],[11,"new_person","","",117,[[["speed",3],["vec",3],["personid",3],["origpersonid",3],["option",4],["vehiclespec",3]]]],[11,"random_person","","",117,[[["speed",3],["vec",3],["vehiclespec",3]],["person",3]]],[11,"new_car_id","","",117,[[]]],[11,"new_trip","","",117,[[["personid",3],["tripmode",4],["trippurpose",4],["vec",3],["time",3],["tripendpoint",4],["map",3],["tripleg",4]],["tripid",3]]],[11,"agent_starting_trip_leg","","",117,[[["agentid",4],["tripid",3]]]],[11,"car_reached_parking_spot","","",117,[[["duration",3],["ctx",3],["time",3],["parkingspot",4],["carid",3]]]],[11,"ped_reached_parking_spot","","",117,[[["ctx",3],["pedestrianid",3],["parkingspot",4],["time",3],["duration",3]]]],[11,"ped_ready_to_bike","","",117,[[["sidewalkspot",3],["ctx",3],["pedestrianid",3],["time",3],["duration",3]]]],[11,"bike_reached_end","","",117,[[["sidewalkspot",3],["duration",3],["scheduler",3],["time",3],["map",3],["carid",3]]]],[11,"ped_reached_building","","",117,[[["ctx",3],["buildingid",3],["pedestrianid",3],["time",3],["duration",3]]]],[11,"ped_reached_bus_stop","","",117,[[["ctx",3],["transitsimstate",3],["pedestrianid",3],["busstopid",3],["time",3],["duration",3]],[["busrouteid",3],["option",4]]]],[11,"ped_boarded_bus","","",117,[[["duration",3],["pedestrianid",3],["time",3],["walkingsimstate",3],["carid",3]]]],[11,"person_left_bus","","",117,[[["ctx",3],["personid",3],["time",3],["carid",3]]]],[11,"ped_reached_border","","",117,[[["duration",3],["ctx",3],["pedestrianid",3],["time",3],["intersectionid",3]]]],[11,"transit_rider_reached_border","","",117,[[["ctx",3],["personid",3],["time",3],["carid",3]]]],[11,"car_or_bike_reached_border","","",117,[[["intersectionid",3],["duration",3],["ctx",3],["time",3],["carid",3]]]],[11,"remote_trip_finished","","",117,[[["ctx",3],["tripid",3],["time",3]]]],[11,"cancel_unstarted_trip","","",117,[[["string",3],["tripid",3]]]],[11,"cancel_trip","","",117,[[["string",3],["vehicle",3],["ctx",3],["time",3],["tripid",3],["option",4]]]],[11,"active_agents","","",117,[[],[["agentid",4],["vec",3]]]],[11,"get_active_trips","","",117,[[],[["vec",3],["tripid",3]]]],[11,"active_agents_and_trips","","",117,[[],["btreemap",3]]],[11,"num_active_agents","","",117,[[]]],[11,"trip_to_agent","","",117,[[["tripid",3]],[["agentid",4],["tripresult",4]]]],[11,"agent_to_trip","","",117,[[["agentid",4]],[["option",4],["tripid",3]]]],[11,"debug_trip","","",117,[[["agentid",4]]]],[11,"num_trips","","",117,[[]]],[11,"num_agents","","",117,[[["transitsimstate",3]],[["agenttype",4],["counter",3]]]],[11,"num_ppl","","",117,[[]]],[11,"is_done","","",117,[[]]],[11,"collect_events","","",117,[[],[["event",4],["vec",3]]]],[11,"trip_info","","",117,[[["tripid",3]],["tripinfo",3]]],[11,"all_trip_info","","",117,[[],["vec",3]]],[11,"finished_trip_time","","",117,[[["tripid",3]],["option",4]]],[11,"bldg_to_people","","",117,[[["buildingid",3]],[["vec",3],["personid",3]]]],[11,"get_person","","",117,[[["personid",3]],[["person",3],["option",4]]]],[11,"get_all_people","","",117,[[],["vec",3]]],[11,"trip_to_person","","",117,[[["tripid",3]],["personid",3]]],[11,"person_finished_trip","","",117,[[["personid",3],["ctx",3],["time",3]]]],[11,"start_trip","","",117,[[["pathrequest",3],["option",4],["ctx",3],["option",4],["path",3],["time",3],["tripspec",4],["tripid",3]]]],[11,"all_arrivals_at_border","","",117,[[["intersectionid",3]],["vec",3]]],[11,"generate_scenario","","",117,[[["string",3],["map",3]],["scenario",3]]],[11,"spawn_ped","","",118,[[["sidewalkspot",3],["person",3],["scheduler",3],["time",3],["vec",3],["map",3]]]],[11,"assert_walking_leg","","",118,[[["sidewalkspot",3]]]],[11,"all","sim","",58,[[],[["vec",3],["tripmode",4]]]],[11,"verb","","",58,[[]]],[11,"ongoing_verb","","",58,[[]]],[11,"noun","","",58,[[]]],[11,"to_constraints","","",58,[[],["pathconstraints",4]]],[11,"from_constraints","","",58,[[["pathconstraints",4]],["tripmode",4]]],[11,"path_req","","",57,[[["tripendpoint",4],["tripmode",4],["map",3]],[["pathrequest",3],["option",4]]]],[11,"ok","","",56,[[],["option",4]]],[11,"propagate_error","","",56,[[],["tripresult",4]]],[11,"get_vehicle","","",16,[[["carid",3]],["vehicle",3]]],[11,"start_sidewalk_spot","","",57,[[["map",3]],[["sidewalkspot",3],["option",4]]]],[11,"end_sidewalk_spot","","",57,[[["map",3]],[["sidewalkspot",3],["option",4]]]],[11,"driving_goal","","",57,[[["pathconstraints",4],["map",3]],[["option",4],["drivinggoal",4]]]],[17,"BIKE_LENGTH","","",null,null],[17,"MIN_CAR_LENGTH","","",null,null],[17,"MAX_CAR_LENGTH","","",null,null],[17,"BUS_LENGTH","","",null,null],[17,"LIGHT_RAIL_LENGTH","","",null,null],[17,"FOLLOWING_DISTANCE","","",null,null],[17,"SPAWN_DIST","","",null,null],[8,"SimCallback","","",null,null],[10,"run","","",111,[[["sim",3],["map",3]]]],[8,"GetDrawAgents","","",null,null],[10,"time","","",98,[[],["time",3]]],[10,"step_count","","",98,[[]]],[10,"get_draw_car","","",98,[[["map",3],["carid",3]],[["option",4],["drawcarinput",3]]]],[10,"get_draw_ped","","",98,[[["map",3],["pedestrianid",3]],[["drawpedestrianinput",3],["option",4]]]],[10,"get_draw_cars","","",98,[[["map",3],["traversable",4]],[["vec",3],["drawcarinput",3]]]],[10,"get_draw_peds","","",98,[[["map",3],["traversable",4]]]],[10,"get_all_draw_cars","","",98,[[["map",3]],[["vec",3],["drawcarinput",3]]]],[10,"get_all_draw_peds","","",98,[[["map",3]],[["vec",3],["drawpedestrianinput",3]]]],[10,"get_unzoomed_agents","","",98,[[["map",3]],[["vec",3],["unzoomedagent",3]]]],[11,"as_car","","",61,[[],["carid",3]]],[11,"to_type","","",61,[[],["agenttype",4]]],[11,"all","","",62,[[],[["agenttype",4],["vec",3]]]],[11,"noun","","",62,[[]]],[11,"plural_noun","","",62,[[]]],[11,"ongoing_verb","","",62,[[]]],[11,"to_constraints","","",63,[[],["pathconstraints",4]]],[11,"is_transit","","",63,[[]]],[11,"make","","",28,[[["personid",3],["option",4],["carid",3]],["vehicle",3]]],[11,"end_at_border","","",65,[[["offmaplocation",3],["pathconstraints",4],["directedroadid",3],["option",4],["map",3]],[["option",4],["drivinggoal",4]]]],[11,"goal_pos","","",65,[[["pathconstraints",4],["map",3]],[["position",3],["option",4]]]],[11,"make_router","","",65,[[["path",3],["map",3],["carid",3]],["router",3]]],[11,"pt","","",65,[[["map",3]],["pt2d",3]]],[11,"deferred_parking_spot","","",30,[[],["sidewalkspot",3]]],[11,"parking_spot","","",30,[[["parkingspot",4],["map",3],["parkingsimstate",4]],["sidewalkspot",3]]],[11,"building","","",30,[[["buildingid",3],["map",3]],["sidewalkspot",3]]],[11,"bike_rack","","",30,[[["buildingid",3],["map",3]],[["sidewalkspot",3],["option",4]]]],[11,"bus_stop","","",30,[[["map",3],["busstopid",3]],["sidewalkspot",3]]],[11,"start_at_border","","",30,[[["offmaplocation",3],["option",4],["map",3],["intersectionid",3]],[["sidewalkspot",3],["option",4]]]],[11,"end_at_border","","",30,[[["offmaplocation",3],["option",4],["map",3],["intersectionid",3]],[["sidewalkspot",3],["option",4]]]],[11,"suddenly_appear","","",30,[[["distance",3],["map",3],["laneid",3]],["sidewalkspot",3]]],[11,"new","","",31,[[["time",3]],["timeinterval",3]]],[11,"percent","","",31,[[["time",3]]]],[11,"percent_clamp_end","","",31,[[["time",3]]]],[11,"new_driving","","",32,[[["distance",3]],["distanceinterval",3]]],[11,"new_walking","","",32,[[["distance",3]],["distanceinterval",3]]],[11,"lerp","","",32,[[],["distance",3]]],[11,"length","","",32,[[],["distance",3]]],[11,"for_appearing","","",34,[[["vehicle",3],["personid",3],["position",3],["router",3],["pathrequest",3],["tripid",3]],["createcar",3]]],[11,"for_parked_car","","",34,[[["distance",3],["tripid",3],["personid",3],["parkedcar",3],["router",3],["pathrequest",3]],["createcar",3]]],[11,"from","","",0,[[]]],[11,"into","","",0,[[]]],[11,"to_owned","","",0,[[]]],[11,"clone_into","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"vzip","","",0,[[]]],[11,"into_any","","",0,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",0,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",0,[[],["any",8]]],[11,"as_any_mut","","",0,[[],["any",8]]],[11,"into_any_arc","","",0,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",1,[[]]],[11,"into","","",1,[[]]],[11,"try_from","","",1,[[],["result",4]]],[11,"try_into","","",1,[[],["result",4]]],[11,"borrow","","",1,[[]]],[11,"borrow_mut","","",1,[[]]],[11,"type_id","","",1,[[],["typeid",3]]],[11,"vzip","","",1,[[]]],[11,"into_any","","",1,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",1,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",1,[[],["any",8]]],[11,"as_any_mut","","",1,[[],["any",8]]],[11,"into_any_arc","","",1,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",2,[[]]],[11,"into","","",2,[[]]],[11,"to_owned","","",2,[[]]],[11,"clone_into","","",2,[[]]],[11,"try_from","","",2,[[],["result",4]]],[11,"try_into","","",2,[[],["result",4]]],[11,"borrow","","",2,[[]]],[11,"borrow_mut","","",2,[[]]],[11,"type_id","","",2,[[],["typeid",3]]],[11,"vzip","","",2,[[]]],[11,"into_any","","",2,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",2,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",2,[[],["any",8]]],[11,"as_any_mut","","",2,[[],["any",8]]],[11,"into_any_arc","","",2,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",3,[[]]],[11,"into","","",3,[[]]],[11,"try_from","","",3,[[],["result",4]]],[11,"try_into","","",3,[[],["result",4]]],[11,"borrow","","",3,[[]]],[11,"borrow_mut","","",3,[[]]],[11,"type_id","","",3,[[],["typeid",3]]],[11,"vzip","","",3,[[]]],[11,"into_any","","",3,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",3,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",3,[[],["any",8]]],[11,"as_any_mut","","",3,[[],["any",8]]],[11,"into_any_arc","","",3,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",4,[[]]],[11,"into","","",4,[[]]],[11,"try_from","","",4,[[],["result",4]]],[11,"try_into","","",4,[[],["result",4]]],[11,"borrow","","",4,[[]]],[11,"borrow_mut","","",4,[[]]],[11,"type_id","","",4,[[],["typeid",3]]],[11,"vzip","","",4,[[]]],[11,"into_any","","",4,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",4,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",4,[[],["any",8]]],[11,"as_any_mut","","",4,[[],["any",8]]],[11,"into_any_arc","","",4,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",5,[[]]],[11,"into","","",5,[[]]],[11,"to_owned","","",5,[[]]],[11,"clone_into","","",5,[[]]],[11,"try_from","","",5,[[],["result",4]]],[11,"try_into","","",5,[[],["result",4]]],[11,"borrow","","",5,[[]]],[11,"borrow_mut","","",5,[[]]],[11,"type_id","","",5,[[],["typeid",3]]],[11,"vzip","","",5,[[]]],[11,"into_any","","",5,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",5,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",5,[[],["any",8]]],[11,"as_any_mut","","",5,[[],["any",8]]],[11,"into_any_arc","","",5,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",6,[[]]],[11,"into","","",6,[[]]],[11,"to_owned","","",6,[[]]],[11,"clone_into","","",6,[[]]],[11,"try_from","","",6,[[],["result",4]]],[11,"try_into","","",6,[[],["result",4]]],[11,"borrow","","",6,[[]]],[11,"borrow_mut","","",6,[[]]],[11,"type_id","","",6,[[],["typeid",3]]],[11,"equivalent","","",6,[[]]],[11,"vzip","","",6,[[]]],[11,"into_any","","",6,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",6,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",6,[[],["any",8]]],[11,"as_any_mut","","",6,[[],["any",8]]],[11,"into_any_arc","","",6,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",7,[[]]],[11,"into","","",7,[[]]],[11,"to_owned","","",7,[[]]],[11,"clone_into","","",7,[[]]],[11,"try_from","","",7,[[],["result",4]]],[11,"try_into","","",7,[[],["result",4]]],[11,"borrow","","",7,[[]]],[11,"borrow_mut","","",7,[[]]],[11,"type_id","","",7,[[],["typeid",3]]],[11,"vzip","","",7,[[]]],[11,"into_any","","",7,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",7,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",7,[[],["any",8]]],[11,"as_any_mut","","",7,[[],["any",8]]],[11,"into_any_arc","","",7,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",8,[[]]],[11,"into","","",8,[[]]],[11,"to_owned","","",8,[[]]],[11,"clone_into","","",8,[[]]],[11,"try_from","","",8,[[],["result",4]]],[11,"try_into","","",8,[[],["result",4]]],[11,"borrow","","",8,[[]]],[11,"borrow_mut","","",8,[[]]],[11,"type_id","","",8,[[],["typeid",3]]],[11,"vzip","","",8,[[]]],[11,"into_any","","",8,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",8,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",8,[[],["any",8]]],[11,"as_any_mut","","",8,[[],["any",8]]],[11,"into_any_arc","","",8,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",9,[[]]],[11,"into","","",9,[[]]],[11,"to_owned","","",9,[[]]],[11,"clone_into","","",9,[[]]],[11,"try_from","","",9,[[],["result",4]]],[11,"try_into","","",9,[[],["result",4]]],[11,"borrow","","",9,[[]]],[11,"borrow_mut","","",9,[[]]],[11,"type_id","","",9,[[],["typeid",3]]],[11,"vzip","","",9,[[]]],[11,"into_any","","",9,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",9,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",9,[[],["any",8]]],[11,"as_any_mut","","",9,[[],["any",8]]],[11,"into_any_arc","","",9,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",10,[[]]],[11,"into","","",10,[[]]],[11,"to_owned","","",10,[[]]],[11,"clone_into","","",10,[[]]],[11,"try_from","","",10,[[],["result",4]]],[11,"try_into","","",10,[[],["result",4]]],[11,"borrow","","",10,[[]]],[11,"borrow_mut","","",10,[[]]],[11,"type_id","","",10,[[],["typeid",3]]],[11,"vzip","","",10,[[]]],[11,"into_any","","",10,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",10,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",10,[[],["any",8]]],[11,"as_any_mut","","",10,[[],["any",8]]],[11,"into_any_arc","","",10,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",11,[[]]],[11,"into","","",11,[[]]],[11,"to_owned","","",11,[[]]],[11,"clone_into","","",11,[[]]],[11,"try_from","","",11,[[],["result",4]]],[11,"try_into","","",11,[[],["result",4]]],[11,"borrow","","",11,[[]]],[11,"borrow_mut","","",11,[[]]],[11,"type_id","","",11,[[],["typeid",3]]],[11,"vzip","","",11,[[]]],[11,"into_any","","",11,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",11,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",11,[[],["any",8]]],[11,"as_any_mut","","",11,[[],["any",8]]],[11,"into_any_arc","","",11,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",12,[[]]],[11,"into","","",12,[[]]],[11,"try_from","","",12,[[],["result",4]]],[11,"try_into","","",12,[[],["result",4]]],[11,"borrow","","",12,[[]]],[11,"borrow_mut","","",12,[[]]],[11,"type_id","","",12,[[],["typeid",3]]],[11,"vzip","","",12,[[]]],[11,"into_any","","",12,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",12,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",12,[[],["any",8]]],[11,"as_any_mut","","",12,[[],["any",8]]],[11,"into_any_arc","","",12,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",13,[[]]],[11,"into","","",13,[[]]],[11,"try_from","","",13,[[],["result",4]]],[11,"try_into","","",13,[[],["result",4]]],[11,"borrow","","",13,[[]]],[11,"borrow_mut","","",13,[[]]],[11,"type_id","","",13,[[],["typeid",3]]],[11,"vzip","","",13,[[]]],[11,"into_any","","",13,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",13,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",13,[[],["any",8]]],[11,"as_any_mut","","",13,[[],["any",8]]],[11,"into_any_arc","","",13,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",14,[[]]],[11,"into","","",14,[[]]],[11,"to_owned","","",14,[[]]],[11,"clone_into","","",14,[[]]],[11,"try_from","","",14,[[],["result",4]]],[11,"try_into","","",14,[[],["result",4]]],[11,"borrow","","",14,[[]]],[11,"borrow_mut","","",14,[[]]],[11,"type_id","","",14,[[],["typeid",3]]],[11,"vzip","","",14,[[]]],[11,"into_any","","",14,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",14,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",14,[[],["any",8]]],[11,"as_any_mut","","",14,[[],["any",8]]],[11,"into_any_arc","","",14,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",15,[[]]],[11,"into","","",15,[[]]],[11,"to_owned","","",15,[[]]],[11,"clone_into","","",15,[[]]],[11,"try_from","","",15,[[],["result",4]]],[11,"try_into","","",15,[[],["result",4]]],[11,"borrow","","",15,[[]]],[11,"borrow_mut","","",15,[[]]],[11,"type_id","","",15,[[],["typeid",3]]],[11,"vzip","","",15,[[]]],[11,"into_any","","",15,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",15,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",15,[[],["any",8]]],[11,"as_any_mut","","",15,[[],["any",8]]],[11,"into_any_arc","","",15,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",16,[[]]],[11,"into","","",16,[[]]],[11,"to_owned","","",16,[[]]],[11,"clone_into","","",16,[[]]],[11,"try_from","","",16,[[],["result",4]]],[11,"try_into","","",16,[[],["result",4]]],[11,"borrow","","",16,[[]]],[11,"borrow_mut","","",16,[[]]],[11,"type_id","","",16,[[],["typeid",3]]],[11,"vzip","","",16,[[]]],[11,"into_any","","",16,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",16,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",16,[[],["any",8]]],[11,"as_any_mut","","",16,[[],["any",8]]],[11,"into_any_arc","","",16,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",17,[[]]],[11,"into","","",17,[[]]],[11,"to_owned","","",17,[[]]],[11,"clone_into","","",17,[[]]],[11,"try_from","","",17,[[],["result",4]]],[11,"try_into","","",17,[[],["result",4]]],[11,"borrow","","",17,[[]]],[11,"borrow_mut","","",17,[[]]],[11,"type_id","","",17,[[],["typeid",3]]],[11,"vzip","","",17,[[]]],[11,"into_any","","",17,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",17,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",17,[[],["any",8]]],[11,"as_any_mut","","",17,[[],["any",8]]],[11,"into_any_arc","","",17,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",120,[[]]],[11,"into","","",120,[[]]],[11,"try_from","","",120,[[],["result",4]]],[11,"try_into","","",120,[[],["result",4]]],[11,"borrow","","",120,[[]]],[11,"borrow_mut","","",120,[[]]],[11,"type_id","","",120,[[],["typeid",3]]],[11,"vzip","","",120,[[]]],[11,"into_any","","",120,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",120,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",120,[[],["any",8]]],[11,"as_any_mut","","",120,[[],["any",8]]],[11,"into_any_arc","","",120,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",18,[[]]],[11,"into","","",18,[[]]],[11,"to_owned","","",18,[[]]],[11,"clone_into","","",18,[[]]],[11,"try_from","","",18,[[],["result",4]]],[11,"try_into","","",18,[[],["result",4]]],[11,"borrow","","",18,[[]]],[11,"borrow_mut","","",18,[[]]],[11,"type_id","","",18,[[],["typeid",3]]],[11,"vzip","","",18,[[]]],[11,"into_any","","",18,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",18,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",18,[[],["any",8]]],[11,"as_any_mut","","",18,[[],["any",8]]],[11,"into_any_arc","","",18,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",19,[[]]],[11,"into","","",19,[[]]],[11,"try_from","","",19,[[],["result",4]]],[11,"try_into","","",19,[[],["result",4]]],[11,"borrow","","",19,[[]]],[11,"borrow_mut","","",19,[[]]],[11,"type_id","","",19,[[],["typeid",3]]],[11,"vzip","","",19,[[]]],[11,"into_any","","",19,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",19,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",19,[[],["any",8]]],[11,"as_any_mut","","",19,[[],["any",8]]],[11,"into_any_arc","","",19,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",20,[[]]],[11,"into","","",20,[[]]],[11,"to_owned","","",20,[[]]],[11,"clone_into","","",20,[[]]],[11,"try_from","","",20,[[],["result",4]]],[11,"try_into","","",20,[[],["result",4]]],[11,"borrow","","",20,[[]]],[11,"borrow_mut","","",20,[[]]],[11,"type_id","","",20,[[],["typeid",3]]],[11,"vzip","","",20,[[]]],[11,"into_any","","",20,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",20,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",20,[[],["any",8]]],[11,"as_any_mut","","",20,[[],["any",8]]],[11,"into_any_arc","","",20,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",21,[[]]],[11,"into","","",21,[[]]],[11,"try_from","","",21,[[],["result",4]]],[11,"try_into","","",21,[[],["result",4]]],[11,"borrow","","",21,[[]]],[11,"borrow_mut","","",21,[[]]],[11,"type_id","","",21,[[],["typeid",3]]],[11,"vzip","","",21,[[]]],[11,"into_any","","",21,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",21,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",21,[[],["any",8]]],[11,"as_any_mut","","",21,[[],["any",8]]],[11,"into_any_arc","","",21,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",22,[[]]],[11,"into","","",22,[[]]],[11,"to_owned","","",22,[[]]],[11,"clone_into","","",22,[[]]],[11,"to_string","","",22,[[],["string",3]]],[11,"try_from","","",22,[[],["result",4]]],[11,"try_into","","",22,[[],["result",4]]],[11,"borrow","","",22,[[]]],[11,"borrow_mut","","",22,[[]]],[11,"type_id","","",22,[[],["typeid",3]]],[11,"equivalent","","",22,[[]]],[11,"vzip","","",22,[[]]],[11,"into_any","","",22,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",22,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",22,[[],["any",8]]],[11,"as_any_mut","","",22,[[],["any",8]]],[11,"into_any_arc","","",22,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",23,[[]]],[11,"into","","",23,[[]]],[11,"to_owned","","",23,[[]]],[11,"clone_into","","",23,[[]]],[11,"to_string","","",23,[[],["string",3]]],[11,"try_from","","",23,[[],["result",4]]],[11,"try_into","","",23,[[],["result",4]]],[11,"borrow","","",23,[[]]],[11,"borrow_mut","","",23,[[]]],[11,"type_id","","",23,[[],["typeid",3]]],[11,"equivalent","","",23,[[]]],[11,"vzip","","",23,[[]]],[11,"into_any","","",23,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",23,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",23,[[],["any",8]]],[11,"as_any_mut","","",23,[[],["any",8]]],[11,"into_any_arc","","",23,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",24,[[]]],[11,"into","","",24,[[]]],[11,"to_owned","","",24,[[]]],[11,"clone_into","","",24,[[]]],[11,"to_string","","",24,[[],["string",3]]],[11,"try_from","","",24,[[],["result",4]]],[11,"try_into","","",24,[[],["result",4]]],[11,"borrow","","",24,[[]]],[11,"borrow_mut","","",24,[[]]],[11,"type_id","","",24,[[],["typeid",3]]],[11,"equivalent","","",24,[[]]],[11,"vzip","","",24,[[]]],[11,"into_any","","",24,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",24,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",24,[[],["any",8]]],[11,"as_any_mut","","",24,[[],["any",8]]],[11,"into_any_arc","","",24,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",25,[[]]],[11,"into","","",25,[[]]],[11,"to_owned","","",25,[[]]],[11,"clone_into","","",25,[[]]],[11,"to_string","","",25,[[],["string",3]]],[11,"try_from","","",25,[[],["result",4]]],[11,"try_into","","",25,[[],["result",4]]],[11,"borrow","","",25,[[]]],[11,"borrow_mut","","",25,[[]]],[11,"type_id","","",25,[[],["typeid",3]]],[11,"equivalent","","",25,[[]]],[11,"vzip","","",25,[[]]],[11,"into_any","","",25,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",25,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",25,[[],["any",8]]],[11,"as_any_mut","","",25,[[],["any",8]]],[11,"into_any_arc","","",25,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",26,[[]]],[11,"into","","",26,[[]]],[11,"to_owned","","",26,[[]]],[11,"clone_into","","",26,[[]]],[11,"try_from","","",26,[[],["result",4]]],[11,"try_into","","",26,[[],["result",4]]],[11,"borrow","","",26,[[]]],[11,"borrow_mut","","",26,[[]]],[11,"type_id","","",26,[[],["typeid",3]]],[11,"equivalent","","",26,[[]]],[11,"vzip","","",26,[[]]],[11,"into_any","","",26,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",26,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",26,[[],["any",8]]],[11,"as_any_mut","","",26,[[],["any",8]]],[11,"into_any_arc","","",26,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",27,[[]]],[11,"into","","",27,[[]]],[11,"to_owned","","",27,[[]]],[11,"clone_into","","",27,[[]]],[11,"try_from","","",27,[[],["result",4]]],[11,"try_into","","",27,[[],["result",4]]],[11,"borrow","","",27,[[]]],[11,"borrow_mut","","",27,[[]]],[11,"type_id","","",27,[[],["typeid",3]]],[11,"vzip","","",27,[[]]],[11,"into_any","","",27,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",27,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",27,[[],["any",8]]],[11,"as_any_mut","","",27,[[],["any",8]]],[11,"into_any_arc","","",27,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",28,[[]]],[11,"into","","",28,[[]]],[11,"to_owned","","",28,[[]]],[11,"clone_into","","",28,[[]]],[11,"try_from","","",28,[[],["result",4]]],[11,"try_into","","",28,[[],["result",4]]],[11,"borrow","","",28,[[]]],[11,"borrow_mut","","",28,[[]]],[11,"type_id","","",28,[[],["typeid",3]]],[11,"vzip","","",28,[[]]],[11,"into_any","","",28,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",28,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",28,[[],["any",8]]],[11,"as_any_mut","","",28,[[],["any",8]]],[11,"into_any_arc","","",28,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",29,[[]]],[11,"into","","",29,[[]]],[11,"to_owned","","",29,[[]]],[11,"clone_into","","",29,[[]]],[11,"try_from","","",29,[[],["result",4]]],[11,"try_into","","",29,[[],["result",4]]],[11,"borrow","","",29,[[]]],[11,"borrow_mut","","",29,[[]]],[11,"type_id","","",29,[[],["typeid",3]]],[11,"vzip","","",29,[[]]],[11,"into_any","","",29,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",29,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",29,[[],["any",8]]],[11,"as_any_mut","","",29,[[],["any",8]]],[11,"into_any_arc","","",29,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",30,[[]]],[11,"into","","",30,[[]]],[11,"to_owned","","",30,[[]]],[11,"clone_into","","",30,[[]]],[11,"try_from","","",30,[[],["result",4]]],[11,"try_into","","",30,[[],["result",4]]],[11,"borrow","","",30,[[]]],[11,"borrow_mut","","",30,[[]]],[11,"type_id","","",30,[[],["typeid",3]]],[11,"vzip","","",30,[[]]],[11,"into_any","","",30,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",30,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",30,[[],["any",8]]],[11,"as_any_mut","","",30,[[],["any",8]]],[11,"into_any_arc","","",30,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",31,[[]]],[11,"into","","",31,[[]]],[11,"to_owned","","",31,[[]]],[11,"clone_into","","",31,[[]]],[11,"try_from","","",31,[[],["result",4]]],[11,"try_into","","",31,[[],["result",4]]],[11,"borrow","","",31,[[]]],[11,"borrow_mut","","",31,[[]]],[11,"type_id","","",31,[[],["typeid",3]]],[11,"vzip","","",31,[[]]],[11,"into_any","","",31,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",31,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",31,[[],["any",8]]],[11,"as_any_mut","","",31,[[],["any",8]]],[11,"into_any_arc","","",31,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",32,[[]]],[11,"into","","",32,[[]]],[11,"to_owned","","",32,[[]]],[11,"clone_into","","",32,[[]]],[11,"try_from","","",32,[[],["result",4]]],[11,"try_into","","",32,[[],["result",4]]],[11,"borrow","","",32,[[]]],[11,"borrow_mut","","",32,[[]]],[11,"type_id","","",32,[[],["typeid",3]]],[11,"vzip","","",32,[[]]],[11,"into_any","","",32,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",32,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",32,[[],["any",8]]],[11,"as_any_mut","","",32,[[],["any",8]]],[11,"into_any_arc","","",32,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",33,[[]]],[11,"into","","",33,[[]]],[11,"to_owned","","",33,[[]]],[11,"clone_into","","",33,[[]]],[11,"try_from","","",33,[[],["result",4]]],[11,"try_into","","",33,[[],["result",4]]],[11,"borrow","","",33,[[]]],[11,"borrow_mut","","",33,[[]]],[11,"type_id","","",33,[[],["typeid",3]]],[11,"vzip","","",33,[[]]],[11,"into_any","","",33,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",33,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",33,[[],["any",8]]],[11,"as_any_mut","","",33,[[],["any",8]]],[11,"into_any_arc","","",33,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",34,[[]]],[11,"into","","",34,[[]]],[11,"to_owned","","",34,[[]]],[11,"clone_into","","",34,[[]]],[11,"try_from","","",34,[[],["result",4]]],[11,"try_into","","",34,[[],["result",4]]],[11,"borrow","","",34,[[]]],[11,"borrow_mut","","",34,[[]]],[11,"type_id","","",34,[[],["typeid",3]]],[11,"vzip","","",34,[[]]],[11,"into_any","","",34,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",34,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",34,[[],["any",8]]],[11,"as_any_mut","","",34,[[],["any",8]]],[11,"into_any_arc","","",34,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",35,[[]]],[11,"into","","",35,[[]]],[11,"to_owned","","",35,[[]]],[11,"clone_into","","",35,[[]]],[11,"try_from","","",35,[[],["result",4]]],[11,"try_into","","",35,[[],["result",4]]],[11,"borrow","","",35,[[]]],[11,"borrow_mut","","",35,[[]]],[11,"type_id","","",35,[[],["typeid",3]]],[11,"vzip","","",35,[[]]],[11,"into_any","","",35,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",35,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",35,[[],["any",8]]],[11,"as_any_mut","","",35,[[],["any",8]]],[11,"into_any_arc","","",35,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",36,[[]]],[11,"into","","",36,[[]]],[11,"to_owned","","",36,[[]]],[11,"clone_into","","",36,[[]]],[11,"try_from","","",36,[[],["result",4]]],[11,"try_into","","",36,[[],["result",4]]],[11,"borrow","","",36,[[]]],[11,"borrow_mut","","",36,[[]]],[11,"type_id","","",36,[[],["typeid",3]]],[11,"vzip","","",36,[[]]],[11,"into_any","","",36,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",36,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",36,[[],["any",8]]],[11,"as_any_mut","","",36,[[],["any",8]]],[11,"into_any_arc","","",36,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",37,[[]]],[11,"into","","",37,[[]]],[11,"try_from","","",37,[[],["result",4]]],[11,"try_into","","",37,[[],["result",4]]],[11,"borrow","","",37,[[]]],[11,"borrow_mut","","",37,[[]]],[11,"type_id","","",37,[[],["typeid",3]]],[11,"vzip","","",37,[[]]],[11,"into_any","","",37,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",37,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",37,[[],["any",8]]],[11,"as_any_mut","","",37,[[],["any",8]]],[11,"into_any_arc","","",37,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",38,[[]]],[11,"into","","",38,[[]]],[11,"to_owned","","",38,[[]]],[11,"clone_into","","",38,[[]]],[11,"try_from","","",38,[[],["result",4]]],[11,"try_into","","",38,[[],["result",4]]],[11,"borrow","","",38,[[]]],[11,"borrow_mut","","",38,[[]]],[11,"type_id","","",38,[[],["typeid",3]]],[11,"vzip","","",38,[[]]],[11,"into_any","","",38,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",38,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",38,[[],["any",8]]],[11,"as_any_mut","","",38,[[],["any",8]]],[11,"into_any_arc","","",38,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",39,[[]]],[11,"into","","",39,[[]]],[11,"to_owned","","",39,[[]]],[11,"clone_into","","",39,[[]]],[11,"try_from","","",39,[[],["result",4]]],[11,"try_into","","",39,[[],["result",4]]],[11,"borrow","","",39,[[]]],[11,"borrow_mut","","",39,[[]]],[11,"type_id","","",39,[[],["typeid",3]]],[11,"equivalent","","",39,[[]]],[11,"vzip","","",39,[[]]],[11,"into_any","","",39,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",39,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",39,[[],["any",8]]],[11,"as_any_mut","","",39,[[],["any",8]]],[11,"into_any_arc","","",39,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",41,[[]]],[11,"into","","",41,[[]]],[11,"to_owned","","",41,[[]]],[11,"clone_into","","",41,[[]]],[11,"try_from","","",41,[[],["result",4]]],[11,"try_into","","",41,[[],["result",4]]],[11,"borrow","","",41,[[]]],[11,"borrow_mut","","",41,[[]]],[11,"type_id","","",41,[[],["typeid",3]]],[11,"vzip","","",41,[[]]],[11,"into_any","","",41,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",41,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",41,[[],["any",8]]],[11,"as_any_mut","","",41,[[],["any",8]]],[11,"into_any_arc","","",41,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",45,[[]]],[11,"into","","",45,[[]]],[11,"to_owned","","",45,[[]]],[11,"clone_into","","",45,[[]]],[11,"to_string","","",45,[[],["string",3]]],[11,"try_from","","",45,[[],["result",4]]],[11,"try_into","","",45,[[],["result",4]]],[11,"borrow","","",45,[[]]],[11,"borrow_mut","","",45,[[]]],[11,"type_id","","",45,[[],["typeid",3]]],[11,"vzip","","",45,[[]]],[11,"into_any","","",45,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",45,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",45,[[],["any",8]]],[11,"as_any_mut","","",45,[[],["any",8]]],[11,"into_any_arc","","",45,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",46,[[]]],[11,"into","","",46,[[]]],[11,"to_owned","","",46,[[]]],[11,"clone_into","","",46,[[]]],[11,"try_from","","",46,[[],["result",4]]],[11,"try_into","","",46,[[],["result",4]]],[11,"borrow","","",46,[[]]],[11,"borrow_mut","","",46,[[]]],[11,"type_id","","",46,[[],["typeid",3]]],[11,"vzip","","",46,[[]]],[11,"into_any","","",46,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",46,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",46,[[],["any",8]]],[11,"as_any_mut","","",46,[[],["any",8]]],[11,"into_any_arc","","",46,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",54,[[]]],[11,"into","","",54,[[]]],[11,"to_owned","","",54,[[]]],[11,"clone_into","","",54,[[]]],[11,"try_from","","",54,[[],["result",4]]],[11,"try_into","","",54,[[],["result",4]]],[11,"borrow","","",54,[[]]],[11,"borrow_mut","","",54,[[]]],[11,"type_id","","",54,[[],["typeid",3]]],[11,"vzip","","",54,[[]]],[11,"into_any","","",54,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",54,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",54,[[],["any",8]]],[11,"as_any_mut","","",54,[[],["any",8]]],[11,"into_any_arc","","",54,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",55,[[]]],[11,"into","","",55,[[]]],[11,"to_owned","","",55,[[]]],[11,"clone_into","","",55,[[]]],[11,"try_from","","",55,[[],["result",4]]],[11,"try_into","","",55,[[],["result",4]]],[11,"borrow","","",55,[[]]],[11,"borrow_mut","","",55,[[]]],[11,"type_id","","",55,[[],["typeid",3]]],[11,"vzip","","",55,[[]]],[11,"into_any","","",55,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",55,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",55,[[],["any",8]]],[11,"as_any_mut","","",55,[[],["any",8]]],[11,"into_any_arc","","",55,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",56,[[]]],[11,"into","","",56,[[]]],[11,"try_from","","",56,[[],["result",4]]],[11,"try_into","","",56,[[],["result",4]]],[11,"borrow","","",56,[[]]],[11,"borrow_mut","","",56,[[]]],[11,"type_id","","",56,[[],["typeid",3]]],[11,"vzip","","",56,[[]]],[11,"into_any","","",56,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",56,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",56,[[],["any",8]]],[11,"as_any_mut","","",56,[[],["any",8]]],[11,"into_any_arc","","",56,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",57,[[]]],[11,"into","","",57,[[]]],[11,"to_owned","","",57,[[]]],[11,"clone_into","","",57,[[]]],[11,"try_from","","",57,[[],["result",4]]],[11,"try_into","","",57,[[],["result",4]]],[11,"borrow","","",57,[[]]],[11,"borrow_mut","","",57,[[]]],[11,"type_id","","",57,[[],["typeid",3]]],[11,"equivalent","","",57,[[]]],[11,"vzip","","",57,[[]]],[11,"into_any","","",57,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",57,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",57,[[],["any",8]]],[11,"as_any_mut","","",57,[[],["any",8]]],[11,"into_any_arc","","",57,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",58,[[]]],[11,"into","","",58,[[]]],[11,"to_owned","","",58,[[]]],[11,"clone_into","","",58,[[]]],[11,"try_from","","",58,[[],["result",4]]],[11,"try_into","","",58,[[],["result",4]]],[11,"borrow","","",58,[[]]],[11,"borrow_mut","","",58,[[]]],[11,"type_id","","",58,[[],["typeid",3]]],[11,"equivalent","","",58,[[]]],[11,"vzip","","",58,[[]]],[11,"into_any","","",58,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",58,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",58,[[],["any",8]]],[11,"as_any_mut","","",58,[[],["any",8]]],[11,"into_any_arc","","",58,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",59,[[]]],[11,"into","","",59,[[]]],[11,"to_owned","","",59,[[]]],[11,"clone_into","","",59,[[]]],[11,"try_from","","",59,[[],["result",4]]],[11,"try_into","","",59,[[],["result",4]]],[11,"borrow","","",59,[[]]],[11,"borrow_mut","","",59,[[]]],[11,"type_id","","",59,[[],["typeid",3]]],[11,"equivalent","","",59,[[]]],[11,"vzip","","",59,[[]]],[11,"into_any","","",59,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",59,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",59,[[],["any",8]]],[11,"as_any_mut","","",59,[[],["any",8]]],[11,"into_any_arc","","",59,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",60,[[]]],[11,"into","","",60,[[]]],[11,"to_owned","","",60,[[]]],[11,"clone_into","","",60,[[]]],[11,"try_from","","",60,[[],["result",4]]],[11,"try_into","","",60,[[],["result",4]]],[11,"borrow","","",60,[[]]],[11,"borrow_mut","","",60,[[]]],[11,"type_id","","",60,[[],["typeid",3]]],[11,"vzip","","",60,[[]]],[11,"into_any","","",60,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",60,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",60,[[],["any",8]]],[11,"as_any_mut","","",60,[[],["any",8]]],[11,"into_any_arc","","",60,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",61,[[]]],[11,"into","","",61,[[]]],[11,"to_owned","","",61,[[]]],[11,"clone_into","","",61,[[]]],[11,"to_string","","",61,[[],["string",3]]],[11,"try_from","","",61,[[],["result",4]]],[11,"try_into","","",61,[[],["result",4]]],[11,"borrow","","",61,[[]]],[11,"borrow_mut","","",61,[[]]],[11,"type_id","","",61,[[],["typeid",3]]],[11,"equivalent","","",61,[[]]],[11,"vzip","","",61,[[]]],[11,"into_any","","",61,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",61,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",61,[[],["any",8]]],[11,"as_any_mut","","",61,[[],["any",8]]],[11,"into_any_arc","","",61,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",62,[[]]],[11,"into","","",62,[[]]],[11,"to_owned","","",62,[[]]],[11,"clone_into","","",62,[[]]],[11,"try_from","","",62,[[],["result",4]]],[11,"try_into","","",62,[[],["result",4]]],[11,"borrow","","",62,[[]]],[11,"borrow_mut","","",62,[[]]],[11,"type_id","","",62,[[],["typeid",3]]],[11,"equivalent","","",62,[[]]],[11,"vzip","","",62,[[]]],[11,"into_any","","",62,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",62,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",62,[[],["any",8]]],[11,"as_any_mut","","",62,[[],["any",8]]],[11,"into_any_arc","","",62,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",63,[[]]],[11,"into","","",63,[[]]],[11,"to_owned","","",63,[[]]],[11,"clone_into","","",63,[[]]],[11,"to_string","","",63,[[],["string",3]]],[11,"try_from","","",63,[[],["result",4]]],[11,"try_into","","",63,[[],["result",4]]],[11,"borrow","","",63,[[]]],[11,"borrow_mut","","",63,[[]]],[11,"type_id","","",63,[[],["typeid",3]]],[11,"equivalent","","",63,[[]]],[11,"vzip","","",63,[[]]],[11,"into_any","","",63,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",63,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",63,[[],["any",8]]],[11,"as_any_mut","","",63,[[],["any",8]]],[11,"into_any_arc","","",63,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",64,[[]]],[11,"into","","",64,[[]]],[11,"to_owned","","",64,[[]]],[11,"clone_into","","",64,[[]]],[11,"try_from","","",64,[[],["result",4]]],[11,"try_into","","",64,[[],["result",4]]],[11,"borrow","","",64,[[]]],[11,"borrow_mut","","",64,[[]]],[11,"type_id","","",64,[[],["typeid",3]]],[11,"equivalent","","",64,[[]]],[11,"vzip","","",64,[[]]],[11,"into_any","","",64,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",64,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",64,[[],["any",8]]],[11,"as_any_mut","","",64,[[],["any",8]]],[11,"into_any_arc","","",64,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",65,[[]]],[11,"into","","",65,[[]]],[11,"to_owned","","",65,[[]]],[11,"clone_into","","",65,[[]]],[11,"try_from","","",65,[[],["result",4]]],[11,"try_into","","",65,[[],["result",4]]],[11,"borrow","","",65,[[]]],[11,"borrow_mut","","",65,[[]]],[11,"type_id","","",65,[[],["typeid",3]]],[11,"equivalent","","",65,[[]]],[11,"vzip","","",65,[[]]],[11,"into_any","","",65,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",65,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",65,[[],["any",8]]],[11,"as_any_mut","","",65,[[],["any",8]]],[11,"into_any_arc","","",65,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",66,[[]]],[11,"into","","",66,[[]]],[11,"to_owned","","",66,[[]]],[11,"clone_into","","",66,[[]]],[11,"try_from","","",66,[[],["result",4]]],[11,"try_into","","",66,[[],["result",4]]],[11,"borrow","","",66,[[]]],[11,"borrow_mut","","",66,[[]]],[11,"type_id","","",66,[[],["typeid",3]]],[11,"equivalent","","",66,[[]]],[11,"vzip","","",66,[[]]],[11,"into_any","","",66,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",66,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",66,[[],["any",8]]],[11,"as_any_mut","","",66,[[],["any",8]]],[11,"into_any_arc","","",66,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","sim::analytics","",67,[[]]],[11,"into","","",67,[[]]],[11,"to_owned","","",67,[[]]],[11,"clone_into","","",67,[[]]],[11,"try_from","","",67,[[],["result",4]]],[11,"try_into","","",67,[[],["result",4]]],[11,"borrow","","",67,[[]]],[11,"borrow_mut","","",67,[[]]],[11,"type_id","","",67,[[],["typeid",3]]],[11,"vzip","","",67,[[]]],[11,"into_any","","",67,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",67,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",67,[[],["any",8]]],[11,"as_any_mut","","",67,[[],["any",8]]],[11,"into_any_arc","","",67,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",68,[[]]],[11,"into","","",68,[[]]],[11,"try_from","","",68,[[],["result",4]]],[11,"try_into","","",68,[[],["result",4]]],[11,"borrow","","",68,[[]]],[11,"borrow_mut","","",68,[[]]],[11,"type_id","","",68,[[],["typeid",3]]],[11,"vzip","","",68,[[]]],[11,"into_any","","",68,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",68,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",68,[[],["any",8]]],[11,"as_any_mut","","",68,[[],["any",8]]],[11,"into_any_arc","","",68,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","sim::cap","",69,[[]]],[11,"into","","",69,[[]]],[11,"to_owned","","",69,[[]]],[11,"clone_into","","",69,[[]]],[11,"try_from","","",69,[[],["result",4]]],[11,"try_into","","",69,[[],["result",4]]],[11,"borrow","","",69,[[]]],[11,"borrow_mut","","",69,[[]]],[11,"type_id","","",69,[[],["typeid",3]]],[11,"vzip","","",69,[[]]],[11,"into_any","","",69,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",69,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",69,[[],["any",8]]],[11,"as_any_mut","","",69,[[],["any",8]]],[11,"into_any_arc","","",69,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",70,[[]]],[11,"into","","",70,[[]]],[11,"to_owned","","",70,[[]]],[11,"clone_into","","",70,[[]]],[11,"try_from","","",70,[[],["result",4]]],[11,"try_into","","",70,[[],["result",4]]],[11,"borrow","","",70,[[]]],[11,"borrow_mut","","",70,[[]]],[11,"type_id","","",70,[[],["typeid",3]]],[11,"vzip","","",70,[[]]],[11,"into_any","","",70,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",70,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",70,[[],["any",8]]],[11,"as_any_mut","","",70,[[],["any",8]]],[11,"into_any_arc","","",70,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","sim::events","",71,[[]]],[11,"into","","",71,[[]]],[11,"to_owned","","",71,[[]]],[11,"clone_into","","",71,[[]]],[11,"try_from","","",71,[[],["result",4]]],[11,"try_into","","",71,[[],["result",4]]],[11,"borrow","","",71,[[]]],[11,"borrow_mut","","",71,[[]]],[11,"type_id","","",71,[[],["typeid",3]]],[11,"vzip","","",71,[[]]],[11,"into_any","","",71,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",71,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",71,[[],["any",8]]],[11,"as_any_mut","","",71,[[],["any",8]]],[11,"into_any_arc","","",71,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","sim::mechanics::car","",73,[[]]],[11,"into","","",73,[[]]],[11,"to_owned","","",73,[[]]],[11,"clone_into","","",73,[[]]],[11,"try_from","","",73,[[],["result",4]]],[11,"try_into","","",73,[[],["result",4]]],[11,"borrow","","",73,[[]]],[11,"borrow_mut","","",73,[[]]],[11,"type_id","","",73,[[],["typeid",3]]],[11,"vzip","","",73,[[]]],[11,"into_any","","",73,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",73,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",73,[[],["any",8]]],[11,"as_any_mut","","",73,[[],["any",8]]],[11,"into_any_arc","","",73,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",74,[[]]],[11,"into","","",74,[[]]],[11,"to_owned","","",74,[[]]],[11,"clone_into","","",74,[[]]],[11,"try_from","","",74,[[],["result",4]]],[11,"try_into","","",74,[[],["result",4]]],[11,"borrow","","",74,[[]]],[11,"borrow_mut","","",74,[[]]],[11,"type_id","","",74,[[],["typeid",3]]],[11,"vzip","","",74,[[]]],[11,"into_any","","",74,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",74,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",74,[[],["any",8]]],[11,"as_any_mut","","",74,[[],["any",8]]],[11,"into_any_arc","","",74,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","sim::mechanics::driving","",77,[[]]],[11,"into","","",77,[[]]],[11,"to_owned","","",77,[[]]],[11,"clone_into","","",77,[[]]],[11,"try_from","","",77,[[],["result",4]]],[11,"try_into","","",77,[[],["result",4]]],[11,"borrow","","",77,[[]]],[11,"borrow_mut","","",77,[[]]],[11,"type_id","","",77,[[],["typeid",3]]],[11,"vzip","","",77,[[]]],[11,"into_any","","",77,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",77,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",77,[[],["any",8]]],[11,"as_any_mut","","",77,[[],["any",8]]],[11,"into_any_arc","","",77,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","sim::mechanics::intersection","",78,[[]]],[11,"into","","",78,[[]]],[11,"to_owned","","",78,[[]]],[11,"clone_into","","",78,[[]]],[11,"try_from","","",78,[[],["result",4]]],[11,"try_into","","",78,[[],["result",4]]],[11,"borrow","","",78,[[]]],[11,"borrow_mut","","",78,[[]]],[11,"type_id","","",78,[[],["typeid",3]]],[11,"vzip","","",78,[[]]],[11,"into_any","","",78,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",78,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",78,[[],["any",8]]],[11,"as_any_mut","","",78,[[],["any",8]]],[11,"into_any_arc","","",78,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",79,[[]]],[11,"into","","",79,[[]]],[11,"to_owned","","",79,[[]]],[11,"clone_into","","",79,[[]]],[11,"try_from","","",79,[[],["result",4]]],[11,"try_into","","",79,[[],["result",4]]],[11,"borrow","","",79,[[]]],[11,"borrow_mut","","",79,[[]]],[11,"type_id","","",79,[[],["typeid",3]]],[11,"vzip","","",79,[[]]],[11,"into_any","","",79,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",79,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",79,[[],["any",8]]],[11,"as_any_mut","","",79,[[],["any",8]]],[11,"into_any_arc","","",79,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",80,[[]]],[11,"into","","",80,[[]]],[11,"to_owned","","",80,[[]]],[11,"clone_into","","",80,[[]]],[11,"try_from","","",80,[[],["result",4]]],[11,"try_into","","",80,[[],["result",4]]],[11,"borrow","","",80,[[]]],[11,"borrow_mut","","",80,[[]]],[11,"type_id","","",80,[[],["typeid",3]]],[11,"vzip","","",80,[[]]],[11,"into_any","","",80,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",80,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",80,[[],["any",8]]],[11,"as_any_mut","","",80,[[],["any",8]]],[11,"into_any_arc","","",80,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",81,[[]]],[11,"into","","",81,[[]]],[11,"to_owned","","",81,[[]]],[11,"clone_into","","",81,[[]]],[11,"try_from","","",81,[[],["result",4]]],[11,"try_into","","",81,[[],["result",4]]],[11,"borrow","","",81,[[]]],[11,"borrow_mut","","",81,[[]]],[11,"type_id","","",81,[[],["typeid",3]]],[11,"equivalent","","",81,[[]]],[11,"vzip","","",81,[[]]],[11,"into_any","","",81,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",81,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",81,[[],["any",8]]],[11,"as_any_mut","","",81,[[],["any",8]]],[11,"into_any_arc","","",81,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","sim::mechanics::parking","",82,[[]]],[11,"into","","",82,[[]]],[11,"to_owned","","",82,[[]]],[11,"clone_into","","",82,[[]]],[11,"try_from","","",82,[[],["result",4]]],[11,"try_into","","",82,[[],["result",4]]],[11,"borrow","","",82,[[]]],[11,"borrow_mut","","",82,[[]]],[11,"type_id","","",82,[[],["typeid",3]]],[11,"vzip","","",82,[[]]],[11,"into_any","","",82,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",82,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",82,[[],["any",8]]],[11,"as_any_mut","","",82,[[],["any",8]]],[11,"into_any_arc","","",82,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",83,[[]]],[11,"into","","",83,[[]]],[11,"to_owned","","",83,[[]]],[11,"clone_into","","",83,[[]]],[11,"try_from","","",83,[[],["result",4]]],[11,"try_into","","",83,[[],["result",4]]],[11,"borrow","","",83,[[]]],[11,"borrow_mut","","",83,[[]]],[11,"type_id","","",83,[[],["typeid",3]]],[11,"vzip","","",83,[[]]],[11,"into_any","","",83,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",83,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",83,[[],["any",8]]],[11,"as_any_mut","","",83,[[],["any",8]]],[11,"into_any_arc","","",83,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",84,[[]]],[11,"into","","",84,[[]]],[11,"to_owned","","",84,[[]]],[11,"clone_into","","",84,[[]]],[11,"try_from","","",84,[[],["result",4]]],[11,"try_into","","",84,[[],["result",4]]],[11,"borrow","","",84,[[]]],[11,"borrow_mut","","",84,[[]]],[11,"type_id","","",84,[[],["typeid",3]]],[11,"vzip","","",84,[[]]],[11,"into_any","","",84,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",84,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",84,[[],["any",8]]],[11,"as_any_mut","","",84,[[],["any",8]]],[11,"into_any_arc","","",84,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",85,[[]]],[11,"into","","",85,[[]]],[11,"to_owned","","",85,[[]]],[11,"clone_into","","",85,[[]]],[11,"try_from","","",85,[[],["result",4]]],[11,"try_into","","",85,[[],["result",4]]],[11,"borrow","","",85,[[]]],[11,"borrow_mut","","",85,[[]]],[11,"type_id","","",85,[[],["typeid",3]]],[11,"vzip","","",85,[[]]],[11,"into_any","","",85,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",85,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",85,[[],["any",8]]],[11,"as_any_mut","","",85,[[],["any",8]]],[11,"into_any_arc","","",85,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","sim::mechanics::queue","",87,[[]]],[11,"into","","",87,[[]]],[11,"to_owned","","",87,[[]]],[11,"clone_into","","",87,[[]]],[11,"try_from","","",87,[[],["result",4]]],[11,"try_into","","",87,[[],["result",4]]],[11,"borrow","","",87,[[]]],[11,"borrow_mut","","",87,[[]]],[11,"type_id","","",87,[[],["typeid",3]]],[11,"vzip","","",87,[[]]],[11,"into_any","","",87,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",87,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",87,[[],["any",8]]],[11,"as_any_mut","","",87,[[],["any",8]]],[11,"into_any_arc","","",87,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","sim::mechanics::walking","",88,[[]]],[11,"into","","",88,[[]]],[11,"to_owned","","",88,[[]]],[11,"clone_into","","",88,[[]]],[11,"try_from","","",88,[[],["result",4]]],[11,"try_into","","",88,[[],["result",4]]],[11,"borrow","","",88,[[]]],[11,"borrow_mut","","",88,[[]]],[11,"type_id","","",88,[[],["typeid",3]]],[11,"vzip","","",88,[[]]],[11,"into_any","","",88,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",88,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",88,[[],["any",8]]],[11,"as_any_mut","","",88,[[],["any",8]]],[11,"into_any_arc","","",88,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",89,[[]]],[11,"into","","",89,[[]]],[11,"to_owned","","",89,[[]]],[11,"clone_into","","",89,[[]]],[11,"try_from","","",89,[[],["result",4]]],[11,"try_into","","",89,[[],["result",4]]],[11,"borrow","","",89,[[]]],[11,"borrow_mut","","",89,[[]]],[11,"type_id","","",89,[[],["typeid",3]]],[11,"vzip","","",89,[[]]],[11,"into_any","","",89,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",89,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",89,[[],["any",8]]],[11,"as_any_mut","","",89,[[],["any",8]]],[11,"into_any_arc","","",89,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",90,[[]]],[11,"into","","",90,[[]]],[11,"to_owned","","",90,[[]]],[11,"clone_into","","",90,[[]]],[11,"try_from","","",90,[[],["result",4]]],[11,"try_into","","",90,[[],["result",4]]],[11,"borrow","","",90,[[]]],[11,"borrow_mut","","",90,[[]]],[11,"type_id","","",90,[[],["typeid",3]]],[11,"vzip","","",90,[[]]],[11,"into_any","","",90,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",90,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",90,[[],["any",8]]],[11,"as_any_mut","","",90,[[],["any",8]]],[11,"into_any_arc","","",90,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","sim::pandemic","",91,[[]]],[11,"into","","",91,[[]]],[11,"to_owned","","",91,[[]]],[11,"clone_into","","",91,[[]]],[11,"try_from","","",91,[[],["result",4]]],[11,"try_into","","",91,[[],["result",4]]],[11,"borrow","","",91,[[]]],[11,"borrow_mut","","",91,[[]]],[11,"type_id","","",91,[[],["typeid",3]]],[11,"vzip","","",91,[[]]],[11,"into_any","","",91,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",91,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",91,[[],["any",8]]],[11,"as_any_mut","","",91,[[],["any",8]]],[11,"into_any_arc","","",91,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",92,[[]]],[11,"into","","",92,[[]]],[11,"to_owned","","",92,[[]]],[11,"clone_into","","",92,[[]]],[11,"try_from","","",92,[[],["result",4]]],[11,"try_into","","",92,[[],["result",4]]],[11,"borrow","","",92,[[]]],[11,"borrow_mut","","",92,[[]]],[11,"type_id","","",92,[[],["typeid",3]]],[11,"vzip","","",92,[[]]],[11,"into_any","","",92,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",92,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",92,[[],["any",8]]],[11,"as_any_mut","","",92,[[],["any",8]]],[11,"into_any_arc","","",92,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",93,[[]]],[11,"into","","",93,[[]]],[11,"to_owned","","",93,[[]]],[11,"clone_into","","",93,[[]]],[11,"try_from","","",93,[[],["result",4]]],[11,"try_into","","",93,[[],["result",4]]],[11,"borrow","","",93,[[]]],[11,"borrow_mut","","",93,[[]]],[11,"type_id","","",93,[[],["typeid",3]]],[11,"vzip","","",93,[[]]],[11,"into_any","","",93,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",93,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",93,[[],["any",8]]],[11,"as_any_mut","","",93,[[],["any",8]]],[11,"into_any_arc","","",93,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",94,[[]]],[11,"into","","",94,[[]]],[11,"to_owned","","",94,[[]]],[11,"clone_into","","",94,[[]]],[11,"try_from","","",94,[[],["result",4]]],[11,"try_into","","",94,[[],["result",4]]],[11,"borrow","","",94,[[]]],[11,"borrow_mut","","",94,[[]]],[11,"type_id","","",94,[[],["typeid",3]]],[11,"vzip","","",94,[[]]],[11,"into_any","","",94,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",94,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",94,[[],["any",8]]],[11,"as_any_mut","","",94,[[],["any",8]]],[11,"into_any_arc","","",94,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","sim::pandemic::pandemic","",95,[[]]],[11,"into","","",95,[[]]],[11,"to_owned","","",95,[[]]],[11,"clone_into","","",95,[[]]],[11,"try_from","","",95,[[],["result",4]]],[11,"try_into","","",95,[[],["result",4]]],[11,"borrow","","",95,[[]]],[11,"borrow_mut","","",95,[[]]],[11,"type_id","","",95,[[],["typeid",3]]],[11,"vzip","","",95,[[]]],[11,"into_any","","",95,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",95,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",95,[[],["any",8]]],[11,"as_any_mut","","",95,[[],["any",8]]],[11,"into_any_arc","","",95,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",96,[[]]],[11,"into","","",96,[[]]],[11,"to_owned","","",96,[[]]],[11,"clone_into","","",96,[[]]],[11,"try_from","","",96,[[],["result",4]]],[11,"try_into","","",96,[[],["result",4]]],[11,"borrow","","",96,[[]]],[11,"borrow_mut","","",96,[[]]],[11,"type_id","","",96,[[],["typeid",3]]],[11,"vzip","","",96,[[]]],[11,"into_any","","",96,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",96,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",96,[[],["any",8]]],[11,"as_any_mut","","",96,[[],["any",8]]],[11,"into_any_arc","","",96,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",97,[[]]],[11,"into","","",97,[[]]],[11,"to_owned","","",97,[[]]],[11,"clone_into","","",97,[[]]],[11,"try_from","","",97,[[],["result",4]]],[11,"try_into","","",97,[[],["result",4]]],[11,"borrow","","",97,[[]]],[11,"borrow_mut","","",97,[[]]],[11,"type_id","","",97,[[],["typeid",3]]],[11,"equivalent","","",97,[[]]],[11,"vzip","","",97,[[]]],[11,"into_any","","",97,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",97,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",97,[[],["any",8]]],[11,"as_any_mut","","",97,[[],["any",8]]],[11,"into_any_arc","","",97,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","sim::router","",99,[[]]],[11,"into","","",99,[[]]],[11,"to_owned","","",99,[[]]],[11,"clone_into","","",99,[[]]],[11,"try_from","","",99,[[],["result",4]]],[11,"try_into","","",99,[[],["result",4]]],[11,"borrow","","",99,[[]]],[11,"borrow_mut","","",99,[[]]],[11,"type_id","","",99,[[],["typeid",3]]],[11,"vzip","","",99,[[]]],[11,"into_any","","",99,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",99,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",99,[[],["any",8]]],[11,"as_any_mut","","",99,[[],["any",8]]],[11,"into_any_arc","","",99,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",100,[[]]],[11,"into","","",100,[[]]],[11,"try_from","","",100,[[],["result",4]]],[11,"try_into","","",100,[[],["result",4]]],[11,"borrow","","",100,[[]]],[11,"borrow_mut","","",100,[[]]],[11,"type_id","","",100,[[],["typeid",3]]],[11,"vzip","","",100,[[]]],[11,"into_any","","",100,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",100,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",100,[[],["any",8]]],[11,"as_any_mut","","",100,[[],["any",8]]],[11,"into_any_arc","","",100,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",101,[[]]],[11,"into","","",101,[[]]],[11,"to_owned","","",101,[[]]],[11,"clone_into","","",101,[[]]],[11,"try_from","","",101,[[],["result",4]]],[11,"try_into","","",101,[[],["result",4]]],[11,"borrow","","",101,[[]]],[11,"borrow_mut","","",101,[[]]],[11,"type_id","","",101,[[],["typeid",3]]],[11,"vzip","","",101,[[]]],[11,"into_any","","",101,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",101,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",101,[[],["any",8]]],[11,"as_any_mut","","",101,[[],["any",8]]],[11,"into_any_arc","","",101,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","sim::scheduler","",106,[[]]],[11,"into","","",106,[[]]],[11,"to_owned","","",106,[[]]],[11,"clone_into","","",106,[[]]],[11,"try_from","","",106,[[],["result",4]]],[11,"try_into","","",106,[[],["result",4]]],[11,"borrow","","",106,[[]]],[11,"borrow_mut","","",106,[[]]],[11,"type_id","","",106,[[],["typeid",3]]],[11,"equivalent","","",106,[[]]],[11,"vzip","","",106,[[]]],[11,"into_any","","",106,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",106,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",106,[[],["any",8]]],[11,"as_any_mut","","",106,[[],["any",8]]],[11,"into_any_arc","","",106,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",107,[[]]],[11,"into","","",107,[[]]],[11,"to_owned","","",107,[[]]],[11,"clone_into","","",107,[[]]],[11,"try_from","","",107,[[],["result",4]]],[11,"try_into","","",107,[[],["result",4]]],[11,"borrow","","",107,[[]]],[11,"borrow_mut","","",107,[[]]],[11,"type_id","","",107,[[],["typeid",3]]],[11,"vzip","","",107,[[]]],[11,"into_any","","",107,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",107,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",107,[[],["any",8]]],[11,"as_any_mut","","",107,[[],["any",8]]],[11,"into_any_arc","","",107,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",108,[[]]],[11,"into","","",108,[[]]],[11,"to_owned","","",108,[[]]],[11,"clone_into","","",108,[[]]],[11,"try_from","","",108,[[],["result",4]]],[11,"try_into","","",108,[[],["result",4]]],[11,"borrow","","",108,[[]]],[11,"borrow_mut","","",108,[[]]],[11,"type_id","","",108,[[],["typeid",3]]],[11,"vzip","","",108,[[]]],[11,"into_any","","",108,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",108,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",108,[[],["any",8]]],[11,"as_any_mut","","",108,[[],["any",8]]],[11,"into_any_arc","","",108,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",109,[[]]],[11,"into","","",109,[[]]],[11,"to_owned","","",109,[[]]],[11,"clone_into","","",109,[[]]],[11,"try_from","","",109,[[],["result",4]]],[11,"try_into","","",109,[[],["result",4]]],[11,"borrow","","",109,[[]]],[11,"borrow_mut","","",109,[[]]],[11,"type_id","","",109,[[],["typeid",3]]],[11,"equivalent","","",109,[[]]],[11,"vzip","","",109,[[]]],[11,"into_any","","",109,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",109,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",109,[[],["any",8]]],[11,"as_any_mut","","",109,[[],["any",8]]],[11,"into_any_arc","","",109,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","sim::sim","",110,[[]]],[11,"into","","",110,[[]]],[11,"try_from","","",110,[[],["result",4]]],[11,"try_into","","",110,[[],["result",4]]],[11,"borrow","","",110,[[]]],[11,"borrow_mut","","",110,[[]]],[11,"type_id","","",110,[[],["typeid",3]]],[11,"vzip","","",110,[[]]],[11,"into_any","","",110,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",110,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",110,[[],["any",8]]],[11,"as_any_mut","","",110,[[],["any",8]]],[11,"into_any_arc","","",110,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","sim::transit","",112,[[]]],[11,"into","","",112,[[]]],[11,"to_owned","","",112,[[]]],[11,"clone_into","","",112,[[]]],[11,"try_from","","",112,[[],["result",4]]],[11,"try_into","","",112,[[],["result",4]]],[11,"borrow","","",112,[[]]],[11,"borrow_mut","","",112,[[]]],[11,"type_id","","",112,[[],["typeid",3]]],[11,"vzip","","",112,[[]]],[11,"into_any","","",112,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",112,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",112,[[],["any",8]]],[11,"as_any_mut","","",112,[[],["any",8]]],[11,"into_any_arc","","",112,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",113,[[]]],[11,"into","","",113,[[]]],[11,"to_owned","","",113,[[]]],[11,"clone_into","","",113,[[]]],[11,"try_from","","",113,[[],["result",4]]],[11,"try_into","","",113,[[],["result",4]]],[11,"borrow","","",113,[[]]],[11,"borrow_mut","","",113,[[]]],[11,"type_id","","",113,[[],["typeid",3]]],[11,"vzip","","",113,[[]]],[11,"into_any","","",113,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",113,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",113,[[],["any",8]]],[11,"as_any_mut","","",113,[[],["any",8]]],[11,"into_any_arc","","",113,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",114,[[]]],[11,"into","","",114,[[]]],[11,"to_owned","","",114,[[]]],[11,"clone_into","","",114,[[]]],[11,"try_from","","",114,[[],["result",4]]],[11,"try_into","","",114,[[],["result",4]]],[11,"borrow","","",114,[[]]],[11,"borrow_mut","","",114,[[]]],[11,"type_id","","",114,[[],["typeid",3]]],[11,"vzip","","",114,[[]]],[11,"into_any","","",114,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",114,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",114,[[],["any",8]]],[11,"as_any_mut","","",114,[[],["any",8]]],[11,"into_any_arc","","",114,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",115,[[]]],[11,"into","","",115,[[]]],[11,"to_owned","","",115,[[]]],[11,"clone_into","","",115,[[]]],[11,"try_from","","",115,[[],["result",4]]],[11,"try_into","","",115,[[],["result",4]]],[11,"borrow","","",115,[[]]],[11,"borrow_mut","","",115,[[]]],[11,"type_id","","",115,[[],["typeid",3]]],[11,"vzip","","",115,[[]]],[11,"into_any","","",115,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",115,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",115,[[],["any",8]]],[11,"as_any_mut","","",115,[[],["any",8]]],[11,"into_any_arc","","",115,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",116,[[]]],[11,"into","","",116,[[]]],[11,"to_owned","","",116,[[]]],[11,"clone_into","","",116,[[]]],[11,"try_from","","",116,[[],["result",4]]],[11,"try_into","","",116,[[],["result",4]]],[11,"borrow","","",116,[[]]],[11,"borrow_mut","","",116,[[]]],[11,"type_id","","",116,[[],["typeid",3]]],[11,"vzip","","",116,[[]]],[11,"into_any","","",116,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",116,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",116,[[],["any",8]]],[11,"as_any_mut","","",116,[[],["any",8]]],[11,"into_any_arc","","",116,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","sim::trips","",117,[[]]],[11,"into","","",117,[[]]],[11,"to_owned","","",117,[[]]],[11,"clone_into","","",117,[[]]],[11,"try_from","","",117,[[],["result",4]]],[11,"try_into","","",117,[[],["result",4]]],[11,"borrow","","",117,[[]]],[11,"borrow_mut","","",117,[[]]],[11,"type_id","","",117,[[],["typeid",3]]],[11,"vzip","","",117,[[]]],[11,"into_any","","",117,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",117,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",117,[[],["any",8]]],[11,"as_any_mut","","",117,[[],["any",8]]],[11,"into_any_arc","","",117,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",118,[[]]],[11,"into","","",118,[[]]],[11,"to_owned","","",118,[[]]],[11,"clone_into","","",118,[[]]],[11,"try_from","","",118,[[],["result",4]]],[11,"try_into","","",118,[[],["result",4]]],[11,"borrow","","",118,[[]]],[11,"borrow_mut","","",118,[[]]],[11,"type_id","","",118,[[],["typeid",3]]],[11,"vzip","","",118,[[]]],[11,"into_any","","",118,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",118,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",118,[[],["any",8]]],[11,"as_any_mut","","",118,[[],["any",8]]],[11,"into_any_arc","","",118,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",119,[[]]],[11,"into","","",119,[[]]],[11,"to_owned","","",119,[[]]],[11,"clone_into","","",119,[[]]],[11,"try_from","","",119,[[],["result",4]]],[11,"try_into","","",119,[[],["result",4]]],[11,"borrow","","",119,[[]]],[11,"borrow_mut","","",119,[[]]],[11,"type_id","","",119,[[],["typeid",3]]],[11,"vzip","","",119,[[]]],[11,"into_any","","",119,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",119,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",119,[[],["any",8]]],[11,"as_any_mut","","",119,[[],["any",8]]],[11,"into_any_arc","","",119,[[["arc",3]],[["arc",3],["any",8]]]],[11,"time","sim","",120,[[],["time",3]]],[11,"step_count","","",120,[[]]],[11,"get_draw_car","","",120,[[["map",3],["carid",3]],[["option",4],["drawcarinput",3]]]],[11,"get_draw_ped","","",120,[[["map",3],["pedestrianid",3]],[["drawpedestrianinput",3],["option",4]]]],[11,"get_draw_cars","","",120,[[["map",3],["traversable",4]],[["vec",3],["drawcarinput",3]]]],[11,"get_draw_peds","","",120,[[["map",3],["traversable",4]]]],[11,"get_all_draw_cars","","",120,[[["map",3]],[["vec",3],["drawcarinput",3]]]],[11,"get_all_draw_peds","","",120,[[["map",3]],[["vec",3],["drawpedestrianinput",3]]]],[11,"get_unzoomed_agents","","",120,[[["map",3]],[["vec",3],["unzoomedagent",3]]]],[11,"time","","",14,[[],["time",3]]],[11,"step_count","","",14,[[]]],[11,"get_draw_car","","",14,[[["map",3],["carid",3]],[["option",4],["drawcarinput",3]]]],[11,"get_draw_ped","","",14,[[["map",3],["pedestrianid",3]],[["drawpedestrianinput",3],["option",4]]]],[11,"get_draw_cars","","",14,[[["map",3],["traversable",4]],[["vec",3],["drawcarinput",3]]]],[11,"get_draw_peds","","",14,[[["map",3],["traversable",4]]]],[11,"get_all_draw_cars","","",14,[[["map",3]],[["vec",3],["drawcarinput",3]]]],[11,"get_all_draw_peds","","",14,[[["map",3]],[["vec",3],["drawpedestrianinput",3]]]],[11,"get_unzoomed_agents","","",14,[[["map",3]],[["vec",3],["unzoomedagent",3]]]],[11,"handle_live_edits","sim::mechanics::parking","",85,[[["map",3],["timer",3]],[["parkedcar",3],["vec",3]]]],[11,"get_free_onstreet_spots","","",85,[[["laneid",3]],[["vec",3],["parkingspot",4]]]],[11,"get_free_offstreet_spots","","",85,[[["buildingid",3]],[["vec",3],["parkingspot",4]]]],[11,"get_free_lot_spots","","",85,[[["parkinglotid",3]],[["vec",3],["parkingspot",4]]]],[11,"reserve_spot","","",85,[[["parkingspot",4]]]],[11,"remove_parked_car","","",85,[[["parkedcar",3]]]],[11,"add_parked_car","","",85,[[["parkedcar",3]]]],[11,"get_draw_cars","","",85,[[["map",3],["laneid",3]],[["vec",3],["drawcarinput",3]]]],[11,"get_draw_cars_in_lots","","",85,[[["map",3],["laneid",3]],[["vec",3],["drawcarinput",3]]]],[11,"get_draw_car","","",85,[[["map",3],["carid",3]],[["option",4],["drawcarinput",3]]]],[11,"canonical_pt","","",85,[[["map",3],["carid",3]],[["option",4],["pt2d",3]]]],[11,"get_all_draw_cars","","",85,[[["map",3]],[["vec",3],["drawcarinput",3]]]],[11,"is_free","","",85,[[["parkingspot",4]]]],[11,"get_car_at_spot","","",85,[[["parkingspot",4]],[["option",4],["parkedcar",3]]]],[11,"get_all_free_spots","","",85,[[["vehicle",3],["buildingid",3],["position",3],["map",3]],["vec",3]]],[11,"spot_to_driving_pos","","",85,[[["parkingspot",4],["vehicle",3],["map",3]],["position",3]]],[11,"spot_to_sidewalk_pos","","",85,[[["parkingspot",4],["map",3]],["position",3]]],[11,"get_owner_of_car","","",85,[[["carid",3]],[["option",4],["personid",3]]]],[11,"lookup_parked_car","","",85,[[["carid",3]],[["option",4],["parkedcar",3]]]],[11,"get_all_parking_spots","","",85,[[]]],[11,"path_to_free_parking_spot","","",85,[[["vehicle",3],["buildingid",3],["laneid",3],["map",3]],["option",4]]],[11,"collect_events","","",85,[[],[["event",4],["vec",3]]]],[11,"all_parked_car_positions","","",85,[[["map",3]],["vec",3]]],[11,"bldg_to_parked_cars","","",85,[[["buildingid",3]],[["vec",3],["carid",3]]]],[11,"handle_live_edits","","",82,[[["map",3],["timer",3]],[["parkedcar",3],["vec",3]]]],[11,"get_free_onstreet_spots","","",82,[[["laneid",3]],[["vec",3],["parkingspot",4]]]],[11,"get_free_offstreet_spots","","",82,[[["buildingid",3]],[["vec",3],["parkingspot",4]]]],[11,"get_free_lot_spots","","",82,[[["parkinglotid",3]],[["vec",3],["parkingspot",4]]]],[11,"reserve_spot","","",82,[[["parkingspot",4]]]],[11,"remove_parked_car","","",82,[[["parkedcar",3]]]],[11,"add_parked_car","","",82,[[["parkedcar",3]]]],[11,"get_draw_cars","","",82,[[["map",3],["laneid",3]],[["vec",3],["drawcarinput",3]]]],[11,"get_draw_cars_in_lots","","",82,[[["map",3],["laneid",3]],[["vec",3],["drawcarinput",3]]]],[11,"get_draw_car","","",82,[[["map",3],["carid",3]],[["option",4],["drawcarinput",3]]]],[11,"canonical_pt","","",82,[[["map",3],["carid",3]],[["option",4],["pt2d",3]]]],[11,"get_all_draw_cars","","",82,[[["map",3]],[["vec",3],["drawcarinput",3]]]],[11,"is_free","","",82,[[["parkingspot",4]]]],[11,"get_car_at_spot","","",82,[[["parkingspot",4]],[["option",4],["parkedcar",3]]]],[11,"get_all_free_spots","","",82,[[["vehicle",3],["buildingid",3],["position",3],["map",3]],["vec",3]]],[11,"spot_to_driving_pos","","",82,[[["parkingspot",4],["vehicle",3],["map",3]],["position",3]]],[11,"spot_to_sidewalk_pos","","",82,[[["parkingspot",4],["map",3]],["position",3]]],[11,"get_owner_of_car","","",82,[[["carid",3]],[["option",4],["personid",3]]]],[11,"lookup_parked_car","","",82,[[["carid",3]],[["option",4],["parkedcar",3]]]],[11,"get_all_parking_spots","","",82,[[]]],[11,"path_to_free_parking_spot","","",82,[[["vehicle",3],["buildingid",3],["laneid",3],["map",3]],["option",4]]],[11,"collect_events","","",82,[[],[["event",4],["vec",3]]]],[11,"all_parked_car_positions","","",82,[[["map",3]],["vec",3]]],[11,"bldg_to_parked_cars","","",82,[[["buildingid",3]],[["vec",3],["carid",3]]]],[11,"handle_live_edits","","",84,[[["map",3],["timer",3]],[["parkedcar",3],["vec",3]]]],[11,"get_free_onstreet_spots","","",84,[[["laneid",3]],[["vec",3],["parkingspot",4]]]],[11,"get_free_offstreet_spots","","",84,[[["buildingid",3]],[["vec",3],["parkingspot",4]]]],[11,"get_free_lot_spots","","",84,[[["parkinglotid",3]],[["vec",3],["parkingspot",4]]]],[11,"reserve_spot","","",84,[[["parkingspot",4]]]],[11,"remove_parked_car","","",84,[[["parkedcar",3]]]],[11,"add_parked_car","","",84,[[["parkedcar",3]]]],[11,"get_draw_cars","","",84,[[["map",3],["laneid",3]],[["vec",3],["drawcarinput",3]]]],[11,"get_draw_cars_in_lots","","",84,[[["map",3],["laneid",3]],[["vec",3],["drawcarinput",3]]]],[11,"get_draw_car","","",84,[[["map",3],["carid",3]],[["option",4],["drawcarinput",3]]]],[11,"canonical_pt","","",84,[[["map",3],["carid",3]],[["option",4],["pt2d",3]]]],[11,"get_all_draw_cars","","",84,[[["map",3]],[["vec",3],["drawcarinput",3]]]],[11,"is_free","","",84,[[["parkingspot",4]]]],[11,"get_car_at_spot","","",84,[[["parkingspot",4]],[["option",4],["parkedcar",3]]]],[11,"get_all_free_spots","","",84,[[["vehicle",3],["buildingid",3],["position",3],["map",3]],["vec",3]]],[11,"spot_to_driving_pos","","",84,[[["parkingspot",4],["vehicle",3],["map",3]],["position",3]]],[11,"spot_to_sidewalk_pos","","",84,[[["parkingspot",4],["map",3]],["position",3]]],[11,"get_owner_of_car","","",84,[[["carid",3]],[["option",4],["personid",3]]]],[11,"lookup_parked_car","","",84,[[["carid",3]],[["option",4],["parkedcar",3]]]],[11,"get_all_parking_spots","","",84,[[]]],[11,"path_to_free_parking_spot","","",84,[[["vehicle",3],["buildingid",3],["laneid",3],["map",3]],["option",4]]],[11,"collect_events","","",84,[[],[["event",4],["vec",3]]]],[11,"all_parked_car_positions","","",84,[[["map",3]],["vec",3]]],[11,"bldg_to_parked_cars","","",84,[[["buildingid",3]],[["vec",3],["carid",3]]]],[11,"from","","",85,[[["normalparkingsimstate",3]],["parkingsimstate",4]]],[11,"from","","",85,[[["infiniteparkingsimstate",3]],["parkingsimstate",4]]],[11,"from","sim::pandemic","",91,[[["time",3]],["anytime",3]]],[11,"from","","",91,[[],["anytime",3]]],[11,"into","","",91,[[],["time",3]]],[11,"clone","sim","",0,[[],["analytics",3]]],[11,"clone","sim::analytics","",67,[[],["timeseriescount",3]]],[11,"clone","sim::cap","",69,[[],["capsimstate",3]]],[11,"clone","","",70,[[],["zone",3]]],[11,"clone","sim::events","",71,[[],["event",4]]],[11,"clone","sim","",35,[[],["alertlocation",4]]],[11,"clone","","",36,[[],["tripphasetype",4]]],[11,"clone","","",9,[[],["scenariogenerator",3]]],[11,"clone","","",11,[[],["spawnovertime",3]]],[11,"clone","","",2,[[],["borderspawnovertime",3]]],[11,"clone","","",38,[[],["origindestination",4]]],[11,"clone","","",10,[[],["simflags",3]]],[11,"clone","","",39,[[],["scenariomodifier",4]]],[11,"clone","","",8,[[],["scenario",3]]],[11,"clone","","",7,[[],["personspec",3]]],[11,"clone","","",5,[[],["individtrip",3]]],[11,"clone","","",41,[[],["spawntrip",4]]],[11,"clone","","",6,[[],["offmaplocation",3]]],[11,"clone","","",45,[[],["trippurpose",4]]],[11,"clone","","",46,[[],["tripspec",4]]],[11,"clone","sim::mechanics::car","",73,[[],["car",3]]],[11,"clone","","",74,[[],["carstate",4]]],[11,"clone","sim::mechanics::driving","",77,[[],["drivingsimstate",3]]],[11,"clone","sim::mechanics::intersection","",78,[[],["intersectionsimstate",3]]],[11,"clone","","",79,[[],["state",3]]],[11,"clone","","",80,[[],["signalstate",3]]],[11,"clone","","",81,[[],["request",3]]],[11,"clone","sim::mechanics::parking","",85,[[],["parkingsimstate",4]]],[11,"clone","","",82,[[],["normalparkingsimstate",3]]],[11,"clone","","",83,[[],["parkinglane",3]]],[11,"clone","","",84,[[],["infiniteparkingsimstate",3]]],[11,"clone","sim::mechanics::queue","",87,[[],["queue",3]]],[11,"clone","sim::mechanics::walking","",88,[[],["walkingsimstate",3]]],[11,"clone","","",89,[[],["pedestrian",3]]],[11,"clone","","",90,[[],["pedstate",4]]],[11,"clone","sim::pandemic::pandemic","",95,[[],["pandemicmodel",3]]],[11,"clone","","",97,[[],["cmd",4]]],[11,"clone","","",96,[[],["sharedspace",3]]],[11,"clone","sim::pandemic","",91,[[],["anytime",3]]],[11,"clone","","",93,[[],["stateevent",4]]],[11,"clone","","",92,[[],["event",3]]],[11,"clone","","",94,[[],["state",4]]],[11,"clone","sim","",20,[[],["drawpedestrianinput",3]]],[11,"clone","","",60,[[],["pedcrowdlocation",4]]],[11,"clone","","",18,[[],["drawcarinput",3]]],[11,"clone","","",59,[[],["carstatus",4]]],[11,"clone","sim::router","",99,[[],["router",3]]],[11,"clone","","",101,[[],["goal",4]]],[11,"clone","sim::scheduler","",108,[[],["command",4]]],[11,"clone","","",109,[[],["commandtype",4]]],[11,"clone","","",106,[[],["item",3]]],[11,"clone","","",107,[[],["scheduler",3]]],[11,"clone","sim","",14,[[],["sim",3]]],[11,"clone","","",15,[[],["simoptions",3]]],[11,"clone","","",54,[[],["alerthandler",4]]],[11,"clone","sim::transit","",112,[[],["stop",3]]],[11,"clone","","",113,[[],["route",3]]],[11,"clone","","",114,[[],["bus",3]]],[11,"clone","","",116,[[],["busstate",4]]],[11,"clone","","",115,[[],["transitsimstate",3]]],[11,"clone","sim::trips","",117,[[],["tripmanager",3]]],[11,"clone","","",118,[[],["trip",3]]],[11,"clone","sim","",17,[[],["tripinfo",3]]],[11,"clone","sim::trips","",119,[[],["tripleg",4]]],[11,"clone","sim","",58,[[],["tripmode",4]]],[11,"clone","","",57,[[],["tripendpoint",4]]],[11,"clone","","",16,[[],["person",3]]],[11,"clone","","",55,[[],["personstate",4]]],[11,"clone","","",22,[[],["carid",3]]],[11,"clone","","",23,[[],["pedestrianid",3]]],[11,"clone","","",61,[[],["agentid",4]]],[11,"clone","","",62,[[],["agenttype",4]]],[11,"clone","","",24,[[],["tripid",3]]],[11,"clone","","",25,[[],["personid",3]]],[11,"clone","","",26,[[],["origpersonid",3]]],[11,"clone","","",63,[[],["vehicletype",4]]],[11,"clone","","",27,[[],["vehicle",3]]],[11,"clone","","",28,[[],["vehiclespec",3]]],[11,"clone","","",64,[[],["parkingspot",4]]],[11,"clone","","",29,[[],["parkedcar",3]]],[11,"clone","","",65,[[],["drivinggoal",4]]],[11,"clone","","",30,[[],["sidewalkspot",3]]],[11,"clone","","",66,[[],["sidewalkpoi",4]]],[11,"clone","","",31,[[],["timeinterval",3]]],[11,"clone","","",32,[[],["distanceinterval",3]]],[11,"clone","","",33,[[],["createpedestrian",3]]],[11,"clone","","",34,[[],["createcar",3]]],[11,"default","","",0,[[],["analytics",3]]],[11,"default","","",15,[[],["simoptions",3]]],[11,"default","","",54,[[],["alerthandler",4]]],[11,"cmp","","",39,[[["scenariomodifier",4]],["ordering",4]]],[11,"cmp","","",6,[[["offmaplocation",3]],["ordering",4]]],[11,"cmp","sim::mechanics::intersection","",81,[[["request",3]],["ordering",4]]],[11,"cmp","sim::pandemic::pandemic","",97,[[["cmd",4]],["ordering",4]]],[11,"cmp","sim::scheduler","",109,[[["commandtype",4]],["ordering",4]]],[11,"cmp","","",106,[[["item",3]],["ordering",4]]],[11,"cmp","sim","",58,[[["tripmode",4]],["ordering",4]]],[11,"cmp","","",57,[[["tripendpoint",4]],["ordering",4]]],[11,"cmp","","",22,[[["carid",3]],["ordering",4]]],[11,"cmp","","",23,[[["pedestrianid",3]],["ordering",4]]],[11,"cmp","","",61,[[["agentid",4]],["ordering",4]]],[11,"cmp","","",62,[[["agenttype",4]],["ordering",4]]],[11,"cmp","","",24,[[["tripid",3]],["ordering",4]]],[11,"cmp","","",25,[[["personid",3]],["ordering",4]]],[11,"cmp","","",26,[[["origpersonid",3]],["ordering",4]]],[11,"cmp","","",63,[[["vehicletype",4]],["ordering",4]]],[11,"cmp","","",64,[[["parkingspot",4]],["ordering",4]]],[11,"cmp","","",66,[[["sidewalkpoi",4]],["ordering",4]]],[11,"eq","sim::events","",71,[[["event",4]]]],[11,"ne","","",71,[[["event",4]]]],[11,"eq","sim","",35,[[["alertlocation",4]]]],[11,"ne","","",35,[[["alertlocation",4]]]],[11,"eq","","",36,[[["tripphasetype",4]]]],[11,"ne","","",36,[[["tripphasetype",4]]]],[11,"eq","","",39,[[["scenariomodifier",4]]]],[11,"ne","","",39,[[["scenariomodifier",4]]]],[11,"eq","","",6,[[["offmaplocation",3]]]],[11,"ne","","",6,[[["offmaplocation",3]]]],[11,"eq","","",46,[[["tripspec",4]]]],[11,"ne","","",46,[[["tripspec",4]]]],[11,"eq","sim::mechanics::intersection","",81,[[["request",3]]]],[11,"ne","","",81,[[["request",3]]]],[11,"eq","sim::pandemic::pandemic","",97,[[["cmd",4]]]],[11,"ne","","",97,[[["cmd",4]]]],[11,"eq","sim::pandemic","",91,[[["anytime",3]]]],[11,"ne","","",91,[[["anytime",3]]]],[11,"eq","sim","",59,[[["carstatus",4]]]],[11,"eq","sim::router","",99,[[["router",3]]]],[11,"ne","","",99,[[["router",3]]]],[11,"eq","","",101,[[["goal",4]]]],[11,"ne","","",101,[[["goal",4]]]],[11,"eq","sim::scheduler","",108,[[["command",4]]]],[11,"ne","","",108,[[["command",4]]]],[11,"eq","","",109,[[["commandtype",4]]]],[11,"ne","","",109,[[["commandtype",4]]]],[11,"eq","","",106,[[["item",3]]]],[11,"ne","","",106,[[["item",3]]]],[11,"eq","sim::trips","",119,[[["tripleg",4]]]],[11,"ne","","",119,[[["tripleg",4]]]],[11,"eq","sim","",58,[[["tripmode",4]]]],[11,"eq","","",57,[[["tripendpoint",4]]]],[11,"ne","","",57,[[["tripendpoint",4]]]],[11,"eq","","",55,[[["personstate",4]]]],[11,"ne","","",55,[[["personstate",4]]]],[11,"eq","","",22,[[["carid",3]]]],[11,"ne","","",22,[[["carid",3]]]],[11,"eq","","",23,[[["pedestrianid",3]]]],[11,"ne","","",23,[[["pedestrianid",3]]]],[11,"eq","","",61,[[["agentid",4]]]],[11,"ne","","",61,[[["agentid",4]]]],[11,"eq","","",62,[[["agenttype",4]]]],[11,"eq","","",24,[[["tripid",3]]]],[11,"ne","","",24,[[["tripid",3]]]],[11,"eq","","",25,[[["personid",3]]]],[11,"ne","","",25,[[["personid",3]]]],[11,"eq","","",26,[[["origpersonid",3]]]],[11,"ne","","",26,[[["origpersonid",3]]]],[11,"eq","","",63,[[["vehicletype",4]]]],[11,"eq","","",27,[[["vehicle",3]]]],[11,"ne","","",27,[[["vehicle",3]]]],[11,"eq","","",28,[[["vehiclespec",3]]]],[11,"ne","","",28,[[["vehiclespec",3]]]],[11,"eq","","",64,[[["parkingspot",4]]]],[11,"ne","","",64,[[["parkingspot",4]]]],[11,"eq","","",29,[[["parkedcar",3]]]],[11,"ne","","",29,[[["parkedcar",3]]]],[11,"eq","","",65,[[["drivinggoal",4]]]],[11,"ne","","",65,[[["drivinggoal",4]]]],[11,"eq","","",30,[[["sidewalkspot",3]]]],[11,"ne","","",30,[[["sidewalkspot",3]]]],[11,"eq","","",66,[[["sidewalkpoi",4]]]],[11,"ne","","",66,[[["sidewalkpoi",4]]]],[11,"eq","","",31,[[["timeinterval",3]]]],[11,"ne","","",31,[[["timeinterval",3]]]],[11,"eq","","",32,[[["distanceinterval",3]]]],[11,"ne","","",32,[[["distanceinterval",3]]]],[11,"eq","","",33,[[["createpedestrian",3]]]],[11,"ne","","",33,[[["createpedestrian",3]]]],[11,"eq","","",34,[[["createcar",3]]]],[11,"ne","","",34,[[["createcar",3]]]],[11,"partial_cmp","","",39,[[["scenariomodifier",4]],[["option",4],["ordering",4]]]],[11,"lt","","",39,[[["scenariomodifier",4]]]],[11,"le","","",39,[[["scenariomodifier",4]]]],[11,"gt","","",39,[[["scenariomodifier",4]]]],[11,"ge","","",39,[[["scenariomodifier",4]]]],[11,"partial_cmp","","",6,[[["offmaplocation",3]],[["option",4],["ordering",4]]]],[11,"lt","","",6,[[["offmaplocation",3]]]],[11,"le","","",6,[[["offmaplocation",3]]]],[11,"gt","","",6,[[["offmaplocation",3]]]],[11,"ge","","",6,[[["offmaplocation",3]]]],[11,"partial_cmp","sim::mechanics::intersection","",81,[[["request",3]],[["option",4],["ordering",4]]]],[11,"lt","","",81,[[["request",3]]]],[11,"le","","",81,[[["request",3]]]],[11,"gt","","",81,[[["request",3]]]],[11,"ge","","",81,[[["request",3]]]],[11,"partial_cmp","sim::pandemic::pandemic","",97,[[["cmd",4]],[["option",4],["ordering",4]]]],[11,"lt","","",97,[[["cmd",4]]]],[11,"le","","",97,[[["cmd",4]]]],[11,"gt","","",97,[[["cmd",4]]]],[11,"ge","","",97,[[["cmd",4]]]],[11,"partial_cmp","sim::pandemic","",91,[[["anytime",3]],[["option",4],["ordering",4]]]],[11,"lt","","",91,[[["anytime",3]]]],[11,"le","","",91,[[["anytime",3]]]],[11,"gt","","",91,[[["anytime",3]]]],[11,"ge","","",91,[[["anytime",3]]]],[11,"partial_cmp","sim::scheduler","",109,[[["commandtype",4]],[["option",4],["ordering",4]]]],[11,"lt","","",109,[[["commandtype",4]]]],[11,"le","","",109,[[["commandtype",4]]]],[11,"gt","","",109,[[["commandtype",4]]]],[11,"ge","","",109,[[["commandtype",4]]]],[11,"partial_cmp","","",106,[[["item",3]],[["ordering",4],["option",4]]]],[11,"partial_cmp","sim","",58,[[["tripmode",4]],[["option",4],["ordering",4]]]],[11,"partial_cmp","","",57,[[["tripendpoint",4]],[["option",4],["ordering",4]]]],[11,"lt","","",57,[[["tripendpoint",4]]]],[11,"le","","",57,[[["tripendpoint",4]]]],[11,"gt","","",57,[[["tripendpoint",4]]]],[11,"ge","","",57,[[["tripendpoint",4]]]],[11,"partial_cmp","","",22,[[["carid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",22,[[["carid",3]]]],[11,"le","","",22,[[["carid",3]]]],[11,"gt","","",22,[[["carid",3]]]],[11,"ge","","",22,[[["carid",3]]]],[11,"partial_cmp","","",23,[[["pedestrianid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",23,[[["pedestrianid",3]]]],[11,"le","","",23,[[["pedestrianid",3]]]],[11,"gt","","",23,[[["pedestrianid",3]]]],[11,"ge","","",23,[[["pedestrianid",3]]]],[11,"partial_cmp","","",61,[[["agentid",4]],[["option",4],["ordering",4]]]],[11,"lt","","",61,[[["agentid",4]]]],[11,"le","","",61,[[["agentid",4]]]],[11,"gt","","",61,[[["agentid",4]]]],[11,"ge","","",61,[[["agentid",4]]]],[11,"partial_cmp","","",62,[[["agenttype",4]],[["option",4],["ordering",4]]]],[11,"partial_cmp","","",24,[[["tripid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",24,[[["tripid",3]]]],[11,"le","","",24,[[["tripid",3]]]],[11,"gt","","",24,[[["tripid",3]]]],[11,"ge","","",24,[[["tripid",3]]]],[11,"partial_cmp","","",25,[[["personid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",25,[[["personid",3]]]],[11,"le","","",25,[[["personid",3]]]],[11,"gt","","",25,[[["personid",3]]]],[11,"ge","","",25,[[["personid",3]]]],[11,"partial_cmp","","",26,[[["origpersonid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",26,[[["origpersonid",3]]]],[11,"le","","",26,[[["origpersonid",3]]]],[11,"gt","","",26,[[["origpersonid",3]]]],[11,"ge","","",26,[[["origpersonid",3]]]],[11,"partial_cmp","","",63,[[["vehicletype",4]],[["option",4],["ordering",4]]]],[11,"partial_cmp","","",64,[[["parkingspot",4]],[["option",4],["ordering",4]]]],[11,"lt","","",64,[[["parkingspot",4]]]],[11,"le","","",64,[[["parkingspot",4]]]],[11,"gt","","",64,[[["parkingspot",4]]]],[11,"ge","","",64,[[["parkingspot",4]]]],[11,"partial_cmp","","",66,[[["sidewalkpoi",4]],[["option",4],["ordering",4]]]],[11,"lt","","",66,[[["sidewalkpoi",4]]]],[11,"le","","",66,[[["sidewalkpoi",4]]]],[11,"gt","","",66,[[["sidewalkpoi",4]]]],[11,"ge","","",66,[[["sidewalkpoi",4]]]],[11,"fmt","","",1,[[["formatter",3]],["result",6]]],[11,"fmt","sim::events","",71,[[["formatter",3]],["result",6]]],[11,"fmt","sim","",35,[[["formatter",3]],["result",6]]],[11,"fmt","","",36,[[["formatter",3]],["result",6]]],[11,"fmt","","",9,[[["formatter",3]],["result",6]]],[11,"fmt","","",11,[[["formatter",3]],["result",6]]],[11,"fmt","","",2,[[["formatter",3]],["result",6]]],[11,"fmt","","",38,[[["formatter",3]],["result",6]]],[11,"fmt","","",8,[[["formatter",3]],["result",6]]],[11,"fmt","","",7,[[["formatter",3]],["result",6]]],[11,"fmt","","",5,[[["formatter",3]],["result",6]]],[11,"fmt","","",41,[[["formatter",3]],["result",6]]],[11,"fmt","","",6,[[["formatter",3]],["result",6]]],[11,"fmt","","",45,[[["formatter",3]],["result",6]]],[11,"fmt","","",46,[[["formatter",3]],["result",6]]],[11,"fmt","sim::mechanics::car","",73,[[["formatter",3]],["result",6]]],[11,"fmt","","",74,[[["formatter",3]],["result",6]]],[11,"fmt","sim::mechanics::intersection","",81,[[["formatter",3]],["result",6]]],[11,"fmt","sim::mechanics::walking","",90,[[["formatter",3]],["result",6]]],[11,"fmt","sim::pandemic::pandemic","",97,[[["formatter",3]],["result",6]]],[11,"fmt","sim::pandemic","",91,[[["formatter",3]],["result",6]]],[11,"fmt","","",93,[[["formatter",3]],["result",6]]],[11,"fmt","","",92,[[["formatter",3]],["result",6]]],[11,"fmt","","",94,[[["formatter",3]],["result",6]]],[11,"fmt","sim::router","",99,[[["formatter",3]],["result",6]]],[11,"fmt","","",100,[[["formatter",3]],["result",6]]],[11,"fmt","","",101,[[["formatter",3]],["result",6]]],[11,"fmt","sim::scheduler","",108,[[["formatter",3]],["result",6]]],[11,"fmt","","",109,[[["formatter",3]],["result",6]]],[11,"fmt","sim::trips","",117,[[["formatter",3]],["result",6]]],[11,"fmt","","",118,[[["formatter",3]],["result",6]]],[11,"fmt","sim","",17,[[["formatter",3]],["result",6]]],[11,"fmt","sim::trips","",119,[[["formatter",3]],["result",6]]],[11,"fmt","sim","",58,[[["formatter",3]],["result",6]]],[11,"fmt","","",57,[[["formatter",3]],["result",6]]],[11,"fmt","","",16,[[["formatter",3]],["result",6]]],[11,"fmt","","",55,[[["formatter",3]],["result",6]]],[11,"fmt","","",22,[[["formatter",3]],["result",6]]],[11,"fmt","","",23,[[["formatter",3]],["result",6]]],[11,"fmt","","",61,[[["formatter",3]],["result",6]]],[11,"fmt","","",62,[[["formatter",3]],["result",6]]],[11,"fmt","","",24,[[["formatter",3]],["result",6]]],[11,"fmt","","",25,[[["formatter",3]],["result",6]]],[11,"fmt","","",26,[[["formatter",3]],["result",6]]],[11,"fmt","","",63,[[["formatter",3]],["result",6]]],[11,"fmt","","",27,[[["formatter",3]],["result",6]]],[11,"fmt","","",28,[[["formatter",3]],["result",6]]],[11,"fmt","","",64,[[["formatter",3]],["result",6]]],[11,"fmt","","",29,[[["formatter",3]],["result",6]]],[11,"fmt","","",65,[[["formatter",3]],["result",6]]],[11,"fmt","","",30,[[["formatter",3]],["result",6]]],[11,"fmt","","",66,[[["formatter",3]],["result",6]]],[11,"fmt","","",31,[[["formatter",3]],["result",6]]],[11,"fmt","","",32,[[["formatter",3]],["result",6]]],[11,"fmt","","",33,[[["formatter",3]],["result",6]]],[11,"fmt","","",34,[[["formatter",3]],["result",6]]],[11,"fmt","","",45,[[["formatter",3]],["result",6]]],[11,"fmt","","",22,[[["formatter",3]],["result",6]]],[11,"fmt","","",23,[[["formatter",3]],["result",6]]],[11,"fmt","","",61,[[["formatter",3]],["result",6]]],[11,"fmt","","",24,[[["formatter",3]],["result",6]]],[11,"fmt","","",25,[[["formatter",3]],["result",6]]],[11,"fmt","","",63,[[["formatter",3]],["result",6]]],[11,"sub","sim::pandemic","",91,[[["duration",3]],["anytime",3]]],[11,"sub","","",91,[[["anytime",3]],["duration",3]]],[11,"add","","",91,[[["duration",3]],["anytime",3]]],[11,"add_assign","","",91,[[["duration",3]]]],[11,"hash","sim","",22,[[]]],[11,"hash","","",23,[[]]],[11,"hash","","",61,[[]]],[11,"hash","","",62,[[]]],[11,"hash","","",24,[[]]],[11,"hash","","",25,[[]]],[11,"hash","","",26,[[]]],[11,"hash","","",63,[[]]],[11,"try_into","sim::mechanics::parking","",85,[[],[["normalparkingsimstate",3],["result",4]]]],[11,"try_into","","",85,[[],[["result",4],["infiniteparkingsimstate",3]]]],[11,"serialize","sim","",0,[[],["result",4]]],[11,"serialize","sim::analytics","",67,[[],["result",4]]],[11,"serialize","sim::cap","",69,[[],["result",4]]],[11,"serialize","","",70,[[],["result",4]]],[11,"serialize","sim::events","",71,[[],["result",4]]],[11,"serialize","sim","",35,[[],["result",4]]],[11,"serialize","","",36,[[],["result",4]]],[11,"serialize","","",9,[[],["result",4]]],[11,"serialize","","",11,[[],["result",4]]],[11,"serialize","","",2,[[],["result",4]]],[11,"serialize","","",38,[[],["result",4]]],[11,"serialize","","",8,[[],["result",4]]],[11,"serialize","","",7,[[],["result",4]]],[11,"serialize","","",5,[[],["result",4]]],[11,"serialize","","",41,[[],["result",4]]],[11,"serialize","","",6,[[],["result",4]]],[11,"serialize","","",45,[[],["result",4]]],[11,"serialize","","",46,[[],["result",4]]],[11,"serialize","sim::mechanics::car","",73,[[],["result",4]]],[11,"serialize","","",74,[[],["result",4]]],[11,"serialize","sim::mechanics::driving","",77,[[],["result",4]]],[11,"serialize","sim::mechanics::intersection","",78,[[],["result",4]]],[11,"serialize","","",79,[[],["result",4]]],[11,"serialize","","",80,[[],["result",4]]],[11,"serialize","","",81,[[],["result",4]]],[11,"serialize","sim::mechanics::parking","",85,[[],["result",4]]],[11,"serialize","","",82,[[],["result",4]]],[11,"serialize","","",83,[[],["result",4]]],[11,"serialize","","",84,[[],["result",4]]],[11,"serialize","sim::mechanics::queue","",87,[[],["result",4]]],[11,"serialize","sim::mechanics::walking","",88,[[],["result",4]]],[11,"serialize","","",89,[[],["result",4]]],[11,"serialize","","",90,[[],["result",4]]],[11,"serialize","sim::pandemic::pandemic","",97,[[],["result",4]]],[11,"serialize","sim::router","",99,[[],["result",4]]],[11,"serialize","","",101,[[],["result",4]]],[11,"serialize","sim::scheduler","",108,[[],["result",4]]],[11,"serialize","","",109,[[],["result",4]]],[11,"serialize","","",106,[[],["result",4]]],[11,"serialize","","",107,[[],["result",4]]],[11,"serialize","sim","",14,[[],["result",4]]],[11,"serialize","sim::transit","",112,[[],["result",4]]],[11,"serialize","","",113,[[],["result",4]]],[11,"serialize","","",114,[[],["result",4]]],[11,"serialize","","",116,[[],["result",4]]],[11,"serialize","","",115,[[],["result",4]]],[11,"serialize","sim::trips","",117,[[],["result",4]]],[11,"serialize","","",118,[[],["result",4]]],[11,"serialize","sim","",17,[[],["result",4]]],[11,"serialize","sim::trips","",119,[[],["result",4]]],[11,"serialize","sim","",58,[[],["result",4]]],[11,"serialize","","",57,[[],["result",4]]],[11,"serialize","","",16,[[],["result",4]]],[11,"serialize","","",55,[[],["result",4]]],[11,"serialize","","",22,[[],["result",4]]],[11,"serialize","","",23,[[],["result",4]]],[11,"serialize","","",61,[[],["result",4]]],[11,"serialize","","",62,[[],["result",4]]],[11,"serialize","","",24,[[],["result",4]]],[11,"serialize","","",25,[[],["result",4]]],[11,"serialize","","",26,[[],["result",4]]],[11,"serialize","","",63,[[],["result",4]]],[11,"serialize","","",27,[[],["result",4]]],[11,"serialize","","",28,[[],["result",4]]],[11,"serialize","","",64,[[],["result",4]]],[11,"serialize","","",29,[[],["result",4]]],[11,"serialize","","",65,[[],["result",4]]],[11,"serialize","","",30,[[],["result",4]]],[11,"serialize","","",66,[[],["result",4]]],[11,"serialize","","",31,[[],["result",4]]],[11,"serialize","","",32,[[],["result",4]]],[11,"serialize","","",33,[[],["result",4]]],[11,"serialize","","",34,[[],["result",4]]],[11,"deserialize","","",0,[[],["result",4]]],[11,"deserialize","sim::analytics","",67,[[],["result",4]]],[11,"deserialize","sim::cap","",69,[[],["result",4]]],[11,"deserialize","","",70,[[],["result",4]]],[11,"deserialize","sim::events","",71,[[],["result",4]]],[11,"deserialize","sim","",35,[[],["result",4]]],[11,"deserialize","","",36,[[],["result",4]]],[11,"deserialize","","",3,[[],["result",4]]],[11,"deserialize","","",4,[[],["result",4]]],[11,"deserialize","","",37,[[],["result",4]]],[11,"deserialize","","",9,[[],["result",4]]],[11,"deserialize","","",11,[[],["result",4]]],[11,"deserialize","","",2,[[],["result",4]]],[11,"deserialize","","",38,[[],["result",4]]],[11,"deserialize","","",39,[[],["result",4]]],[11,"deserialize","","",8,[[],["result",4]]],[11,"deserialize","","",7,[[],["result",4]]],[11,"deserialize","","",5,[[],["result",4]]],[11,"deserialize","","",41,[[],["result",4]]],[11,"deserialize","","",6,[[],["result",4]]],[11,"deserialize","","",45,[[],["result",4]]],[11,"deserialize","","",46,[[],["result",4]]],[11,"deserialize","sim::mechanics::car","",73,[[],["result",4]]],[11,"deserialize","","",74,[[],["result",4]]],[11,"deserialize","sim::mechanics::driving","",77,[[],["result",4]]],[11,"deserialize","sim::mechanics::intersection","",78,[[],["result",4]]],[11,"deserialize","","",79,[[],["result",4]]],[11,"deserialize","","",80,[[],["result",4]]],[11,"deserialize","","",81,[[],["result",4]]],[11,"deserialize","sim::mechanics::parking","",85,[[],["result",4]]],[11,"deserialize","","",82,[[],["result",4]]],[11,"deserialize","","",83,[[],["result",4]]],[11,"deserialize","","",84,[[],["result",4]]],[11,"deserialize","sim::mechanics::queue","",87,[[],["result",4]]],[11,"deserialize","sim::mechanics::walking","",88,[[],["result",4]]],[11,"deserialize","","",89,[[],["result",4]]],[11,"deserialize","","",90,[[],["result",4]]],[11,"deserialize","sim::pandemic::pandemic","",97,[[],["result",4]]],[11,"deserialize","sim::router","",99,[[],["result",4]]],[11,"deserialize","","",101,[[],["result",4]]],[11,"deserialize","sim::scheduler","",108,[[],["result",4]]],[11,"deserialize","","",109,[[],["result",4]]],[11,"deserialize","","",106,[[],["result",4]]],[11,"deserialize","","",107,[[],["result",4]]],[11,"deserialize","sim","",14,[[],["result",4]]],[11,"deserialize","sim::transit","",112,[[],["result",4]]],[11,"deserialize","","",113,[[],["result",4]]],[11,"deserialize","","",114,[[],["result",4]]],[11,"deserialize","","",116,[[],["result",4]]],[11,"deserialize","","",115,[[],["result",4]]],[11,"deserialize","sim::trips","",117,[[],["result",4]]],[11,"deserialize","","",118,[[],["result",4]]],[11,"deserialize","sim","",17,[[],["result",4]]],[11,"deserialize","sim::trips","",119,[[],["result",4]]],[11,"deserialize","sim","",58,[[],["result",4]]],[11,"deserialize","","",57,[[],["result",4]]],[11,"deserialize","","",16,[[],["result",4]]],[11,"deserialize","","",55,[[],["result",4]]],[11,"deserialize","","",22,[[],["result",4]]],[11,"deserialize","","",23,[[],["result",4]]],[11,"deserialize","","",61,[[],["result",4]]],[11,"deserialize","","",62,[[],["result",4]]],[11,"deserialize","","",24,[[],["result",4]]],[11,"deserialize","","",25,[[],["result",4]]],[11,"deserialize","","",26,[[],["result",4]]],[11,"deserialize","","",63,[[],["result",4]]],[11,"deserialize","","",27,[[],["result",4]]],[11,"deserialize","","",28,[[],["result",4]]],[11,"deserialize","","",64,[[],["result",4]]],[11,"deserialize","","",29,[[],["result",4]]],[11,"deserialize","","",65,[[],["result",4]]],[11,"deserialize","","",30,[[],["result",4]]],[11,"deserialize","","",66,[[],["result",4]]],[11,"deserialize","","",31,[[],["result",4]]],[11,"deserialize","","",32,[[],["result",4]]],[11,"deserialize","","",33,[[],["result",4]]],[11,"deserialize","","",34,[[],["result",4]]]],"p":[[3,"Analytics"],[3,"TripPhase"],[3,"BorderSpawnOverTime"],[3,"ExternalPerson"],[3,"ExternalTrip"],[3,"IndividTrip"],[3,"OffMapLocation"],[3,"PersonSpec"],[3,"Scenario"],[3,"ScenarioGenerator"],[3,"SimFlags"],[3,"SpawnOverTime"],[3,"TripSpawner"],[3,"AgentProperties"],[3,"Sim"],[3,"SimOptions"],[3,"Person"],[3,"TripInfo"],[3,"DrawCarInput"],[3,"DrawPedCrowdInput"],[3,"DrawPedestrianInput"],[3,"UnzoomedAgent"],[3,"CarID"],[3,"PedestrianID"],[3,"TripID"],[3,"PersonID"],[3,"OrigPersonID"],[3,"Vehicle"],[3,"VehicleSpec"],[3,"ParkedCar"],[3,"SidewalkSpot"],[3,"TimeInterval"],[3,"DistanceInterval"],[3,"CreatePedestrian"],[3,"CreateCar"],[4,"AlertLocation"],[4,"TripPhaseType"],[4,"ExternalTripEndpoint"],[4,"OriginDestination"],[4,"ScenarioModifier"],[13,"ChangeMode"],[4,"SpawnTrip"],[13,"VehicleAppearing"],[13,"FromBorder"],[13,"Remote"],[4,"TripPurpose"],[4,"TripSpec"],[13,"VehicleAppearing"],[13,"NoRoomToSpawn"],[13,"UsingParkedCar"],[13,"JustWalking"],[13,"UsingBike"],[13,"UsingTransit"],[13,"Remote"],[4,"AlertHandler"],[4,"PersonState"],[4,"TripResult"],[4,"TripEndpoint"],[4,"TripMode"],[4,"CarStatus"],[4,"PedCrowdLocation"],[4,"AgentID"],[4,"AgentType"],[4,"VehicleType"],[4,"ParkingSpot"],[4,"DrivingGoal"],[4,"SidewalkPOI"],[3,"TimeSeriesCount"],[3,"Window"],[3,"CapSimState"],[3,"Zone"],[4,"Event"],[13,"TripFinished"],[3,"Car"],[4,"CarState"],[13,"Queued"],[13,"WaitingToAdvance"],[3,"DrivingSimState"],[3,"IntersectionSimState"],[3,"State"],[3,"SignalState"],[3,"Request"],[3,"NormalParkingSimState"],[3,"ParkingLane"],[3,"InfiniteParkingSimState"],[4,"ParkingSimState"],[8,"ParkingSim"],[3,"Queue"],[3,"WalkingSimState"],[3,"Pedestrian"],[4,"PedState"],[3,"AnyTime"],[3,"Event"],[4,"StateEvent"],[4,"State"],[3,"PandemicModel"],[3,"SharedSpace"],[4,"Cmd"],[8,"GetDrawAgents"],[3,"Router"],[4,"ActionAtEnd"],[4,"Goal"],[13,"ParkNearBuilding"],[13,"EndAtBorder"],[13,"BikeThenStop"],[13,"FollowBusRoute"],[3,"Item"],[3,"Scheduler"],[4,"Command"],[4,"CommandType"],[3,"Ctx"],[8,"SimCallback"],[3,"Stop"],[3,"Route"],[3,"Bus"],[3,"TransitSimState"],[4,"BusState"],[3,"TripManager"],[3,"Trip"],[4,"TripLeg"],[3,"DontDrawAgents"]]},\ -"traffic_seitan":{"doc":"","i":[[5,"main","traffic_seitan","",null,[[]]],[5,"run","","",null,[[["timer",3],["map",3],["sim",3],["xorshiftrng",3]]]],[5,"alter_turn_destinations","","",null,[[["sim",3],["mapedits",3],["map",3],["xorshiftrng",3]]]],[5,"nuke_random_parking","","",null,[[["mapedits",3],["map",3],["xorshiftrng",3]]]]],"p":[]},\ -"updater":{"doc":"","i":[[3,"Manifest","updater","",null,null],[12,"0","","",0,null],[3,"Entry","","",null,null],[12,"checksum","","",1,null],[12,"dropbox_url","","",1,null],[3,"Cities","","",null,null],[12,"runtime","","",2,null],[12,"input","","",2,null],[5,"main","","",null,[[]]],[5,"download","","",null,[[]]],[5,"just_compare","","",null,[[]]],[5,"upload","","",null,[[]]],[5,"check_links","","",null,[[]]],[5,"basename","","",null,[[],["string",3]]],[5,"run","","",null,[[["command",3]],["string",3]]],[5,"rm","","",null,[[]]],[5,"curl","","",null,[[["entry",3]]]],[5,"unzip","","",null,[[]]],[17,"MD5_BUF_READ_SIZE","","",null,null],[17,"TMP_DOWNLOAD_NAME","","",null,null],[11,"generate","","",0,[[],["manifest",3]]],[11,"write","","",0,[[["string",3]]]],[11,"load","","",0,[[["string",3]],[["manifest",3],["box",3],["result",4]]]],[11,"filter","","",0,[[["cities",3]],["manifest",3]]],[11,"load_or_create","","",2,[[],["cities",3]]],[11,"from","","",0,[[]]],[11,"into","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"from","","",1,[[]]],[11,"into","","",1,[[]]],[11,"try_from","","",1,[[],["result",4]]],[11,"try_into","","",1,[[],["result",4]]],[11,"borrow","","",1,[[]]],[11,"borrow_mut","","",1,[[]]],[11,"type_id","","",1,[[],["typeid",3]]],[11,"from","","",2,[[]]],[11,"into","","",2,[[]]],[11,"try_from","","",2,[[],["result",4]]],[11,"try_into","","",2,[[],["result",4]]],[11,"borrow","","",2,[[]]],[11,"borrow_mut","","",2,[[]]],[11,"type_id","","",2,[[],["typeid",3]]]],"p":[[3,"Manifest"],[3,"Entry"],[3,"Cities"]]},\ +"sim":{"doc":"","i":[[3,"Analytics","sim","",null,null],[12,"road_thruput","","",0,null],[12,"intersection_thruput","","",0,null],[12,"traffic_signal_thruput","","",0,null],[12,"demand","","",0,null],[12,"bus_arrivals","","",0,null],[12,"passengers_boarding","","",0,null],[12,"passengers_alighting","","",0,null],[12,"started_trips","","",0,null],[12,"finished_trips","","",0,null],[12,"trip_log","","",0,null],[12,"intersection_delays","","",0,null],[12,"parking_lane_changes","","",0,null],[12,"parking_lot_changes","","",0,null],[12,"alerts","","",0,null],[12,"record_anything","","",0,null],[3,"TripPhase","","",null,null],[12,"start_time","","",1,null],[12,"end_time","","",1,null],[12,"path","","",1,null],[12,"has_path_req","","",1,null],[12,"phase_type","","",1,null],[3,"BorderSpawnOverTime","","",null,null],[12,"num_peds","","",2,null],[12,"num_cars","","",2,null],[12,"num_bikes","","",2,null],[12,"percent_use_transit","","",2,null],[12,"start_time","","",2,null],[12,"stop_time","","",2,null],[12,"start_from_border","","",2,null],[12,"goal","","",2,null],[3,"ExternalPerson","","",null,null],[12,"origin","","",3,null],[12,"trips","","",3,null],[3,"ExternalTrip","","",null,null],[12,"departure","","",4,null],[12,"destination","","",4,null],[12,"mode","","",4,null],[3,"IndividTrip","","",null,null],[12,"depart","","",5,null],[12,"trip","","",5,null],[12,"purpose","","",5,null],[12,"cancelled","","",5,null],[12,"modified","","",5,null],[3,"OffMapLocation","","",null,null],[12,"parcel_id","","",6,null],[12,"gps","","",6,null],[3,"PersonSpec","","",null,null],[12,"id","","",7,null],[12,"orig_id","","",7,null],[12,"trips","","",7,null],[3,"Scenario","","",null,null],[12,"scenario_name","","",8,null],[12,"map_name","","",8,null],[12,"people","","",8,null],[12,"only_seed_buses","","",8,null],[3,"ScenarioGenerator","","",null,null],[12,"scenario_name","","",9,null],[12,"only_seed_buses","","",9,null],[12,"spawn_over_time","","",9,null],[12,"border_spawn_over_time","","",9,null],[3,"SimFlags","","",null,null],[12,"load","","",10,null],[12,"modifiers","","",10,null],[12,"rng_seed","","",10,null],[12,"opts","","",10,null],[3,"SpawnOverTime","","",null,null],[12,"num_agents","","",11,null],[12,"start_time","","",11,null],[12,"stop_time","","",11,null],[12,"goal","","",11,null],[12,"percent_driving","","",11,null],[12,"percent_biking","","",11,null],[12,"percent_use_transit","","",11,null],[3,"TripSpawner","","",null,null],[12,"trips","","",12,null],[3,"AgentProperties","","",null,null],[12,"total_time","","",13,null],[12,"waiting_here","","",13,null],[12,"total_waiting","","",13,null],[12,"dist_crossed","","",13,null],[12,"total_dist","","",13,null],[12,"lanes_crossed","","",13,null],[12,"total_lanes","","",13,null],[3,"Sim","","",null,null],[12,"driving","","",14,null],[12,"parking","","",14,null],[12,"walking","","",14,null],[12,"intersections","","",14,null],[12,"transit","","",14,null],[12,"cap","","",14,null],[12,"trips","","",14,null],[12,"pandemic","","",14,null],[12,"scheduler","","",14,null],[12,"time","","",14,null],[12,"map_name","","",14,null],[12,"edits_name","","",14,null],[12,"run_name","","",14,null],[12,"step_count","","",14,null],[12,"analytics","","",14,null],[12,"alerts","","",14,null],[3,"SimOptions","","",null,null],[12,"run_name","","",15,null],[12,"use_freeform_policy_everywhere","","",15,null],[12,"dont_block_the_box","","",15,null],[12,"recalc_lanechanging","","",15,null],[12,"break_turn_conflict_cycles","","",15,null],[12,"handle_uber_turns","","",15,null],[12,"enable_pandemic_model","","",15,null],[12,"alerts","","",15,null],[12,"pathfinding_upfront","","",15,null],[12,"infinite_parking","","",15,null],[3,"Person","","",null,null],[12,"id","","",16,null],[12,"orig_id","","",16,null],[12,"trips","","",16,null],[12,"state","","",16,null],[12,"ped","","",16,null],[12,"ped_speed","","",16,null],[12,"vehicles","","",16,null],[12,"delayed_trips","","",16,null],[12,"on_bus","","",16,null],[3,"TripInfo","","",null,null],[12,"departure","","",17,null],[12,"mode","","",17,null],[12,"start","","",17,null],[12,"end","","",17,null],[12,"purpose","","",17,null],[12,"modified","","",17,null],[12,"capped","","",17,null],[12,"cancellation_reason","","",17,null],[3,"DontDrawAgents","","",null,null],[3,"DrawCarInput","","",null,null],[12,"id","","",18,null],[12,"waiting_for_turn","","",18,null],[12,"status","","",18,null],[12,"show_parking_intent","","",18,null],[12,"on","","",18,null],[12,"partly_on","","",18,null],[12,"label","","",18,null],[12,"body","","",18,null],[3,"DrawPedCrowdInput","","",null,null],[12,"low","","",19,null],[12,"high","","",19,null],[12,"members","","",19,null],[12,"location","","",19,null],[3,"DrawPedestrianInput","","",null,null],[12,"id","","",20,null],[12,"pos","","",20,null],[12,"facing","","",20,null],[12,"waiting_for_turn","","",20,null],[12,"preparing_bike","","",20,null],[12,"waiting_for_bus","","",20,null],[12,"on","","",20,null],[3,"UnzoomedAgent","","",null,null],[12,"vehicle_type","","",21,null],[12,"pos","","",21,null],[12,"person","","",21,null],[12,"parking","","",21,null],[3,"CarID","","",null,null],[12,"0","","",22,null],[12,"1","","",22,null],[3,"PedestrianID","","",null,null],[12,"0","","",23,null],[3,"TripID","","",null,null],[12,"0","","",24,null],[3,"PersonID","","",null,null],[12,"0","","",25,null],[3,"OrigPersonID","","",null,null],[12,"0","","",26,null],[12,"1","","",26,null],[3,"Vehicle","","",null,null],[12,"id","","",27,null],[12,"owner","","",27,null],[12,"vehicle_type","","",27,null],[12,"length","","",27,null],[12,"max_speed","","",27,null],[3,"VehicleSpec","","",null,null],[12,"vehicle_type","","",28,null],[12,"length","","",28,null],[12,"max_speed","","",28,null],[3,"ParkedCar","","",null,null],[12,"vehicle","","",29,null],[12,"spot","","",29,null],[12,"parked_since","","",29,null],[3,"SidewalkSpot","","",null,null],[12,"connection","","",30,null],[12,"sidewalk_pos","","",30,null],[3,"TimeInterval","","",null,null],[12,"start","","",31,null],[12,"end","","",31,null],[3,"DistanceInterval","","",null,null],[12,"start","","",32,null],[12,"end","","",32,null],[3,"CreatePedestrian","","",null,null],[12,"id","","",33,null],[12,"start","","",33,null],[12,"speed","","",33,null],[12,"goal","","",33,null],[12,"req","","",33,null],[12,"path","","",33,null],[12,"trip","","",33,null],[12,"person","","",33,null],[3,"CreateCar","","",null,null],[12,"vehicle","","",34,null],[12,"router","","",34,null],[12,"req","","",34,null],[12,"start_dist","","",34,null],[12,"maybe_parked_car","","",34,null],[12,"trip_and_person","","",34,null],[12,"maybe_route","","",34,null],[4,"AlertLocation","","",null,null],[13,"Nil","","",35,null],[13,"Intersection","","",35,null],[13,"Person","","",35,null],[13,"Building","","",35,null],[4,"TripPhaseType","","",null,null],[13,"Driving","","",36,null],[13,"Walking","","",36,null],[13,"Biking","","",36,null],[13,"Parking","","",36,null],[13,"WaitingForBus","","",36,null],[13,"RidingBus","","",36,null],[13,"Cancelled","","",36,null],[13,"Finished","","",36,null],[13,"DelayedStart","","",36,null],[13,"Remote","","",36,null],[4,"ExternalTripEndpoint","","",null,null],[13,"TripEndpoint","","",37,null],[13,"Position","","",37,null],[4,"OriginDestination","","",null,null],[13,"Anywhere","","",38,null],[13,"EndOfRoad","","",38,null],[13,"GotoBldg","","",38,null],[4,"ScenarioModifier","","",null,null],[13,"RepeatDays","","",39,null],[13,"CancelPeople","","",39,null],[13,"ChangeMode","","",39,null],[12,"to_mode","sim::ScenarioModifier","",40,null],[12,"pct_ppl","","",40,null],[12,"departure_filter","","",40,null],[12,"from_modes","","",40,null],[13,"AddExtraTrips","sim","",39,null],[4,"SpawnTrip","","",null,null],[13,"VehicleAppearing","","",41,null],[12,"start","sim::SpawnTrip","",42,null],[12,"goal","","",42,null],[12,"is_bike","","",42,null],[13,"FromBorder","sim","",41,null],[12,"dr","sim::SpawnTrip","",43,null],[12,"goal","","",43,null],[12,"is_bike","","",43,null],[12,"origin","","",43,null],[13,"UsingParkedCar","sim","",41,null],[13,"UsingBike","","",41,null],[13,"JustWalking","","",41,null],[13,"UsingTransit","","",41,null],[13,"Remote","","",41,null],[12,"from","sim::SpawnTrip","",44,null],[12,"to","","",44,null],[12,"trip_time","","",44,null],[12,"mode","","",44,null],[4,"TripPurpose","sim","",null,null],[13,"Home","","",45,null],[13,"Work","","",45,null],[13,"School","","",45,null],[13,"Escort","","",45,null],[13,"PersonalBusiness","","",45,null],[13,"Shopping","","",45,null],[13,"Meal","","",45,null],[13,"Social","","",45,null],[13,"Recreation","","",45,null],[13,"Medical","","",45,null],[13,"ParkAndRideTransfer","","",45,null],[4,"TripSpec","","",null,null],[13,"VehicleAppearing","","",46,null],[12,"start_pos","sim::TripSpec","",47,null],[12,"goal","","",47,null],[12,"use_vehicle","","",47,null],[12,"retry_if_no_room","","",47,null],[12,"origin","","",47,null],[13,"NoRoomToSpawn","sim","",46,null],[12,"i","sim::TripSpec","",48,null],[12,"goal","","",48,null],[12,"use_vehicle","","",48,null],[12,"origin","","",48,null],[12,"error","","",48,null],[13,"UsingParkedCar","sim","",46,null],[12,"car","sim::TripSpec","",49,null],[12,"start_bldg","","",49,null],[12,"goal","","",49,null],[13,"JustWalking","sim","",46,null],[12,"start","sim::TripSpec","",50,null],[12,"goal","","",50,null],[13,"UsingBike","sim","",46,null],[12,"bike","sim::TripSpec","",51,null],[12,"start","","",51,null],[12,"goal","","",51,null],[13,"UsingTransit","sim","",46,null],[12,"start","sim::TripSpec","",52,null],[12,"goal","","",52,null],[12,"route","","",52,null],[12,"stop1","","",52,null],[12,"maybe_stop2","","",52,null],[13,"Remote","sim","",46,null],[12,"from","sim::TripSpec","",53,null],[12,"to","","",53,null],[12,"trip_time","","",53,null],[12,"mode","","",53,null],[4,"AlertHandler","sim","",null,null],[13,"Print","","",54,null],[13,"Block","","",54,null],[13,"Silence","","",54,null],[4,"PersonState","","",null,null],[13,"Trip","","",55,null],[13,"Inside","","",55,null],[13,"OffMap","","",55,null],[4,"TripResult","","",null,null],[13,"Ok","","",56,null],[13,"ModeChange","","",56,null],[13,"TripDone","","",56,null],[13,"TripDoesntExist","","",56,null],[13,"TripNotStarted","","",56,null],[13,"TripCancelled","","",56,null],[13,"RemoteTrip","","",56,null],[4,"TripEndpoint","","",null,null],[13,"Bldg","","",57,null],[13,"Border","","",57,null],[4,"TripMode","","",null,null],[13,"Walk","","",58,null],[13,"Bike","","",58,null],[13,"Transit","","",58,null],[13,"Drive","","",58,null],[4,"CarStatus","","",null,null],[13,"Moving","","",59,null],[13,"Parked","","",59,null],[4,"PedCrowdLocation","","",null,null],[13,"Sidewalk","","",60,null],[13,"BldgDriveway","","",60,null],[13,"LotDriveway","","",60,null],[4,"AgentID","","",null,null],[13,"Car","","",61,null],[13,"Pedestrian","","",61,null],[13,"BusPassenger","","",61,null],[4,"AgentType","","",null,null],[13,"Car","","",62,null],[13,"Bike","","",62,null],[13,"Bus","","",62,null],[13,"Train","","",62,null],[13,"Pedestrian","","",62,null],[13,"TransitRider","","",62,null],[4,"VehicleType","","",null,null],[13,"Car","","",63,null],[13,"Bus","","",63,null],[13,"Train","","",63,null],[13,"Bike","","",63,null],[4,"ParkingSpot","","",null,null],[13,"Onstreet","","",64,null],[13,"Offstreet","","",64,null],[13,"Lot","","",64,null],[4,"DrivingGoal","","",null,null],[13,"ParkNear","","",65,null],[13,"Border","","",65,null],[4,"SidewalkPOI","","",null,null],[13,"ParkingSpot","","",66,null],[13,"DeferredParkingSpot","","",66,null],[13,"Building","","",66,null],[13,"BusStop","","",66,null],[13,"Border","","",66,null],[13,"BikeRack","","",66,null],[13,"SuddenlyAppear","","",66,null],[0,"analytics","","",null,null],[3,"Analytics","sim::analytics","",null,null],[12,"road_thruput","","",0,null],[12,"intersection_thruput","","",0,null],[12,"traffic_signal_thruput","","",0,null],[12,"demand","","",0,null],[12,"bus_arrivals","","",0,null],[12,"passengers_boarding","","",0,null],[12,"passengers_alighting","","",0,null],[12,"started_trips","","",0,null],[12,"finished_trips","","",0,null],[12,"trip_log","","",0,null],[12,"intersection_delays","","",0,null],[12,"parking_lane_changes","","",0,null],[12,"parking_lot_changes","","",0,null],[12,"alerts","","",0,null],[12,"record_anything","","",0,null],[3,"TripPhase","","",null,null],[12,"start_time","","",1,null],[12,"end_time","","",1,null],[12,"path","","",1,null],[12,"has_path_req","","",1,null],[12,"phase_type","","",1,null],[3,"TimeSeriesCount","","",null,null],[12,"counts","","",67,null],[12,"raw","","",67,null],[3,"Window","","",null,null],[12,"times","","",68,null],[12,"window_size","","",68,null],[11,"new","sim","",0,[[],["analytics",3]]],[11,"event","","",0,[[["event",4],["map",3],["time",3]]]],[11,"record_demand","","",0,[[["map",3],["path",3]]]],[11,"finished_trip_time","","",0,[[["tripid",3]],[["option",4],["duration",3]]]],[11,"both_finished_trips","","",0,[[["analytics",3],["time",3]],["vec",3]]],[11,"get_trip_phases","","",0,[[["map",3],["tripid",3]],[["vec",3],["tripphase",3]]]],[11,"get_all_trip_phases","","",0,[[],[["vec",3],["btreemap",3],["tripid",3]]]],[11,"active_agents","","",0,[[["time",3]],["vec",3]]],[11,"parking_lane_availability","","",0,[[["laneid",3],["time",3]],["vec",3]]],[11,"parking_lot_availability","","",0,[[["parkinglotid",3],["time",3]],["vec",3]]],[11,"parking_spot_availability","","",0,[[["vec",3],["time",3]],["vec",3]]],[11,"new","sim::analytics","",67,[[],["timeseriescount",3]]],[11,"record","","",67,[[["agenttype",4],["time",3]]]],[11,"total_for","","",67,[[]]],[11,"all_total_counts","","",67,[[],["counter",3]]],[11,"count_per_hour","","",67,[[["time",3]],["vec",3]]],[11,"raw_throughput","","",67,[[["time",3]],["vec",3]]],[11,"new","","",68,[[["duration",3]],["window",3]]],[11,"add","","",68,[[["time",3]]]],[11,"count","","",68,[[["time",3]]]],[0,"cap","sim","",null,null],[3,"CapSimState","sim::cap","",null,null],[12,"lane_to_zone","","",69,null],[12,"zones","","",69,null],[3,"Zone","","",null,null],[12,"cap","","",70,null],[12,"entered_in_last_hour","","",70,null],[12,"hour_started","","",70,null],[6,"ZoneIdx","","",null,null],[11,"new","","",69,[[["map",3]],["capsimstate",3]]],[11,"allow_trip","","",69,[[["carid",3],["path",3],["time",3]]]],[11,"validate_path","","",69,[[["path",3],["time",3],["pathrequest",3],["map",3],["carid",3]],[["option",4],["path",3]]]],[11,"get_cap_counter","","",69,[[["laneid",3]]]],[0,"events","sim","",null,null],[4,"Event","sim::events","",null,null],[13,"CarReachedParkingSpot","","",71,null],[13,"CarLeftParkingSpot","","",71,null],[13,"BusArrivedAtStop","","",71,null],[13,"BusDepartedFromStop","","",71,null],[13,"PassengerBoardsTransit","","",71,null],[13,"PassengerAlightsTransit","","",71,null],[13,"PersonEntersBuilding","","",71,null],[13,"PersonLeavesBuilding","","",71,null],[13,"PersonLeavesMap","","",71,null],[13,"PersonEntersMap","","",71,null],[13,"PersonEntersRemoteBuilding","","",71,null],[13,"PersonLeavesRemoteBuilding","","",71,null],[13,"PedReachedParkingSpot","","",71,null],[13,"BikeStoppedAtSidewalk","","",71,null],[13,"AgentEntersTraversable","","",71,null],[13,"IntersectionDelayMeasured","","",71,null],[13,"TripFinished","","",71,null],[12,"trip","sim::events::Event","",72,null],[12,"mode","","",72,null],[12,"total_time","","",72,null],[12,"blocked_time","","",72,null],[13,"TripCancelled","sim::events","",71,null],[13,"TripPhaseStarting","","",71,null],[13,"PathAmended","","",71,null],[13,"Alert","","",71,null],[4,"AlertLocation","","",null,null],[13,"Nil","","",35,null],[13,"Intersection","","",35,null],[13,"Person","","",35,null],[13,"Building","","",35,null],[4,"TripPhaseType","","",null,null],[13,"Driving","","",36,null],[13,"Walking","","",36,null],[13,"Biking","","",36,null],[13,"Parking","","",36,null],[13,"WaitingForBus","","",36,null],[13,"RidingBus","","",36,null],[13,"Cancelled","","",36,null],[13,"Finished","","",36,null],[13,"DelayedStart","","",36,null],[13,"Remote","","",36,null],[11,"describe","sim","",36,[[["map",3]],["string",3]]],[0,"make","","",null,null],[5,"fork_rng","sim::make","",null,[[["xorshiftrng",3]],["xorshiftrng",3]]],[0,"activity_model","","",null,null],[5,"create_prole","sim::make::activity_model","",null,[[["map",3],["tripendpoint",4],["xorshiftrng",3]],[["result",4],["personspec",3],["box",3]]]],[5,"select_trip_mode","","",null,[[["distance",3],["xorshiftrng",3]],["tripmode",4]]],[5,"rand_time","","",null,[[["xorshiftrng",3],["time",3]],["time",3]]],[11,"proletariat_robot","sim","",9,[[["map",3],["xorshiftrng",3],["timer",3]],["scenario",3]]],[0,"external","sim::make","",null,null],[3,"ExternalPerson","sim::make::external","",null,null],[12,"origin","","",3,null],[12,"trips","","",3,null],[3,"ExternalTrip","","",null,null],[12,"departure","","",4,null],[12,"destination","","",4,null],[12,"mode","","",4,null],[4,"ExternalTripEndpoint","","",null,null],[13,"TripEndpoint","","",37,null],[13,"Position","","",37,null],[11,"import","sim","",3,[[["map",3],["vec",3],["externalperson",3]],[["vec",3],["string",3],["result",4]]]],[0,"generator","sim::make","",null,null],[3,"ScenarioGenerator","sim::make::generator","",null,null],[12,"scenario_name","","",9,null],[12,"only_seed_buses","","",9,null],[12,"spawn_over_time","","",9,null],[12,"border_spawn_over_time","","",9,null],[3,"SpawnOverTime","","",null,null],[12,"num_agents","","",11,null],[12,"start_time","","",11,null],[12,"stop_time","","",11,null],[12,"goal","","",11,null],[12,"percent_driving","","",11,null],[12,"percent_biking","","",11,null],[12,"percent_use_transit","","",11,null],[3,"BorderSpawnOverTime","","",null,null],[12,"num_peds","","",2,null],[12,"num_cars","","",2,null],[12,"num_bikes","","",2,null],[12,"percent_use_transit","","",2,null],[12,"start_time","","",2,null],[12,"stop_time","","",2,null],[12,"start_from_border","","",2,null],[12,"goal","","",2,null],[4,"OriginDestination","","",null,null],[13,"Anywhere","","",38,null],[13,"EndOfRoad","","",38,null],[13,"GotoBldg","","",38,null],[5,"rand_time","","",null,[[["xorshiftrng",3],["time",3]],["time",3]]],[11,"generate","sim","",9,[[["map",3],["xorshiftrng",3],["timer",3]],["scenario",3]]],[11,"small_run","","",9,[[["map",3]],["scenariogenerator",3]]],[11,"empty","","",9,[[],["scenariogenerator",3]]],[11,"scaled_run","","",9,[[],["scenariogenerator",3]]],[11,"spawn_agent","","",11,[[["timer",3],["scenario",3],["map",3],["xorshiftrng",3]]]],[11,"spawn_peds","","",2,[[["timer",3],["scenario",3],["map",3],["xorshiftrng",3]]]],[11,"spawn_vehicles","","",2,[[["pathconstraints",4],["timer",3],["scenario",3],["map",3],["xorshiftrng",3]]]],[11,"pick_driving_goal","","",38,[[["pathconstraints",4],["timer",3],["map",3],["xorshiftrng",3]],[["option",4],["drivinggoal",4]]]],[11,"pick_walking_goal","","",38,[[["map",3],["xorshiftrng",3],["timer",3]],[["sidewalkspot",3],["option",4]]]],[0,"load","sim::make","",null,null],[3,"SimFlags","sim::make::load","",null,null],[12,"load","","",10,null],[12,"modifiers","","",10,null],[12,"rng_seed","","",10,null],[12,"opts","","",10,null],[18,"RNG_SEED","sim","",10,null],[11,"from_args","","",10,[[["cmdargs",3]],["simflags",3]]],[11,"for_test","","",10,[[],["simflags",3]]],[11,"synthetic_test","","",10,[[],["simflags",3]]],[11,"make_rng","","",10,[[],["xorshiftrng",3]]],[11,"load","","",10,[[["timer",3]]]],[0,"modifier","sim::make","",null,null],[4,"ScenarioModifier","sim::make::modifier","",null,null],[13,"RepeatDays","","",39,null],[13,"CancelPeople","","",39,null],[13,"ChangeMode","","",39,null],[12,"to_mode","sim::make::modifier::ScenarioModifier","",40,null],[12,"pct_ppl","","",40,null],[12,"departure_filter","","",40,null],[12,"from_modes","","",40,null],[13,"AddExtraTrips","sim::make::modifier","",39,null],[5,"repeat_days","","",null,[[["scenario",3]],["scenario",3]]],[5,"cancel_people","","",null,[[["scenario",3]],["scenario",3]]],[11,"apply","sim","",39,[[["map",3],["scenario",3],["xorshiftrng",3]],["scenario",3]]],[11,"describe","","",39,[[],["string",3]]],[0,"scenario","sim::make","",null,null],[3,"Scenario","sim::make::scenario","",null,null],[12,"scenario_name","","",8,null],[12,"map_name","","",8,null],[12,"people","","",8,null],[12,"only_seed_buses","","",8,null],[3,"PersonSpec","","",null,null],[12,"id","","",7,null],[12,"orig_id","","",7,null],[12,"trips","","",7,null],[3,"IndividTrip","","",null,null],[12,"depart","","",5,null],[12,"trip","","",5,null],[12,"purpose","","",5,null],[12,"cancelled","","",5,null],[12,"modified","","",5,null],[3,"OffMapLocation","","",null,null],[12,"parcel_id","","",6,null],[12,"gps","","",6,null],[4,"SpawnTrip","","",null,null],[13,"VehicleAppearing","","",41,null],[12,"start","sim::make::scenario::SpawnTrip","",42,null],[12,"goal","","",42,null],[12,"is_bike","","",42,null],[13,"FromBorder","sim::make::scenario","",41,null],[12,"dr","sim::make::scenario::SpawnTrip","",43,null],[12,"goal","","",43,null],[12,"is_bike","","",43,null],[12,"origin","","",43,null],[13,"UsingParkedCar","sim::make::scenario","",41,null],[13,"UsingBike","","",41,null],[13,"JustWalking","","",41,null],[13,"UsingTransit","","",41,null],[13,"Remote","","",41,null],[12,"from","sim::make::scenario::SpawnTrip","",44,null],[12,"to","","",44,null],[12,"trip_time","","",44,null],[12,"mode","","",44,null],[4,"TripPurpose","sim::make::scenario","",null,null],[13,"Home","","",45,null],[13,"Work","","",45,null],[13,"School","","",45,null],[13,"Escort","","",45,null],[13,"PersonalBusiness","","",45,null],[13,"Shopping","","",45,null],[13,"Meal","","",45,null],[13,"Social","","",45,null],[13,"Recreation","","",45,null],[13,"Medical","","",45,null],[13,"ParkAndRideTransfer","","",45,null],[5,"seed_parked_cars","","",null,[[["vec",3],["timer",3],["map",3],["xorshiftrng",3],["sim",3]]]],[5,"find_spot_near_building","","",null,[[["buildingid",3],["btreemap",3],["map",3]],[["option",4],["parkingspot",4]]]],[11,"new","sim","",5,[[["spawntrip",4],["trippurpose",4],["time",3]],["individtrip",3]]],[11,"instantiate","","",8,[[["timer",3],["map",3],["xorshiftrng",3],["sim",3]]]],[11,"save","","",8,[[]]],[11,"empty","","",8,[[["map",3]],["scenario",3]]],[11,"rand_car","","",8,[[["xorshiftrng",3]],["vehiclespec",3]]],[11,"rand_bike","","",8,[[["xorshiftrng",3]],["vehiclespec",3]]],[11,"max_bike_speed","","",8,[[],["speed",3]]],[11,"rand_dist","","",8,[[["distance",3],["xorshiftrng",3]],["distance",3]]],[11,"rand_speed","","",8,[[["speed",3],["xorshiftrng",3]],["speed",3]]],[11,"rand_ped_speed","","",8,[[["xorshiftrng",3]],["speed",3]]],[11,"max_ped_speed","","",8,[[],["speed",3]]],[11,"count_parked_cars_per_bldg","","",8,[[],[["counter",3],["buildingid",3]]]],[11,"remove_weird_schedules","","",8,[[["map",3]],["scenario",3]]],[11,"to_trip_spec","","",41,[[["option",4],["map",3],["xorshiftrng",3],["carid",3]],["tripspec",4]]],[11,"mode","","",41,[[],["tripmode",4]]],[11,"start","","",41,[[["map",3]],["tripendpoint",4]]],[11,"end","","",41,[[["map",3]],["tripendpoint",4]]],[11,"new","","",41,[[["tripendpoint",4],["tripmode",4],["map",3]],[["option",4],["spawntrip",4]]]],[11,"check_schedule","","",7,[[["map",3]],[["result",4],["string",3]]]],[11,"get_vehicles","","",7,[[["xorshiftrng",3]]]],[0,"spawner","sim::make","",null,null],[3,"TripSpawner","sim::make::spawner","",null,null],[12,"trips","","",12,null],[4,"TripSpec","","",null,null],[13,"VehicleAppearing","","",46,null],[12,"start_pos","sim::make::spawner::TripSpec","",47,null],[12,"goal","","",47,null],[12,"use_vehicle","","",47,null],[12,"retry_if_no_room","","",47,null],[12,"origin","","",47,null],[13,"NoRoomToSpawn","sim::make::spawner","",46,null],[12,"i","sim::make::spawner::TripSpec","",48,null],[12,"goal","","",48,null],[12,"use_vehicle","","",48,null],[12,"origin","","",48,null],[12,"error","","",48,null],[13,"UsingParkedCar","sim::make::spawner","",46,null],[12,"car","sim::make::spawner::TripSpec","",49,null],[12,"start_bldg","","",49,null],[12,"goal","","",49,null],[13,"JustWalking","sim::make::spawner","",46,null],[12,"start","sim::make::spawner::TripSpec","",50,null],[12,"goal","","",50,null],[13,"UsingBike","sim::make::spawner","",46,null],[12,"bike","sim::make::spawner::TripSpec","",51,null],[12,"start","","",51,null],[12,"goal","","",51,null],[13,"UsingTransit","sim::make::spawner","",46,null],[12,"start","sim::make::spawner::TripSpec","",52,null],[12,"goal","","",52,null],[12,"route","","",52,null],[12,"stop1","","",52,null],[12,"maybe_stop2","","",52,null],[13,"Remote","sim::make::spawner","",46,null],[12,"from","sim::make::spawner::TripSpec","",53,null],[12,"to","","",53,null],[12,"trip_time","","",53,null],[12,"mode","","",53,null],[11,"new","sim","",12,[[],["tripspawner",3]]],[11,"schedule_trip","","",12,[[["person",3],["trippurpose",4],["time",3],["tripendpoint",4],["tripspec",4],["map",3]]]],[11,"finalize","","",12,[[["tripmanager",3],["scheduler",3],["timer",3],["map",3]]]],[11,"get_pathfinding_request","","",46,[[["map",3]],[["pathrequest",3],["option",4]]]],[0,"mechanics","","",null,null],[0,"car","sim::mechanics","",null,null],[3,"Car","sim::mechanics::car","",null,null],[12,"vehicle","","",73,null],[12,"state","","",73,null],[12,"router","","",73,null],[12,"trip_and_person","","",73,null],[12,"started_at","","",73,null],[12,"total_blocked_time","","",73,null],[12,"last_steps","","",73,null],[4,"CarState","","",null,null],[13,"Crossing","","",74,null],[13,"Queued","","",74,null],[12,"blocked_since","sim::mechanics::car::CarState","",75,null],[13,"WaitingToAdvance","sim::mechanics::car","",74,null],[12,"blocked_since","sim::mechanics::car::CarState","",76,null],[13,"Unparking","sim::mechanics::car","",74,null],[13,"Parking","","",74,null],[13,"IdlingAtStop","","",74,null],[11,"crossing_state","","",73,[[["distance",3],["map",3],["time",3]],["carstate",4]]],[11,"crossing_state_with_end_dist","","",73,[[["distanceinterval",3],["map",3],["time",3]],["carstate",4]]],[11,"get_draw_car","","",73,[[["distance",3],["transitsimstate",3],["time",3],["map",3]],["drawcarinput",3]]],[11,"is_parking","","",73,[[]]],[11,"get_end_time","","",74,[[],["time",3]]],[11,"time_spent_waiting","","",74,[[["time",3]],["duration",3]]],[0,"driving","sim::mechanics","",null,null],[3,"DrivingSimState","sim::mechanics::driving","",null,null],[12,"cars","","",77,null],[12,"queues","","",77,null],[12,"events","","",77,null],[12,"recalc_lanechanging","","",77,null],[12,"handle_uber_turns","","",77,null],[17,"TIME_TO_UNPARK_ONSTRET","","",null,null],[17,"TIME_TO_PARK_ONSTREET","","",null,null],[17,"TIME_TO_UNPARK_OFFSTREET","","",null,null],[17,"TIME_TO_PARK_OFFSTREET","","",null,null],[17,"TIME_TO_WAIT_AT_STOP","","",null,null],[17,"BLIND_RETRY_TO_CREEP_FORWARDS","","",null,null],[17,"BLIND_RETRY_TO_REACH_END_DIST","","",null,null],[11,"new","","",77,[[["map",3]],["drivingsimstate",3]]],[11,"start_car_on_lane","","",77,[[["createcar",3],["scheduler",3],["time",3],["intersectionsimstate",3],["map",3],["parkingsimstate",4]]]],[11,"update_car","","",77,[[["carid",3],["tripmanager",3],["transitsimstate",3],["time",3],["walkingsimstate",3],["ctx",3]]]],[11,"update_car_without_distances","","",77,[[["transitsimstate",3],["car",3],["time",3],["ctx",3]]]],[11,"update_car_with_distances","","",77,[[["ctx",3],["tripmanager",3],["car",3],["time",3],["transitsimstate",3],["walkingsimstate",3],["vec",3]]]],[11,"delete_car","","",77,[[["time",3],["ctx",3],["carid",3]],["vehicle",3]]],[11,"delete_car_internal","","",77,[[["ctx",3],["car",3],["time",3],["vec",3]]]],[11,"update_laggy_head","","",77,[[["time",3],["ctx",3],["carid",3]]]],[11,"trim_last_steps","","",77,[[["ctx",3],["car",3],["time",3]]]],[11,"get_unzoomed_agents","","",77,[[["map",3],["time",3]],[["vec",3],["unzoomedagent",3]]]],[11,"does_car_exist","","",77,[[["carid",3]]]],[11,"get_all_draw_cars","","",77,[[["map",3],["transitsimstate",3],["time",3]],[["vec",3],["drawcarinput",3]]]],[11,"get_single_draw_car","","",77,[[["transitsimstate",3],["time",3],["map",3],["carid",3]],[["option",4],["drawcarinput",3]]]],[11,"get_draw_cars_on","","",77,[[["traversable",4],["time",3],["transitsimstate",3],["map",3]],[["vec",3],["drawcarinput",3]]]],[11,"debug_car","","",77,[[["carid",3]]]],[11,"debug_lane","","",77,[[["laneid",3]]]],[11,"agent_properties","","",77,[[["time",3],["carid",3]],["agentproperties",3]]],[11,"get_path","","",77,[[["carid",3]],[["path",3],["option",4]]]],[11,"get_all_driving_paths","","",77,[[],[["vec",3],["path",3]]]],[11,"trace_route","","",77,[[["distance",3],["time",3],["map",3],["option",4],["carid",3]],[["option",4],["polyline",3]]]],[11,"percent_along_route","","",77,[[["carid",3]]]],[11,"get_owner_of_car","","",77,[[["carid",3]],[["option",4],["personid",3]]]],[11,"find_blockage_front","","",77,[[["intersectionsimstate",3],["map",3],["carid",3]],["string",3]]],[11,"collect_events","","",77,[[],[["event",4],["vec",3]]]],[11,"target_lane_penalty","","",77,[[["laneid",3]]]],[11,"find_trips_to_edited_parking","","",77,[[["parkingspot",4],["btreeset",3]],["vec",3]]],[11,"all_waiting_people","","",77,[[["btreemap",3],["time",3]]]],[0,"intersection","sim::mechanics","",null,null],[3,"IntersectionSimState","sim::mechanics::intersection","",null,null],[12,"state","","",78,null],[12,"use_freeform_policy_everywhere","","",78,null],[12,"dont_block_the_box","","",78,null],[12,"break_turn_conflict_cycles","","",78,null],[12,"handle_uber_turns","","",78,null],[12,"blocked_by","","",78,null],[12,"events","","",78,null],[3,"State","","",null,null],[12,"id","","",79,null],[12,"accepted","","",79,null],[12,"waiting","","",79,null],[12,"reserved","","",79,null],[12,"signal","","",79,null],[3,"SignalState","","",null,null],[12,"current_stage","","",80,null],[12,"stage_ends_at","","",80,null],[3,"Request","","",null,null],[12,"agent","","",81,null],[12,"turn","","",81,null],[5,"allow_block_the_box","","",null,[[]]],[17,"WAIT_AT_STOP_SIGN","","",null,null],[17,"WAIT_BEFORE_YIELD_AT_TRAFFIC_SIGNAL","","",null,null],[11,"new","","",78,[[["map",3],["scheduler",3]],["intersectionsimstate",3]]],[11,"nobody_headed_towards","","",78,[[["intersectionid",3],["laneid",3]]]],[11,"turn_finished","","",78,[[["scheduler",3],["time",3],["agentid",4],["turnid",3],["map",3]]]],[11,"cancel_request","","",78,[[["agentid",4],["turnid",3]]]],[11,"space_freed","","",78,[[["scheduler",3],["time",3],["map",3],["intersectionid",3]]]],[11,"vehicle_gone","","",78,[[["carid",3]]]],[11,"wakeup_waiting","","",78,[[["scheduler",3],["time",3],["map",3],["intersectionid",3]]]],[11,"update_intersection","","",78,[[["scheduler",3],["time",3],["map",3],["intersectionid",3]]]],[11,"maybe_start_turn","","",78,[[["speed",3],["scheduler",3],["time",3],["agentid",4],["turnid",3],["map",3],["option",4]]]],[11,"debug","","",78,[[["map",3],["intersectionid",3]]]],[11,"get_accepted_agents","","",78,[[["intersectionid",3]],["vec",3]]],[11,"get_waiting_agents","","",78,[[["intersectionid",3]],["vec",3]]],[11,"get_blocked_by","","",78,[[["agentid",4]],[["agentid",4],["hashset",3]]]],[11,"collect_events","","",78,[[],[["event",4],["vec",3]]]],[11,"delayed_intersections","","returns intersections with travelers waiting for at least…",78,[[["duration",3],["time",3]],["vec",3]]],[11,"current_stage_and_remaining_time","","",78,[[["intersectionid",3],["time",3]]]],[11,"handle_live_edited_traffic_signals","","",78,[[["map",3],["scheduler",3],["time",3]]]],[11,"stop_sign_policy","","",78,[[["scheduler",3],["request",3],["time",3],["map",3],["controlstopsign",3]]]],[11,"traffic_signal_policy","","",78,[[["speed",3],["scheduler",3],["request",3],["controltrafficsignal",3],["time",3],["map",3],["option",4]]]],[11,"handle_accepted_conflicts","","",78,[[["map",3],["request",3],["option",4]]]],[11,"detect_conflict_cycle","","",78,[[["carid",3]],[["hashset",3],["option",4]]]],[11,"new","","",80,[[["scheduler",3],["time",3],["map",3],["intersectionid",3]],["signalstate",3]]],[0,"parking","sim::mechanics","",null,null],[3,"NormalParkingSimState","sim::mechanics::parking","",null,null],[12,"parked_cars","","",82,null],[12,"occupants","","",82,null],[12,"reserved_spots","","",82,null],[12,"onstreet_lanes","","",82,null],[12,"driving_to_parking_lanes","","",82,null],[12,"num_spots_per_offstreet","","",82,null],[12,"driving_to_offstreet","","",82,null],[12,"num_spots_per_lot","","",82,null],[12,"driving_to_lots","","",82,null],[12,"events","","",82,null],[3,"ParkingLane","","",null,null],[12,"parking_lane","","",83,null],[12,"driving_lane","","",83,null],[12,"sidewalk","","",83,null],[12,"spot_dist_along","","",83,null],[3,"InfiniteParkingSimState","","",null,null],[12,"parked_cars","","",84,null],[12,"occupants","","",84,null],[12,"reserved_spots","","",84,null],[12,"driving_to_offstreet","","",84,null],[12,"blackholed_building_redirects","","",84,null],[12,"events","","",84,null],[4,"ParkingSimState","","",null,null],[13,"Normal","","",85,null],[13,"Infinite","","",85,null],[8,"ParkingSim","","",null,null],[10,"handle_live_edits","","",86,[[["map",3],["timer",3]],[["parkedcar",3],["vec",3]]]],[10,"get_free_onstreet_spots","","",86,[[["laneid",3]],[["vec",3],["parkingspot",4]]]],[10,"get_free_offstreet_spots","","",86,[[["buildingid",3]],[["vec",3],["parkingspot",4]]]],[10,"get_free_lot_spots","","",86,[[["parkinglotid",3]],[["vec",3],["parkingspot",4]]]],[10,"reserve_spot","","",86,[[["parkingspot",4]]]],[10,"remove_parked_car","","",86,[[["parkedcar",3]]]],[10,"add_parked_car","","",86,[[["parkedcar",3]]]],[10,"get_draw_cars","","",86,[[["map",3],["laneid",3]],[["vec",3],["drawcarinput",3]]]],[10,"get_draw_cars_in_lots","","",86,[[["map",3],["laneid",3]],[["vec",3],["drawcarinput",3]]]],[10,"get_draw_car","","",86,[[["map",3],["carid",3]],[["option",4],["drawcarinput",3]]]],[10,"canonical_pt","","",86,[[["map",3],["carid",3]],[["option",4],["pt2d",3]]]],[10,"get_all_draw_cars","","",86,[[["map",3]],[["vec",3],["drawcarinput",3]]]],[10,"is_free","","",86,[[["parkingspot",4]]]],[10,"get_car_at_spot","","",86,[[["parkingspot",4]],[["option",4],["parkedcar",3]]]],[10,"get_all_free_spots","","",86,[[["vehicle",3],["buildingid",3],["position",3],["map",3]],["vec",3]]],[10,"spot_to_driving_pos","","",86,[[["parkingspot",4],["vehicle",3],["map",3]],["position",3]]],[10,"spot_to_sidewalk_pos","","",86,[[["parkingspot",4],["map",3]],["position",3]]],[10,"get_owner_of_car","","",86,[[["carid",3]],[["option",4],["personid",3]]]],[10,"lookup_parked_car","","",86,[[["carid",3]],[["option",4],["parkedcar",3]]]],[10,"get_all_parking_spots","","",86,[[]]],[10,"path_to_free_parking_spot","","",86,[[["vehicle",3],["buildingid",3],["laneid",3],["map",3]],["option",4]]],[10,"collect_events","","",86,[[],[["event",4],["vec",3]]]],[10,"all_parked_car_positions","","",86,[[["map",3]],["vec",3]]],[10,"bldg_to_parked_cars","","",86,[[["buildingid",3]],[["vec",3],["carid",3]]]],[11,"new","","",85,[[["map",3],["timer",3]],["parkingsimstate",4]]],[11,"is_infinite","","",85,[[]]],[11,"new","","",82,[[["map",3],["timer",3]],["normalparkingsimstate",3]]],[11,"new","","",83,[[["lane",3],["map",3],["timer",3]],[["option",4],["parkinglane",3]]]],[11,"dist_along_for_car","","",83,[[["vehicle",3]],["distance",3]]],[11,"spots","","",83,[[],[["vec",3],["parkingspot",4]]]],[11,"new","","",84,[[["map",3]],["infiniteparkingsimstate",3]]],[11,"get_free_bldg_spot","","",84,[[["buildingid",3]],["parkingspot",4]]],[0,"queue","sim::mechanics","",null,null],[3,"Queue","sim::mechanics::queue","",null,null],[12,"id","","",87,null],[12,"cars","","",87,null],[12,"laggy_head","","",87,null],[12,"geom_len","","",87,null],[12,"reserved_length","","",87,null],[5,"validate_positions","","",null,[[["btreemap",3],["time",3],["traversable",4],["vec",3]],["vec",3]]],[5,"dump_cars","","",null,[[["traversable",4],["btreemap",3],["time",3],["vec",3]]]],[11,"new","","",87,[[["map",3],["traversable",4]],["queue",3]]],[11,"get_car_positions","","",87,[[["btreemap",3],["btreemap",3],["time",3]],["vec",3]]],[11,"inner_get_car_positions","","",87,[[["btreeset",3],["btreemap",3],["time",3],["btreemap",3]],["vec",3]]],[11,"get_idx_to_insert_car","","",87,[[["distance",3],["btreemap",3],["time",3],["btreemap",3]],["option",4]]],[11,"try_to_reserve_entry","","",87,[[["car",3]]]],[11,"room_for_car","","",87,[[["car",3]]]],[11,"free_reserved_space","","",87,[[["car",3]]]],[11,"target_lane_penalty","","",87,[[]]],[0,"walking","sim::mechanics","",null,null],[3,"WalkingSimState","sim::mechanics::walking","",null,null],[12,"peds","","",88,null],[12,"peds_per_traversable","","",88,null],[12,"events","","",88,null],[3,"Pedestrian","","",null,null],[12,"id","","",89,null],[12,"state","","",89,null],[12,"speed","","",89,null],[12,"total_blocked_time","","",89,null],[12,"started_at","","",89,null],[12,"path","","",89,null],[12,"goal","","",89,null],[12,"trip","","",89,null],[12,"person","","",89,null],[4,"PedState","","",null,null],[13,"Crossing","","",90,null],[13,"WaitingToTurn","","",90,null],[13,"LeavingBuilding","","",90,null],[13,"EnteringBuilding","","",90,null],[13,"LeavingParkingLot","","",90,null],[13,"EnteringParkingLot","","",90,null],[13,"StartingToBike","","",90,null],[13,"FinishingBiking","","",90,null],[13,"WaitingForBus","","",90,null],[5,"find_crowds","","",null,[[["vec",3],["pedcrowdlocation",4]]]],[17,"TIME_TO_START_BIKING","","",null,null],[17,"TIME_TO_FINISH_BIKING","","",null,null],[11,"new","","",88,[[],["walkingsimstate",3]]],[11,"spawn_ped","","",88,[[["scheduler",3],["time",3],["map",3],["createpedestrian",3]]]],[11,"get_draw_ped","","",88,[[["time",3],["map",3],["pedestrianid",3]],[["drawpedestrianinput",3],["option",4]]]],[11,"get_all_draw_peds","","",88,[[["map",3],["time",3]],[["vec",3],["drawpedestrianinput",3]]]],[11,"update_ped","","",88,[[["tripmanager",3],["transitsimstate",3],["time",3],["pedestrianid",3],["ctx",3]]]],[11,"ped_boarded_bus","","",88,[[["pedestrianid",3],["time",3]]]],[11,"delete_ped","","",88,[[["scheduler",3],["pedestrianid",3]]]],[11,"debug_ped","","",88,[[["pedestrianid",3]]]],[11,"agent_properties","","",88,[[["time",3],["pedestrianid",3]],["agentproperties",3]]],[11,"trace_route","","",88,[[["distance",3],["pedestrianid",3],["time",3],["map",3],["option",4]],[["option",4],["polyline",3]]]],[11,"get_path","","",88,[[["pedestrianid",3]],[["path",3],["option",4]]]],[11,"get_unzoomed_agents","","",88,[[["map",3],["time",3]],[["vec",3],["unzoomedagent",3]]]],[11,"does_ped_exist","","",88,[[["pedestrianid",3]]]],[11,"get_draw_peds_on","","",88,[[["map",3],["traversable",4],["time",3]]]],[11,"collect_events","","",88,[[],[["event",4],["vec",3]]]],[11,"find_trips_to_parking","","",88,[[["parkedcar",3],["vec",3]],["vec",3]]],[11,"all_waiting_people","","",88,[[["btreemap",3],["time",3]]]],[11,"crossing_state","","",89,[[["distance",3],["map",3],["time",3]],["pedstate",4]]],[11,"get_dist_along","","",89,[[["map",3],["time",3]],["distance",3]]],[11,"get_draw_ped","","",89,[[["map",3],["time",3]],["drawpedestrianinput",3]]],[11,"maybe_transition","","",89,[[["multimap",3],["vec",3],["time",3],["intersectionsimstate",3],["map",3],["scheduler",3]]]],[11,"get_end_time","","",90,[[],["time",3]]],[11,"time_spent_waiting","","",90,[[["time",3]],["duration",3]]],[0,"pandemic","sim","",null,null],[3,"AnyTime","sim::pandemic","",null,null],[12,"0","","",91,null],[3,"Event","","",null,null],[12,"s","","",92,null],[12,"p_hosp","","",92,null],[12,"p_death","","",92,null],[12,"t","","",92,null],[4,"StateEvent","","",null,null],[13,"Exposition","","",93,null],[13,"Incubation","","",93,null],[13,"Hospitalization","","",93,null],[13,"Recovery","","",93,null],[13,"Death","","",93,null],[4,"State","","",null,null],[13,"Sane","","",94,null],[13,"Exposed","","",94,null],[13,"Infectious","","",94,null],[13,"Hospitalized","","",94,null],[13,"Recovered","","",94,null],[13,"Dead","","",94,null],[0,"pandemic","","",null,null],[3,"PandemicModel","sim::pandemic::pandemic","",null,null],[12,"pop","","",95,null],[12,"bldgs","","",95,null],[12,"remote_bldgs","","",95,null],[12,"bus_stops","","",95,null],[12,"buses","","",95,null],[12,"person_to_bus","","",95,null],[12,"rng","","",95,null],[12,"initialized","","",95,null],[3,"SharedSpace","","",null,null],[12,"occupants","","",96,null],[4,"Cmd","","",null,null],[13,"BecomeHospitalized","","",97,null],[13,"BecomeQuarantined","","",97,null],[11,"new","","",95,[[["xorshiftrng",3]],["pandemicmodel",3]]],[11,"initialize","","",95,[[["vec",3],["scheduler",3]]]],[11,"count_sane","","",95,[[]]],[11,"count_exposed","","",95,[[]]],[11,"count_infected","","",95,[[]]],[11,"count_recovered","","",95,[[]]],[11,"count_dead","","",95,[[]]],[11,"count_total","","",95,[[]]],[11,"handle_event","","",95,[[["event",4],["scheduler",3],["time",3]]]],[11,"handle_cmd","","",95,[[["cmd",4],["scheduler",3],["time",3]]]],[11,"get_time","","",95,[[["personid",3]],[["option",4],["time",3]]]],[11,"is_sane","","",95,[[["personid",3]]]],[11,"is_infectious","","",95,[[["personid",3]]]],[11,"is_exposed","","",95,[[["personid",3]]]],[11,"is_recovered","","",95,[[["personid",3]]]],[11,"is_dead","","",95,[[["personid",3]]]],[11,"infectious_contact","","",95,[[["personid",3]],[["option",4],["personid",3]]]],[11,"transmission","","",95,[[["vec",3],["scheduler",3],["personid",3],["time",3]]]],[11,"transition","","",95,[[["personid",3],["scheduler",3],["time",3]]]],[11,"become_exposed","","",95,[[["scheduler",3],["personid",3],["time",3],["duration",3]]]],[11,"new","","",96,[[],["sharedspace",3]]],[11,"person_enters_space","","",96,[[["personid",3],["time",3]]]],[11,"person_leaves_space","","",96,[[["personid",3],["time",3]],[["vec",3],["option",4]]]],[11,"inner_seconds","sim::pandemic","",91,[[]]],[11,"is_finite","","",91,[[]]],[11,"next","","",92,[[["anytime",3],["xorshiftrng",3]],["state",4]]],[18,"T_INF","","",94,null],[18,"T_INC","","",94,null],[18,"R_0","","",94,null],[18,"E_RATIO","","",94,null],[18,"I_RATIO","","",94,null],[11,"ini_infectious_ratio","","",94,[[]]],[11,"ini_exposed_ratio","","",94,[[]]],[11,"new","","",94,[[]]],[11,"get_time_exp","","",94,[[["xorshiftrng",3]],["duration",3]]],[11,"get_time_normal","","",94,[[["xorshiftrng",3]],["duration",3]]],[11,"is_sane","","",94,[[]]],[11,"is_exposed","","",94,[[]]],[11,"is_infectious","","",94,[[]]],[11,"is_recovered","","",94,[[]]],[11,"is_dead","","",94,[[]]],[11,"get_time","","",94,[[],[["option",4],["time",3]]]],[11,"get_event_time","","",94,[[],[["option",4],["anytime",3]]]],[11,"next_default","","",94,[[["anytime",3],["xorshiftrng",3]],["option",4]]],[11,"next","","",94,[[["anytime",3],["xorshiftrng",3]],["option",4]]],[11,"start","","",94,[[["xorshiftrng",3],["anytime",3],["duration",3]],[["result",4],["string",3]]]],[0,"render","sim","",null,null],[3,"DrawPedestrianInput","sim::render","",null,null],[12,"id","","",20,null],[12,"pos","","",20,null],[12,"facing","","",20,null],[12,"waiting_for_turn","","",20,null],[12,"preparing_bike","","",20,null],[12,"waiting_for_bus","","",20,null],[12,"on","","",20,null],[3,"DrawPedCrowdInput","","",null,null],[12,"low","","",19,null],[12,"high","","",19,null],[12,"members","","",19,null],[12,"location","","",19,null],[3,"DrawCarInput","","",null,null],[12,"id","","",18,null],[12,"waiting_for_turn","","",18,null],[12,"status","","",18,null],[12,"show_parking_intent","","",18,null],[12,"on","","",18,null],[12,"partly_on","","",18,null],[12,"label","","",18,null],[12,"body","","",18,null],[3,"UnzoomedAgent","","",null,null],[12,"vehicle_type","","",21,null],[12,"pos","","",21,null],[12,"person","","",21,null],[12,"parking","","",21,null],[3,"DontDrawAgents","","",null,null],[4,"PedCrowdLocation","","",null,null],[13,"Sidewalk","","",60,null],[13,"BldgDriveway","","",60,null],[13,"LotDriveway","","",60,null],[4,"CarStatus","","",null,null],[13,"Moving","","",59,null],[13,"Parked","","",59,null],[8,"GetDrawAgents","","",null,null],[10,"time","","",98,[[],["time",3]]],[10,"step_count","","",98,[[]]],[10,"get_draw_car","","",98,[[["map",3],["carid",3]],[["option",4],["drawcarinput",3]]]],[10,"get_draw_ped","","",98,[[["map",3],["pedestrianid",3]],[["drawpedestrianinput",3],["option",4]]]],[10,"get_draw_cars","","",98,[[["map",3],["traversable",4]],[["vec",3],["drawcarinput",3]]]],[10,"get_draw_peds","","",98,[[["map",3],["traversable",4]]]],[10,"get_all_draw_cars","","",98,[[["map",3]],[["vec",3],["drawcarinput",3]]]],[10,"get_all_draw_peds","","",98,[[["map",3]],[["vec",3],["drawpedestrianinput",3]]]],[10,"get_unzoomed_agents","","",98,[[["map",3]],[["vec",3],["unzoomedagent",3]]]],[0,"router","sim","",null,null],[3,"Router","sim::router","",null,null],[12,"path","","",99,null],[12,"goal","","",99,null],[12,"owner","","",99,null],[4,"ActionAtEnd","","",null,null],[13,"VanishAtBorder","","",100,null],[13,"StartParking","","",100,null],[13,"GotoLaneEnd","","",100,null],[13,"StopBiking","","",100,null],[13,"BusAtStop","","",100,null],[13,"GiveUpOnParking","","",100,null],[4,"Goal","","",null,null],[13,"ParkNearBuilding","","",101,null],[12,"target","sim::router::Goal","",102,null],[12,"spot","","",102,null],[12,"stuck_end_dist","","",102,null],[12,"started_looking","","",102,null],[13,"EndAtBorder","sim::router","",101,null],[12,"end_dist","sim::router::Goal","",103,null],[12,"i","","",103,null],[13,"BikeThenStop","sim::router","",101,null],[12,"goal","sim::router::Goal","",104,null],[13,"FollowBusRoute","sim::router","",101,null],[12,"end_dist","sim::router::Goal","",105,null],[11,"end_at_border","sim::router","",99,[[["path",3],["distance",3],["intersectionid",3],["carid",3]],["router",3]]],[11,"vanish_bus","","",99,[[["laneid",3],["map",3],["carid",3]],["router",3]]],[11,"park_near","","",99,[[["path",3],["buildingid",3],["carid",3]],["router",3]]],[11,"bike_then_stop","","",99,[[["path",3],["sidewalkspot",3],["carid",3]],["router",3]]],[11,"follow_bus_route","","",99,[[["path",3],["distance",3],["carid",3]],["router",3]]],[11,"head","","",99,[[],["traversable",4]]],[11,"next","","",99,[[],["traversable",4]]],[11,"maybe_next","","",99,[[],[["option",4],["traversable",4]]]],[11,"last_step","","",99,[[]]],[11,"get_end_dist","","",99,[[],["distance",3]]],[11,"get_path","","",99,[[],["path",3]]],[11,"advance","","",99,[[["vehicle",3],["vec",3],["map",3],["option",4],["parkingsimstate",4]],["traversable",4]]],[11,"maybe_handle_end","","",99,[[["distance",3],["vehicle",3],["vec",3],["map",3],["option",4],["parkingsimstate",4]],[["actionatend",4],["option",4]]]],[11,"opportunistically_lanechange","","",99,[[["btreemap",3],["map",3]]]],[11,"replace_path_for_serialization","","",99,[[["path",3]],["path",3]]],[11,"is_parking","","",99,[[]]],[11,"get_parking_spot_goal","","",99,[[],[["parkingspot",4],["option",4]]]],[0,"scheduler","sim","",null,null],[3,"Item","sim::scheduler","",null,null],[12,"time","","",106,null],[12,"cmd_type","","",106,null],[3,"Scheduler","","",null,null],[12,"items","","",107,null],[12,"queued_commands","","",107,null],[12,"latest_time","","",107,null],[12,"last_time","","",107,null],[12,"delta_times","","",107,null],[4,"Command","","",null,null],[13,"SpawnCar","","",108,null],[13,"SpawnPed","","",108,null],[13,"StartTrip","","",108,null],[13,"UpdateCar","","",108,null],[13,"UpdateLaggyHead","","",108,null],[13,"UpdatePed","","",108,null],[13,"UpdateIntersection","","",108,null],[13,"Callback","","",108,null],[13,"Pandemic","","",108,null],[13,"FinishRemoteTrip","","",108,null],[13,"StartBus","","",108,null],[4,"CommandType","","",null,null],[13,"StartTrip","","",109,null],[13,"Car","","",109,null],[13,"CarLaggyHead","","",109,null],[13,"Ped","","",109,null],[13,"Intersection","","",109,null],[13,"Callback","","",109,null],[13,"Pandemic","","",109,null],[13,"FinishRemoteTrip","","",109,null],[13,"StartBus","","",109,null],[11,"update_agent","","",108,[[["agentid",4]],["command",4]]],[11,"to_type","","",108,[[],["commandtype",4]]],[11,"new","","",107,[[],["scheduler",3]]],[11,"push","","",107,[[["command",4],["time",3]]]],[11,"update","","",107,[[["command",4],["time",3]]]],[11,"cancel","","",107,[[["command",4]]]],[11,"must_cancel_by_type","","",107,[[["commandtype",4]]]],[11,"peek_next_time","","",107,[[],[["option",4],["time",3]]]],[11,"get_last_time","","",107,[[],["time",3]]],[11,"get_next","","",107,[[],[["command",4],["option",4]]]],[11,"describe_stats","","",107,[[],["string",3]]],[11,"get_requests_for_savestate","","",107,[[],[["pathrequest",3],["vec",3]]]],[11,"before_savestate","","",107,[[],[["path",3],["vec",3]]]],[11,"after_savestate","","",107,[[["path",3],["vec",3]]]],[0,"sim","sim","",null,null],[3,"Sim","sim::sim","",null,null],[12,"driving","","",14,null],[12,"parking","","",14,null],[12,"walking","","",14,null],[12,"intersections","","",14,null],[12,"transit","","",14,null],[12,"cap","","",14,null],[12,"trips","","",14,null],[12,"pandemic","","",14,null],[12,"scheduler","","",14,null],[12,"time","","",14,null],[12,"map_name","","",14,null],[12,"edits_name","","",14,null],[12,"run_name","","",14,null],[12,"step_count","","",14,null],[12,"analytics","","",14,null],[12,"alerts","","",14,null],[3,"Ctx","","",null,null],[12,"parking","","",110,null],[12,"intersections","","",110,null],[12,"cap","","",110,null],[12,"scheduler","","",110,null],[12,"map","","",110,null],[3,"SimOptions","","",null,null],[12,"run_name","","",15,null],[12,"use_freeform_policy_everywhere","","",15,null],[12,"dont_block_the_box","","",15,null],[12,"recalc_lanechanging","","",15,null],[12,"break_turn_conflict_cycles","","",15,null],[12,"handle_uber_turns","","",15,null],[12,"enable_pandemic_model","","",15,null],[12,"alerts","","",15,null],[12,"pathfinding_upfront","","",15,null],[12,"infinite_parking","","",15,null],[4,"AlertHandler","","",null,null],[13,"Print","","",54,null],[13,"Block","","",54,null],[13,"Silence","","",54,null],[0,"queries","","",null,null],[3,"AgentProperties","sim::sim::queries","",null,null],[12,"total_time","","",13,null],[12,"waiting_here","","",13,null],[12,"total_waiting","","",13,null],[12,"dist_crossed","","",13,null],[12,"total_dist","","",13,null],[12,"lanes_crossed","","",13,null],[12,"total_lanes","","",13,null],[11,"time","sim","",14,[[],["time",3]]],[11,"is_done","","",14,[[]]],[11,"is_empty","","",14,[[]]],[11,"num_trips","","",14,[[]]],[11,"num_agents","","",14,[[],[["counter",3],["agenttype",4]]]],[11,"num_ppl","","",14,[[]]],[11,"debug_ped","","",14,[[["pedestrianid",3]]]],[11,"debug_car","","",14,[[["carid",3]]]],[11,"debug_intersection","","",14,[[["map",3],["intersectionid",3]]]],[11,"debug_lane","","",14,[[["laneid",3]]]],[11,"agent_properties","","",14,[[["agentid",4]],["agentproperties",3]]],[11,"num_transit_passengers","","",14,[[["carid",3]]]],[11,"bus_route_id","","",14,[[["carid",3]],[["busrouteid",3],["option",4]]]],[11,"active_agents","","",14,[[],[["agentid",4],["vec",3]]]],[11,"agent_to_trip","","",14,[[["agentid",4]],[["option",4],["tripid",3]]]],[11,"trip_to_agent","","",14,[[["tripid",3]],[["agentid",4],["tripresult",4]]]],[11,"trip_info","","",14,[[["tripid",3]],["tripinfo",3]]],[11,"all_trip_info","","",14,[[],["vec",3]]],[11,"finished_trip_time","","",14,[[["tripid",3]],["option",4]]],[11,"trip_to_person","","",14,[[["tripid",3]],["personid",3]]],[11,"agent_to_person","","",14,[[["agentid",4]],[["option",4],["personid",3]]]],[11,"get_owner_of_car","","",14,[[["carid",3]],[["option",4],["personid",3]]]],[11,"lookup_parked_car","","",14,[[["carid",3]],[["option",4],["parkedcar",3]]]],[11,"all_parked_car_positions","","",14,[[["map",3]],["vec",3]]],[11,"lookup_person","","",14,[[["personid",3]],[["person",3],["option",4]]]],[11,"get_person","","",14,[[["personid",3]],["person",3]]],[11,"find_person_by_orig_id","","",14,[[["origpersonid",3]],[["option",4],["personid",3]]]],[11,"get_all_people","","",14,[[],["vec",3]]],[11,"lookup_car_id","","",14,[[],[["carid",3],["option",4]]]],[11,"get_path","","",14,[[["agentid",4]],[["path",3],["option",4]]]],[11,"get_all_driving_paths","","",14,[[],[["vec",3],["path",3]]]],[11,"trace_route","","",14,[[["distance",3],["agentid",4],["map",3],["option",4]],[["option",4],["polyline",3]]]],[11,"get_canonical_pt_per_trip","","",14,[[["map",3],["tripid",3]],[["pt2d",3],["tripresult",4]]]],[11,"get_canonical_pt_per_person","","",14,[[["map",3],["personid",3]],[["option",4],["pt2d",3]]]],[11,"canonical_pt_for_agent","","",14,[[["agentid",4],["map",3]],[["option",4],["pt2d",3]]]],[11,"get_accepted_agents","","",14,[[["intersectionid",3]],["vec",3]]],[11,"get_waiting_agents","","",14,[[["intersectionid",3]],["vec",3]]],[11,"get_blocked_by","","",14,[[["agentid",4]],[["agentid",4],["hashset",3]]]],[11,"status_of_buses","","",14,[[["busrouteid",3],["map",3]],["vec",3]]],[11,"get_analytics","","",14,[[],["analytics",3]]],[11,"find_blockage_front","","",14,[[["map",3],["carid",3]],["string",3]]],[11,"delayed_intersections","","",14,[[["duration",3]],["vec",3]]],[11,"bldg_to_people","","",14,[[["buildingid",3]],[["vec",3],["personid",3]]]],[11,"get_pandemic_model","","",14,[[],[["pandemicmodel",3],["option",4]]]],[11,"get_end_of_day","","",14,[[],["time",3]]],[11,"current_stage_and_remaining_time","","",14,[[["intersectionid",3]]]],[11,"all_arrivals_at_border","","",14,[[["intersectionid",3]],["vec",3]]],[11,"target_lane_penalty","","",14,[[["lane",3]]]],[11,"get_people_waiting_at_stop","","",14,[[["busstopid",3]],["vec",3]]],[11,"generate_scenario","","",14,[[["string",3],["map",3]],["scenario",3]]],[11,"get_cap_counter","","",14,[[["laneid",3]]]],[11,"infinite_parking","","",14,[[]]],[11,"all_waiting_people","","",14,[[],[["personid",3],["duration",3],["btreemap",3]]]],[17,"BLIND_RETRY_TO_SPAWN","sim::sim","",null,null],[8,"SimCallback","","",null,null],[10,"run","","",111,[[["sim",3],["map",3]]]],[11,"from_args","sim","",15,[[["cmdargs",3]],["simoptions",3]]],[11,"new","","",15,[[],["simoptions",3]]],[11,"new","","",14,[[["timer",3],["map",3],["simoptions",3]],["sim",3]]],[11,"make_spawner","","",14,[[],["tripspawner",3]]],[11,"flush_spawner","","",14,[[["timer",3],["map",3],["tripspawner",3]]]],[11,"get_free_onstreet_spots","","",14,[[["laneid",3]],[["vec",3],["parkingspot",4]]]],[11,"get_free_offstreet_spots","","",14,[[["buildingid",3]],[["vec",3],["parkingspot",4]]]],[11,"get_free_lot_spots","","",14,[[["parkinglotid",3]],[["vec",3],["parkingspot",4]]]],[11,"get_all_parking_spots","","",14,[[]]],[11,"bldg_to_parked_cars","","",14,[[["buildingid",3]],[["vec",3],["carid",3]]]],[11,"walking_path_to_nearest_parking_spot","","",14,[[["map",3],["buildingid",3]],["option",4]]],[11,"new_person","","",14,[[["speed",3],["vec",3],["personid",3],["origpersonid",3],["option",4],["vehiclespec",3]]]],[11,"random_person","","",14,[[["speed",3],["vec",3],["vehiclespec",3]],["person",3]]],[11,"seed_parked_car","","",14,[[["parkingspot",4],["vehicle",3]]]],[11,"seed_bus_route","","",14,[[["busroute",3]]]],[11,"start_bus","","",14,[[["map",3],["busroute",3]]]],[11,"set_name","","",14,[[["string",3]]]],[11,"minimal_step","","",14,[[["map",3],["option",4],["duration",3]]]],[11,"do_step","","",14,[[["command",4],["option",4],["time",3],["map",3]]]],[11,"dispatch_events","","",14,[[["event",4],["map",3],["vec",3]]]],[11,"timed_step","","",14,[[["option",4],["timer",3],["map",3],["duration",3]]]],[11,"tiny_step","","",14,[[["map",3],["option",4]]]],[11,"time_limited_step","","",14,[[["map",3],["option",4],["duration",3]]]],[11,"dump_before_abort","","",14,[[]]],[11,"run_until_done","","",14,[[["duration",3],["option",4],["map",3],["fn",8]]]],[11,"save_dir","","",14,[[],["string",3]]],[11,"save_path","","",14,[[["time",3]],["string",3]]],[11,"save","","",14,[[],["string",3]]],[11,"find_previous_savestate","","",14,[[["time",3]],[["string",3],["option",4]]]],[11,"find_next_savestate","","",14,[[["time",3]],[["string",3],["option",4]]]],[11,"load_savestate","","",14,[[["string",3],["map",3],["timer",3]],[["error",3],["result",4],["sim",3]]]],[11,"restore_paths","","",14,[[["map",3],["timer",3]]]],[11,"handle_live_edited_traffic_signals","","",14,[[["map",3]]]],[11,"handle_live_edits","","",14,[[["map",3]]]],[11,"find_trips_affected_by_live_edits","","",14,[[["map",3]],["vec",3]]],[11,"delete_car","","",14,[[["map",3],["carid",3]]]],[11,"clear_alerts","","",14,[[],["vec",3]]],[11,"is","sim::sim","Returns true if the trait object wraps an object of type…",111,[[]]],[11,"downcast","","Returns a boxed object from a boxed trait object if the…",111,[[["box",3]],[["result",4],["box",3],["box",3]]]],[11,"downcast_rc","","Returns an `Rc`-ed object from an `Rc`-ed trait object if…",111,[[["rc",3]],[["rc",3],["rc",3],["result",4]]]],[11,"downcast_ref","","Returns a reference to the object within the trait object…",111,[[],["option",4]]],[11,"downcast_mut","","Returns a mutable reference to the object within the trait…",111,[[],["option",4]]],[11,"set_periodic_callback","sim","",14,[[["duration",3]]]],[11,"unset_periodic_callback","","",14,[[]]],[0,"transit","","",null,null],[3,"Stop","sim::transit","",null,null],[12,"id","","",112,null],[12,"driving_pos","","",112,null],[12,"next_stop","","",112,null],[3,"Route","","",null,null],[12,"stops","","",113,null],[12,"start","","",113,null],[12,"end_at_border","","",113,null],[12,"active_vehicles","","",113,null],[3,"Bus","","",null,null],[12,"car","","",114,null],[12,"route","","",114,null],[12,"passengers","","",114,null],[12,"state","","",114,null],[3,"TransitSimState","","",null,null],[12,"buses","","",115,null],[12,"routes","","",115,null],[12,"peds_waiting","","",115,null],[12,"events","","",115,null],[4,"BusState","","",null,null],[13,"DrivingToStop","","",116,null],[13,"AtStop","","",116,null],[13,"DrivingOffMap","","",116,null],[13,"Done","","",116,null],[6,"StopIdx","","",null,null],[11,"new","","",115,[[["map",3]],["transitsimstate",3]]],[11,"create_empty_route","","",115,[[["map",3],["busroute",3]]]],[11,"bus_created","","",115,[[["busrouteid",3],["carid",3]]]],[11,"bus_arrived_at_stop","","",115,[[["tripmanager",3],["ctx",3],["time",3],["walkingsimstate",3],["carid",3]]]],[11,"bus_departed_from_stop","","",115,[[["map",3],["carid",3]],["router",3]]],[11,"ped_waiting_for_bus","","",115,[[["option",4],["pedestrianid",3],["personid",3],["busrouteid",3],["busstopid",3],["time",3],["map",3],["tripid",3]],[["carid",3],["option",4]]]],[11,"collect_events","","",115,[[],[["event",4],["vec",3]]]],[11,"get_passengers","","",115,[[["carid",3]],["vec",3]]],[11,"bus_route","","",115,[[["carid",3]],["busrouteid",3]]],[11,"buses_for_route","","",115,[[["busrouteid",3]],["vec",3]]],[11,"active_vehicles","","",115,[[]]],[11,"get_people_waiting_at_stop","","",115,[[["busstopid",3]],["vec",3]]],[0,"trips","sim","",null,null],[3,"TripManager","sim::trips","",null,null],[12,"trips","","",117,null],[12,"people","","",117,null],[12,"active_trip_mode","","",117,null],[12,"unfinished_trips","","",117,null],[12,"pathfinding_upfront","","",117,null],[12,"car_id_counter","","",117,null],[12,"events","","",117,null],[3,"Trip","","",null,null],[12,"id","","",118,null],[12,"info","","",118,null],[12,"started","","",118,null],[12,"finished_at","","",118,null],[12,"total_blocked_time","","",118,null],[12,"legs","","",118,null],[12,"person","","",118,null],[3,"TripInfo","","",null,null],[12,"departure","","",17,null],[12,"mode","","",17,null],[12,"start","","",17,null],[12,"end","","",17,null],[12,"purpose","","",17,null],[12,"modified","","",17,null],[12,"capped","","",17,null],[12,"cancellation_reason","","",17,null],[3,"Person","","",null,null],[12,"id","","",16,null],[12,"orig_id","","",16,null],[12,"trips","","",16,null],[12,"state","","",16,null],[12,"ped","","",16,null],[12,"ped_speed","","",16,null],[12,"vehicles","","",16,null],[12,"delayed_trips","","",16,null],[12,"on_bus","","",16,null],[4,"TripLeg","","",null,null],[13,"Walk","","",119,null],[13,"Drive","","",119,null],[13,"RideBus","","",119,null],[13,"Remote","","",119,null],[4,"TripMode","","",null,null],[13,"Walk","","",58,null],[13,"Bike","","",58,null],[13,"Transit","","",58,null],[13,"Drive","","",58,null],[4,"TripEndpoint","","",null,null],[13,"Bldg","","",57,null],[13,"Border","","",57,null],[4,"TripResult","","",null,null],[13,"Ok","","",56,null],[13,"ModeChange","","",56,null],[13,"TripDone","","",56,null],[13,"TripDoesntExist","","",56,null],[13,"TripNotStarted","","",56,null],[13,"TripCancelled","","",56,null],[13,"RemoteTrip","","",56,null],[4,"PersonState","","",null,null],[13,"Trip","","",55,null],[13,"Inside","","",55,null],[13,"OffMap","","",55,null],[5,"pos","","",null,[[["tripendpoint",4],["tripmode",4],["map",3]],[["position",3],["option",4]]]],[11,"new","","",117,[[],["tripmanager",3]]],[11,"new_person","","",117,[[["speed",3],["vec",3],["personid",3],["origpersonid",3],["option",4],["vehiclespec",3]]]],[11,"random_person","","",117,[[["speed",3],["vec",3],["vehiclespec",3]],["person",3]]],[11,"new_car_id","","",117,[[]]],[11,"new_trip","","",117,[[["personid",3],["tripmode",4],["trippurpose",4],["vec",3],["time",3],["tripendpoint",4],["map",3],["tripleg",4]],["tripid",3]]],[11,"agent_starting_trip_leg","","",117,[[["agentid",4],["tripid",3]]]],[11,"car_reached_parking_spot","","",117,[[["duration",3],["ctx",3],["time",3],["parkingspot",4],["carid",3]]]],[11,"ped_reached_parking_spot","","",117,[[["ctx",3],["pedestrianid",3],["parkingspot",4],["time",3],["duration",3]]]],[11,"ped_ready_to_bike","","",117,[[["sidewalkspot",3],["ctx",3],["pedestrianid",3],["time",3],["duration",3]]]],[11,"bike_reached_end","","",117,[[["sidewalkspot",3],["duration",3],["scheduler",3],["time",3],["map",3],["carid",3]]]],[11,"ped_reached_building","","",117,[[["ctx",3],["buildingid",3],["pedestrianid",3],["time",3],["duration",3]]]],[11,"ped_reached_bus_stop","","",117,[[["ctx",3],["transitsimstate",3],["pedestrianid",3],["busstopid",3],["time",3],["duration",3]],[["busrouteid",3],["option",4]]]],[11,"ped_boarded_bus","","",117,[[["duration",3],["pedestrianid",3],["time",3],["walkingsimstate",3],["carid",3]]]],[11,"person_left_bus","","",117,[[["ctx",3],["personid",3],["time",3],["carid",3]]]],[11,"ped_reached_border","","",117,[[["duration",3],["ctx",3],["pedestrianid",3],["time",3],["intersectionid",3]]]],[11,"transit_rider_reached_border","","",117,[[["ctx",3],["personid",3],["time",3],["carid",3]]]],[11,"car_or_bike_reached_border","","",117,[[["intersectionid",3],["duration",3],["ctx",3],["time",3],["carid",3]]]],[11,"remote_trip_finished","","",117,[[["ctx",3],["tripid",3],["time",3]]]],[11,"cancel_unstarted_trip","","",117,[[["string",3],["tripid",3]]]],[11,"cancel_trip","","",117,[[["string",3],["vehicle",3],["ctx",3],["time",3],["tripid",3],["option",4]]]],[11,"active_agents","","",117,[[],[["agentid",4],["vec",3]]]],[11,"get_active_trips","","",117,[[],[["vec",3],["tripid",3]]]],[11,"active_agents_and_trips","","",117,[[],["btreemap",3]]],[11,"num_active_agents","","",117,[[]]],[11,"trip_to_agent","","",117,[[["tripid",3]],[["agentid",4],["tripresult",4]]]],[11,"agent_to_trip","","",117,[[["agentid",4]],[["option",4],["tripid",3]]]],[11,"debug_trip","","",117,[[["agentid",4]]]],[11,"num_trips","","",117,[[]]],[11,"num_agents","","",117,[[["transitsimstate",3]],[["counter",3],["agenttype",4]]]],[11,"num_ppl","","",117,[[]]],[11,"is_done","","",117,[[]]],[11,"collect_events","","",117,[[],[["event",4],["vec",3]]]],[11,"trip_info","","",117,[[["tripid",3]],["tripinfo",3]]],[11,"all_trip_info","","",117,[[],["vec",3]]],[11,"finished_trip_time","","",117,[[["tripid",3]],["option",4]]],[11,"bldg_to_people","","",117,[[["buildingid",3]],[["vec",3],["personid",3]]]],[11,"get_person","","",117,[[["personid",3]],[["person",3],["option",4]]]],[11,"get_all_people","","",117,[[],["vec",3]]],[11,"trip_to_person","","",117,[[["tripid",3]],["personid",3]]],[11,"person_finished_trip","","",117,[[["personid",3],["ctx",3],["time",3]]]],[11,"start_trip","","",117,[[["pathrequest",3],["option",4],["ctx",3],["option",4],["path",3],["time",3],["tripspec",4],["tripid",3]]]],[11,"all_arrivals_at_border","","",117,[[["intersectionid",3]],["vec",3]]],[11,"generate_scenario","","",117,[[["string",3],["map",3]],["scenario",3]]],[11,"spawn_ped","","",118,[[["sidewalkspot",3],["person",3],["scheduler",3],["time",3],["vec",3],["map",3]]]],[11,"assert_walking_leg","","",118,[[["sidewalkspot",3]]]],[11,"all","sim","",58,[[],[["vec",3],["tripmode",4]]]],[11,"verb","","",58,[[]]],[11,"ongoing_verb","","",58,[[]]],[11,"noun","","",58,[[]]],[11,"to_constraints","","",58,[[],["pathconstraints",4]]],[11,"from_constraints","","",58,[[["pathconstraints",4]],["tripmode",4]]],[11,"path_req","","",57,[[["tripendpoint",4],["tripmode",4],["map",3]],[["pathrequest",3],["option",4]]]],[11,"ok","","",56,[[],["option",4]]],[11,"propagate_error","","",56,[[],["tripresult",4]]],[11,"get_vehicle","","",16,[[["carid",3]],["vehicle",3]]],[11,"start_sidewalk_spot","","",57,[[["map",3]],[["sidewalkspot",3],["option",4]]]],[11,"end_sidewalk_spot","","",57,[[["map",3]],[["sidewalkspot",3],["option",4]]]],[11,"driving_goal","","",57,[[["pathconstraints",4],["map",3]],[["option",4],["drivinggoal",4]]]],[17,"BIKE_LENGTH","","",null,null],[17,"MIN_CAR_LENGTH","","",null,null],[17,"MAX_CAR_LENGTH","","",null,null],[17,"BUS_LENGTH","","",null,null],[17,"LIGHT_RAIL_LENGTH","","",null,null],[17,"FOLLOWING_DISTANCE","","",null,null],[17,"SPAWN_DIST","","",null,null],[8,"SimCallback","","",null,null],[10,"run","","",111,[[["sim",3],["map",3]]]],[8,"GetDrawAgents","","",null,null],[10,"time","","",98,[[],["time",3]]],[10,"step_count","","",98,[[]]],[10,"get_draw_car","","",98,[[["map",3],["carid",3]],[["option",4],["drawcarinput",3]]]],[10,"get_draw_ped","","",98,[[["map",3],["pedestrianid",3]],[["drawpedestrianinput",3],["option",4]]]],[10,"get_draw_cars","","",98,[[["map",3],["traversable",4]],[["vec",3],["drawcarinput",3]]]],[10,"get_draw_peds","","",98,[[["map",3],["traversable",4]]]],[10,"get_all_draw_cars","","",98,[[["map",3]],[["vec",3],["drawcarinput",3]]]],[10,"get_all_draw_peds","","",98,[[["map",3]],[["vec",3],["drawpedestrianinput",3]]]],[10,"get_unzoomed_agents","","",98,[[["map",3]],[["vec",3],["unzoomedagent",3]]]],[11,"as_car","","",61,[[],["carid",3]]],[11,"to_type","","",61,[[],["agenttype",4]]],[11,"all","","",62,[[],[["agenttype",4],["vec",3]]]],[11,"noun","","",62,[[]]],[11,"plural_noun","","",62,[[]]],[11,"ongoing_verb","","",62,[[]]],[11,"to_constraints","","",63,[[],["pathconstraints",4]]],[11,"is_transit","","",63,[[]]],[11,"make","","",28,[[["personid",3],["option",4],["carid",3]],["vehicle",3]]],[11,"end_at_border","","",65,[[["offmaplocation",3],["pathconstraints",4],["directedroadid",3],["option",4],["map",3]],[["option",4],["drivinggoal",4]]]],[11,"goal_pos","","",65,[[["pathconstraints",4],["map",3]],[["position",3],["option",4]]]],[11,"make_router","","",65,[[["path",3],["map",3],["carid",3]],["router",3]]],[11,"pt","","",65,[[["map",3]],["pt2d",3]]],[11,"deferred_parking_spot","","",30,[[],["sidewalkspot",3]]],[11,"parking_spot","","",30,[[["parkingspot",4],["map",3],["parkingsimstate",4]],["sidewalkspot",3]]],[11,"building","","",30,[[["buildingid",3],["map",3]],["sidewalkspot",3]]],[11,"bike_rack","","",30,[[["buildingid",3],["map",3]],[["sidewalkspot",3],["option",4]]]],[11,"bus_stop","","",30,[[["map",3],["busstopid",3]],["sidewalkspot",3]]],[11,"start_at_border","","",30,[[["offmaplocation",3],["option",4],["map",3],["intersectionid",3]],[["sidewalkspot",3],["option",4]]]],[11,"end_at_border","","",30,[[["offmaplocation",3],["option",4],["map",3],["intersectionid",3]],[["sidewalkspot",3],["option",4]]]],[11,"suddenly_appear","","",30,[[["distance",3],["map",3],["laneid",3]],["sidewalkspot",3]]],[11,"new","","",31,[[["time",3]],["timeinterval",3]]],[11,"percent","","",31,[[["time",3]]]],[11,"percent_clamp_end","","",31,[[["time",3]]]],[11,"new_driving","","",32,[[["distance",3]],["distanceinterval",3]]],[11,"new_walking","","",32,[[["distance",3]],["distanceinterval",3]]],[11,"lerp","","",32,[[],["distance",3]]],[11,"length","","",32,[[],["distance",3]]],[11,"for_appearing","","",34,[[["vehicle",3],["personid",3],["position",3],["router",3],["pathrequest",3],["tripid",3]],["createcar",3]]],[11,"for_parked_car","","",34,[[["distance",3],["tripid",3],["personid",3],["parkedcar",3],["router",3],["pathrequest",3]],["createcar",3]]],[11,"from","","",0,[[]]],[11,"into","","",0,[[]]],[11,"to_owned","","",0,[[]]],[11,"clone_into","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"vzip","","",0,[[]]],[11,"into_any","","",0,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",0,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",0,[[],["any",8]]],[11,"as_any_mut","","",0,[[],["any",8]]],[11,"into_any_arc","","",0,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",1,[[]]],[11,"into","","",1,[[]]],[11,"try_from","","",1,[[],["result",4]]],[11,"try_into","","",1,[[],["result",4]]],[11,"borrow","","",1,[[]]],[11,"borrow_mut","","",1,[[]]],[11,"type_id","","",1,[[],["typeid",3]]],[11,"vzip","","",1,[[]]],[11,"into_any","","",1,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",1,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",1,[[],["any",8]]],[11,"as_any_mut","","",1,[[],["any",8]]],[11,"into_any_arc","","",1,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",2,[[]]],[11,"into","","",2,[[]]],[11,"to_owned","","",2,[[]]],[11,"clone_into","","",2,[[]]],[11,"try_from","","",2,[[],["result",4]]],[11,"try_into","","",2,[[],["result",4]]],[11,"borrow","","",2,[[]]],[11,"borrow_mut","","",2,[[]]],[11,"type_id","","",2,[[],["typeid",3]]],[11,"vzip","","",2,[[]]],[11,"into_any","","",2,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",2,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",2,[[],["any",8]]],[11,"as_any_mut","","",2,[[],["any",8]]],[11,"into_any_arc","","",2,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",3,[[]]],[11,"into","","",3,[[]]],[11,"try_from","","",3,[[],["result",4]]],[11,"try_into","","",3,[[],["result",4]]],[11,"borrow","","",3,[[]]],[11,"borrow_mut","","",3,[[]]],[11,"type_id","","",3,[[],["typeid",3]]],[11,"vzip","","",3,[[]]],[11,"into_any","","",3,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",3,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",3,[[],["any",8]]],[11,"as_any_mut","","",3,[[],["any",8]]],[11,"into_any_arc","","",3,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",4,[[]]],[11,"into","","",4,[[]]],[11,"try_from","","",4,[[],["result",4]]],[11,"try_into","","",4,[[],["result",4]]],[11,"borrow","","",4,[[]]],[11,"borrow_mut","","",4,[[]]],[11,"type_id","","",4,[[],["typeid",3]]],[11,"vzip","","",4,[[]]],[11,"into_any","","",4,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",4,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",4,[[],["any",8]]],[11,"as_any_mut","","",4,[[],["any",8]]],[11,"into_any_arc","","",4,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",5,[[]]],[11,"into","","",5,[[]]],[11,"to_owned","","",5,[[]]],[11,"clone_into","","",5,[[]]],[11,"try_from","","",5,[[],["result",4]]],[11,"try_into","","",5,[[],["result",4]]],[11,"borrow","","",5,[[]]],[11,"borrow_mut","","",5,[[]]],[11,"type_id","","",5,[[],["typeid",3]]],[11,"vzip","","",5,[[]]],[11,"into_any","","",5,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",5,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",5,[[],["any",8]]],[11,"as_any_mut","","",5,[[],["any",8]]],[11,"into_any_arc","","",5,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",6,[[]]],[11,"into","","",6,[[]]],[11,"to_owned","","",6,[[]]],[11,"clone_into","","",6,[[]]],[11,"try_from","","",6,[[],["result",4]]],[11,"try_into","","",6,[[],["result",4]]],[11,"borrow","","",6,[[]]],[11,"borrow_mut","","",6,[[]]],[11,"type_id","","",6,[[],["typeid",3]]],[11,"equivalent","","",6,[[]]],[11,"vzip","","",6,[[]]],[11,"into_any","","",6,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",6,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",6,[[],["any",8]]],[11,"as_any_mut","","",6,[[],["any",8]]],[11,"into_any_arc","","",6,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",7,[[]]],[11,"into","","",7,[[]]],[11,"to_owned","","",7,[[]]],[11,"clone_into","","",7,[[]]],[11,"try_from","","",7,[[],["result",4]]],[11,"try_into","","",7,[[],["result",4]]],[11,"borrow","","",7,[[]]],[11,"borrow_mut","","",7,[[]]],[11,"type_id","","",7,[[],["typeid",3]]],[11,"vzip","","",7,[[]]],[11,"into_any","","",7,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",7,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",7,[[],["any",8]]],[11,"as_any_mut","","",7,[[],["any",8]]],[11,"into_any_arc","","",7,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",8,[[]]],[11,"into","","",8,[[]]],[11,"to_owned","","",8,[[]]],[11,"clone_into","","",8,[[]]],[11,"try_from","","",8,[[],["result",4]]],[11,"try_into","","",8,[[],["result",4]]],[11,"borrow","","",8,[[]]],[11,"borrow_mut","","",8,[[]]],[11,"type_id","","",8,[[],["typeid",3]]],[11,"vzip","","",8,[[]]],[11,"into_any","","",8,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",8,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",8,[[],["any",8]]],[11,"as_any_mut","","",8,[[],["any",8]]],[11,"into_any_arc","","",8,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",9,[[]]],[11,"into","","",9,[[]]],[11,"to_owned","","",9,[[]]],[11,"clone_into","","",9,[[]]],[11,"try_from","","",9,[[],["result",4]]],[11,"try_into","","",9,[[],["result",4]]],[11,"borrow","","",9,[[]]],[11,"borrow_mut","","",9,[[]]],[11,"type_id","","",9,[[],["typeid",3]]],[11,"vzip","","",9,[[]]],[11,"into_any","","",9,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",9,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",9,[[],["any",8]]],[11,"as_any_mut","","",9,[[],["any",8]]],[11,"into_any_arc","","",9,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",10,[[]]],[11,"into","","",10,[[]]],[11,"to_owned","","",10,[[]]],[11,"clone_into","","",10,[[]]],[11,"try_from","","",10,[[],["result",4]]],[11,"try_into","","",10,[[],["result",4]]],[11,"borrow","","",10,[[]]],[11,"borrow_mut","","",10,[[]]],[11,"type_id","","",10,[[],["typeid",3]]],[11,"vzip","","",10,[[]]],[11,"into_any","","",10,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",10,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",10,[[],["any",8]]],[11,"as_any_mut","","",10,[[],["any",8]]],[11,"into_any_arc","","",10,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",11,[[]]],[11,"into","","",11,[[]]],[11,"to_owned","","",11,[[]]],[11,"clone_into","","",11,[[]]],[11,"try_from","","",11,[[],["result",4]]],[11,"try_into","","",11,[[],["result",4]]],[11,"borrow","","",11,[[]]],[11,"borrow_mut","","",11,[[]]],[11,"type_id","","",11,[[],["typeid",3]]],[11,"vzip","","",11,[[]]],[11,"into_any","","",11,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",11,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",11,[[],["any",8]]],[11,"as_any_mut","","",11,[[],["any",8]]],[11,"into_any_arc","","",11,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",12,[[]]],[11,"into","","",12,[[]]],[11,"try_from","","",12,[[],["result",4]]],[11,"try_into","","",12,[[],["result",4]]],[11,"borrow","","",12,[[]]],[11,"borrow_mut","","",12,[[]]],[11,"type_id","","",12,[[],["typeid",3]]],[11,"vzip","","",12,[[]]],[11,"into_any","","",12,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",12,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",12,[[],["any",8]]],[11,"as_any_mut","","",12,[[],["any",8]]],[11,"into_any_arc","","",12,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",13,[[]]],[11,"into","","",13,[[]]],[11,"try_from","","",13,[[],["result",4]]],[11,"try_into","","",13,[[],["result",4]]],[11,"borrow","","",13,[[]]],[11,"borrow_mut","","",13,[[]]],[11,"type_id","","",13,[[],["typeid",3]]],[11,"vzip","","",13,[[]]],[11,"into_any","","",13,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",13,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",13,[[],["any",8]]],[11,"as_any_mut","","",13,[[],["any",8]]],[11,"into_any_arc","","",13,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",14,[[]]],[11,"into","","",14,[[]]],[11,"to_owned","","",14,[[]]],[11,"clone_into","","",14,[[]]],[11,"try_from","","",14,[[],["result",4]]],[11,"try_into","","",14,[[],["result",4]]],[11,"borrow","","",14,[[]]],[11,"borrow_mut","","",14,[[]]],[11,"type_id","","",14,[[],["typeid",3]]],[11,"vzip","","",14,[[]]],[11,"into_any","","",14,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",14,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",14,[[],["any",8]]],[11,"as_any_mut","","",14,[[],["any",8]]],[11,"into_any_arc","","",14,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",15,[[]]],[11,"into","","",15,[[]]],[11,"to_owned","","",15,[[]]],[11,"clone_into","","",15,[[]]],[11,"try_from","","",15,[[],["result",4]]],[11,"try_into","","",15,[[],["result",4]]],[11,"borrow","","",15,[[]]],[11,"borrow_mut","","",15,[[]]],[11,"type_id","","",15,[[],["typeid",3]]],[11,"vzip","","",15,[[]]],[11,"into_any","","",15,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",15,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",15,[[],["any",8]]],[11,"as_any_mut","","",15,[[],["any",8]]],[11,"into_any_arc","","",15,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",16,[[]]],[11,"into","","",16,[[]]],[11,"to_owned","","",16,[[]]],[11,"clone_into","","",16,[[]]],[11,"try_from","","",16,[[],["result",4]]],[11,"try_into","","",16,[[],["result",4]]],[11,"borrow","","",16,[[]]],[11,"borrow_mut","","",16,[[]]],[11,"type_id","","",16,[[],["typeid",3]]],[11,"vzip","","",16,[[]]],[11,"into_any","","",16,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",16,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",16,[[],["any",8]]],[11,"as_any_mut","","",16,[[],["any",8]]],[11,"into_any_arc","","",16,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",17,[[]]],[11,"into","","",17,[[]]],[11,"to_owned","","",17,[[]]],[11,"clone_into","","",17,[[]]],[11,"try_from","","",17,[[],["result",4]]],[11,"try_into","","",17,[[],["result",4]]],[11,"borrow","","",17,[[]]],[11,"borrow_mut","","",17,[[]]],[11,"type_id","","",17,[[],["typeid",3]]],[11,"vzip","","",17,[[]]],[11,"into_any","","",17,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",17,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",17,[[],["any",8]]],[11,"as_any_mut","","",17,[[],["any",8]]],[11,"into_any_arc","","",17,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",120,[[]]],[11,"into","","",120,[[]]],[11,"try_from","","",120,[[],["result",4]]],[11,"try_into","","",120,[[],["result",4]]],[11,"borrow","","",120,[[]]],[11,"borrow_mut","","",120,[[]]],[11,"type_id","","",120,[[],["typeid",3]]],[11,"vzip","","",120,[[]]],[11,"into_any","","",120,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",120,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",120,[[],["any",8]]],[11,"as_any_mut","","",120,[[],["any",8]]],[11,"into_any_arc","","",120,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",18,[[]]],[11,"into","","",18,[[]]],[11,"to_owned","","",18,[[]]],[11,"clone_into","","",18,[[]]],[11,"try_from","","",18,[[],["result",4]]],[11,"try_into","","",18,[[],["result",4]]],[11,"borrow","","",18,[[]]],[11,"borrow_mut","","",18,[[]]],[11,"type_id","","",18,[[],["typeid",3]]],[11,"vzip","","",18,[[]]],[11,"into_any","","",18,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",18,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",18,[[],["any",8]]],[11,"as_any_mut","","",18,[[],["any",8]]],[11,"into_any_arc","","",18,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",19,[[]]],[11,"into","","",19,[[]]],[11,"try_from","","",19,[[],["result",4]]],[11,"try_into","","",19,[[],["result",4]]],[11,"borrow","","",19,[[]]],[11,"borrow_mut","","",19,[[]]],[11,"type_id","","",19,[[],["typeid",3]]],[11,"vzip","","",19,[[]]],[11,"into_any","","",19,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",19,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",19,[[],["any",8]]],[11,"as_any_mut","","",19,[[],["any",8]]],[11,"into_any_arc","","",19,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",20,[[]]],[11,"into","","",20,[[]]],[11,"to_owned","","",20,[[]]],[11,"clone_into","","",20,[[]]],[11,"try_from","","",20,[[],["result",4]]],[11,"try_into","","",20,[[],["result",4]]],[11,"borrow","","",20,[[]]],[11,"borrow_mut","","",20,[[]]],[11,"type_id","","",20,[[],["typeid",3]]],[11,"vzip","","",20,[[]]],[11,"into_any","","",20,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",20,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",20,[[],["any",8]]],[11,"as_any_mut","","",20,[[],["any",8]]],[11,"into_any_arc","","",20,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",21,[[]]],[11,"into","","",21,[[]]],[11,"try_from","","",21,[[],["result",4]]],[11,"try_into","","",21,[[],["result",4]]],[11,"borrow","","",21,[[]]],[11,"borrow_mut","","",21,[[]]],[11,"type_id","","",21,[[],["typeid",3]]],[11,"vzip","","",21,[[]]],[11,"into_any","","",21,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",21,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",21,[[],["any",8]]],[11,"as_any_mut","","",21,[[],["any",8]]],[11,"into_any_arc","","",21,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",22,[[]]],[11,"into","","",22,[[]]],[11,"to_owned","","",22,[[]]],[11,"clone_into","","",22,[[]]],[11,"to_string","","",22,[[],["string",3]]],[11,"try_from","","",22,[[],["result",4]]],[11,"try_into","","",22,[[],["result",4]]],[11,"borrow","","",22,[[]]],[11,"borrow_mut","","",22,[[]]],[11,"type_id","","",22,[[],["typeid",3]]],[11,"equivalent","","",22,[[]]],[11,"vzip","","",22,[[]]],[11,"into_any","","",22,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",22,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",22,[[],["any",8]]],[11,"as_any_mut","","",22,[[],["any",8]]],[11,"into_any_arc","","",22,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",23,[[]]],[11,"into","","",23,[[]]],[11,"to_owned","","",23,[[]]],[11,"clone_into","","",23,[[]]],[11,"to_string","","",23,[[],["string",3]]],[11,"try_from","","",23,[[],["result",4]]],[11,"try_into","","",23,[[],["result",4]]],[11,"borrow","","",23,[[]]],[11,"borrow_mut","","",23,[[]]],[11,"type_id","","",23,[[],["typeid",3]]],[11,"equivalent","","",23,[[]]],[11,"vzip","","",23,[[]]],[11,"into_any","","",23,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",23,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",23,[[],["any",8]]],[11,"as_any_mut","","",23,[[],["any",8]]],[11,"into_any_arc","","",23,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",24,[[]]],[11,"into","","",24,[[]]],[11,"to_owned","","",24,[[]]],[11,"clone_into","","",24,[[]]],[11,"to_string","","",24,[[],["string",3]]],[11,"try_from","","",24,[[],["result",4]]],[11,"try_into","","",24,[[],["result",4]]],[11,"borrow","","",24,[[]]],[11,"borrow_mut","","",24,[[]]],[11,"type_id","","",24,[[],["typeid",3]]],[11,"equivalent","","",24,[[]]],[11,"vzip","","",24,[[]]],[11,"into_any","","",24,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",24,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",24,[[],["any",8]]],[11,"as_any_mut","","",24,[[],["any",8]]],[11,"into_any_arc","","",24,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",25,[[]]],[11,"into","","",25,[[]]],[11,"to_owned","","",25,[[]]],[11,"clone_into","","",25,[[]]],[11,"to_string","","",25,[[],["string",3]]],[11,"try_from","","",25,[[],["result",4]]],[11,"try_into","","",25,[[],["result",4]]],[11,"borrow","","",25,[[]]],[11,"borrow_mut","","",25,[[]]],[11,"type_id","","",25,[[],["typeid",3]]],[11,"equivalent","","",25,[[]]],[11,"vzip","","",25,[[]]],[11,"into_any","","",25,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",25,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",25,[[],["any",8]]],[11,"as_any_mut","","",25,[[],["any",8]]],[11,"into_any_arc","","",25,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",26,[[]]],[11,"into","","",26,[[]]],[11,"to_owned","","",26,[[]]],[11,"clone_into","","",26,[[]]],[11,"try_from","","",26,[[],["result",4]]],[11,"try_into","","",26,[[],["result",4]]],[11,"borrow","","",26,[[]]],[11,"borrow_mut","","",26,[[]]],[11,"type_id","","",26,[[],["typeid",3]]],[11,"equivalent","","",26,[[]]],[11,"vzip","","",26,[[]]],[11,"into_any","","",26,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",26,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",26,[[],["any",8]]],[11,"as_any_mut","","",26,[[],["any",8]]],[11,"into_any_arc","","",26,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",27,[[]]],[11,"into","","",27,[[]]],[11,"to_owned","","",27,[[]]],[11,"clone_into","","",27,[[]]],[11,"try_from","","",27,[[],["result",4]]],[11,"try_into","","",27,[[],["result",4]]],[11,"borrow","","",27,[[]]],[11,"borrow_mut","","",27,[[]]],[11,"type_id","","",27,[[],["typeid",3]]],[11,"vzip","","",27,[[]]],[11,"into_any","","",27,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",27,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",27,[[],["any",8]]],[11,"as_any_mut","","",27,[[],["any",8]]],[11,"into_any_arc","","",27,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",28,[[]]],[11,"into","","",28,[[]]],[11,"to_owned","","",28,[[]]],[11,"clone_into","","",28,[[]]],[11,"try_from","","",28,[[],["result",4]]],[11,"try_into","","",28,[[],["result",4]]],[11,"borrow","","",28,[[]]],[11,"borrow_mut","","",28,[[]]],[11,"type_id","","",28,[[],["typeid",3]]],[11,"vzip","","",28,[[]]],[11,"into_any","","",28,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",28,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",28,[[],["any",8]]],[11,"as_any_mut","","",28,[[],["any",8]]],[11,"into_any_arc","","",28,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",29,[[]]],[11,"into","","",29,[[]]],[11,"to_owned","","",29,[[]]],[11,"clone_into","","",29,[[]]],[11,"try_from","","",29,[[],["result",4]]],[11,"try_into","","",29,[[],["result",4]]],[11,"borrow","","",29,[[]]],[11,"borrow_mut","","",29,[[]]],[11,"type_id","","",29,[[],["typeid",3]]],[11,"vzip","","",29,[[]]],[11,"into_any","","",29,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",29,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",29,[[],["any",8]]],[11,"as_any_mut","","",29,[[],["any",8]]],[11,"into_any_arc","","",29,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",30,[[]]],[11,"into","","",30,[[]]],[11,"to_owned","","",30,[[]]],[11,"clone_into","","",30,[[]]],[11,"try_from","","",30,[[],["result",4]]],[11,"try_into","","",30,[[],["result",4]]],[11,"borrow","","",30,[[]]],[11,"borrow_mut","","",30,[[]]],[11,"type_id","","",30,[[],["typeid",3]]],[11,"vzip","","",30,[[]]],[11,"into_any","","",30,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",30,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",30,[[],["any",8]]],[11,"as_any_mut","","",30,[[],["any",8]]],[11,"into_any_arc","","",30,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",31,[[]]],[11,"into","","",31,[[]]],[11,"to_owned","","",31,[[]]],[11,"clone_into","","",31,[[]]],[11,"try_from","","",31,[[],["result",4]]],[11,"try_into","","",31,[[],["result",4]]],[11,"borrow","","",31,[[]]],[11,"borrow_mut","","",31,[[]]],[11,"type_id","","",31,[[],["typeid",3]]],[11,"vzip","","",31,[[]]],[11,"into_any","","",31,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",31,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",31,[[],["any",8]]],[11,"as_any_mut","","",31,[[],["any",8]]],[11,"into_any_arc","","",31,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",32,[[]]],[11,"into","","",32,[[]]],[11,"to_owned","","",32,[[]]],[11,"clone_into","","",32,[[]]],[11,"try_from","","",32,[[],["result",4]]],[11,"try_into","","",32,[[],["result",4]]],[11,"borrow","","",32,[[]]],[11,"borrow_mut","","",32,[[]]],[11,"type_id","","",32,[[],["typeid",3]]],[11,"vzip","","",32,[[]]],[11,"into_any","","",32,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",32,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",32,[[],["any",8]]],[11,"as_any_mut","","",32,[[],["any",8]]],[11,"into_any_arc","","",32,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",33,[[]]],[11,"into","","",33,[[]]],[11,"to_owned","","",33,[[]]],[11,"clone_into","","",33,[[]]],[11,"try_from","","",33,[[],["result",4]]],[11,"try_into","","",33,[[],["result",4]]],[11,"borrow","","",33,[[]]],[11,"borrow_mut","","",33,[[]]],[11,"type_id","","",33,[[],["typeid",3]]],[11,"vzip","","",33,[[]]],[11,"into_any","","",33,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",33,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",33,[[],["any",8]]],[11,"as_any_mut","","",33,[[],["any",8]]],[11,"into_any_arc","","",33,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",34,[[]]],[11,"into","","",34,[[]]],[11,"to_owned","","",34,[[]]],[11,"clone_into","","",34,[[]]],[11,"try_from","","",34,[[],["result",4]]],[11,"try_into","","",34,[[],["result",4]]],[11,"borrow","","",34,[[]]],[11,"borrow_mut","","",34,[[]]],[11,"type_id","","",34,[[],["typeid",3]]],[11,"vzip","","",34,[[]]],[11,"into_any","","",34,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",34,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",34,[[],["any",8]]],[11,"as_any_mut","","",34,[[],["any",8]]],[11,"into_any_arc","","",34,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",35,[[]]],[11,"into","","",35,[[]]],[11,"to_owned","","",35,[[]]],[11,"clone_into","","",35,[[]]],[11,"try_from","","",35,[[],["result",4]]],[11,"try_into","","",35,[[],["result",4]]],[11,"borrow","","",35,[[]]],[11,"borrow_mut","","",35,[[]]],[11,"type_id","","",35,[[],["typeid",3]]],[11,"vzip","","",35,[[]]],[11,"into_any","","",35,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",35,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",35,[[],["any",8]]],[11,"as_any_mut","","",35,[[],["any",8]]],[11,"into_any_arc","","",35,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",36,[[]]],[11,"into","","",36,[[]]],[11,"to_owned","","",36,[[]]],[11,"clone_into","","",36,[[]]],[11,"try_from","","",36,[[],["result",4]]],[11,"try_into","","",36,[[],["result",4]]],[11,"borrow","","",36,[[]]],[11,"borrow_mut","","",36,[[]]],[11,"type_id","","",36,[[],["typeid",3]]],[11,"vzip","","",36,[[]]],[11,"into_any","","",36,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",36,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",36,[[],["any",8]]],[11,"as_any_mut","","",36,[[],["any",8]]],[11,"into_any_arc","","",36,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",37,[[]]],[11,"into","","",37,[[]]],[11,"try_from","","",37,[[],["result",4]]],[11,"try_into","","",37,[[],["result",4]]],[11,"borrow","","",37,[[]]],[11,"borrow_mut","","",37,[[]]],[11,"type_id","","",37,[[],["typeid",3]]],[11,"vzip","","",37,[[]]],[11,"into_any","","",37,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",37,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",37,[[],["any",8]]],[11,"as_any_mut","","",37,[[],["any",8]]],[11,"into_any_arc","","",37,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",38,[[]]],[11,"into","","",38,[[]]],[11,"to_owned","","",38,[[]]],[11,"clone_into","","",38,[[]]],[11,"try_from","","",38,[[],["result",4]]],[11,"try_into","","",38,[[],["result",4]]],[11,"borrow","","",38,[[]]],[11,"borrow_mut","","",38,[[]]],[11,"type_id","","",38,[[],["typeid",3]]],[11,"vzip","","",38,[[]]],[11,"into_any","","",38,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",38,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",38,[[],["any",8]]],[11,"as_any_mut","","",38,[[],["any",8]]],[11,"into_any_arc","","",38,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",39,[[]]],[11,"into","","",39,[[]]],[11,"to_owned","","",39,[[]]],[11,"clone_into","","",39,[[]]],[11,"try_from","","",39,[[],["result",4]]],[11,"try_into","","",39,[[],["result",4]]],[11,"borrow","","",39,[[]]],[11,"borrow_mut","","",39,[[]]],[11,"type_id","","",39,[[],["typeid",3]]],[11,"equivalent","","",39,[[]]],[11,"vzip","","",39,[[]]],[11,"into_any","","",39,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",39,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",39,[[],["any",8]]],[11,"as_any_mut","","",39,[[],["any",8]]],[11,"into_any_arc","","",39,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",41,[[]]],[11,"into","","",41,[[]]],[11,"to_owned","","",41,[[]]],[11,"clone_into","","",41,[[]]],[11,"try_from","","",41,[[],["result",4]]],[11,"try_into","","",41,[[],["result",4]]],[11,"borrow","","",41,[[]]],[11,"borrow_mut","","",41,[[]]],[11,"type_id","","",41,[[],["typeid",3]]],[11,"vzip","","",41,[[]]],[11,"into_any","","",41,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",41,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",41,[[],["any",8]]],[11,"as_any_mut","","",41,[[],["any",8]]],[11,"into_any_arc","","",41,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",45,[[]]],[11,"into","","",45,[[]]],[11,"to_owned","","",45,[[]]],[11,"clone_into","","",45,[[]]],[11,"to_string","","",45,[[],["string",3]]],[11,"try_from","","",45,[[],["result",4]]],[11,"try_into","","",45,[[],["result",4]]],[11,"borrow","","",45,[[]]],[11,"borrow_mut","","",45,[[]]],[11,"type_id","","",45,[[],["typeid",3]]],[11,"vzip","","",45,[[]]],[11,"into_any","","",45,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",45,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",45,[[],["any",8]]],[11,"as_any_mut","","",45,[[],["any",8]]],[11,"into_any_arc","","",45,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",46,[[]]],[11,"into","","",46,[[]]],[11,"to_owned","","",46,[[]]],[11,"clone_into","","",46,[[]]],[11,"try_from","","",46,[[],["result",4]]],[11,"try_into","","",46,[[],["result",4]]],[11,"borrow","","",46,[[]]],[11,"borrow_mut","","",46,[[]]],[11,"type_id","","",46,[[],["typeid",3]]],[11,"vzip","","",46,[[]]],[11,"into_any","","",46,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",46,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",46,[[],["any",8]]],[11,"as_any_mut","","",46,[[],["any",8]]],[11,"into_any_arc","","",46,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",54,[[]]],[11,"into","","",54,[[]]],[11,"to_owned","","",54,[[]]],[11,"clone_into","","",54,[[]]],[11,"try_from","","",54,[[],["result",4]]],[11,"try_into","","",54,[[],["result",4]]],[11,"borrow","","",54,[[]]],[11,"borrow_mut","","",54,[[]]],[11,"type_id","","",54,[[],["typeid",3]]],[11,"vzip","","",54,[[]]],[11,"into_any","","",54,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",54,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",54,[[],["any",8]]],[11,"as_any_mut","","",54,[[],["any",8]]],[11,"into_any_arc","","",54,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",55,[[]]],[11,"into","","",55,[[]]],[11,"to_owned","","",55,[[]]],[11,"clone_into","","",55,[[]]],[11,"try_from","","",55,[[],["result",4]]],[11,"try_into","","",55,[[],["result",4]]],[11,"borrow","","",55,[[]]],[11,"borrow_mut","","",55,[[]]],[11,"type_id","","",55,[[],["typeid",3]]],[11,"vzip","","",55,[[]]],[11,"into_any","","",55,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",55,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",55,[[],["any",8]]],[11,"as_any_mut","","",55,[[],["any",8]]],[11,"into_any_arc","","",55,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",56,[[]]],[11,"into","","",56,[[]]],[11,"try_from","","",56,[[],["result",4]]],[11,"try_into","","",56,[[],["result",4]]],[11,"borrow","","",56,[[]]],[11,"borrow_mut","","",56,[[]]],[11,"type_id","","",56,[[],["typeid",3]]],[11,"vzip","","",56,[[]]],[11,"into_any","","",56,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",56,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",56,[[],["any",8]]],[11,"as_any_mut","","",56,[[],["any",8]]],[11,"into_any_arc","","",56,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",57,[[]]],[11,"into","","",57,[[]]],[11,"to_owned","","",57,[[]]],[11,"clone_into","","",57,[[]]],[11,"try_from","","",57,[[],["result",4]]],[11,"try_into","","",57,[[],["result",4]]],[11,"borrow","","",57,[[]]],[11,"borrow_mut","","",57,[[]]],[11,"type_id","","",57,[[],["typeid",3]]],[11,"equivalent","","",57,[[]]],[11,"vzip","","",57,[[]]],[11,"into_any","","",57,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",57,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",57,[[],["any",8]]],[11,"as_any_mut","","",57,[[],["any",8]]],[11,"into_any_arc","","",57,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",58,[[]]],[11,"into","","",58,[[]]],[11,"to_owned","","",58,[[]]],[11,"clone_into","","",58,[[]]],[11,"try_from","","",58,[[],["result",4]]],[11,"try_into","","",58,[[],["result",4]]],[11,"borrow","","",58,[[]]],[11,"borrow_mut","","",58,[[]]],[11,"type_id","","",58,[[],["typeid",3]]],[11,"equivalent","","",58,[[]]],[11,"vzip","","",58,[[]]],[11,"into_any","","",58,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",58,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",58,[[],["any",8]]],[11,"as_any_mut","","",58,[[],["any",8]]],[11,"into_any_arc","","",58,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",59,[[]]],[11,"into","","",59,[[]]],[11,"to_owned","","",59,[[]]],[11,"clone_into","","",59,[[]]],[11,"try_from","","",59,[[],["result",4]]],[11,"try_into","","",59,[[],["result",4]]],[11,"borrow","","",59,[[]]],[11,"borrow_mut","","",59,[[]]],[11,"type_id","","",59,[[],["typeid",3]]],[11,"equivalent","","",59,[[]]],[11,"vzip","","",59,[[]]],[11,"into_any","","",59,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",59,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",59,[[],["any",8]]],[11,"as_any_mut","","",59,[[],["any",8]]],[11,"into_any_arc","","",59,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",60,[[]]],[11,"into","","",60,[[]]],[11,"to_owned","","",60,[[]]],[11,"clone_into","","",60,[[]]],[11,"try_from","","",60,[[],["result",4]]],[11,"try_into","","",60,[[],["result",4]]],[11,"borrow","","",60,[[]]],[11,"borrow_mut","","",60,[[]]],[11,"type_id","","",60,[[],["typeid",3]]],[11,"vzip","","",60,[[]]],[11,"into_any","","",60,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",60,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",60,[[],["any",8]]],[11,"as_any_mut","","",60,[[],["any",8]]],[11,"into_any_arc","","",60,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",61,[[]]],[11,"into","","",61,[[]]],[11,"to_owned","","",61,[[]]],[11,"clone_into","","",61,[[]]],[11,"to_string","","",61,[[],["string",3]]],[11,"try_from","","",61,[[],["result",4]]],[11,"try_into","","",61,[[],["result",4]]],[11,"borrow","","",61,[[]]],[11,"borrow_mut","","",61,[[]]],[11,"type_id","","",61,[[],["typeid",3]]],[11,"equivalent","","",61,[[]]],[11,"vzip","","",61,[[]]],[11,"into_any","","",61,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",61,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",61,[[],["any",8]]],[11,"as_any_mut","","",61,[[],["any",8]]],[11,"into_any_arc","","",61,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",62,[[]]],[11,"into","","",62,[[]]],[11,"to_owned","","",62,[[]]],[11,"clone_into","","",62,[[]]],[11,"try_from","","",62,[[],["result",4]]],[11,"try_into","","",62,[[],["result",4]]],[11,"borrow","","",62,[[]]],[11,"borrow_mut","","",62,[[]]],[11,"type_id","","",62,[[],["typeid",3]]],[11,"equivalent","","",62,[[]]],[11,"vzip","","",62,[[]]],[11,"into_any","","",62,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",62,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",62,[[],["any",8]]],[11,"as_any_mut","","",62,[[],["any",8]]],[11,"into_any_arc","","",62,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",63,[[]]],[11,"into","","",63,[[]]],[11,"to_owned","","",63,[[]]],[11,"clone_into","","",63,[[]]],[11,"to_string","","",63,[[],["string",3]]],[11,"try_from","","",63,[[],["result",4]]],[11,"try_into","","",63,[[],["result",4]]],[11,"borrow","","",63,[[]]],[11,"borrow_mut","","",63,[[]]],[11,"type_id","","",63,[[],["typeid",3]]],[11,"equivalent","","",63,[[]]],[11,"vzip","","",63,[[]]],[11,"into_any","","",63,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",63,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",63,[[],["any",8]]],[11,"as_any_mut","","",63,[[],["any",8]]],[11,"into_any_arc","","",63,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",64,[[]]],[11,"into","","",64,[[]]],[11,"to_owned","","",64,[[]]],[11,"clone_into","","",64,[[]]],[11,"try_from","","",64,[[],["result",4]]],[11,"try_into","","",64,[[],["result",4]]],[11,"borrow","","",64,[[]]],[11,"borrow_mut","","",64,[[]]],[11,"type_id","","",64,[[],["typeid",3]]],[11,"equivalent","","",64,[[]]],[11,"vzip","","",64,[[]]],[11,"into_any","","",64,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",64,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",64,[[],["any",8]]],[11,"as_any_mut","","",64,[[],["any",8]]],[11,"into_any_arc","","",64,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",65,[[]]],[11,"into","","",65,[[]]],[11,"to_owned","","",65,[[]]],[11,"clone_into","","",65,[[]]],[11,"try_from","","",65,[[],["result",4]]],[11,"try_into","","",65,[[],["result",4]]],[11,"borrow","","",65,[[]]],[11,"borrow_mut","","",65,[[]]],[11,"type_id","","",65,[[],["typeid",3]]],[11,"equivalent","","",65,[[]]],[11,"vzip","","",65,[[]]],[11,"into_any","","",65,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",65,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",65,[[],["any",8]]],[11,"as_any_mut","","",65,[[],["any",8]]],[11,"into_any_arc","","",65,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",66,[[]]],[11,"into","","",66,[[]]],[11,"to_owned","","",66,[[]]],[11,"clone_into","","",66,[[]]],[11,"try_from","","",66,[[],["result",4]]],[11,"try_into","","",66,[[],["result",4]]],[11,"borrow","","",66,[[]]],[11,"borrow_mut","","",66,[[]]],[11,"type_id","","",66,[[],["typeid",3]]],[11,"equivalent","","",66,[[]]],[11,"vzip","","",66,[[]]],[11,"into_any","","",66,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",66,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",66,[[],["any",8]]],[11,"as_any_mut","","",66,[[],["any",8]]],[11,"into_any_arc","","",66,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","sim::analytics","",67,[[]]],[11,"into","","",67,[[]]],[11,"to_owned","","",67,[[]]],[11,"clone_into","","",67,[[]]],[11,"try_from","","",67,[[],["result",4]]],[11,"try_into","","",67,[[],["result",4]]],[11,"borrow","","",67,[[]]],[11,"borrow_mut","","",67,[[]]],[11,"type_id","","",67,[[],["typeid",3]]],[11,"vzip","","",67,[[]]],[11,"into_any","","",67,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",67,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",67,[[],["any",8]]],[11,"as_any_mut","","",67,[[],["any",8]]],[11,"into_any_arc","","",67,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",68,[[]]],[11,"into","","",68,[[]]],[11,"try_from","","",68,[[],["result",4]]],[11,"try_into","","",68,[[],["result",4]]],[11,"borrow","","",68,[[]]],[11,"borrow_mut","","",68,[[]]],[11,"type_id","","",68,[[],["typeid",3]]],[11,"vzip","","",68,[[]]],[11,"into_any","","",68,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",68,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",68,[[],["any",8]]],[11,"as_any_mut","","",68,[[],["any",8]]],[11,"into_any_arc","","",68,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","sim::cap","",69,[[]]],[11,"into","","",69,[[]]],[11,"to_owned","","",69,[[]]],[11,"clone_into","","",69,[[]]],[11,"try_from","","",69,[[],["result",4]]],[11,"try_into","","",69,[[],["result",4]]],[11,"borrow","","",69,[[]]],[11,"borrow_mut","","",69,[[]]],[11,"type_id","","",69,[[],["typeid",3]]],[11,"vzip","","",69,[[]]],[11,"into_any","","",69,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",69,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",69,[[],["any",8]]],[11,"as_any_mut","","",69,[[],["any",8]]],[11,"into_any_arc","","",69,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",70,[[]]],[11,"into","","",70,[[]]],[11,"to_owned","","",70,[[]]],[11,"clone_into","","",70,[[]]],[11,"try_from","","",70,[[],["result",4]]],[11,"try_into","","",70,[[],["result",4]]],[11,"borrow","","",70,[[]]],[11,"borrow_mut","","",70,[[]]],[11,"type_id","","",70,[[],["typeid",3]]],[11,"vzip","","",70,[[]]],[11,"into_any","","",70,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",70,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",70,[[],["any",8]]],[11,"as_any_mut","","",70,[[],["any",8]]],[11,"into_any_arc","","",70,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","sim::events","",71,[[]]],[11,"into","","",71,[[]]],[11,"to_owned","","",71,[[]]],[11,"clone_into","","",71,[[]]],[11,"try_from","","",71,[[],["result",4]]],[11,"try_into","","",71,[[],["result",4]]],[11,"borrow","","",71,[[]]],[11,"borrow_mut","","",71,[[]]],[11,"type_id","","",71,[[],["typeid",3]]],[11,"vzip","","",71,[[]]],[11,"into_any","","",71,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",71,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",71,[[],["any",8]]],[11,"as_any_mut","","",71,[[],["any",8]]],[11,"into_any_arc","","",71,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","sim::mechanics::car","",73,[[]]],[11,"into","","",73,[[]]],[11,"to_owned","","",73,[[]]],[11,"clone_into","","",73,[[]]],[11,"try_from","","",73,[[],["result",4]]],[11,"try_into","","",73,[[],["result",4]]],[11,"borrow","","",73,[[]]],[11,"borrow_mut","","",73,[[]]],[11,"type_id","","",73,[[],["typeid",3]]],[11,"vzip","","",73,[[]]],[11,"into_any","","",73,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",73,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",73,[[],["any",8]]],[11,"as_any_mut","","",73,[[],["any",8]]],[11,"into_any_arc","","",73,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",74,[[]]],[11,"into","","",74,[[]]],[11,"to_owned","","",74,[[]]],[11,"clone_into","","",74,[[]]],[11,"try_from","","",74,[[],["result",4]]],[11,"try_into","","",74,[[],["result",4]]],[11,"borrow","","",74,[[]]],[11,"borrow_mut","","",74,[[]]],[11,"type_id","","",74,[[],["typeid",3]]],[11,"vzip","","",74,[[]]],[11,"into_any","","",74,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",74,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",74,[[],["any",8]]],[11,"as_any_mut","","",74,[[],["any",8]]],[11,"into_any_arc","","",74,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","sim::mechanics::driving","",77,[[]]],[11,"into","","",77,[[]]],[11,"to_owned","","",77,[[]]],[11,"clone_into","","",77,[[]]],[11,"try_from","","",77,[[],["result",4]]],[11,"try_into","","",77,[[],["result",4]]],[11,"borrow","","",77,[[]]],[11,"borrow_mut","","",77,[[]]],[11,"type_id","","",77,[[],["typeid",3]]],[11,"vzip","","",77,[[]]],[11,"into_any","","",77,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",77,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",77,[[],["any",8]]],[11,"as_any_mut","","",77,[[],["any",8]]],[11,"into_any_arc","","",77,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","sim::mechanics::intersection","",78,[[]]],[11,"into","","",78,[[]]],[11,"to_owned","","",78,[[]]],[11,"clone_into","","",78,[[]]],[11,"try_from","","",78,[[],["result",4]]],[11,"try_into","","",78,[[],["result",4]]],[11,"borrow","","",78,[[]]],[11,"borrow_mut","","",78,[[]]],[11,"type_id","","",78,[[],["typeid",3]]],[11,"vzip","","",78,[[]]],[11,"into_any","","",78,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",78,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",78,[[],["any",8]]],[11,"as_any_mut","","",78,[[],["any",8]]],[11,"into_any_arc","","",78,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",79,[[]]],[11,"into","","",79,[[]]],[11,"to_owned","","",79,[[]]],[11,"clone_into","","",79,[[]]],[11,"try_from","","",79,[[],["result",4]]],[11,"try_into","","",79,[[],["result",4]]],[11,"borrow","","",79,[[]]],[11,"borrow_mut","","",79,[[]]],[11,"type_id","","",79,[[],["typeid",3]]],[11,"vzip","","",79,[[]]],[11,"into_any","","",79,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",79,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",79,[[],["any",8]]],[11,"as_any_mut","","",79,[[],["any",8]]],[11,"into_any_arc","","",79,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",80,[[]]],[11,"into","","",80,[[]]],[11,"to_owned","","",80,[[]]],[11,"clone_into","","",80,[[]]],[11,"try_from","","",80,[[],["result",4]]],[11,"try_into","","",80,[[],["result",4]]],[11,"borrow","","",80,[[]]],[11,"borrow_mut","","",80,[[]]],[11,"type_id","","",80,[[],["typeid",3]]],[11,"vzip","","",80,[[]]],[11,"into_any","","",80,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",80,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",80,[[],["any",8]]],[11,"as_any_mut","","",80,[[],["any",8]]],[11,"into_any_arc","","",80,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",81,[[]]],[11,"into","","",81,[[]]],[11,"to_owned","","",81,[[]]],[11,"clone_into","","",81,[[]]],[11,"try_from","","",81,[[],["result",4]]],[11,"try_into","","",81,[[],["result",4]]],[11,"borrow","","",81,[[]]],[11,"borrow_mut","","",81,[[]]],[11,"type_id","","",81,[[],["typeid",3]]],[11,"equivalent","","",81,[[]]],[11,"vzip","","",81,[[]]],[11,"into_any","","",81,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",81,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",81,[[],["any",8]]],[11,"as_any_mut","","",81,[[],["any",8]]],[11,"into_any_arc","","",81,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","sim::mechanics::parking","",82,[[]]],[11,"into","","",82,[[]]],[11,"to_owned","","",82,[[]]],[11,"clone_into","","",82,[[]]],[11,"try_from","","",82,[[],["result",4]]],[11,"try_into","","",82,[[],["result",4]]],[11,"borrow","","",82,[[]]],[11,"borrow_mut","","",82,[[]]],[11,"type_id","","",82,[[],["typeid",3]]],[11,"vzip","","",82,[[]]],[11,"into_any","","",82,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",82,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",82,[[],["any",8]]],[11,"as_any_mut","","",82,[[],["any",8]]],[11,"into_any_arc","","",82,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",83,[[]]],[11,"into","","",83,[[]]],[11,"to_owned","","",83,[[]]],[11,"clone_into","","",83,[[]]],[11,"try_from","","",83,[[],["result",4]]],[11,"try_into","","",83,[[],["result",4]]],[11,"borrow","","",83,[[]]],[11,"borrow_mut","","",83,[[]]],[11,"type_id","","",83,[[],["typeid",3]]],[11,"vzip","","",83,[[]]],[11,"into_any","","",83,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",83,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",83,[[],["any",8]]],[11,"as_any_mut","","",83,[[],["any",8]]],[11,"into_any_arc","","",83,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",84,[[]]],[11,"into","","",84,[[]]],[11,"to_owned","","",84,[[]]],[11,"clone_into","","",84,[[]]],[11,"try_from","","",84,[[],["result",4]]],[11,"try_into","","",84,[[],["result",4]]],[11,"borrow","","",84,[[]]],[11,"borrow_mut","","",84,[[]]],[11,"type_id","","",84,[[],["typeid",3]]],[11,"vzip","","",84,[[]]],[11,"into_any","","",84,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",84,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",84,[[],["any",8]]],[11,"as_any_mut","","",84,[[],["any",8]]],[11,"into_any_arc","","",84,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",85,[[]]],[11,"into","","",85,[[]]],[11,"to_owned","","",85,[[]]],[11,"clone_into","","",85,[[]]],[11,"try_from","","",85,[[],["result",4]]],[11,"try_into","","",85,[[],["result",4]]],[11,"borrow","","",85,[[]]],[11,"borrow_mut","","",85,[[]]],[11,"type_id","","",85,[[],["typeid",3]]],[11,"vzip","","",85,[[]]],[11,"into_any","","",85,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",85,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",85,[[],["any",8]]],[11,"as_any_mut","","",85,[[],["any",8]]],[11,"into_any_arc","","",85,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","sim::mechanics::queue","",87,[[]]],[11,"into","","",87,[[]]],[11,"to_owned","","",87,[[]]],[11,"clone_into","","",87,[[]]],[11,"try_from","","",87,[[],["result",4]]],[11,"try_into","","",87,[[],["result",4]]],[11,"borrow","","",87,[[]]],[11,"borrow_mut","","",87,[[]]],[11,"type_id","","",87,[[],["typeid",3]]],[11,"vzip","","",87,[[]]],[11,"into_any","","",87,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",87,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",87,[[],["any",8]]],[11,"as_any_mut","","",87,[[],["any",8]]],[11,"into_any_arc","","",87,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","sim::mechanics::walking","",88,[[]]],[11,"into","","",88,[[]]],[11,"to_owned","","",88,[[]]],[11,"clone_into","","",88,[[]]],[11,"try_from","","",88,[[],["result",4]]],[11,"try_into","","",88,[[],["result",4]]],[11,"borrow","","",88,[[]]],[11,"borrow_mut","","",88,[[]]],[11,"type_id","","",88,[[],["typeid",3]]],[11,"vzip","","",88,[[]]],[11,"into_any","","",88,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",88,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",88,[[],["any",8]]],[11,"as_any_mut","","",88,[[],["any",8]]],[11,"into_any_arc","","",88,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",89,[[]]],[11,"into","","",89,[[]]],[11,"to_owned","","",89,[[]]],[11,"clone_into","","",89,[[]]],[11,"try_from","","",89,[[],["result",4]]],[11,"try_into","","",89,[[],["result",4]]],[11,"borrow","","",89,[[]]],[11,"borrow_mut","","",89,[[]]],[11,"type_id","","",89,[[],["typeid",3]]],[11,"vzip","","",89,[[]]],[11,"into_any","","",89,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",89,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",89,[[],["any",8]]],[11,"as_any_mut","","",89,[[],["any",8]]],[11,"into_any_arc","","",89,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",90,[[]]],[11,"into","","",90,[[]]],[11,"to_owned","","",90,[[]]],[11,"clone_into","","",90,[[]]],[11,"try_from","","",90,[[],["result",4]]],[11,"try_into","","",90,[[],["result",4]]],[11,"borrow","","",90,[[]]],[11,"borrow_mut","","",90,[[]]],[11,"type_id","","",90,[[],["typeid",3]]],[11,"vzip","","",90,[[]]],[11,"into_any","","",90,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",90,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",90,[[],["any",8]]],[11,"as_any_mut","","",90,[[],["any",8]]],[11,"into_any_arc","","",90,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","sim::pandemic","",91,[[]]],[11,"into","","",91,[[]]],[11,"to_owned","","",91,[[]]],[11,"clone_into","","",91,[[]]],[11,"try_from","","",91,[[],["result",4]]],[11,"try_into","","",91,[[],["result",4]]],[11,"borrow","","",91,[[]]],[11,"borrow_mut","","",91,[[]]],[11,"type_id","","",91,[[],["typeid",3]]],[11,"vzip","","",91,[[]]],[11,"into_any","","",91,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",91,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",91,[[],["any",8]]],[11,"as_any_mut","","",91,[[],["any",8]]],[11,"into_any_arc","","",91,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",92,[[]]],[11,"into","","",92,[[]]],[11,"to_owned","","",92,[[]]],[11,"clone_into","","",92,[[]]],[11,"try_from","","",92,[[],["result",4]]],[11,"try_into","","",92,[[],["result",4]]],[11,"borrow","","",92,[[]]],[11,"borrow_mut","","",92,[[]]],[11,"type_id","","",92,[[],["typeid",3]]],[11,"vzip","","",92,[[]]],[11,"into_any","","",92,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",92,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",92,[[],["any",8]]],[11,"as_any_mut","","",92,[[],["any",8]]],[11,"into_any_arc","","",92,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",93,[[]]],[11,"into","","",93,[[]]],[11,"to_owned","","",93,[[]]],[11,"clone_into","","",93,[[]]],[11,"try_from","","",93,[[],["result",4]]],[11,"try_into","","",93,[[],["result",4]]],[11,"borrow","","",93,[[]]],[11,"borrow_mut","","",93,[[]]],[11,"type_id","","",93,[[],["typeid",3]]],[11,"vzip","","",93,[[]]],[11,"into_any","","",93,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",93,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",93,[[],["any",8]]],[11,"as_any_mut","","",93,[[],["any",8]]],[11,"into_any_arc","","",93,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",94,[[]]],[11,"into","","",94,[[]]],[11,"to_owned","","",94,[[]]],[11,"clone_into","","",94,[[]]],[11,"try_from","","",94,[[],["result",4]]],[11,"try_into","","",94,[[],["result",4]]],[11,"borrow","","",94,[[]]],[11,"borrow_mut","","",94,[[]]],[11,"type_id","","",94,[[],["typeid",3]]],[11,"vzip","","",94,[[]]],[11,"into_any","","",94,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",94,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",94,[[],["any",8]]],[11,"as_any_mut","","",94,[[],["any",8]]],[11,"into_any_arc","","",94,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","sim::pandemic::pandemic","",95,[[]]],[11,"into","","",95,[[]]],[11,"to_owned","","",95,[[]]],[11,"clone_into","","",95,[[]]],[11,"try_from","","",95,[[],["result",4]]],[11,"try_into","","",95,[[],["result",4]]],[11,"borrow","","",95,[[]]],[11,"borrow_mut","","",95,[[]]],[11,"type_id","","",95,[[],["typeid",3]]],[11,"vzip","","",95,[[]]],[11,"into_any","","",95,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",95,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",95,[[],["any",8]]],[11,"as_any_mut","","",95,[[],["any",8]]],[11,"into_any_arc","","",95,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",96,[[]]],[11,"into","","",96,[[]]],[11,"to_owned","","",96,[[]]],[11,"clone_into","","",96,[[]]],[11,"try_from","","",96,[[],["result",4]]],[11,"try_into","","",96,[[],["result",4]]],[11,"borrow","","",96,[[]]],[11,"borrow_mut","","",96,[[]]],[11,"type_id","","",96,[[],["typeid",3]]],[11,"vzip","","",96,[[]]],[11,"into_any","","",96,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",96,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",96,[[],["any",8]]],[11,"as_any_mut","","",96,[[],["any",8]]],[11,"into_any_arc","","",96,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",97,[[]]],[11,"into","","",97,[[]]],[11,"to_owned","","",97,[[]]],[11,"clone_into","","",97,[[]]],[11,"try_from","","",97,[[],["result",4]]],[11,"try_into","","",97,[[],["result",4]]],[11,"borrow","","",97,[[]]],[11,"borrow_mut","","",97,[[]]],[11,"type_id","","",97,[[],["typeid",3]]],[11,"equivalent","","",97,[[]]],[11,"vzip","","",97,[[]]],[11,"into_any","","",97,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",97,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",97,[[],["any",8]]],[11,"as_any_mut","","",97,[[],["any",8]]],[11,"into_any_arc","","",97,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","sim::router","",99,[[]]],[11,"into","","",99,[[]]],[11,"to_owned","","",99,[[]]],[11,"clone_into","","",99,[[]]],[11,"try_from","","",99,[[],["result",4]]],[11,"try_into","","",99,[[],["result",4]]],[11,"borrow","","",99,[[]]],[11,"borrow_mut","","",99,[[]]],[11,"type_id","","",99,[[],["typeid",3]]],[11,"vzip","","",99,[[]]],[11,"into_any","","",99,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",99,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",99,[[],["any",8]]],[11,"as_any_mut","","",99,[[],["any",8]]],[11,"into_any_arc","","",99,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",100,[[]]],[11,"into","","",100,[[]]],[11,"try_from","","",100,[[],["result",4]]],[11,"try_into","","",100,[[],["result",4]]],[11,"borrow","","",100,[[]]],[11,"borrow_mut","","",100,[[]]],[11,"type_id","","",100,[[],["typeid",3]]],[11,"vzip","","",100,[[]]],[11,"into_any","","",100,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",100,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",100,[[],["any",8]]],[11,"as_any_mut","","",100,[[],["any",8]]],[11,"into_any_arc","","",100,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",101,[[]]],[11,"into","","",101,[[]]],[11,"to_owned","","",101,[[]]],[11,"clone_into","","",101,[[]]],[11,"try_from","","",101,[[],["result",4]]],[11,"try_into","","",101,[[],["result",4]]],[11,"borrow","","",101,[[]]],[11,"borrow_mut","","",101,[[]]],[11,"type_id","","",101,[[],["typeid",3]]],[11,"vzip","","",101,[[]]],[11,"into_any","","",101,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",101,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",101,[[],["any",8]]],[11,"as_any_mut","","",101,[[],["any",8]]],[11,"into_any_arc","","",101,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","sim::scheduler","",106,[[]]],[11,"into","","",106,[[]]],[11,"to_owned","","",106,[[]]],[11,"clone_into","","",106,[[]]],[11,"try_from","","",106,[[],["result",4]]],[11,"try_into","","",106,[[],["result",4]]],[11,"borrow","","",106,[[]]],[11,"borrow_mut","","",106,[[]]],[11,"type_id","","",106,[[],["typeid",3]]],[11,"equivalent","","",106,[[]]],[11,"vzip","","",106,[[]]],[11,"into_any","","",106,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",106,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",106,[[],["any",8]]],[11,"as_any_mut","","",106,[[],["any",8]]],[11,"into_any_arc","","",106,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",107,[[]]],[11,"into","","",107,[[]]],[11,"to_owned","","",107,[[]]],[11,"clone_into","","",107,[[]]],[11,"try_from","","",107,[[],["result",4]]],[11,"try_into","","",107,[[],["result",4]]],[11,"borrow","","",107,[[]]],[11,"borrow_mut","","",107,[[]]],[11,"type_id","","",107,[[],["typeid",3]]],[11,"vzip","","",107,[[]]],[11,"into_any","","",107,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",107,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",107,[[],["any",8]]],[11,"as_any_mut","","",107,[[],["any",8]]],[11,"into_any_arc","","",107,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",108,[[]]],[11,"into","","",108,[[]]],[11,"to_owned","","",108,[[]]],[11,"clone_into","","",108,[[]]],[11,"try_from","","",108,[[],["result",4]]],[11,"try_into","","",108,[[],["result",4]]],[11,"borrow","","",108,[[]]],[11,"borrow_mut","","",108,[[]]],[11,"type_id","","",108,[[],["typeid",3]]],[11,"vzip","","",108,[[]]],[11,"into_any","","",108,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",108,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",108,[[],["any",8]]],[11,"as_any_mut","","",108,[[],["any",8]]],[11,"into_any_arc","","",108,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",109,[[]]],[11,"into","","",109,[[]]],[11,"to_owned","","",109,[[]]],[11,"clone_into","","",109,[[]]],[11,"try_from","","",109,[[],["result",4]]],[11,"try_into","","",109,[[],["result",4]]],[11,"borrow","","",109,[[]]],[11,"borrow_mut","","",109,[[]]],[11,"type_id","","",109,[[],["typeid",3]]],[11,"equivalent","","",109,[[]]],[11,"vzip","","",109,[[]]],[11,"into_any","","",109,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",109,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",109,[[],["any",8]]],[11,"as_any_mut","","",109,[[],["any",8]]],[11,"into_any_arc","","",109,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","sim::sim","",110,[[]]],[11,"into","","",110,[[]]],[11,"try_from","","",110,[[],["result",4]]],[11,"try_into","","",110,[[],["result",4]]],[11,"borrow","","",110,[[]]],[11,"borrow_mut","","",110,[[]]],[11,"type_id","","",110,[[],["typeid",3]]],[11,"vzip","","",110,[[]]],[11,"into_any","","",110,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",110,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",110,[[],["any",8]]],[11,"as_any_mut","","",110,[[],["any",8]]],[11,"into_any_arc","","",110,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","sim::transit","",112,[[]]],[11,"into","","",112,[[]]],[11,"to_owned","","",112,[[]]],[11,"clone_into","","",112,[[]]],[11,"try_from","","",112,[[],["result",4]]],[11,"try_into","","",112,[[],["result",4]]],[11,"borrow","","",112,[[]]],[11,"borrow_mut","","",112,[[]]],[11,"type_id","","",112,[[],["typeid",3]]],[11,"vzip","","",112,[[]]],[11,"into_any","","",112,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",112,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",112,[[],["any",8]]],[11,"as_any_mut","","",112,[[],["any",8]]],[11,"into_any_arc","","",112,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",113,[[]]],[11,"into","","",113,[[]]],[11,"to_owned","","",113,[[]]],[11,"clone_into","","",113,[[]]],[11,"try_from","","",113,[[],["result",4]]],[11,"try_into","","",113,[[],["result",4]]],[11,"borrow","","",113,[[]]],[11,"borrow_mut","","",113,[[]]],[11,"type_id","","",113,[[],["typeid",3]]],[11,"vzip","","",113,[[]]],[11,"into_any","","",113,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",113,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",113,[[],["any",8]]],[11,"as_any_mut","","",113,[[],["any",8]]],[11,"into_any_arc","","",113,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",114,[[]]],[11,"into","","",114,[[]]],[11,"to_owned","","",114,[[]]],[11,"clone_into","","",114,[[]]],[11,"try_from","","",114,[[],["result",4]]],[11,"try_into","","",114,[[],["result",4]]],[11,"borrow","","",114,[[]]],[11,"borrow_mut","","",114,[[]]],[11,"type_id","","",114,[[],["typeid",3]]],[11,"vzip","","",114,[[]]],[11,"into_any","","",114,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",114,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",114,[[],["any",8]]],[11,"as_any_mut","","",114,[[],["any",8]]],[11,"into_any_arc","","",114,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",115,[[]]],[11,"into","","",115,[[]]],[11,"to_owned","","",115,[[]]],[11,"clone_into","","",115,[[]]],[11,"try_from","","",115,[[],["result",4]]],[11,"try_into","","",115,[[],["result",4]]],[11,"borrow","","",115,[[]]],[11,"borrow_mut","","",115,[[]]],[11,"type_id","","",115,[[],["typeid",3]]],[11,"vzip","","",115,[[]]],[11,"into_any","","",115,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",115,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",115,[[],["any",8]]],[11,"as_any_mut","","",115,[[],["any",8]]],[11,"into_any_arc","","",115,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",116,[[]]],[11,"into","","",116,[[]]],[11,"to_owned","","",116,[[]]],[11,"clone_into","","",116,[[]]],[11,"try_from","","",116,[[],["result",4]]],[11,"try_into","","",116,[[],["result",4]]],[11,"borrow","","",116,[[]]],[11,"borrow_mut","","",116,[[]]],[11,"type_id","","",116,[[],["typeid",3]]],[11,"vzip","","",116,[[]]],[11,"into_any","","",116,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",116,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",116,[[],["any",8]]],[11,"as_any_mut","","",116,[[],["any",8]]],[11,"into_any_arc","","",116,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","sim::trips","",117,[[]]],[11,"into","","",117,[[]]],[11,"to_owned","","",117,[[]]],[11,"clone_into","","",117,[[]]],[11,"try_from","","",117,[[],["result",4]]],[11,"try_into","","",117,[[],["result",4]]],[11,"borrow","","",117,[[]]],[11,"borrow_mut","","",117,[[]]],[11,"type_id","","",117,[[],["typeid",3]]],[11,"vzip","","",117,[[]]],[11,"into_any","","",117,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",117,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",117,[[],["any",8]]],[11,"as_any_mut","","",117,[[],["any",8]]],[11,"into_any_arc","","",117,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",118,[[]]],[11,"into","","",118,[[]]],[11,"to_owned","","",118,[[]]],[11,"clone_into","","",118,[[]]],[11,"try_from","","",118,[[],["result",4]]],[11,"try_into","","",118,[[],["result",4]]],[11,"borrow","","",118,[[]]],[11,"borrow_mut","","",118,[[]]],[11,"type_id","","",118,[[],["typeid",3]]],[11,"vzip","","",118,[[]]],[11,"into_any","","",118,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",118,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",118,[[],["any",8]]],[11,"as_any_mut","","",118,[[],["any",8]]],[11,"into_any_arc","","",118,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",119,[[]]],[11,"into","","",119,[[]]],[11,"to_owned","","",119,[[]]],[11,"clone_into","","",119,[[]]],[11,"try_from","","",119,[[],["result",4]]],[11,"try_into","","",119,[[],["result",4]]],[11,"borrow","","",119,[[]]],[11,"borrow_mut","","",119,[[]]],[11,"type_id","","",119,[[],["typeid",3]]],[11,"vzip","","",119,[[]]],[11,"into_any","","",119,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",119,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",119,[[],["any",8]]],[11,"as_any_mut","","",119,[[],["any",8]]],[11,"into_any_arc","","",119,[[["arc",3]],[["arc",3],["any",8]]]],[11,"time","sim","",120,[[],["time",3]]],[11,"step_count","","",120,[[]]],[11,"get_draw_car","","",120,[[["map",3],["carid",3]],[["option",4],["drawcarinput",3]]]],[11,"get_draw_ped","","",120,[[["map",3],["pedestrianid",3]],[["drawpedestrianinput",3],["option",4]]]],[11,"get_draw_cars","","",120,[[["map",3],["traversable",4]],[["vec",3],["drawcarinput",3]]]],[11,"get_draw_peds","","",120,[[["map",3],["traversable",4]]]],[11,"get_all_draw_cars","","",120,[[["map",3]],[["vec",3],["drawcarinput",3]]]],[11,"get_all_draw_peds","","",120,[[["map",3]],[["vec",3],["drawpedestrianinput",3]]]],[11,"get_unzoomed_agents","","",120,[[["map",3]],[["vec",3],["unzoomedagent",3]]]],[11,"time","","",14,[[],["time",3]]],[11,"step_count","","",14,[[]]],[11,"get_draw_car","","",14,[[["map",3],["carid",3]],[["option",4],["drawcarinput",3]]]],[11,"get_draw_ped","","",14,[[["map",3],["pedestrianid",3]],[["drawpedestrianinput",3],["option",4]]]],[11,"get_draw_cars","","",14,[[["map",3],["traversable",4]],[["vec",3],["drawcarinput",3]]]],[11,"get_draw_peds","","",14,[[["map",3],["traversable",4]]]],[11,"get_all_draw_cars","","",14,[[["map",3]],[["vec",3],["drawcarinput",3]]]],[11,"get_all_draw_peds","","",14,[[["map",3]],[["vec",3],["drawpedestrianinput",3]]]],[11,"get_unzoomed_agents","","",14,[[["map",3]],[["vec",3],["unzoomedagent",3]]]],[11,"handle_live_edits","sim::mechanics::parking","",85,[[["map",3],["timer",3]],[["parkedcar",3],["vec",3]]]],[11,"get_free_onstreet_spots","","",85,[[["laneid",3]],[["vec",3],["parkingspot",4]]]],[11,"get_free_offstreet_spots","","",85,[[["buildingid",3]],[["vec",3],["parkingspot",4]]]],[11,"get_free_lot_spots","","",85,[[["parkinglotid",3]],[["vec",3],["parkingspot",4]]]],[11,"reserve_spot","","",85,[[["parkingspot",4]]]],[11,"remove_parked_car","","",85,[[["parkedcar",3]]]],[11,"add_parked_car","","",85,[[["parkedcar",3]]]],[11,"get_draw_cars","","",85,[[["map",3],["laneid",3]],[["vec",3],["drawcarinput",3]]]],[11,"get_draw_cars_in_lots","","",85,[[["map",3],["laneid",3]],[["vec",3],["drawcarinput",3]]]],[11,"get_draw_car","","",85,[[["map",3],["carid",3]],[["option",4],["drawcarinput",3]]]],[11,"canonical_pt","","",85,[[["map",3],["carid",3]],[["option",4],["pt2d",3]]]],[11,"get_all_draw_cars","","",85,[[["map",3]],[["vec",3],["drawcarinput",3]]]],[11,"is_free","","",85,[[["parkingspot",4]]]],[11,"get_car_at_spot","","",85,[[["parkingspot",4]],[["option",4],["parkedcar",3]]]],[11,"get_all_free_spots","","",85,[[["vehicle",3],["buildingid",3],["position",3],["map",3]],["vec",3]]],[11,"spot_to_driving_pos","","",85,[[["parkingspot",4],["vehicle",3],["map",3]],["position",3]]],[11,"spot_to_sidewalk_pos","","",85,[[["parkingspot",4],["map",3]],["position",3]]],[11,"get_owner_of_car","","",85,[[["carid",3]],[["option",4],["personid",3]]]],[11,"lookup_parked_car","","",85,[[["carid",3]],[["option",4],["parkedcar",3]]]],[11,"get_all_parking_spots","","",85,[[]]],[11,"path_to_free_parking_spot","","",85,[[["vehicle",3],["buildingid",3],["laneid",3],["map",3]],["option",4]]],[11,"collect_events","","",85,[[],[["event",4],["vec",3]]]],[11,"all_parked_car_positions","","",85,[[["map",3]],["vec",3]]],[11,"bldg_to_parked_cars","","",85,[[["buildingid",3]],[["vec",3],["carid",3]]]],[11,"handle_live_edits","","",82,[[["map",3],["timer",3]],[["parkedcar",3],["vec",3]]]],[11,"get_free_onstreet_spots","","",82,[[["laneid",3]],[["vec",3],["parkingspot",4]]]],[11,"get_free_offstreet_spots","","",82,[[["buildingid",3]],[["vec",3],["parkingspot",4]]]],[11,"get_free_lot_spots","","",82,[[["parkinglotid",3]],[["vec",3],["parkingspot",4]]]],[11,"reserve_spot","","",82,[[["parkingspot",4]]]],[11,"remove_parked_car","","",82,[[["parkedcar",3]]]],[11,"add_parked_car","","",82,[[["parkedcar",3]]]],[11,"get_draw_cars","","",82,[[["map",3],["laneid",3]],[["vec",3],["drawcarinput",3]]]],[11,"get_draw_cars_in_lots","","",82,[[["map",3],["laneid",3]],[["vec",3],["drawcarinput",3]]]],[11,"get_draw_car","","",82,[[["map",3],["carid",3]],[["option",4],["drawcarinput",3]]]],[11,"canonical_pt","","",82,[[["map",3],["carid",3]],[["option",4],["pt2d",3]]]],[11,"get_all_draw_cars","","",82,[[["map",3]],[["vec",3],["drawcarinput",3]]]],[11,"is_free","","",82,[[["parkingspot",4]]]],[11,"get_car_at_spot","","",82,[[["parkingspot",4]],[["option",4],["parkedcar",3]]]],[11,"get_all_free_spots","","",82,[[["vehicle",3],["buildingid",3],["position",3],["map",3]],["vec",3]]],[11,"spot_to_driving_pos","","",82,[[["parkingspot",4],["vehicle",3],["map",3]],["position",3]]],[11,"spot_to_sidewalk_pos","","",82,[[["parkingspot",4],["map",3]],["position",3]]],[11,"get_owner_of_car","","",82,[[["carid",3]],[["option",4],["personid",3]]]],[11,"lookup_parked_car","","",82,[[["carid",3]],[["option",4],["parkedcar",3]]]],[11,"get_all_parking_spots","","",82,[[]]],[11,"path_to_free_parking_spot","","",82,[[["vehicle",3],["buildingid",3],["laneid",3],["map",3]],["option",4]]],[11,"collect_events","","",82,[[],[["event",4],["vec",3]]]],[11,"all_parked_car_positions","","",82,[[["map",3]],["vec",3]]],[11,"bldg_to_parked_cars","","",82,[[["buildingid",3]],[["vec",3],["carid",3]]]],[11,"handle_live_edits","","",84,[[["map",3],["timer",3]],[["parkedcar",3],["vec",3]]]],[11,"get_free_onstreet_spots","","",84,[[["laneid",3]],[["vec",3],["parkingspot",4]]]],[11,"get_free_offstreet_spots","","",84,[[["buildingid",3]],[["vec",3],["parkingspot",4]]]],[11,"get_free_lot_spots","","",84,[[["parkinglotid",3]],[["vec",3],["parkingspot",4]]]],[11,"reserve_spot","","",84,[[["parkingspot",4]]]],[11,"remove_parked_car","","",84,[[["parkedcar",3]]]],[11,"add_parked_car","","",84,[[["parkedcar",3]]]],[11,"get_draw_cars","","",84,[[["map",3],["laneid",3]],[["vec",3],["drawcarinput",3]]]],[11,"get_draw_cars_in_lots","","",84,[[["map",3],["laneid",3]],[["vec",3],["drawcarinput",3]]]],[11,"get_draw_car","","",84,[[["map",3],["carid",3]],[["option",4],["drawcarinput",3]]]],[11,"canonical_pt","","",84,[[["map",3],["carid",3]],[["option",4],["pt2d",3]]]],[11,"get_all_draw_cars","","",84,[[["map",3]],[["vec",3],["drawcarinput",3]]]],[11,"is_free","","",84,[[["parkingspot",4]]]],[11,"get_car_at_spot","","",84,[[["parkingspot",4]],[["option",4],["parkedcar",3]]]],[11,"get_all_free_spots","","",84,[[["vehicle",3],["buildingid",3],["position",3],["map",3]],["vec",3]]],[11,"spot_to_driving_pos","","",84,[[["parkingspot",4],["vehicle",3],["map",3]],["position",3]]],[11,"spot_to_sidewalk_pos","","",84,[[["parkingspot",4],["map",3]],["position",3]]],[11,"get_owner_of_car","","",84,[[["carid",3]],[["option",4],["personid",3]]]],[11,"lookup_parked_car","","",84,[[["carid",3]],[["option",4],["parkedcar",3]]]],[11,"get_all_parking_spots","","",84,[[]]],[11,"path_to_free_parking_spot","","",84,[[["vehicle",3],["buildingid",3],["laneid",3],["map",3]],["option",4]]],[11,"collect_events","","",84,[[],[["event",4],["vec",3]]]],[11,"all_parked_car_positions","","",84,[[["map",3]],["vec",3]]],[11,"bldg_to_parked_cars","","",84,[[["buildingid",3]],[["vec",3],["carid",3]]]],[11,"from","","",85,[[["normalparkingsimstate",3]],["parkingsimstate",4]]],[11,"from","","",85,[[["infiniteparkingsimstate",3]],["parkingsimstate",4]]],[11,"from","sim::pandemic","",91,[[["time",3]],["anytime",3]]],[11,"from","","",91,[[],["anytime",3]]],[11,"into","","",91,[[],["time",3]]],[11,"clone","sim","",0,[[],["analytics",3]]],[11,"clone","sim::analytics","",67,[[],["timeseriescount",3]]],[11,"clone","sim::cap","",69,[[],["capsimstate",3]]],[11,"clone","","",70,[[],["zone",3]]],[11,"clone","sim::events","",71,[[],["event",4]]],[11,"clone","sim","",35,[[],["alertlocation",4]]],[11,"clone","","",36,[[],["tripphasetype",4]]],[11,"clone","","",9,[[],["scenariogenerator",3]]],[11,"clone","","",11,[[],["spawnovertime",3]]],[11,"clone","","",2,[[],["borderspawnovertime",3]]],[11,"clone","","",38,[[],["origindestination",4]]],[11,"clone","","",10,[[],["simflags",3]]],[11,"clone","","",39,[[],["scenariomodifier",4]]],[11,"clone","","",8,[[],["scenario",3]]],[11,"clone","","",7,[[],["personspec",3]]],[11,"clone","","",5,[[],["individtrip",3]]],[11,"clone","","",41,[[],["spawntrip",4]]],[11,"clone","","",6,[[],["offmaplocation",3]]],[11,"clone","","",45,[[],["trippurpose",4]]],[11,"clone","","",46,[[],["tripspec",4]]],[11,"clone","sim::mechanics::car","",73,[[],["car",3]]],[11,"clone","","",74,[[],["carstate",4]]],[11,"clone","sim::mechanics::driving","",77,[[],["drivingsimstate",3]]],[11,"clone","sim::mechanics::intersection","",78,[[],["intersectionsimstate",3]]],[11,"clone","","",79,[[],["state",3]]],[11,"clone","","",80,[[],["signalstate",3]]],[11,"clone","","",81,[[],["request",3]]],[11,"clone","sim::mechanics::parking","",85,[[],["parkingsimstate",4]]],[11,"clone","","",82,[[],["normalparkingsimstate",3]]],[11,"clone","","",83,[[],["parkinglane",3]]],[11,"clone","","",84,[[],["infiniteparkingsimstate",3]]],[11,"clone","sim::mechanics::queue","",87,[[],["queue",3]]],[11,"clone","sim::mechanics::walking","",88,[[],["walkingsimstate",3]]],[11,"clone","","",89,[[],["pedestrian",3]]],[11,"clone","","",90,[[],["pedstate",4]]],[11,"clone","sim::pandemic::pandemic","",95,[[],["pandemicmodel",3]]],[11,"clone","","",97,[[],["cmd",4]]],[11,"clone","","",96,[[],["sharedspace",3]]],[11,"clone","sim::pandemic","",91,[[],["anytime",3]]],[11,"clone","","",93,[[],["stateevent",4]]],[11,"clone","","",92,[[],["event",3]]],[11,"clone","","",94,[[],["state",4]]],[11,"clone","sim","",20,[[],["drawpedestrianinput",3]]],[11,"clone","","",60,[[],["pedcrowdlocation",4]]],[11,"clone","","",18,[[],["drawcarinput",3]]],[11,"clone","","",59,[[],["carstatus",4]]],[11,"clone","sim::router","",99,[[],["router",3]]],[11,"clone","","",101,[[],["goal",4]]],[11,"clone","sim::scheduler","",108,[[],["command",4]]],[11,"clone","","",109,[[],["commandtype",4]]],[11,"clone","","",106,[[],["item",3]]],[11,"clone","","",107,[[],["scheduler",3]]],[11,"clone","sim","",14,[[],["sim",3]]],[11,"clone","","",15,[[],["simoptions",3]]],[11,"clone","","",54,[[],["alerthandler",4]]],[11,"clone","sim::transit","",112,[[],["stop",3]]],[11,"clone","","",113,[[],["route",3]]],[11,"clone","","",114,[[],["bus",3]]],[11,"clone","","",116,[[],["busstate",4]]],[11,"clone","","",115,[[],["transitsimstate",3]]],[11,"clone","sim::trips","",117,[[],["tripmanager",3]]],[11,"clone","","",118,[[],["trip",3]]],[11,"clone","sim","",17,[[],["tripinfo",3]]],[11,"clone","sim::trips","",119,[[],["tripleg",4]]],[11,"clone","sim","",58,[[],["tripmode",4]]],[11,"clone","","",57,[[],["tripendpoint",4]]],[11,"clone","","",16,[[],["person",3]]],[11,"clone","","",55,[[],["personstate",4]]],[11,"clone","","",22,[[],["carid",3]]],[11,"clone","","",23,[[],["pedestrianid",3]]],[11,"clone","","",61,[[],["agentid",4]]],[11,"clone","","",62,[[],["agenttype",4]]],[11,"clone","","",24,[[],["tripid",3]]],[11,"clone","","",25,[[],["personid",3]]],[11,"clone","","",26,[[],["origpersonid",3]]],[11,"clone","","",63,[[],["vehicletype",4]]],[11,"clone","","",27,[[],["vehicle",3]]],[11,"clone","","",28,[[],["vehiclespec",3]]],[11,"clone","","",64,[[],["parkingspot",4]]],[11,"clone","","",29,[[],["parkedcar",3]]],[11,"clone","","",65,[[],["drivinggoal",4]]],[11,"clone","","",30,[[],["sidewalkspot",3]]],[11,"clone","","",66,[[],["sidewalkpoi",4]]],[11,"clone","","",31,[[],["timeinterval",3]]],[11,"clone","","",32,[[],["distanceinterval",3]]],[11,"clone","","",33,[[],["createpedestrian",3]]],[11,"clone","","",34,[[],["createcar",3]]],[11,"default","","",0,[[],["analytics",3]]],[11,"default","","",15,[[],["simoptions",3]]],[11,"default","","",54,[[],["alerthandler",4]]],[11,"cmp","","",39,[[["scenariomodifier",4]],["ordering",4]]],[11,"cmp","","",6,[[["offmaplocation",3]],["ordering",4]]],[11,"cmp","sim::mechanics::intersection","",81,[[["request",3]],["ordering",4]]],[11,"cmp","sim::pandemic::pandemic","",97,[[["cmd",4]],["ordering",4]]],[11,"cmp","sim::scheduler","",109,[[["commandtype",4]],["ordering",4]]],[11,"cmp","","",106,[[["item",3]],["ordering",4]]],[11,"cmp","sim","",58,[[["tripmode",4]],["ordering",4]]],[11,"cmp","","",57,[[["tripendpoint",4]],["ordering",4]]],[11,"cmp","","",22,[[["carid",3]],["ordering",4]]],[11,"cmp","","",23,[[["pedestrianid",3]],["ordering",4]]],[11,"cmp","","",61,[[["agentid",4]],["ordering",4]]],[11,"cmp","","",62,[[["agenttype",4]],["ordering",4]]],[11,"cmp","","",24,[[["tripid",3]],["ordering",4]]],[11,"cmp","","",25,[[["personid",3]],["ordering",4]]],[11,"cmp","","",26,[[["origpersonid",3]],["ordering",4]]],[11,"cmp","","",63,[[["vehicletype",4]],["ordering",4]]],[11,"cmp","","",64,[[["parkingspot",4]],["ordering",4]]],[11,"cmp","","",66,[[["sidewalkpoi",4]],["ordering",4]]],[11,"eq","sim::events","",71,[[["event",4]]]],[11,"ne","","",71,[[["event",4]]]],[11,"eq","sim","",35,[[["alertlocation",4]]]],[11,"ne","","",35,[[["alertlocation",4]]]],[11,"eq","","",36,[[["tripphasetype",4]]]],[11,"ne","","",36,[[["tripphasetype",4]]]],[11,"eq","","",39,[[["scenariomodifier",4]]]],[11,"ne","","",39,[[["scenariomodifier",4]]]],[11,"eq","","",6,[[["offmaplocation",3]]]],[11,"ne","","",6,[[["offmaplocation",3]]]],[11,"eq","","",46,[[["tripspec",4]]]],[11,"ne","","",46,[[["tripspec",4]]]],[11,"eq","sim::mechanics::intersection","",81,[[["request",3]]]],[11,"ne","","",81,[[["request",3]]]],[11,"eq","sim::pandemic::pandemic","",97,[[["cmd",4]]]],[11,"ne","","",97,[[["cmd",4]]]],[11,"eq","sim::pandemic","",91,[[["anytime",3]]]],[11,"ne","","",91,[[["anytime",3]]]],[11,"eq","sim","",59,[[["carstatus",4]]]],[11,"eq","sim::router","",99,[[["router",3]]]],[11,"ne","","",99,[[["router",3]]]],[11,"eq","","",101,[[["goal",4]]]],[11,"ne","","",101,[[["goal",4]]]],[11,"eq","sim::scheduler","",108,[[["command",4]]]],[11,"ne","","",108,[[["command",4]]]],[11,"eq","","",109,[[["commandtype",4]]]],[11,"ne","","",109,[[["commandtype",4]]]],[11,"eq","","",106,[[["item",3]]]],[11,"ne","","",106,[[["item",3]]]],[11,"eq","sim::trips","",119,[[["tripleg",4]]]],[11,"ne","","",119,[[["tripleg",4]]]],[11,"eq","sim","",58,[[["tripmode",4]]]],[11,"eq","","",57,[[["tripendpoint",4]]]],[11,"ne","","",57,[[["tripendpoint",4]]]],[11,"eq","","",55,[[["personstate",4]]]],[11,"ne","","",55,[[["personstate",4]]]],[11,"eq","","",22,[[["carid",3]]]],[11,"ne","","",22,[[["carid",3]]]],[11,"eq","","",23,[[["pedestrianid",3]]]],[11,"ne","","",23,[[["pedestrianid",3]]]],[11,"eq","","",61,[[["agentid",4]]]],[11,"ne","","",61,[[["agentid",4]]]],[11,"eq","","",62,[[["agenttype",4]]]],[11,"eq","","",24,[[["tripid",3]]]],[11,"ne","","",24,[[["tripid",3]]]],[11,"eq","","",25,[[["personid",3]]]],[11,"ne","","",25,[[["personid",3]]]],[11,"eq","","",26,[[["origpersonid",3]]]],[11,"ne","","",26,[[["origpersonid",3]]]],[11,"eq","","",63,[[["vehicletype",4]]]],[11,"eq","","",27,[[["vehicle",3]]]],[11,"ne","","",27,[[["vehicle",3]]]],[11,"eq","","",28,[[["vehiclespec",3]]]],[11,"ne","","",28,[[["vehiclespec",3]]]],[11,"eq","","",64,[[["parkingspot",4]]]],[11,"ne","","",64,[[["parkingspot",4]]]],[11,"eq","","",29,[[["parkedcar",3]]]],[11,"ne","","",29,[[["parkedcar",3]]]],[11,"eq","","",65,[[["drivinggoal",4]]]],[11,"ne","","",65,[[["drivinggoal",4]]]],[11,"eq","","",30,[[["sidewalkspot",3]]]],[11,"ne","","",30,[[["sidewalkspot",3]]]],[11,"eq","","",66,[[["sidewalkpoi",4]]]],[11,"ne","","",66,[[["sidewalkpoi",4]]]],[11,"eq","","",31,[[["timeinterval",3]]]],[11,"ne","","",31,[[["timeinterval",3]]]],[11,"eq","","",32,[[["distanceinterval",3]]]],[11,"ne","","",32,[[["distanceinterval",3]]]],[11,"eq","","",33,[[["createpedestrian",3]]]],[11,"ne","","",33,[[["createpedestrian",3]]]],[11,"eq","","",34,[[["createcar",3]]]],[11,"ne","","",34,[[["createcar",3]]]],[11,"partial_cmp","","",39,[[["scenariomodifier",4]],[["option",4],["ordering",4]]]],[11,"lt","","",39,[[["scenariomodifier",4]]]],[11,"le","","",39,[[["scenariomodifier",4]]]],[11,"gt","","",39,[[["scenariomodifier",4]]]],[11,"ge","","",39,[[["scenariomodifier",4]]]],[11,"partial_cmp","","",6,[[["offmaplocation",3]],[["option",4],["ordering",4]]]],[11,"lt","","",6,[[["offmaplocation",3]]]],[11,"le","","",6,[[["offmaplocation",3]]]],[11,"gt","","",6,[[["offmaplocation",3]]]],[11,"ge","","",6,[[["offmaplocation",3]]]],[11,"partial_cmp","sim::mechanics::intersection","",81,[[["request",3]],[["option",4],["ordering",4]]]],[11,"lt","","",81,[[["request",3]]]],[11,"le","","",81,[[["request",3]]]],[11,"gt","","",81,[[["request",3]]]],[11,"ge","","",81,[[["request",3]]]],[11,"partial_cmp","sim::pandemic::pandemic","",97,[[["cmd",4]],[["option",4],["ordering",4]]]],[11,"lt","","",97,[[["cmd",4]]]],[11,"le","","",97,[[["cmd",4]]]],[11,"gt","","",97,[[["cmd",4]]]],[11,"ge","","",97,[[["cmd",4]]]],[11,"partial_cmp","sim::pandemic","",91,[[["anytime",3]],[["option",4],["ordering",4]]]],[11,"lt","","",91,[[["anytime",3]]]],[11,"le","","",91,[[["anytime",3]]]],[11,"gt","","",91,[[["anytime",3]]]],[11,"ge","","",91,[[["anytime",3]]]],[11,"partial_cmp","sim::scheduler","",109,[[["commandtype",4]],[["option",4],["ordering",4]]]],[11,"lt","","",109,[[["commandtype",4]]]],[11,"le","","",109,[[["commandtype",4]]]],[11,"gt","","",109,[[["commandtype",4]]]],[11,"ge","","",109,[[["commandtype",4]]]],[11,"partial_cmp","","",106,[[["item",3]],[["ordering",4],["option",4]]]],[11,"partial_cmp","sim","",58,[[["tripmode",4]],[["option",4],["ordering",4]]]],[11,"partial_cmp","","",57,[[["tripendpoint",4]],[["option",4],["ordering",4]]]],[11,"lt","","",57,[[["tripendpoint",4]]]],[11,"le","","",57,[[["tripendpoint",4]]]],[11,"gt","","",57,[[["tripendpoint",4]]]],[11,"ge","","",57,[[["tripendpoint",4]]]],[11,"partial_cmp","","",22,[[["carid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",22,[[["carid",3]]]],[11,"le","","",22,[[["carid",3]]]],[11,"gt","","",22,[[["carid",3]]]],[11,"ge","","",22,[[["carid",3]]]],[11,"partial_cmp","","",23,[[["pedestrianid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",23,[[["pedestrianid",3]]]],[11,"le","","",23,[[["pedestrianid",3]]]],[11,"gt","","",23,[[["pedestrianid",3]]]],[11,"ge","","",23,[[["pedestrianid",3]]]],[11,"partial_cmp","","",61,[[["agentid",4]],[["option",4],["ordering",4]]]],[11,"lt","","",61,[[["agentid",4]]]],[11,"le","","",61,[[["agentid",4]]]],[11,"gt","","",61,[[["agentid",4]]]],[11,"ge","","",61,[[["agentid",4]]]],[11,"partial_cmp","","",62,[[["agenttype",4]],[["option",4],["ordering",4]]]],[11,"partial_cmp","","",24,[[["tripid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",24,[[["tripid",3]]]],[11,"le","","",24,[[["tripid",3]]]],[11,"gt","","",24,[[["tripid",3]]]],[11,"ge","","",24,[[["tripid",3]]]],[11,"partial_cmp","","",25,[[["personid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",25,[[["personid",3]]]],[11,"le","","",25,[[["personid",3]]]],[11,"gt","","",25,[[["personid",3]]]],[11,"ge","","",25,[[["personid",3]]]],[11,"partial_cmp","","",26,[[["origpersonid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",26,[[["origpersonid",3]]]],[11,"le","","",26,[[["origpersonid",3]]]],[11,"gt","","",26,[[["origpersonid",3]]]],[11,"ge","","",26,[[["origpersonid",3]]]],[11,"partial_cmp","","",63,[[["vehicletype",4]],[["option",4],["ordering",4]]]],[11,"partial_cmp","","",64,[[["parkingspot",4]],[["option",4],["ordering",4]]]],[11,"lt","","",64,[[["parkingspot",4]]]],[11,"le","","",64,[[["parkingspot",4]]]],[11,"gt","","",64,[[["parkingspot",4]]]],[11,"ge","","",64,[[["parkingspot",4]]]],[11,"partial_cmp","","",66,[[["sidewalkpoi",4]],[["option",4],["ordering",4]]]],[11,"lt","","",66,[[["sidewalkpoi",4]]]],[11,"le","","",66,[[["sidewalkpoi",4]]]],[11,"gt","","",66,[[["sidewalkpoi",4]]]],[11,"ge","","",66,[[["sidewalkpoi",4]]]],[11,"fmt","","",1,[[["formatter",3]],["result",6]]],[11,"fmt","sim::events","",71,[[["formatter",3]],["result",6]]],[11,"fmt","sim","",35,[[["formatter",3]],["result",6]]],[11,"fmt","","",36,[[["formatter",3]],["result",6]]],[11,"fmt","","",9,[[["formatter",3]],["result",6]]],[11,"fmt","","",11,[[["formatter",3]],["result",6]]],[11,"fmt","","",2,[[["formatter",3]],["result",6]]],[11,"fmt","","",38,[[["formatter",3]],["result",6]]],[11,"fmt","","",8,[[["formatter",3]],["result",6]]],[11,"fmt","","",7,[[["formatter",3]],["result",6]]],[11,"fmt","","",5,[[["formatter",3]],["result",6]]],[11,"fmt","","",41,[[["formatter",3]],["result",6]]],[11,"fmt","","",6,[[["formatter",3]],["result",6]]],[11,"fmt","","",45,[[["formatter",3]],["result",6]]],[11,"fmt","","",46,[[["formatter",3]],["result",6]]],[11,"fmt","sim::mechanics::car","",73,[[["formatter",3]],["result",6]]],[11,"fmt","","",74,[[["formatter",3]],["result",6]]],[11,"fmt","sim::mechanics::intersection","",81,[[["formatter",3]],["result",6]]],[11,"fmt","sim::mechanics::walking","",90,[[["formatter",3]],["result",6]]],[11,"fmt","sim::pandemic::pandemic","",97,[[["formatter",3]],["result",6]]],[11,"fmt","sim::pandemic","",91,[[["formatter",3]],["result",6]]],[11,"fmt","","",93,[[["formatter",3]],["result",6]]],[11,"fmt","","",92,[[["formatter",3]],["result",6]]],[11,"fmt","","",94,[[["formatter",3]],["result",6]]],[11,"fmt","sim::router","",99,[[["formatter",3]],["result",6]]],[11,"fmt","","",100,[[["formatter",3]],["result",6]]],[11,"fmt","","",101,[[["formatter",3]],["result",6]]],[11,"fmt","sim::scheduler","",108,[[["formatter",3]],["result",6]]],[11,"fmt","","",109,[[["formatter",3]],["result",6]]],[11,"fmt","sim::trips","",117,[[["formatter",3]],["result",6]]],[11,"fmt","","",118,[[["formatter",3]],["result",6]]],[11,"fmt","sim","",17,[[["formatter",3]],["result",6]]],[11,"fmt","sim::trips","",119,[[["formatter",3]],["result",6]]],[11,"fmt","sim","",58,[[["formatter",3]],["result",6]]],[11,"fmt","","",57,[[["formatter",3]],["result",6]]],[11,"fmt","","",16,[[["formatter",3]],["result",6]]],[11,"fmt","","",55,[[["formatter",3]],["result",6]]],[11,"fmt","","",22,[[["formatter",3]],["result",6]]],[11,"fmt","","",23,[[["formatter",3]],["result",6]]],[11,"fmt","","",61,[[["formatter",3]],["result",6]]],[11,"fmt","","",62,[[["formatter",3]],["result",6]]],[11,"fmt","","",24,[[["formatter",3]],["result",6]]],[11,"fmt","","",25,[[["formatter",3]],["result",6]]],[11,"fmt","","",26,[[["formatter",3]],["result",6]]],[11,"fmt","","",63,[[["formatter",3]],["result",6]]],[11,"fmt","","",27,[[["formatter",3]],["result",6]]],[11,"fmt","","",28,[[["formatter",3]],["result",6]]],[11,"fmt","","",64,[[["formatter",3]],["result",6]]],[11,"fmt","","",29,[[["formatter",3]],["result",6]]],[11,"fmt","","",65,[[["formatter",3]],["result",6]]],[11,"fmt","","",30,[[["formatter",3]],["result",6]]],[11,"fmt","","",66,[[["formatter",3]],["result",6]]],[11,"fmt","","",31,[[["formatter",3]],["result",6]]],[11,"fmt","","",32,[[["formatter",3]],["result",6]]],[11,"fmt","","",33,[[["formatter",3]],["result",6]]],[11,"fmt","","",34,[[["formatter",3]],["result",6]]],[11,"fmt","","",45,[[["formatter",3]],["result",6]]],[11,"fmt","","",22,[[["formatter",3]],["result",6]]],[11,"fmt","","",23,[[["formatter",3]],["result",6]]],[11,"fmt","","",61,[[["formatter",3]],["result",6]]],[11,"fmt","","",24,[[["formatter",3]],["result",6]]],[11,"fmt","","",25,[[["formatter",3]],["result",6]]],[11,"fmt","","",63,[[["formatter",3]],["result",6]]],[11,"sub","sim::pandemic","",91,[[["duration",3]],["anytime",3]]],[11,"sub","","",91,[[["anytime",3]],["duration",3]]],[11,"add","","",91,[[["duration",3]],["anytime",3]]],[11,"add_assign","","",91,[[["duration",3]]]],[11,"hash","sim","",22,[[]]],[11,"hash","","",23,[[]]],[11,"hash","","",61,[[]]],[11,"hash","","",62,[[]]],[11,"hash","","",24,[[]]],[11,"hash","","",25,[[]]],[11,"hash","","",26,[[]]],[11,"hash","","",63,[[]]],[11,"try_into","sim::mechanics::parking","",85,[[],[["normalparkingsimstate",3],["result",4]]]],[11,"try_into","","",85,[[],[["result",4],["infiniteparkingsimstate",3]]]],[11,"serialize","sim","",0,[[],["result",4]]],[11,"serialize","sim::analytics","",67,[[],["result",4]]],[11,"serialize","sim::cap","",69,[[],["result",4]]],[11,"serialize","","",70,[[],["result",4]]],[11,"serialize","sim::events","",71,[[],["result",4]]],[11,"serialize","sim","",35,[[],["result",4]]],[11,"serialize","","",36,[[],["result",4]]],[11,"serialize","","",9,[[],["result",4]]],[11,"serialize","","",11,[[],["result",4]]],[11,"serialize","","",2,[[],["result",4]]],[11,"serialize","","",38,[[],["result",4]]],[11,"serialize","","",8,[[],["result",4]]],[11,"serialize","","",7,[[],["result",4]]],[11,"serialize","","",5,[[],["result",4]]],[11,"serialize","","",41,[[],["result",4]]],[11,"serialize","","",6,[[],["result",4]]],[11,"serialize","","",45,[[],["result",4]]],[11,"serialize","","",46,[[],["result",4]]],[11,"serialize","sim::mechanics::car","",73,[[],["result",4]]],[11,"serialize","","",74,[[],["result",4]]],[11,"serialize","sim::mechanics::driving","",77,[[],["result",4]]],[11,"serialize","sim::mechanics::intersection","",78,[[],["result",4]]],[11,"serialize","","",79,[[],["result",4]]],[11,"serialize","","",80,[[],["result",4]]],[11,"serialize","","",81,[[],["result",4]]],[11,"serialize","sim::mechanics::parking","",85,[[],["result",4]]],[11,"serialize","","",82,[[],["result",4]]],[11,"serialize","","",83,[[],["result",4]]],[11,"serialize","","",84,[[],["result",4]]],[11,"serialize","sim::mechanics::queue","",87,[[],["result",4]]],[11,"serialize","sim::mechanics::walking","",88,[[],["result",4]]],[11,"serialize","","",89,[[],["result",4]]],[11,"serialize","","",90,[[],["result",4]]],[11,"serialize","sim::pandemic::pandemic","",97,[[],["result",4]]],[11,"serialize","sim::router","",99,[[],["result",4]]],[11,"serialize","","",101,[[],["result",4]]],[11,"serialize","sim::scheduler","",108,[[],["result",4]]],[11,"serialize","","",109,[[],["result",4]]],[11,"serialize","","",106,[[],["result",4]]],[11,"serialize","","",107,[[],["result",4]]],[11,"serialize","sim","",14,[[],["result",4]]],[11,"serialize","sim::transit","",112,[[],["result",4]]],[11,"serialize","","",113,[[],["result",4]]],[11,"serialize","","",114,[[],["result",4]]],[11,"serialize","","",116,[[],["result",4]]],[11,"serialize","","",115,[[],["result",4]]],[11,"serialize","sim::trips","",117,[[],["result",4]]],[11,"serialize","","",118,[[],["result",4]]],[11,"serialize","sim","",17,[[],["result",4]]],[11,"serialize","sim::trips","",119,[[],["result",4]]],[11,"serialize","sim","",58,[[],["result",4]]],[11,"serialize","","",57,[[],["result",4]]],[11,"serialize","","",16,[[],["result",4]]],[11,"serialize","","",55,[[],["result",4]]],[11,"serialize","","",22,[[],["result",4]]],[11,"serialize","","",23,[[],["result",4]]],[11,"serialize","","",61,[[],["result",4]]],[11,"serialize","","",62,[[],["result",4]]],[11,"serialize","","",24,[[],["result",4]]],[11,"serialize","","",25,[[],["result",4]]],[11,"serialize","","",26,[[],["result",4]]],[11,"serialize","","",63,[[],["result",4]]],[11,"serialize","","",27,[[],["result",4]]],[11,"serialize","","",28,[[],["result",4]]],[11,"serialize","","",64,[[],["result",4]]],[11,"serialize","","",29,[[],["result",4]]],[11,"serialize","","",65,[[],["result",4]]],[11,"serialize","","",30,[[],["result",4]]],[11,"serialize","","",66,[[],["result",4]]],[11,"serialize","","",31,[[],["result",4]]],[11,"serialize","","",32,[[],["result",4]]],[11,"serialize","","",33,[[],["result",4]]],[11,"serialize","","",34,[[],["result",4]]],[11,"deserialize","","",0,[[],["result",4]]],[11,"deserialize","sim::analytics","",67,[[],["result",4]]],[11,"deserialize","sim::cap","",69,[[],["result",4]]],[11,"deserialize","","",70,[[],["result",4]]],[11,"deserialize","sim::events","",71,[[],["result",4]]],[11,"deserialize","sim","",35,[[],["result",4]]],[11,"deserialize","","",36,[[],["result",4]]],[11,"deserialize","","",3,[[],["result",4]]],[11,"deserialize","","",4,[[],["result",4]]],[11,"deserialize","","",37,[[],["result",4]]],[11,"deserialize","","",9,[[],["result",4]]],[11,"deserialize","","",11,[[],["result",4]]],[11,"deserialize","","",2,[[],["result",4]]],[11,"deserialize","","",38,[[],["result",4]]],[11,"deserialize","","",39,[[],["result",4]]],[11,"deserialize","","",8,[[],["result",4]]],[11,"deserialize","","",7,[[],["result",4]]],[11,"deserialize","","",5,[[],["result",4]]],[11,"deserialize","","",41,[[],["result",4]]],[11,"deserialize","","",6,[[],["result",4]]],[11,"deserialize","","",45,[[],["result",4]]],[11,"deserialize","","",46,[[],["result",4]]],[11,"deserialize","sim::mechanics::car","",73,[[],["result",4]]],[11,"deserialize","","",74,[[],["result",4]]],[11,"deserialize","sim::mechanics::driving","",77,[[],["result",4]]],[11,"deserialize","sim::mechanics::intersection","",78,[[],["result",4]]],[11,"deserialize","","",79,[[],["result",4]]],[11,"deserialize","","",80,[[],["result",4]]],[11,"deserialize","","",81,[[],["result",4]]],[11,"deserialize","sim::mechanics::parking","",85,[[],["result",4]]],[11,"deserialize","","",82,[[],["result",4]]],[11,"deserialize","","",83,[[],["result",4]]],[11,"deserialize","","",84,[[],["result",4]]],[11,"deserialize","sim::mechanics::queue","",87,[[],["result",4]]],[11,"deserialize","sim::mechanics::walking","",88,[[],["result",4]]],[11,"deserialize","","",89,[[],["result",4]]],[11,"deserialize","","",90,[[],["result",4]]],[11,"deserialize","sim::pandemic::pandemic","",97,[[],["result",4]]],[11,"deserialize","sim::router","",99,[[],["result",4]]],[11,"deserialize","","",101,[[],["result",4]]],[11,"deserialize","sim::scheduler","",108,[[],["result",4]]],[11,"deserialize","","",109,[[],["result",4]]],[11,"deserialize","","",106,[[],["result",4]]],[11,"deserialize","","",107,[[],["result",4]]],[11,"deserialize","sim","",14,[[],["result",4]]],[11,"deserialize","sim::transit","",112,[[],["result",4]]],[11,"deserialize","","",113,[[],["result",4]]],[11,"deserialize","","",114,[[],["result",4]]],[11,"deserialize","","",116,[[],["result",4]]],[11,"deserialize","","",115,[[],["result",4]]],[11,"deserialize","sim::trips","",117,[[],["result",4]]],[11,"deserialize","","",118,[[],["result",4]]],[11,"deserialize","sim","",17,[[],["result",4]]],[11,"deserialize","sim::trips","",119,[[],["result",4]]],[11,"deserialize","sim","",58,[[],["result",4]]],[11,"deserialize","","",57,[[],["result",4]]],[11,"deserialize","","",16,[[],["result",4]]],[11,"deserialize","","",55,[[],["result",4]]],[11,"deserialize","","",22,[[],["result",4]]],[11,"deserialize","","",23,[[],["result",4]]],[11,"deserialize","","",61,[[],["result",4]]],[11,"deserialize","","",62,[[],["result",4]]],[11,"deserialize","","",24,[[],["result",4]]],[11,"deserialize","","",25,[[],["result",4]]],[11,"deserialize","","",26,[[],["result",4]]],[11,"deserialize","","",63,[[],["result",4]]],[11,"deserialize","","",27,[[],["result",4]]],[11,"deserialize","","",28,[[],["result",4]]],[11,"deserialize","","",64,[[],["result",4]]],[11,"deserialize","","",29,[[],["result",4]]],[11,"deserialize","","",65,[[],["result",4]]],[11,"deserialize","","",30,[[],["result",4]]],[11,"deserialize","","",66,[[],["result",4]]],[11,"deserialize","","",31,[[],["result",4]]],[11,"deserialize","","",32,[[],["result",4]]],[11,"deserialize","","",33,[[],["result",4]]],[11,"deserialize","","",34,[[],["result",4]]]],"p":[[3,"Analytics"],[3,"TripPhase"],[3,"BorderSpawnOverTime"],[3,"ExternalPerson"],[3,"ExternalTrip"],[3,"IndividTrip"],[3,"OffMapLocation"],[3,"PersonSpec"],[3,"Scenario"],[3,"ScenarioGenerator"],[3,"SimFlags"],[3,"SpawnOverTime"],[3,"TripSpawner"],[3,"AgentProperties"],[3,"Sim"],[3,"SimOptions"],[3,"Person"],[3,"TripInfo"],[3,"DrawCarInput"],[3,"DrawPedCrowdInput"],[3,"DrawPedestrianInput"],[3,"UnzoomedAgent"],[3,"CarID"],[3,"PedestrianID"],[3,"TripID"],[3,"PersonID"],[3,"OrigPersonID"],[3,"Vehicle"],[3,"VehicleSpec"],[3,"ParkedCar"],[3,"SidewalkSpot"],[3,"TimeInterval"],[3,"DistanceInterval"],[3,"CreatePedestrian"],[3,"CreateCar"],[4,"AlertLocation"],[4,"TripPhaseType"],[4,"ExternalTripEndpoint"],[4,"OriginDestination"],[4,"ScenarioModifier"],[13,"ChangeMode"],[4,"SpawnTrip"],[13,"VehicleAppearing"],[13,"FromBorder"],[13,"Remote"],[4,"TripPurpose"],[4,"TripSpec"],[13,"VehicleAppearing"],[13,"NoRoomToSpawn"],[13,"UsingParkedCar"],[13,"JustWalking"],[13,"UsingBike"],[13,"UsingTransit"],[13,"Remote"],[4,"AlertHandler"],[4,"PersonState"],[4,"TripResult"],[4,"TripEndpoint"],[4,"TripMode"],[4,"CarStatus"],[4,"PedCrowdLocation"],[4,"AgentID"],[4,"AgentType"],[4,"VehicleType"],[4,"ParkingSpot"],[4,"DrivingGoal"],[4,"SidewalkPOI"],[3,"TimeSeriesCount"],[3,"Window"],[3,"CapSimState"],[3,"Zone"],[4,"Event"],[13,"TripFinished"],[3,"Car"],[4,"CarState"],[13,"Queued"],[13,"WaitingToAdvance"],[3,"DrivingSimState"],[3,"IntersectionSimState"],[3,"State"],[3,"SignalState"],[3,"Request"],[3,"NormalParkingSimState"],[3,"ParkingLane"],[3,"InfiniteParkingSimState"],[4,"ParkingSimState"],[8,"ParkingSim"],[3,"Queue"],[3,"WalkingSimState"],[3,"Pedestrian"],[4,"PedState"],[3,"AnyTime"],[3,"Event"],[4,"StateEvent"],[4,"State"],[3,"PandemicModel"],[3,"SharedSpace"],[4,"Cmd"],[8,"GetDrawAgents"],[3,"Router"],[4,"ActionAtEnd"],[4,"Goal"],[13,"ParkNearBuilding"],[13,"EndAtBorder"],[13,"BikeThenStop"],[13,"FollowBusRoute"],[3,"Item"],[3,"Scheduler"],[4,"Command"],[4,"CommandType"],[3,"Ctx"],[8,"SimCallback"],[3,"Stop"],[3,"Route"],[3,"Bus"],[3,"TransitSimState"],[4,"BusState"],[3,"TripManager"],[3,"Trip"],[4,"TripLeg"],[3,"DontDrawAgents"]]},\ +"traffic_seitan":{"doc":"","i":[[5,"main","traffic_seitan","",null,[[]]],[5,"run","","",null,[[["map",3],["sim",3],["timer",3],["xorshiftrng",3]]]],[5,"alter_turn_destinations","","",null,[[["sim",3],["mapedits",3],["map",3],["xorshiftrng",3]]]],[5,"nuke_random_parking","","",null,[[["mapedits",3],["map",3],["xorshiftrng",3]]]]],"p":[]},\ +"updater":{"doc":"","i":[[3,"Cities","updater","",null,null],[12,"runtime","","",0,null],[12,"input","","",0,null],[5,"main","","",null,[[]]],[5,"download","","",null,[[]]],[5,"just_compare","","",null,[[]]],[5,"upload","","",null,[[]]],[5,"check_links","","",null,[[]]],[5,"generate_manifest","","",null,[[],["manifest",3]]],[5,"filter_manifest","","",null,[[["cities",3],["manifest",3]],["manifest",3]]],[5,"basename","","",null,[[],["string",3]]],[5,"run","","",null,[[["command",3]],["string",3]]],[5,"rm","","",null,[[]]],[5,"curl","","",null,[[["entry",3]]]],[5,"unzip","","",null,[[]]],[17,"MD5_BUF_READ_SIZE","","",null,null],[17,"TMP_DOWNLOAD_NAME","","",null,null],[11,"load_or_create","","",0,[[],["cities",3]]],[11,"from","","",0,[[]]],[11,"into","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"type_id","","",0,[[],["typeid",3]]]],"p":[[3,"Cities"]]},\ "widgetry":{"doc":"Widgets","i":[[3,"Drawable","widgetry","",null,null],[12,"vert_array","","",0,null],[12,"vert_buffer","","",0,null],[12,"elem_buffer","","",0,null],[12,"num_indices","","",0,null],[12,"gl","","",0,null],[3,"Canvas","","",null,null],[12,"cam_x","","",1,null],[12,"cam_y","","",1,null],[12,"cam_zoom","","",1,null],[12,"cursor","","",1,null],[12,"window_has_cursor","","",1,null],[12,"drag_canvas_from","","",1,null],[12,"drag_just_ended","","",1,null],[12,"window_width","","",1,null],[12,"window_height","","",1,null],[12,"map_dims","","",1,null],[12,"invert_scroll","","",1,null],[12,"touchpad_to_move","","",1,null],[12,"edge_auto_panning","","",1,null],[12,"keys_to_pan","","",1,null],[12,"gui_scroll_speed","","",1,null],[12,"covered_areas","","",1,null],[12,"lctrl_held","","",1,null],[12,"lshift_held","","",1,null],[3,"Color","","",null,null],[12,"r","","",2,null],[12,"g","","",2,null],[12,"b","","",2,null],[12,"a","","",2,null],[3,"LinearGradient","","",null,null],[12,"line","","",3,null],[12,"stops","","",3,null],[3,"Texture","","",null,null],[12,"0","","",4,null],[3,"GfxCtx","","",null,null],[12,"inner","","",5,null],[12,"uniforms","","",5,null],[12,"screencap_mode","","",5,null],[12,"naming_hint","","",5,null],[12,"canvas","","",5,null],[12,"prerender","","",5,null],[12,"style","","",5,null],[12,"num_draw_calls","","",5,null],[12,"num_forks","","",5,null],[3,"Prerender","","",null,null],[12,"inner","","",6,null],[12,"assets","","",6,null],[12,"num_uploads","","",6,null],[12,"scale_factor","","",6,null],[3,"EventCtx","","",null,null],[12,"fake_mouseover","","",7,null],[12,"input","","",7,null],[12,"canvas","","",7,null],[12,"prerender","","",7,null],[12,"style","","",7,null],[12,"updates_requested","","",7,null],[3,"GeomBatch","","A mutable builder for a group of colored polygons.",null,null],[12,"list","","",8,null],[12,"autocrop_dims","","",8,null],[3,"UserInput","","",null,null],[12,"event","","",9,null],[12,"event_consumed","","",9,null],[12,"lctrl_held","","",9,null],[3,"Settings","","",null,null],[12,"window_title","","",10,null],[12,"profiling_enabled","","",10,null],[12,"dump_raw_events","","",10,null],[12,"scale_factor","","",10,null],[12,"window_icon","","",10,null],[12,"loading_tips","","",10,null],[3,"ScreenDims","","ScreenDims is in units of logical pixels, as opposed to…",null,null],[12,"width","","",11,null],[12,"height","","",11,null],[3,"ScreenPt","","ScreenPt is in units of logical pixels, as opposed to…",null,null],[12,"x","","",12,null],[12,"y","","",12,null],[3,"ScreenRectangle","","ScreenRectangle is in units of logical pixels, as opposed…",null,null],[12,"x1","","",13,null],[12,"y1","","",13,null],[12,"x2","","",13,null],[12,"y2","","",13,null],[3,"Style","","",null,null],[12,"outline_thickness","","",14,null],[12,"outline_color","","",14,null],[12,"panel_bg","","",14,null],[12,"hotkey_color","","",14,null],[12,"hovering_color","","",14,null],[12,"loading_tips","","",14,null],[3,"Text","","",null,null],[12,"lines","","",15,null],[12,"bg_color","","",15,null],[3,"TextSpan","","",null,null],[12,"text","","",16,null],[12,"fg_color","","",16,null],[12,"size","","",16,null],[12,"font","","",16,null],[12,"underlined","","",16,null],[3,"Warper","","",null,null],[12,"started","","",17,null],[12,"line","","",17,null],[12,"cam_zoom","","",17,null],[3,"Autocomplete","","",null,null],[12,"choices","","",18,null],[12,"tb","","",18,null],[12,"menu","","",18,null],[12,"current_line","","",18,null],[12,"chosen_values","","",18,null],[3,"Btn","","",null,null],[3,"MultiButton","","",null,null],[12,"draw","","",19,null],[12,"hitboxes","","",19,null],[12,"hovering","","",19,null],[12,"top_left","","",19,null],[12,"dims","","",19,null],[3,"Checkbox","","",null,null],[12,"enabled","","",20,null],[12,"btn","","",20,null],[12,"other_btn","","",20,null],[3,"CompareTimes","","",null,null],[12,"draw","","",21,null],[12,"max","","",21,null],[12,"top_left","","",21,null],[12,"dims","","",21,null],[3,"FanChart","","",null,null],[12,"draw","","",22,null],[12,"top_left","","",22,null],[12,"dims","","",22,null],[3,"Filler","","",null,null],[12,"top_left","","",23,null],[12,"dims","","",23,null],[12,"square_width_pct","","",23,null],[3,"DrawWithTooltips","","",null,null],[12,"draw","","",24,null],[12,"tooltips","","",24,null],[12,"hover","","",24,null],[12,"top_left","","",24,null],[12,"dims","","",24,null],[3,"LinePlot","","",null,null],[12,"draw","","",25,null],[12,"max_x","","",25,null],[12,"max_y","","",25,null],[12,"closest","","",25,null],[12,"top_left","","",25,null],[12,"dims","","",25,null],[3,"PlotOptions","","",null,null],[12,"filterable","","",26,null],[12,"max_x","","",26,null],[12,"max_y","","",26,null],[12,"disabled","","",26,null],[3,"Series","","",null,null],[12,"label","","",27,null],[12,"color","","",27,null],[12,"pts","","",27,null],[3,"Menu","","",null,null],[12,"choices","","",28,null],[12,"current_idx","","",28,null],[12,"top_left","","",28,null],[12,"dims","","",28,null],[3,"PersistentSplit","","",null,null],[12,"current_value","","",29,null],[12,"btn","","",29,null],[12,"spacer","","",29,null],[12,"dropdown","","",29,null],[3,"ScatterPlot","","",null,null],[12,"draw","","",30,null],[12,"top_left","","",30,null],[12,"dims","","",30,null],[3,"AreaSlider","","",null,null],[12,"current_percent","","",31,null],[12,"mouse_on_slider","","",31,null],[12,"dragging","","",31,null],[12,"width","","",31,null],[12,"draw","","",31,null],[12,"top_left","","",31,null],[12,"dims","","",31,null],[3,"Slider","","",null,null],[12,"current_percent","","",32,null],[12,"mouse_on_slider","","",32,null],[12,"dragging","","",32,null],[12,"horiz","","",32,null],[12,"main_bg_len","","",32,null],[12,"dragger_len","","",32,null],[12,"draw","","",32,null],[12,"top_left","","",32,null],[12,"dims","","",32,null],[3,"Spinner","","",null,null],[12,"low","","",33,null],[12,"high","","",33,null],[12,"current","","",33,null],[12,"up","","",33,null],[12,"down","","",33,null],[12,"top_left","","",33,null],[12,"dims","","",33,null],[3,"EdgeInsets","","",null,null],[12,"top","","",34,null],[12,"left","","",34,null],[12,"bottom","","",34,null],[12,"right","","",34,null],[3,"Panel","","",null,null],[12,"top_level","","",35,null],[12,"horiz","","",35,null],[12,"vert","","",35,null],[12,"dims","","",35,null],[12,"scrollable_x","","",35,null],[12,"scrollable_y","","",35,null],[12,"contents_dims","","",35,null],[12,"container_dims","","",35,null],[12,"clip_rect","","",35,null],[3,"Widget","","",null,null],[12,"widget","","",36,null],[12,"layout","","",36,null],[12,"rect","","",36,null],[12,"bg","","",36,null],[12,"bg_batch","","",36,null],[12,"id","","",36,null],[3,"WidgetOutput","","",null,null],[12,"redo_layout","","This widget changed dimensions, so recalculate layout.",37,null],[12,"outcome","","This widget produced an Outcome, and event handling should…",37,null],[3,"Choice","","",null,null],[12,"label","","",38,null],[12,"data","","",38,null],[12,"hotkey","","",38,null],[12,"active","","",38,null],[12,"tooltip","","",38,null],[12,"fg","","",38,null],[4,"HorizontalAlignment","","",null,null],[13,"Left","","",39,null],[13,"Center","","",39,null],[13,"Right","","",39,null],[13,"Percent","","",39,null],[13,"Centered","","",39,null],[4,"VerticalAlignment","","",null,null],[13,"Top","","",40,null],[13,"Center","","",40,null],[13,"Bottom","","",40,null],[13,"BottomAboveOSD","","",40,null],[13,"Percent","","",40,null],[13,"Above","","",40,null],[13,"Below","","",40,null],[4,"Fill","","",null,null],[13,"Color","","",41,null],[13,"LinearGradient","","",41,null],[13,"Texture","","Once uploaded, textures are addressed by their id,…",41,null],[13,"ColoredTexture","","The `color` parameter is multiplied by any color baked…",41,null],[4,"Event","","",null,null],[13,"NoOp","","",42,null],[13,"LeftMouseButtonDown","","",42,null],[13,"LeftMouseButtonUp","","",42,null],[13,"RightMouseButtonDown","","",42,null],[13,"RightMouseButtonUp","","",42,null],[13,"KeyPress","","",42,null],[13,"KeyRelease","","",42,null],[13,"Update","","",42,null],[13,"MouseMovedTo","","",42,null],[13,"WindowLostCursor","","",42,null],[13,"WindowGainedCursor","","",42,null],[13,"MouseWheelScroll","","",42,null],[13,"WindowResized","","",42,null],[4,"Key","","",null,null],[13,"A","","",43,null],[13,"B","","",43,null],[13,"C","","",43,null],[13,"D","","",43,null],[13,"E","","",43,null],[13,"F","","",43,null],[13,"G","","",43,null],[13,"H","","",43,null],[13,"I","","",43,null],[13,"J","","",43,null],[13,"K","","",43,null],[13,"L","","",43,null],[13,"M","","",43,null],[13,"N","","",43,null],[13,"O","","",43,null],[13,"P","","",43,null],[13,"Q","","",43,null],[13,"R","","",43,null],[13,"S","","",43,null],[13,"T","","",43,null],[13,"U","","",43,null],[13,"V","","",43,null],[13,"W","","",43,null],[13,"X","","",43,null],[13,"Y","","",43,null],[13,"Z","","",43,null],[13,"Num1","","",43,null],[13,"Num2","","",43,null],[13,"Num3","","",43,null],[13,"Num4","","",43,null],[13,"Num5","","",43,null],[13,"Num6","","",43,null],[13,"Num7","","",43,null],[13,"Num8","","",43,null],[13,"Num9","","",43,null],[13,"Num0","","",43,null],[13,"LeftBracket","","",43,null],[13,"RightBracket","","",43,null],[13,"Space","","",43,null],[13,"Slash","","",43,null],[13,"Dot","","",43,null],[13,"Comma","","",43,null],[13,"Semicolon","","",43,null],[13,"Colon","","",43,null],[13,"Equals","","",43,null],[13,"SingleQuote","","",43,null],[13,"Escape","","",43,null],[13,"Enter","","",43,null],[13,"Tab","","",43,null],[13,"Backspace","","",43,null],[13,"LeftShift","","",43,null],[13,"LeftControl","","",43,null],[13,"LeftAlt","","",43,null],[13,"RightAlt","","",43,null],[13,"LeftArrow","","",43,null],[13,"RightArrow","","",43,null],[13,"UpArrow","","",43,null],[13,"DownArrow","","",43,null],[13,"F1","","",43,null],[13,"F2","","",43,null],[13,"F3","","",43,null],[13,"F4","","",43,null],[13,"F5","","",43,null],[13,"F6","","",43,null],[13,"F7","","",43,null],[13,"F8","","",43,null],[13,"F9","","",43,null],[13,"F10","","",43,null],[13,"F11","","",43,null],[13,"F12","","",43,null],[4,"MultiKey","","",null,null],[13,"Normal","","",44,null],[13,"LCtrl","","",44,null],[13,"Any","","",44,null],[4,"UpdateType","","",null,null],[13,"InputOnly","","",45,null],[13,"Game","","",45,null],[13,"Pan","","",45,null],[13,"ScreenCaptureEverything","","",45,null],[12,"dir","widgetry::UpdateType","",46,null],[12,"zoom","","",46,null],[12,"max_x","","",46,null],[12,"max_y","","",46,null],[4,"RewriteColor","widgetry","",null,null],[13,"NoOp","","",47,null],[13,"Change","","",47,null],[13,"ChangeAll","","",47,null],[13,"ChangeAlpha","","",47,null],[4,"Outcome","","",null,null],[13,"Clicked","","An action was done",48,null],[13,"Changed","","A dropdown, checkbox, spinner, etc changed values. Usually…",48,null],[13,"Nothing","","Nothing happened",48,null],[5,"hotkeys","","",null,[[["vec",3],["key",4]],[["multikey",4],["option",4]]]],[5,"lctrl","","",null,[[["key",4]],[["multikey",4],["option",4]]]],[5,"run","","",null,[[["settings",3],["fnonce",8]]]],[5,"Line","","",null,[[["string",3],["into",8]],["textspan",3]]],[0,"assets","","",null,null],[3,"Assets","widgetry::assets","",null,null],[12,"default_line_height","","",49,null],[12,"text_cache","","",49,null],[12,"line_height_cache","","",49,null],[12,"svg_cache","","",49,null],[12,"font_to_id","","",49,null],[12,"text_opts","","",49,null],[11,"new","","",49,[[],["assets",3]]],[11,"line_height","","",49,[[["font",4]]]],[11,"get_cached_text","","",49,[[["string",3]],[["option",4],["geombatch",3]]]],[11,"cache_text","","",49,[[["string",3],["geombatch",3]]]],[11,"get_cached_svg","","",49,[[],["option",4]]],[11,"cache_svg","","",49,[[["string",3],["geombatch",3],["bounds",3]]]],[0,"backend_glow","widgetry","",null,null],[3,"GfxCtxInnards","widgetry::backend_glow","",null,null],[12,"gl","","",50,null],[12,"program","","",50,null],[12,"current_clip","","",50,null],[3,"Drawable","","",null,null],[12,"vert_array","","",0,null],[12,"vert_buffer","","",0,null],[12,"elem_buffer","","",0,null],[12,"num_indices","","",0,null],[12,"gl","","",0,null],[3,"VertexArray","","",null,null],[12,"id","","",51,null],[12,"was_destroyed","","",51,null],[3,"Buffer","","",null,null],[12,"id","","",52,null],[12,"was_destroyed","","",52,null],[3,"PrerenderInnards","","",null,null],[12,"gl","","",53,null],[12,"window_adapter","","",53,null],[12,"program","","",53,null],[12,"total_bytes_uploaded","","",53,null],[5,"load_textures","","Uploads a sprite sheet of textures to the GPU so they can…",null,[[["context",3]],[["result",4],["box",3]]]],[6,"WindowAdapter","","",null,null],[11,"new","","",50,[[["context",3]]]],[11,"clear","","",50,[[["color",3]]]],[11,"redraw","","",50,[[["prerenderinnards",3],["drawable",3],["uniforms",3]]]],[11,"enable_clipping","","",50,[[["screenrectangle",3],["canvas",3]]]],[11,"disable_clipping","","",50,[[["canvas",3]]]],[11,"take_clip","","",50,[[["canvas",3]],["option",4]]],[11,"restore_clip","","",50,[[["option",4]]]],[11,"new","","",51,[[["context",3]],["vertexarray",3]]],[11,"destroy","","",51,[[["context",3]]]],[11,"new","","",52,[[["context",3]],["buffer",3]]],[11,"destroy","","",52,[[["context",3]]]],[11,"new","","",53,[[["windowadapter",3],["context",3]],["prerenderinnards",3]]],[11,"actually_upload","","",53,[[["geombatch",3]],["drawable",3]]],[11,"window","","",53,[[],["window",3]]],[11,"request_redraw","","",53,[[]]],[11,"set_cursor_icon","","",53,[[["cursoricon",4]]]],[11,"draw_new_frame","","",53,[[],["gfxctxinnards",3]]],[11,"window_resized","","",53,[[["screendims",3]]]],[11,"window_size","","",53,[[],["screendims",3]]],[11,"set_window_icon","","",53,[[["icon",3]]]],[11,"monitor_scale_factor","","",53,[[]]],[11,"draw_finished","","",53,[[["gfxctxinnards",3]]]],[0,"backend_glow_native","widgetry","",null,null],[3,"WindowAdapter","widgetry::backend_glow_native","",null,null],[12,"0","","",54,null],[5,"setup","","",null,[[]]],[11,"window","","",54,[[],["window",3]]],[11,"window_resized","","",54,[[["screendims",3]]]],[11,"draw_finished","","",54,[[["gfxctxinnards",3]]]],[0,"canvas","widgetry","",null,null],[3,"Canvas","widgetry::canvas","",null,null],[12,"cam_x","","",1,null],[12,"cam_y","","",1,null],[12,"cam_zoom","","",1,null],[12,"cursor","","",1,null],[12,"window_has_cursor","","",1,null],[12,"drag_canvas_from","","",1,null],[12,"drag_just_ended","","",1,null],[12,"window_width","","",1,null],[12,"window_height","","",1,null],[12,"map_dims","","",1,null],[12,"invert_scroll","","",1,null],[12,"touchpad_to_move","","",1,null],[12,"edge_auto_panning","","",1,null],[12,"keys_to_pan","","",1,null],[12,"gui_scroll_speed","","",1,null],[12,"covered_areas","","",1,null],[12,"lctrl_held","","",1,null],[12,"lshift_held","","",1,null],[3,"CameraState","","",null,null],[12,"cam_x","","",55,null],[12,"cam_y","","",55,null],[12,"cam_zoom","","",55,null],[4,"HorizontalAlignment","","",null,null],[13,"Left","","",39,null],[13,"Center","","",39,null],[13,"Right","","",39,null],[13,"Percent","","",39,null],[13,"Centered","","",39,null],[4,"VerticalAlignment","","",null,null],[13,"Top","","",40,null],[13,"Center","","",40,null],[13,"Bottom","","",40,null],[13,"BottomAboveOSD","","",40,null],[13,"Percent","","",40,null],[13,"Above","","",40,null],[13,"Below","","",40,null],[17,"DRAG_THRESHOLD","","",null,null],[17,"PAN_SPEED","","",null,null],[17,"PANNING_THRESHOLD","","",null,null],[11,"new","widgetry","",1,[[["screendims",3]],["canvas",3]]],[11,"min_zoom","","",1,[[]]],[11,"handle_event","","",1,[[["userinput",3]],[["option",4],["updatetype",4]]]],[11,"zoom","","",1,[[["screenpt",3]]]],[11,"start_drawing","","",1,[[]]],[11,"mark_covered_area","","",1,[[["screenrectangle",3]]]],[11,"get_cursor","","",1,[[],["screenpt",3]]],[11,"get_cursor_in_screen_space","","",1,[[],[["option",4],["screenpt",3]]]],[11,"get_cursor_in_map_space","","",1,[[],[["option",4],["pt2d",3]]]],[11,"screen_to_map","","",1,[[["screenpt",3]],["pt2d",3]]],[11,"center_to_screen_pt","","",1,[[],["screenpt",3]]],[11,"center_to_map_pt","","",1,[[],["pt2d",3]]],[11,"center_on_map_pt","","",1,[[["pt2d",3]]]],[11,"map_to_screen","","",1,[[["pt2d",3]],["screenpt",3]]],[11,"get_inner_bounds","","",1,[[],["bounds",3]]],[11,"get_window_dims","","",1,[[],["screendims",3]]],[11,"get_map_bounds","","",1,[[],["bounds",3]]],[11,"get_screen_bounds","","",1,[[],["bounds",3]]],[11,"save_camera_state","","",1,[[]]],[11,"load_camera_state","","",1,[[]]],[11,"align_window","","",1,[[["verticalalignment",4],["screendims",3],["horizontalalignment",4]],["screenpt",3]]],[0,"color","","",null,null],[3,"Color","widgetry::color","",null,null],[12,"r","","",2,null],[12,"g","","",2,null],[12,"b","","",2,null],[12,"a","","",2,null],[3,"Texture","","",null,null],[12,"0","","",4,null],[3,"LinearGradient","","",null,null],[12,"line","","",3,null],[12,"stops","","",3,null],[4,"Fill","","",null,null],[13,"Color","","",41,null],[13,"LinearGradient","","",41,null],[13,"Texture","","Once uploaded, textures are addressed by their id,…",41,null],[13,"ColoredTexture","","The `color` parameter is multiplied by any color baked…",41,null],[5,"to_pct","","",null,[[]]],[5,"lerp","","",null,[[]]],[18,"NOOP","widgetry","",4,null],[18,"GRASS","","",4,null],[18,"STILL_WATER","","",4,null],[18,"RUNNING_WATER","","",4,null],[18,"CONCRETE","","",4,null],[18,"SAND","","",4,null],[18,"DIRT","","",4,null],[18,"SNOW","","",4,null],[18,"TREE","","",4,null],[18,"PINE_TREE","","",4,null],[18,"CACTUS","","",4,null],[18,"SHRUB","","",4,null],[18,"SNOW_PERSON","","",4,null],[18,"INVISIBLE","","",2,null],[18,"BLACK","","",2,null],[18,"WHITE","","",2,null],[18,"RED","","",2,null],[18,"GREEN","","",2,null],[18,"BLUE","","",2,null],[18,"CYAN","","",2,null],[18,"YELLOW","","",2,null],[18,"PURPLE","","",2,null],[18,"PINK","","",2,null],[18,"ORANGE","","",2,null],[11,"rgb","","",2,[[],["color",3]]],[11,"rgb_f","","",2,[[],["color",3]]],[11,"rgba","","",2,[[],["color",3]]],[11,"rgba_f","","",2,[[],["color",3]]],[11,"grey","","",2,[[],["color",3]]],[11,"alpha","","",2,[[],["color",3]]],[11,"hex","","",2,[[],["color",3]]],[11,"to_hex","","",2,[[],["string",3]]],[11,"lerp","","",2,[[["color",3]],["color",3]]],[11,"new","","",3,[[["lineargradient",3]],["fill",4]]],[11,"interp","","",3,[[["pt2d",3]],["color",3]]],[11,"shader_style","","",41,[[["pt2d",3]]]],[0,"drawing","","",null,null],[3,"Uniforms","widgetry::drawing","",null,null],[12,"transform","","",56,null],[12,"window","","",56,null],[3,"GfxCtx","","",null,null],[12,"inner","","",5,null],[12,"uniforms","","",5,null],[12,"screencap_mode","","",5,null],[12,"naming_hint","","",5,null],[12,"canvas","","",5,null],[12,"prerender","","",5,null],[12,"style","","",5,null],[12,"num_draw_calls","","",5,null],[12,"num_forks","","",5,null],[3,"Prerender","","",null,null],[12,"inner","","",6,null],[12,"assets","","",6,null],[12,"num_uploads","","",6,null],[12,"scale_factor","","",6,null],[17,"MAPSPACE_Z","","",null,null],[17,"SCREENSPACE_Z","","",null,null],[17,"MENU_Z","","",null,null],[17,"TOOLTIP_Z","","",null,null],[11,"new","","",56,[[["canvas",3]],["uniforms",3]]],[11,"new","widgetry","",5,[[["canvas",3],["style",3],["prerender",3]],["gfxctx",3]]],[11,"fork","","",5,[[["option",4],["screenpt",3],["pt2d",3]]]],[11,"fork_screenspace","","",5,[[]]],[11,"unfork","","",5,[[]]],[11,"clear","","",5,[[["color",3]]]],[11,"draw_polygon","","",5,[[["polygon",3],["color",3]]]],[11,"redraw","","",5,[[["drawable",3]]]],[11,"redraw_at","","",5,[[["screenpt",3],["drawable",3]]]],[11,"enable_clipping","","",5,[[["screenrectangle",3]]]],[11,"disable_clipping","","",5,[[]]],[11,"draw_mouse_tooltip","","",5,[[["text",3]]]],[11,"get_screen_bounds","","",5,[[],["bounds",3]]],[11,"screen_to_map","","",5,[[["screenpt",3]],["pt2d",3]]],[11,"get_cursor_in_map_space","","",5,[[],[["option",4],["pt2d",3]]]],[11,"get_num_uploads","","",5,[[]]],[11,"is_screencap","","",5,[[]]],[11,"set_screencap_naming_hint","","",5,[[["string",3]]]],[11,"upload","","",5,[[["geombatch",3]],["drawable",3]]],[11,"default_line_height","","",5,[[]]],[11,"style","","",5,[[],["style",3]]],[11,"upload","","",6,[[["geombatch",3]],["drawable",3]]],[11,"upload_temporary","","",6,[[["geombatch",3]],["drawable",3]]],[11,"get_total_bytes_uploaded","","",6,[[]]],[11,"actually_upload","","",6,[[["geombatch",3]],["drawable",3]]],[11,"request_redraw","","",6,[[]]],[11,"get_scale_factor","","",6,[[]]],[11,"window_size","","",6,[[],["screendims",3]]],[11,"window_resized","","",6,[[["screendims",3]]]],[0,"event","","",null,null],[4,"Event","widgetry::event","",null,null],[13,"NoOp","","",42,null],[13,"LeftMouseButtonDown","","",42,null],[13,"LeftMouseButtonUp","","",42,null],[13,"RightMouseButtonDown","","",42,null],[13,"RightMouseButtonUp","","",42,null],[13,"KeyPress","","",42,null],[13,"KeyRelease","","",42,null],[13,"Update","","",42,null],[13,"MouseMovedTo","","",42,null],[13,"WindowLostCursor","","",42,null],[13,"WindowGainedCursor","","",42,null],[13,"MouseWheelScroll","","",42,null],[13,"WindowResized","","",42,null],[4,"Key","","",null,null],[13,"A","","",43,null],[13,"B","","",43,null],[13,"C","","",43,null],[13,"D","","",43,null],[13,"E","","",43,null],[13,"F","","",43,null],[13,"G","","",43,null],[13,"H","","",43,null],[13,"I","","",43,null],[13,"J","","",43,null],[13,"K","","",43,null],[13,"L","","",43,null],[13,"M","","",43,null],[13,"N","","",43,null],[13,"O","","",43,null],[13,"P","","",43,null],[13,"Q","","",43,null],[13,"R","","",43,null],[13,"S","","",43,null],[13,"T","","",43,null],[13,"U","","",43,null],[13,"V","","",43,null],[13,"W","","",43,null],[13,"X","","",43,null],[13,"Y","","",43,null],[13,"Z","","",43,null],[13,"Num1","","",43,null],[13,"Num2","","",43,null],[13,"Num3","","",43,null],[13,"Num4","","",43,null],[13,"Num5","","",43,null],[13,"Num6","","",43,null],[13,"Num7","","",43,null],[13,"Num8","","",43,null],[13,"Num9","","",43,null],[13,"Num0","","",43,null],[13,"LeftBracket","","",43,null],[13,"RightBracket","","",43,null],[13,"Space","","",43,null],[13,"Slash","","",43,null],[13,"Dot","","",43,null],[13,"Comma","","",43,null],[13,"Semicolon","","",43,null],[13,"Colon","","",43,null],[13,"Equals","","",43,null],[13,"SingleQuote","","",43,null],[13,"Escape","","",43,null],[13,"Enter","","",43,null],[13,"Tab","","",43,null],[13,"Backspace","","",43,null],[13,"LeftShift","","",43,null],[13,"LeftControl","","",43,null],[13,"LeftAlt","","",43,null],[13,"RightAlt","","",43,null],[13,"LeftArrow","","",43,null],[13,"RightArrow","","",43,null],[13,"UpArrow","","",43,null],[13,"DownArrow","","",43,null],[13,"F1","","",43,null],[13,"F2","","",43,null],[13,"F3","","",43,null],[13,"F4","","",43,null],[13,"F5","","",43,null],[13,"F6","","",43,null],[13,"F7","","",43,null],[13,"F8","","",43,null],[13,"F9","","",43,null],[13,"F10","","",43,null],[13,"F11","","",43,null],[13,"F12","","",43,null],[4,"MultiKey","","",null,null],[13,"Normal","","",44,null],[13,"LCtrl","","",44,null],[13,"Any","","",44,null],[5,"lctrl","","",null,[[["key",4]],[["multikey",4],["option",4]]]],[5,"hotkeys","","",null,[[["vec",3],["key",4]],[["multikey",4],["option",4]]]],[11,"from_winit_event","widgetry","",42,[[["windowevent",4]],[["option",4],["event",4]]]],[18,"NUM_KEYS","","",43,null],[11,"to_char","","",43,[[],["option",4]]],[11,"describe","","",43,[[],["string",3]]],[11,"from_winit_key","","",43,[[["keyboardinput",3]],[["option",4],["key",4]]]],[11,"txt","","",43,[[["eventctx",3]],["textspan",3]]],[11,"describe","","",44,[[],["string",3]]],[0,"event_ctx","","",null,null],[3,"EventCtx","widgetry::event_ctx","",null,null],[12,"fake_mouseover","","",7,null],[12,"input","","",7,null],[12,"canvas","","",7,null],[12,"prerender","","",7,null],[12,"style","","",7,null],[12,"updates_requested","","",7,null],[3,"LoadingScreen","","",null,null],[12,"canvas","","",57,null],[12,"style","","",57,null],[12,"prerender","","",57,null],[12,"lines","","",57,null],[12,"max_capacity","","",57,null],[12,"last_drawn","","",57,null],[12,"title","","",57,null],[4,"UpdateType","","",null,null],[13,"InputOnly","","",45,null],[13,"Game","","",45,null],[13,"Pan","","",45,null],[13,"ScreenCaptureEverything","","",45,null],[12,"dir","widgetry::event_ctx::UpdateType","",46,null],[12,"zoom","","",46,null],[12,"max_x","","",46,null],[12,"max_y","","",46,null],[11,"loading_screen","widgetry","",7,[[["string",3],["into",8],["fnonce",8]]]],[11,"request_update","","",7,[[["updatetype",4]]]],[11,"canvas_movement","","",7,[[]]],[11,"no_op_event","","",7,[[["fnmut",8]]]],[11,"redo_mouseover","","",7,[[]]],[11,"normal_left_click","","",7,[[]]],[11,"is_dragging","","",7,[[]]],[11,"default_line_height","","",7,[[]]],[11,"upload","","",7,[[["geombatch",3]],["drawable",3]]],[11,"cursor_clickable","","",7,[[]]],[11,"style","","",7,[[],["style",3]]],[11,"set_style","","",7,[[["style",3]]]],[11,"new","widgetry::event_ctx","",57,[[["prerender",3],["string",3],["screendims",3],["style",3]],["loadingscreen",3]]],[11,"redraw","","",57,[[]]],[0,"geom","widgetry","",null,null],[3,"GeomBatch","widgetry::geom","A mutable builder for a group of colored polygons.",null,null],[12,"list","","",8,null],[12,"autocrop_dims","","",8,null],[4,"RewriteColor","","",null,null],[13,"NoOp","","",47,null],[13,"Change","","",47,null],[13,"ChangeAll","","",47,null],[13,"ChangeAlpha","","",47,null],[11,"new","widgetry","Creates an empty batch.",8,[[],["geombatch",3]]],[11,"push","","",8,[[["into",8],["fill",4],["polygon",3]]]],[11,"push_with_z","","Offset z value to render above/below other polygons. z…",8,[[["into",8],["fill",4],["polygon",3]]]],[11,"extend","","Applies one Fill to many polygons.",8,[[["polygon",3],["into",8],["fill",4],["vec",3]]]],[11,"append","","Appends all colored polygons from another batch to the…",8,[[["geombatch",3]]]],[11,"consume","","Returns the colored polygons in this batch, destroying the…",8,[[],["vec",3]]],[11,"draw","","Draws the batch, consuming it. Only use this for drawing…",8,[[["gfxctx",3]]]],[11,"upload","","Upload the batch of polygons to the GPU, returning…",8,[[["eventctx",3]],["drawable",3]]],[11,"batch","","Wrap in a Widget for layouting, so this batch can become…",8,[[],["widget",3]]],[11,"to_btn","","Turn this batch into a button.",8,[[["eventctx",3]],["btnbuilder",4]]],[11,"get_bounds","","Compute the bounds of all polygons in this batch.",8,[[],["bounds",3]]],[11,"autocrop","","Sets the top-left to 0, 0. Not sure exactly when this…",8,[[],["geombatch",3]]],[11,"unioned_polygon","","Builds a single polygon covering everything in this batch.…",8,[[],["polygon",3]]],[11,"is_empty","","True when the batch is empty.",8,[[]]],[11,"get_dims","","Returns the width and height of all geometry contained in…",8,[[],["screendims",3]]],[11,"from_svg_contents","","Returns a batch containing a parsed SVG string.",8,[[["vec",3]],["geombatch",3]]],[11,"load_svg","","Returns a batch containing an SVG from a file.",8,[[["prerender",3]],["geombatch",3]]],[11,"color","","Transforms all colors in a batch.",8,[[["rewritecolor",4]],["geombatch",3]]],[11,"centered_on","","Translates the batch to be centered on some point.",8,[[["pt2d",3]],["geombatch",3]]],[11,"translate","","Translates the batch by some offset.",8,[[],["geombatch",3]]],[11,"rotate","","Rotates each polygon in the batch relative to the center…",8,[[["angle",3]],["geombatch",3]]],[11,"rotate_around_batch_center","","Rotates each polygon in the batch relative to the center…",8,[[["angle",3]],["geombatch",3]]],[11,"scale","","Scales the batch by some factor.",8,[[],["geombatch",3]]],[11,"set_z_offset","","Overrides the Z-ordering offset for the batch. Must be in…",8,[[],["geombatch",3]]],[11,"apply","","",47,[[["color",3]],["color",3]]],[0,"input","","",null,null],[3,"UserInput","widgetry::input","",null,null],[12,"event","","",9,null],[12,"event_consumed","","",9,null],[12,"lctrl_held","","",9,null],[11,"new","widgetry","",9,[[["event",4],["canvas",3]],["userinput",3]]],[11,"pressed","","",9,[[["into",8],["option",4]]]],[11,"any_pressed","","",9,[[],[["option",4],["key",4]]]],[11,"key_released","","",9,[[["key",4]]]],[11,"left_mouse_button_pressed","","",9,[[]]],[11,"left_mouse_button_released","","",9,[[]]],[11,"window_lost_cursor","","",9,[[]]],[11,"get_moved_mouse","","",9,[[],[["option",4],["screenpt",3]]]],[11,"get_mouse_scroll","","",9,[[],["option",4]]],[11,"is_window_resized","","",9,[[]]],[11,"nonblocking_is_update_event","","",9,[[],[["option",4],["duration",3]]]],[11,"use_update_event","","",9,[[]]],[11,"consume_event","","",9,[[]]],[11,"unconsume_event","","",9,[[]]],[11,"has_been_consumed","","",9,[[]]],[0,"runner","","",null,null],[3,"State","widgetry::runner","",null,null],[12,"gui","","",58,null],[12,"canvas","","",58,null],[12,"style","","",58,null],[3,"Settings","","",null,null],[12,"window_title","","",10,null],[12,"profiling_enabled","","",10,null],[12,"dump_raw_events","","",10,null],[12,"scale_factor","","",10,null],[12,"window_icon","","",10,null],[12,"loading_tips","","",10,null],[5,"run","","",null,[[["settings",3],["fnonce",8]]]],[17,"UPDATE_FREQUENCY","","",null,null],[8,"GUI","","",null,null],[10,"event","","",59,[[["eventctx",3]]]],[10,"draw","","",59,[[["gfxctx",3]]]],[11,"dump_before_abort","","",59,[[["canvas",3]]]],[11,"before_quit","","",59,[[["canvas",3]]]],[11,"event","","",58,[[["event",4],["prerender",3]]]],[11,"draw","","",58,[[["prerender",3]],[["string",3],["option",4]]]],[11,"new","widgetry","",10,[[],["settings",3]]],[11,"enable_profiling","","",10,[[]]],[11,"dump_raw_events","","",10,[[]]],[11,"scale_factor","","",10,[[]]],[11,"window_icon","","",10,[[["string",3]]]],[11,"loading_tips","","",10,[[["text",3]]]],[0,"screen_geom","","",null,null],[3,"ScreenPt","widgetry::screen_geom","ScreenPt is in units of logical pixels, as opposed to…",null,null],[12,"x","","",12,null],[12,"y","","",12,null],[3,"ScreenRectangle","","ScreenRectangle is in units of logical pixels, as opposed…",null,null],[12,"x1","","",13,null],[12,"y1","","",13,null],[12,"x2","","",13,null],[12,"y2","","",13,null],[3,"ScreenDims","","ScreenDims is in units of logical pixels, as opposed to…",null,null],[12,"width","","",11,null],[12,"height","","",11,null],[11,"new","widgetry","",12,[[],["screenpt",3]]],[11,"to_pt","","",12,[[],["pt2d",3]]],[11,"top_left","","",13,[[["screenpt",3],["screendims",3]],["screenrectangle",3]]],[11,"placeholder","","",13,[[],["screenrectangle",3]]],[11,"contains","","",13,[[["screenpt",3]]]],[11,"pt_to_percent","","",13,[[["screenpt",3]],["option",4]]],[11,"percent_to_pt","","",13,[[],["screenpt",3]]],[11,"width","","",13,[[]]],[11,"height","","",13,[[]]],[11,"dims","","",13,[[],["screendims",3]]],[11,"center","","",13,[[],["screenpt",3]]],[11,"to_polygon","","",13,[[],["polygon",3]]],[11,"new","","",11,[[],["screendims",3]]],[11,"top_left_for_corner","","",11,[[["screenpt",3],["canvas",3]],["screenpt",3]]],[11,"scaled","","",11,[[],["screendims",3]]],[0,"style","","",null,null],[3,"Style","widgetry::style","",null,null],[12,"outline_thickness","","",14,null],[12,"outline_color","","",14,null],[12,"panel_bg","","",14,null],[12,"hotkey_color","","",14,null],[12,"hovering_color","","",14,null],[12,"loading_tips","","",14,null],[11,"standard","widgetry","",14,[[],["style",3]]],[0,"svg","","",null,null],[3,"PathConvIter","widgetry::svg","",null,null],[12,"iter","","",60,null],[12,"prev","","",60,null],[12,"first","","",60,null],[12,"needs_end","","",60,null],[12,"deferred","","",60,null],[5,"load_svg","","",null,[[["prerender",3]]]],[5,"add_svg_inner","","",null,[[["geombatch",3],["tree",3]],[["string",3],["bounds",3],["result",4]]]],[5,"point","","",null,[[],["point",6]]],[5,"convert_path","","",null,[[["path",3]],["pathconviter",3]]],[5,"convert_stroke","","",null,[[["stroke",3],["tree",3]]]],[5,"convert_color","","",null,[[["paint",4],["tree",3]],["fill",4]]],[17,"HIGH_QUALITY","","",null,null],[17,"LOW_QUALITY","","",null,null],[0,"text","widgetry","",null,null],[3,"TextSpan","widgetry::text","",null,null],[12,"text","","",16,null],[12,"fg_color","","",16,null],[12,"size","","",16,null],[12,"font","","",16,null],[12,"underlined","","",16,null],[3,"Text","","",null,null],[12,"lines","","",15,null],[12,"bg_color","","",15,null],[4,"Font","","",null,null],[13,"BungeeInlineRegular","","",61,null],[13,"BungeeRegular","","",61,null],[13,"OverpassBold","","",61,null],[13,"OverpassRegular","","",61,null],[13,"OverpassSemiBold","","",61,null],[13,"OverpassMonoBold","","",61,null],[13,"ZcoolXiaoWei","","",61,null],[5,"Line","","",null,[[["string",3],["into",8]],["textspan",3]]],[5,"render_line","","",null,[[["vec",3],["textspan",3],["assets",3]],["geombatch",3]]],[17,"DEFAULT_FONT","","",null,null],[17,"DEFAULT_FONT_SIZE","","",null,null],[17,"DEFAULT_FG_COLOR","","",null,null],[17,"BG_COLOR","","",null,null],[17,"SELECTED_COLOR","","",null,null],[17,"INACTIVE_CHOICE_COLOR","","",null,null],[17,"SCALE_LINE_HEIGHT","","",null,null],[17,"MAX_CHAR_WIDTH","","",null,null],[8,"TextExt","","",null,null],[10,"draw_text","","",62,[[["eventctx",3]],["widget",3]]],[10,"batch_text","","",62,[[["eventctx",3]],["widget",3]]],[11,"family","","",61,[[]]],[11,"fg","widgetry","",16,[[["color",3]],["textspan",3]]],[11,"maybe_fg","","",16,[[["option",4],["color",3]],["textspan",3]]],[11,"draw","","",16,[[["eventctx",3]],["widget",3]]],[11,"batch","","",16,[[["eventctx",3]],["widget",3]]],[11,"display_title","","",16,[[],["textspan",3]]],[11,"big_heading_styled","","",16,[[],["textspan",3]]],[11,"big_heading_plain","","",16,[[],["textspan",3]]],[11,"small_heading","","",16,[[],["textspan",3]]],[11,"body","","",16,[[],["textspan",3]]],[11,"secondary","","",16,[[],["textspan",3]]],[11,"small","","",16,[[],["textspan",3]]],[11,"big_monospaced","","",16,[[],["textspan",3]]],[11,"small_monospaced","","",16,[[],["textspan",3]]],[11,"underlined","","",16,[[],["textspan",3]]],[11,"new","","",15,[[],["text",3]]],[11,"from","","",15,[[["textspan",3]],["text",3]]],[11,"from_all","","",15,[[["vec",3],["textspan",3]],["text",3]]],[11,"from_multiline","","",15,[[["vec",3],["textspan",3]],["text",3]]],[11,"with_bg","","",15,[[],["text",3]]],[11,"bg","","",15,[[["color",3]],["text",3]]],[11,"tooltip","","",15,[[["option",4],["into",8],["eventctx",3]],["text",3]]],[11,"change_fg","","",15,[[["color",3]],["text",3]]],[11,"add","","",15,[[["textspan",3]]]],[11,"add_highlighted","","",15,[[["textspan",3],["color",3]]]],[11,"highlight_last_line","","",15,[[["color",3]]]],[11,"append","","",15,[[["textspan",3]]]],[11,"add_appended","","",15,[[["vec",3],["textspan",3]]]],[11,"append_all","","",15,[[["vec",3],["textspan",3]]]],[11,"is_empty","","",15,[[]]],[11,"extend","","",15,[[["text",3]]]],[11,"dims","","",15,[[["assets",3]],["screendims",3]]],[11,"render","","",15,[[],["geombatch",3]]],[11,"inner_render","","",15,[[["assets",3]],["geombatch",3]]],[11,"render_to_batch","","",15,[[["prerender",3]],["geombatch",3]]],[11,"hash_key","","",15,[[],["string",3]]],[11,"draw","","",15,[[["eventctx",3]],["widget",3]]],[11,"batch","","",15,[[["eventctx",3]],["widget",3]]],[11,"wrap_to_pct","","",15,[[["eventctx",3]],["text",3]]],[11,"inner_wrap_to_pct","","",15,[[["assets",3]],["text",3]]],[11,"render_curvey","","",16,[[["prerender",3],["polyline",3]],["geombatch",3]]],[0,"tools","","",null,null],[0,"screenshot","widgetry::tools","",null,null],[5,"screenshot_everything","widgetry::tools::screenshot","",null,[[["prerender",3],["state",3]]]],[5,"screencap","","",null,[[]]],[5,"finish","","",null,[[["string",3],["vec",3]]]],[0,"warper","widgetry::tools","",null,null],[3,"Warper","widgetry::tools::warper","",null,null],[12,"started","","",17,null],[12,"line","","",17,null],[12,"cam_zoom","","",17,null],[11,"new","widgetry","",17,[[["pt2d",3],["option",4],["eventctx",3]],["warper",3]]],[11,"event","","",17,[[["eventctx",3]]]],[0,"widgets","","",null,null],[3,"WidgetOutput","widgetry::widgets","",null,null],[12,"redo_layout","","This widget changed dimensions, so recalculate layout.",37,null],[12,"outcome","","This widget produced an Outcome, and event handling should…",37,null],[3,"Widget","","",null,null],[12,"widget","","",36,null],[12,"layout","","",36,null],[12,"rect","","",36,null],[12,"bg","","",36,null],[12,"bg_batch","","",36,null],[12,"id","","",36,null],[3,"LayoutStyle","","",null,null],[12,"bg_color","","",63,null],[12,"outline","","",63,null],[12,"rounded_radius","","",63,null],[12,"style","","",63,null],[3,"EdgeInsets","","",null,null],[12,"top","","",34,null],[12,"left","","",34,null],[12,"bottom","","",34,null],[12,"right","","",34,null],[4,"Outcome","","",null,null],[13,"Clicked","","An action was done",48,null],[13,"Changed","","A dropdown, checkbox, spinner, etc changed values. Usually…",48,null],[13,"Nothing","","Nothing happened",48,null],[0,"autocomplete","","",null,null],[3,"Autocomplete","widgetry::widgets::autocomplete","",null,null],[12,"choices","","",18,null],[12,"tb","","",18,null],[12,"menu","","",18,null],[12,"current_line","","",18,null],[12,"chosen_values","","",18,null],[17,"NUM_SEARCH_RESULTS","","",null,null],[11,"new","widgetry","",18,[[["vec",3],["eventctx",3]],["widget",3]]],[11,"final_value","","",18,[[],[["vec",3],["option",4]]]],[11,"recalc_menu","","",18,[[["eventctx",3]]]],[0,"button","widgetry::widgets","",null,null],[3,"Button","widgetry::widgets::button","",null,null],[12,"action","","",64,null],[12,"draw_normal","","",64,null],[12,"draw_hovered","","",64,null],[12,"hotkey","","",64,null],[12,"tooltip","","",64,null],[12,"hitbox","","",64,null],[12,"hovering","","",64,null],[12,"top_left","","",64,null],[12,"dims","","",64,null],[3,"Btn","","",null,null],[3,"MultiButton","","",null,null],[12,"draw","","",19,null],[12,"hitboxes","","",19,null],[12,"hovering","","",19,null],[12,"top_left","","",19,null],[12,"dims","","",19,null],[4,"BtnBuilder","","",null,null],[13,"SVG","","",65,null],[12,"path","widgetry::widgets::button::BtnBuilder","",66,null],[12,"rewrite_hover","","",66,null],[12,"maybe_tooltip","","",66,null],[13,"TextFG","widgetry::widgets::button","",65,null],[13,"PlainText","","",65,null],[12,"label","widgetry::widgets::button::BtnBuilder","",67,null],[12,"txt","","",67,null],[12,"maybe_tooltip","","",67,null],[13,"TextBG","widgetry::widgets::button","",65,null],[12,"label","widgetry::widgets::button::BtnBuilder","",68,null],[12,"maybe_tooltip","","",68,null],[12,"text","","",68,null],[12,"unselected_bg_color","","",68,null],[12,"selected_bg_color","","",68,null],[13,"Custom","widgetry::widgets::button","",65,null],[12,"normal","widgetry::widgets::button::BtnBuilder","",69,null],[12,"hovered","","",69,null],[12,"hitbox","","",69,null],[12,"maybe_tooltip","","",69,null],[12,"maybe_outline","","",69,null],[11,"new","widgetry::widgets::button","",64,[[["text",3],["option",4],["polygon",3],["geombatch",3],["multikey",4],["option",4],["eventctx",3]],["widget",3]]],[11,"svg","widgetry","",70,[[["string",3],["rewritecolor",4],["into",8]],["btnbuilder",4]]],[11,"svg_def","","",70,[[["string",3],["into",8]],["btnbuilder",4]]],[11,"plaintext","","",70,[[["string",3],["into",8]],["btnbuilder",4]]],[11,"plaintext_custom","","",70,[[["string",3],["text",3],["into",8]],["btnbuilder",4]]],[11,"text_fg","","",70,[[["string",3],["into",8]],["btnbuilder",4]]],[11,"txt","","",70,[[["string",3],["text",3],["into",8]],["btnbuilder",4]]],[11,"text_bg","","",70,[[["string",3],["text",3],["into",8],["color",3]],["btnbuilder",4]]],[11,"text_bg1","","",70,[[["string",3],["into",8]],["btnbuilder",4]]],[11,"text_bg2","","",70,[[["string",3],["into",8]],["btnbuilder",4]]],[11,"pop_up","","",70,[[["option",4],["string",3],["into",8],["eventctx",3]],["btnbuilder",4]]],[11,"custom","","",70,[[["geombatch",3],["polygon",3],["option",4]],["btnbuilder",4]]],[11,"tooltip","widgetry::widgets::button","",65,[[["text",3]],["btnbuilder",4]]],[11,"build","","",65,[[["string",3],["into",8],["option",4],["into",8],["eventctx",3]],["widget",3]]],[11,"build_def","","",65,[[["option",4],["into",8],["eventctx",3]],["widget",3]]],[11,"inactive","","",65,[[["eventctx",3]],["widget",3]]],[11,"new","widgetry","",19,[[["geombatch",3],["vec",3],["eventctx",3]],["widget",3]]],[0,"checkbox","widgetry::widgets","",null,null],[3,"Checkbox","widgetry::widgets::checkbox","",null,null],[12,"enabled","","",20,null],[12,"btn","","",20,null],[12,"other_btn","","",20,null],[11,"new","widgetry","",20,[[["widget",3]],["widget",3]]],[11,"switch","","",20,[[["string",3],["into",8],["option",4],["into",8],["eventctx",3]],["widget",3]]],[11,"checkbox","","",20,[[["string",3],["into",8],["option",4],["into",8],["eventctx",3]],["widget",3]]],[11,"custom_checkbox","","",20,[[["string",3],["vec",3],["into",8],["textspan",3],["option",4],["into",8],["eventctx",3]],["widget",3]]],[11,"colored","","",20,[[["color",3],["eventctx",3]],["widget",3]]],[11,"toggle","","",20,[[["string",3],["into",8],["option",4],["into",8],["eventctx",3]],["widget",3]]],[0,"compare_times","widgetry::widgets","",null,null],[3,"CompareTimes","widgetry::widgets::compare_times","",null,null],[12,"draw","","",21,null],[12,"max","","",21,null],[12,"top_left","","",21,null],[12,"dims","","",21,null],[11,"new","widgetry","",21,[[["string",3],["vec",3],["into",8],["eventctx",3]],["widget",3]]],[0,"containers","widgetry::widgets","",null,null],[3,"Nothing","widgetry::widgets::containers","",null,null],[3,"Container","","",null,null],[12,"is_row","","",71,null],[12,"members","","",71,null],[11,"new","","",71,[[["widget",3],["vec",3]],["container",3]]],[0,"dropdown","widgetry::widgets","",null,null],[3,"Dropdown","widgetry::widgets::dropdown","",null,null],[12,"current_idx","","",72,null],[12,"btn","","",72,null],[12,"menu","","",72,null],[12,"label","","",72,null],[12,"blank_btn_label","","",72,null],[12,"choices","","",72,null],[5,"make_btn","","",null,[[["eventctx",3]],["button",3]]],[11,"new","","",72,[[["choice",3],["vec",3],["eventctx",3]],["dropdown",3]]],[11,"current_value","","",72,[[]]],[11,"current_value_label","","",72,[[],["string",3]]],[11,"open_menu","","",72,[[["eventctx",3]]]],[0,"fan_chart","widgetry::widgets","",null,null],[3,"FanChart","widgetry::widgets::fan_chart","",null,null],[12,"draw","","",22,null],[12,"top_left","","",22,null],[12,"dims","","",22,null],[5,"slidey_window","","",null,[[["duration",3],["vec",3]]]],[11,"new","widgetry","",22,[[["yvalue",8],["hgramvalue",8],["vec",3],["plotoptions",3],["series",3],["eventctx",3]],["widget",3]]],[0,"filler","widgetry::widgets","",null,null],[3,"Filler","widgetry::widgets::filler","",null,null],[12,"top_left","","",23,null],[12,"dims","","",23,null],[12,"square_width_pct","","",23,null],[11,"square_width","widgetry","Creates a square filler, always some percentage of the…",23,[[["eventctx",3]],["widget",3]]],[0,"just_draw","widgetry::widgets","",null,null],[3,"JustDraw","widgetry::widgets::just_draw","",null,null],[12,"draw","","",73,null],[12,"top_left","","",73,null],[12,"dims","","",73,null],[3,"DrawWithTooltips","","",null,null],[12,"draw","","",24,null],[12,"tooltips","","",24,null],[12,"hover","","",24,null],[12,"top_left","","",24,null],[12,"dims","","",24,null],[3,"DeferDraw","","",null,null],[12,"batch","","",74,null],[12,"top_left","","",74,null],[12,"dims","","",74,null],[11,"wrap","","",73,[[["geombatch",3],["eventctx",3]],["widget",3]]],[11,"svg","","",73,[[["string",3],["eventctx",3]],["widget",3]]],[11,"svg_transform","","",73,[[["rewritecolor",4],["eventctx",3]],["widget",3]]],[11,"new","widgetry","",24,[[["fn",8],["box",3],["geombatch",3],["vec",3],["eventctx",3]],["widget",3]]],[11,"new","widgetry::widgets::just_draw","",74,[[["geombatch",3]],["widget",3]]],[0,"line_plot","widgetry::widgets","",null,null],[3,"LinePlot","widgetry::widgets::line_plot","",null,null],[12,"draw","","",25,null],[12,"max_x","","",25,null],[12,"max_y","","",25,null],[12,"closest","","",25,null],[12,"top_left","","",25,null],[12,"dims","","",25,null],[3,"PlotOptions","","",null,null],[12,"filterable","","",26,null],[12,"max_x","","",26,null],[12,"max_y","","",26,null],[12,"disabled","","",26,null],[3,"Series","","",null,null],[12,"label","","",27,null],[12,"color","","",27,null],[12,"pts","","",27,null],[5,"make_legend","","",null,[[["plotoptions",3],["vec",3],["eventctx",3]],["widget",3]]],[5,"thick_lineseries","","",null,[[["vec",3],["distance",3],["pt2d",3]],["polygon",3]]],[8,"Yvalue","","",null,null],[10,"from_percent","","",75,[[]]],[10,"to_percent","","",75,[[]]],[10,"prettyprint","","",75,[[],["string",3]]],[10,"to_f64","","",75,[[]]],[10,"from_f64","","",75,[[]]],[10,"zero","","",75,[[]]],[11,"filterable","widgetry","",26,[[],["plotoptions",3]]],[11,"fixed","","",26,[[],["plotoptions",3]]],[11,"new","","",25,[[["vec",3],["plotoptions",3],["series",3],["eventctx",3]],["widget",3]]],[0,"menu","widgetry::widgets","",null,null],[3,"Menu","widgetry::widgets::menu","",null,null],[12,"choices","","",28,null],[12,"current_idx","","",28,null],[12,"top_left","","",28,null],[12,"dims","","",28,null],[11,"new","widgetry","",28,[[["choice",3],["vec",3],["eventctx",3]],["widget",3]]],[11,"take_current_choice","","",28,[[]]],[11,"calculate_txt","","",28,[[["style",3]],["text",3]]],[0,"panel","widgetry::widgets","",null,null],[3,"Panel","widgetry::widgets::panel","",null,null],[12,"top_level","","",35,null],[12,"horiz","","",35,null],[12,"vert","","",35,null],[12,"dims","","",35,null],[12,"scrollable_x","","",35,null],[12,"scrollable_y","","",35,null],[12,"contents_dims","","",35,null],[12,"container_dims","","",35,null],[12,"clip_rect","","",35,null],[3,"PanelBuilder","","",null,null],[12,"top_level","","",76,null],[12,"horiz","","",76,null],[12,"vert","","",76,null],[12,"dims","","",76,null],[4,"Dims","","",null,null],[13,"MaxPercent","","",77,null],[13,"ExactPercent","","",77,null],[11,"new","widgetry","",35,[[["widget",3]],["panelbuilder",3]]],[11,"update_container_dims_for_canvas_dims","","",35,[[["screendims",3]]]],[11,"recompute_scrollbar_layout","","",35,[[["eventctx",3]]]],[11,"recompute_layout","","",35,[[["eventctx",3]]]],[11,"scroll_offset","","",35,[[]]],[11,"update_scroll_sliders","","",35,[[["eventctx",3]]]],[11,"set_scroll_offset","","",35,[[["eventctx",3]]]],[11,"event","","",35,[[["eventctx",3]],["outcome",4]]],[11,"draw","","",35,[[["gfxctx",3]]]],[11,"get_all_click_actions","","",35,[[],[["hashset",3],["string",3]]]],[11,"restore","","",35,[[["panel",3],["eventctx",3]]]],[11,"scroll_to_member","","",35,[[["string",3],["eventctx",3]]]],[11,"has_widget","","",35,[[]]],[11,"slider","","",35,[[],["slider",3]]],[11,"slider_mut","","",35,[[],["slider",3]]],[11,"area_slider","","",35,[[],["areaslider",3]]],[11,"take_menu_choice","","",35,[[]]],[11,"is_checked","","",35,[[]]],[11,"maybe_is_checked","","",35,[[],["option",4]]],[11,"text_box","","",35,[[],["string",3]]],[11,"spinner","","",35,[[]]],[11,"modify_spinner","","",35,[[]]],[11,"dropdown_value","","",35,[[["string",3],["into",8]],[["clone",8],["partialeq",8]]]],[11,"maybe_dropdown_value","","",35,[[["string",3],["into",8]],[["clone",8],["option",4],["partialeq",8]]]],[11,"persistent_split_value","","",35,[[],[["clone",8],["partialeq",8]]]],[11,"autocomplete_done","","",35,[[],[["vec",3],["option",4]]]],[11,"maybe_find","","",35,[[],[["option",4],["widget",3]]]],[11,"find","","",35,[[]]],[11,"find_mut","","",35,[[]]],[11,"rect_of","","",35,[[],["screenrectangle",3]]],[11,"center_of","","",35,[[],["screenpt",3]]],[11,"center_of_panel","","",35,[[],["screenpt",3]]],[11,"align","","",35,[[["horizontalalignment",4],["verticalalignment",4]]]],[11,"align_above","","",35,[[["panel",3],["eventctx",3]]]],[11,"align_below","","",35,[[["panel",3],["eventctx",3]]]],[11,"replace","","",35,[[["widget",3],["eventctx",3]]]],[11,"clicked_outside","","",35,[[["eventctx",3]]]],[11,"currently_hovering","","",35,[[],[["string",3],["option",4]]]],[11,"build","widgetry::widgets::panel","",76,[[["eventctx",3]],["panel",3]]],[11,"build_custom","","",76,[[["eventctx",3]],["panel",3]]],[11,"aligned","","",76,[[["horizontalalignment",4],["verticalalignment",4]],["panelbuilder",3]]],[11,"max_size","","",76,[[["percent",3]],["panelbuilder",3]]],[11,"exact_size_percent","","",76,[[],["panelbuilder",3]]],[0,"persistent_split","widgetry::widgets","",null,null],[3,"PersistentSplit","widgetry::widgets::persistent_split","",null,null],[12,"current_value","","",29,null],[12,"btn","","",29,null],[12,"spacer","","",29,null],[12,"dropdown","","",29,null],[11,"new","widgetry","",29,[[["choice",3],["option",4],["vec",3],["into",8],["eventctx",3]],["widget",3]]],[11,"current_value","","",29,[[]]],[0,"scatter_plot","widgetry::widgets","",null,null],[3,"ScatterPlot","widgetry::widgets::scatter_plot","",null,null],[12,"draw","","",30,null],[12,"top_left","","",30,null],[12,"dims","","",30,null],[11,"new","widgetry","",30,[[["addassign",8],["div",8],["yvalue",8],["vec",3],["plotoptions",3],["series",3],["eventctx",3]],["widget",3]]],[0,"slider","widgetry::widgets","",null,null],[3,"Slider","widgetry::widgets::slider","",null,null],[12,"current_percent","","",32,null],[12,"mouse_on_slider","","",32,null],[12,"dragging","","",32,null],[12,"horiz","","",32,null],[12,"main_bg_len","","",32,null],[12,"dragger_len","","",32,null],[12,"draw","","",32,null],[12,"top_left","","",32,null],[12,"dims","","",32,null],[3,"AreaSlider","","",null,null],[12,"current_percent","","",31,null],[12,"mouse_on_slider","","",31,null],[12,"dragging","","",31,null],[12,"width","","",31,null],[12,"draw","","",31,null],[12,"top_left","","",31,null],[12,"dims","","",31,null],[17,"BG_CROSS_AXIS_LEN","","",null,null],[11,"horizontal","widgetry","",32,[[["eventctx",3]],["widget",3]]],[11,"vertical","","",32,[[["eventctx",3]],["widget",3]]],[11,"recalc","","",32,[[["eventctx",3]]]],[11,"slider_geom","","",32,[[],["polygon",3]]],[11,"get_percent","","",32,[[]]],[11,"get_value","","",32,[[]]],[11,"set_percent","","",32,[[["eventctx",3]]]],[11,"inner_event","","",32,[[["eventctx",3]]]],[11,"new","","",31,[[["eventctx",3]],["widget",3]]],[11,"recalc","","",31,[[["eventctx",3]]]],[11,"slider_geom","","",31,[[],["polygon",3]]],[11,"get_percent","","",31,[[]]],[11,"set_percent","","",31,[[["eventctx",3]]]],[11,"inner_event","","",31,[[["eventctx",3]]]],[0,"spinner","widgetry::widgets","",null,null],[3,"Spinner","widgetry::widgets::spinner","",null,null],[12,"low","","",33,null],[12,"high","","",33,null],[12,"current","","",33,null],[12,"up","","",33,null],[12,"down","","",33,null],[12,"top_left","","",33,null],[12,"dims","","",33,null],[17,"TEXT_WIDTH","","",null,null],[11,"new","widgetry","",33,[[["eventctx",3]],["widget",3]]],[11,"modify","","",33,[[]]],[0,"text_box","widgetry::widgets","",null,null],[3,"TextBox","widgetry::widgets::text_box","",null,null],[12,"line","","",78,null],[12,"cursor_x","","",78,null],[12,"has_focus","","",78,null],[12,"hovering","","",78,null],[12,"autofocus","","",78,null],[12,"top_left","","",78,null],[12,"dims","","",78,null],[11,"new","","",78,[[["string",3],["eventctx",3]],["textbox",3]]],[11,"calculate_text","","",78,[[],["text",3]]],[11,"get_line","","",78,[[],["string",3]]],[8,"WidgetImpl","widgetry::widgets","Create a new widget by implementing this trait. You can…",null,null],[10,"get_dims","","What width and height does the widget occupy? If this…",79,[[],["screendims",3]]],[10,"set_pos","","Your widget\'s top left corner should be here. Handle mouse…",79,[[["screenpt",3]]]],[10,"event","","Your chance to react to an event. Any side effects outside…",79,[[["widgetoutput",3],["eventctx",3]]]],[10,"draw","","Draw the widget. Be sure to draw relative to the top-left…",79,[[["gfxctx",3]]]],[11,"can_restore","","If a new Panel is being created to replace an older one,…",79,[[]]],[11,"restore","","Restore state from the previous version of this widget,…",79,[[["box",3],["eventctx",3]]]],[11,"new","widgetry","",37,[[],["widgetoutput",3]]],[11,"is","widgetry::widgets","Returns true if the trait object wraps an object of type…",79,[[]]],[11,"downcast","","Returns a boxed object from a boxed trait object if the…",79,[[["box",3]],[["result",4],["box",3],["box",3]]]],[11,"downcast_rc","","Returns an `Rc`-ed object from an `Rc`-ed trait object if…",79,[[["rc",3]],[["rc",3],["rc",3],["result",4]]]],[11,"downcast_ref","","Returns a reference to the object within the trait object…",79,[[],["option",4]]],[11,"downcast_mut","","Returns a mutable reference to the object within the trait…",79,[[],["option",4]]],[11,"centered","widgetry","",36,[[],["widget",3]]],[11,"centered_horiz","","",36,[[],["widget",3]]],[11,"centered_vert","","",36,[[],["widget",3]]],[11,"centered_cross","","",36,[[],["widget",3]]],[11,"evenly_spaced","","",36,[[],["widget",3]]],[11,"fill_width","","",36,[[],["widget",3]]],[11,"fill_height","","",36,[[],["widget",3]]],[11,"flex_wrap","","",36,[[["percent",3],["eventctx",3]],["widget",3]]],[11,"force_width","","",36,[[],["widget",3]]],[11,"force_width_pct","","",36,[[["percent",3],["eventctx",3]],["widget",3]]],[11,"get_width_for_forcing","","",36,[[]]],[11,"bg","","",36,[[["color",3]],["widget",3]]],[11,"outline","","",36,[[["color",3]],["widget",3]]],[11,"fully_rounded","","",36,[[],["widget",3]]],[11,"container","","",36,[[],["widget",3]]],[11,"padding","","",36,[[["edgeinsets",3],["into",8]],["widget",3]]],[11,"padding_top","","",36,[[],["widget",3]]],[11,"padding_left","","",36,[[],["widget",3]]],[11,"padding_bottom","","",36,[[],["widget",3]]],[11,"padding_right","","",36,[[],["widget",3]]],[11,"margin","","",36,[[["edgeinsets",3],["into",8]],["widget",3]]],[11,"margin_above","","",36,[[],["widget",3]]],[11,"margin_below","","",36,[[],["widget",3]]],[11,"margin_left","","",36,[[],["widget",3]]],[11,"margin_right","","",36,[[],["widget",3]]],[11,"margin_horiz","","",36,[[],["widget",3]]],[11,"margin_vert","","",36,[[],["widget",3]]],[11,"align_left","","",36,[[],["widget",3]]],[11,"align_right","","",36,[[],["widget",3]]],[11,"align_bottom","","",36,[[],["widget",3]]],[11,"align_vert_center","","",36,[[],["widget",3]]],[11,"abs","","",36,[[],["widget",3]]],[11,"named","","",36,[[["string",3],["into",8]],["widget",3]]],[11,"new","","",36,[[["widgetimpl",8],["box",3]],["widget",3]]],[11,"draw_batch","","",36,[[["geombatch",3],["eventctx",3]],["widget",3]]],[11,"draw_svg","","",36,[[["string",3],["into",8],["eventctx",3]],["widget",3]]],[11,"draw_svg_transform","","",36,[[["rewritecolor",4],["eventctx",3]],["widget",3]]],[11,"draw_svg_with_tooltip","","",36,[[["string",3],["text",3],["into",8],["eventctx",3]],["widget",3]]],[11,"text_entry","","",36,[[["string",3],["eventctx",3]],["widget",3]]],[11,"dropdown","","",36,[[["string",3],["debug",8],["into",8],["vec",3],["clone",8],["choice",3],["partialeq",8],["eventctx",3]],["widget",3]]],[11,"custom_row","","",36,[[["widget",3],["vec",3]],["widget",3]]],[11,"row","","",36,[[["widget",3],["vec",3]],["widget",3]]],[11,"custom_col","","",36,[[["widget",3],["vec",3]],["widget",3]]],[11,"col","","",36,[[["widget",3],["vec",3]],["widget",3]]],[11,"nothing","","",36,[[],["widget",3]]],[11,"to_geom","","",36,[[["option",4],["eventctx",3]]]],[11,"horiz_separator","","",36,[[["eventctx",3]],["widget",3]]],[11,"vert_separator","","",36,[[["eventctx",3]],["widget",3]]],[11,"draw","","",36,[[["gfxctx",3]]]],[11,"get_flexbox","","",36,[[["node",3],["stretch",3],["vec",3]]]],[11,"apply_flexbox","","",36,[[["vec",3],["stretch",3],["eventctx",3]]]],[11,"get_all_click_actions","","",36,[[["hashset",3]]]],[11,"currently_hovering","","",36,[[],[["string",3],["option",4]]]],[11,"restore","","",36,[[["panel",3],["eventctx",3]]]],[11,"consume_geometry","","",36,[[["geombatch",3]]]],[11,"is_btn","","",36,[[]]],[11,"find","","",36,[[],[["option",4],["widget",3]]]],[11,"find_mut","","",36,[[],[["widget",3],["option",4]]]],[11,"take_btn","","",36,[[],["button",3]]],[11,"take_menu","","",36,[[],[["clone",8],["menu",3]]]],[11,"take_just_draw","","",36,[[],["justdraw",3]]],[0,"backend","","",null,null],[8,"GUI","","",null,null],[10,"event","","",59,[[["eventctx",3]]]],[10,"draw","","",59,[[["gfxctx",3]]]],[11,"dump_before_abort","widgetry::runner","",59,[[["canvas",3]]]],[11,"before_quit","","",59,[[["canvas",3]]]],[8,"TextExt","widgetry","",null,null],[10,"draw_text","","",62,[[["eventctx",3]],["widget",3]]],[10,"batch_text","","",62,[[["eventctx",3]],["widget",3]]],[8,"WidgetImpl","","Create a new widget by implementing this trait. You can…",null,null],[10,"get_dims","","What width and height does the widget occupy? If this…",79,[[],["screendims",3]]],[10,"set_pos","","Your widget\'s top left corner should be here. Handle mouse…",79,[[["screenpt",3]]]],[10,"event","","Your chance to react to an event. Any side effects outside…",79,[[["widgetoutput",3],["eventctx",3]]]],[10,"draw","","Draw the widget. Be sure to draw relative to the top-left…",79,[[["gfxctx",3]]]],[11,"can_restore","widgetry::widgets","If a new Panel is being created to replace an older one,…",79,[[]]],[11,"restore","","Restore state from the previous version of this widget,…",79,[[["box",3],["eventctx",3]]]],[11,"new","widgetry","",38,[[["string",3],["into",8]],["choice",3]]],[11,"from","","",38,[[["vec",3]],[["choice",3],["vec",3]]]],[11,"key","","",38,[[["key",4]],["choice",3]]],[11,"multikey","","",38,[[["multikey",4],["option",4]],["choice",3]]],[11,"active","","",38,[[],["choice",3]]],[11,"tooltip","","",38,[[["string",3],["into",8]],["choice",3]]],[11,"fg","","",38,[[["color",3]],["choice",3]]],[11,"with_value","","",38,[[],["choice",3]]],[11,"string","","",38,[[],[["choice",3],["string",3]]]],[11,"strings","","",38,[[["string",3],["vec",3],["into",8]],[["choice",3],["vec",3]]]],[11,"from","","",0,[[]]],[11,"into","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"vzip","","",0,[[]]],[11,"into_any","","",0,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",0,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",0,[[],["any",8]]],[11,"as_any_mut","","",0,[[],["any",8]]],[11,"into_any_arc","","",0,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",1,[[]]],[11,"into","","",1,[[]]],[11,"try_from","","",1,[[],["result",4]]],[11,"try_into","","",1,[[],["result",4]]],[11,"borrow","","",1,[[]]],[11,"borrow_mut","","",1,[[]]],[11,"type_id","","",1,[[],["typeid",3]]],[11,"vzip","","",1,[[]]],[11,"into_any","","",1,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",1,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",1,[[],["any",8]]],[11,"as_any_mut","","",1,[[],["any",8]]],[11,"into_any_arc","","",1,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",2,[[]]],[11,"into","","",2,[[]]],[11,"to_owned","","",2,[[]]],[11,"clone_into","","",2,[[]]],[11,"to_string","","",2,[[],["string",3]]],[11,"try_from","","",2,[[],["result",4]]],[11,"try_into","","",2,[[],["result",4]]],[11,"borrow","","",2,[[]]],[11,"borrow_mut","","",2,[[]]],[11,"type_id","","",2,[[],["typeid",3]]],[11,"vzip","","",2,[[]]],[11,"into_any","","",2,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",2,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",2,[[],["any",8]]],[11,"as_any_mut","","",2,[[],["any",8]]],[11,"into_any_arc","","",2,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",3,[[]]],[11,"into","","",3,[[]]],[11,"to_owned","","",3,[[]]],[11,"clone_into","","",3,[[]]],[11,"try_from","","",3,[[],["result",4]]],[11,"try_into","","",3,[[],["result",4]]],[11,"borrow","","",3,[[]]],[11,"borrow_mut","","",3,[[]]],[11,"type_id","","",3,[[],["typeid",3]]],[11,"vzip","","",3,[[]]],[11,"into_any","","",3,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",3,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",3,[[],["any",8]]],[11,"as_any_mut","","",3,[[],["any",8]]],[11,"into_any_arc","","",3,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",4,[[]]],[11,"into","","",4,[[]]],[11,"to_owned","","",4,[[]]],[11,"clone_into","","",4,[[]]],[11,"try_from","","",4,[[],["result",4]]],[11,"try_into","","",4,[[],["result",4]]],[11,"borrow","","",4,[[]]],[11,"borrow_mut","","",4,[[]]],[11,"type_id","","",4,[[],["typeid",3]]],[11,"vzip","","",4,[[]]],[11,"into_any","","",4,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",4,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",4,[[],["any",8]]],[11,"as_any_mut","","",4,[[],["any",8]]],[11,"into_any_arc","","",4,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",5,[[]]],[11,"into","","",5,[[]]],[11,"try_from","","",5,[[],["result",4]]],[11,"try_into","","",5,[[],["result",4]]],[11,"borrow","","",5,[[]]],[11,"borrow_mut","","",5,[[]]],[11,"type_id","","",5,[[],["typeid",3]]],[11,"vzip","","",5,[[]]],[11,"into_any","","",5,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",5,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",5,[[],["any",8]]],[11,"as_any_mut","","",5,[[],["any",8]]],[11,"from","","",6,[[]]],[11,"into","","",6,[[]]],[11,"try_from","","",6,[[],["result",4]]],[11,"try_into","","",6,[[],["result",4]]],[11,"borrow","","",6,[[]]],[11,"borrow_mut","","",6,[[]]],[11,"type_id","","",6,[[],["typeid",3]]],[11,"vzip","","",6,[[]]],[11,"into_any","","",6,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",6,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",6,[[],["any",8]]],[11,"as_any_mut","","",6,[[],["any",8]]],[11,"from","","",7,[[]]],[11,"into","","",7,[[]]],[11,"try_from","","",7,[[],["result",4]]],[11,"try_into","","",7,[[],["result",4]]],[11,"borrow","","",7,[[]]],[11,"borrow_mut","","",7,[[]]],[11,"type_id","","",7,[[],["typeid",3]]],[11,"vzip","","",7,[[]]],[11,"into_any","","",7,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",7,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",7,[[],["any",8]]],[11,"as_any_mut","","",7,[[],["any",8]]],[11,"from","","",8,[[]]],[11,"into","","",8,[[]]],[11,"to_owned","","",8,[[]]],[11,"clone_into","","",8,[[]]],[11,"try_from","","",8,[[],["result",4]]],[11,"try_into","","",8,[[],["result",4]]],[11,"borrow","","",8,[[]]],[11,"borrow_mut","","",8,[[]]],[11,"type_id","","",8,[[],["typeid",3]]],[11,"vzip","","",8,[[]]],[11,"into_any","","",8,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",8,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",8,[[],["any",8]]],[11,"as_any_mut","","",8,[[],["any",8]]],[11,"into_any_arc","","",8,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",9,[[]]],[11,"into","","",9,[[]]],[11,"try_from","","",9,[[],["result",4]]],[11,"try_into","","",9,[[],["result",4]]],[11,"borrow","","",9,[[]]],[11,"borrow_mut","","",9,[[]]],[11,"type_id","","",9,[[],["typeid",3]]],[11,"vzip","","",9,[[]]],[11,"into_any","","",9,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",9,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",9,[[],["any",8]]],[11,"as_any_mut","","",9,[[],["any",8]]],[11,"into_any_arc","","",9,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",10,[[]]],[11,"into","","",10,[[]]],[11,"try_from","","",10,[[],["result",4]]],[11,"try_into","","",10,[[],["result",4]]],[11,"borrow","","",10,[[]]],[11,"borrow_mut","","",10,[[]]],[11,"type_id","","",10,[[],["typeid",3]]],[11,"vzip","","",10,[[]]],[11,"into_any","","",10,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",10,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",10,[[],["any",8]]],[11,"as_any_mut","","",10,[[],["any",8]]],[11,"into_any_arc","","",10,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",11,[[]]],[11,"into","","",11,[[]]],[11,"to_owned","","",11,[[]]],[11,"clone_into","","",11,[[]]],[11,"try_from","","",11,[[],["result",4]]],[11,"try_into","","",11,[[],["result",4]]],[11,"borrow","","",11,[[]]],[11,"borrow_mut","","",11,[[]]],[11,"type_id","","",11,[[],["typeid",3]]],[11,"vzip","","",11,[[]]],[11,"into_any","","",11,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",11,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",11,[[],["any",8]]],[11,"as_any_mut","","",11,[[],["any",8]]],[11,"into_any_arc","","",11,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",12,[[]]],[11,"into","","",12,[[]]],[11,"to_owned","","",12,[[]]],[11,"clone_into","","",12,[[]]],[11,"try_from","","",12,[[],["result",4]]],[11,"try_into","","",12,[[],["result",4]]],[11,"borrow","","",12,[[]]],[11,"borrow_mut","","",12,[[]]],[11,"type_id","","",12,[[],["typeid",3]]],[11,"vzip","","",12,[[]]],[11,"into_any","","",12,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",12,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",12,[[],["any",8]]],[11,"as_any_mut","","",12,[[],["any",8]]],[11,"into_any_arc","","",12,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",13,[[]]],[11,"into","","",13,[[]]],[11,"to_owned","","",13,[[]]],[11,"clone_into","","",13,[[]]],[11,"try_from","","",13,[[],["result",4]]],[11,"try_into","","",13,[[],["result",4]]],[11,"borrow","","",13,[[]]],[11,"borrow_mut","","",13,[[]]],[11,"type_id","","",13,[[],["typeid",3]]],[11,"vzip","","",13,[[]]],[11,"into_any","","",13,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",13,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",13,[[],["any",8]]],[11,"as_any_mut","","",13,[[],["any",8]]],[11,"into_any_arc","","",13,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",14,[[]]],[11,"into","","",14,[[]]],[11,"to_owned","","",14,[[]]],[11,"clone_into","","",14,[[]]],[11,"try_from","","",14,[[],["result",4]]],[11,"try_into","","",14,[[],["result",4]]],[11,"borrow","","",14,[[]]],[11,"borrow_mut","","",14,[[]]],[11,"type_id","","",14,[[],["typeid",3]]],[11,"vzip","","",14,[[]]],[11,"into_any","","",14,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",14,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",14,[[],["any",8]]],[11,"as_any_mut","","",14,[[],["any",8]]],[11,"into_any_arc","","",14,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",15,[[]]],[11,"into","","",15,[[]]],[11,"to_owned","","",15,[[]]],[11,"clone_into","","",15,[[]]],[11,"try_from","","",15,[[],["result",4]]],[11,"try_into","","",15,[[],["result",4]]],[11,"borrow","","",15,[[]]],[11,"borrow_mut","","",15,[[]]],[11,"type_id","","",15,[[],["typeid",3]]],[11,"vzip","","",15,[[]]],[11,"into_any","","",15,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",15,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",15,[[],["any",8]]],[11,"as_any_mut","","",15,[[],["any",8]]],[11,"into_any_arc","","",15,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",16,[[]]],[11,"into","","",16,[[]]],[11,"to_owned","","",16,[[]]],[11,"clone_into","","",16,[[]]],[11,"try_from","","",16,[[],["result",4]]],[11,"try_into","","",16,[[],["result",4]]],[11,"borrow","","",16,[[]]],[11,"borrow_mut","","",16,[[]]],[11,"type_id","","",16,[[],["typeid",3]]],[11,"vzip","","",16,[[]]],[11,"into_any","","",16,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",16,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",16,[[],["any",8]]],[11,"as_any_mut","","",16,[[],["any",8]]],[11,"into_any_arc","","",16,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",17,[[]]],[11,"into","","",17,[[]]],[11,"try_from","","",17,[[],["result",4]]],[11,"try_into","","",17,[[],["result",4]]],[11,"borrow","","",17,[[]]],[11,"borrow_mut","","",17,[[]]],[11,"type_id","","",17,[[],["typeid",3]]],[11,"vzip","","",17,[[]]],[11,"into_any","","",17,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",17,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",17,[[],["any",8]]],[11,"as_any_mut","","",17,[[],["any",8]]],[11,"into_any_arc","","",17,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",18,[[]]],[11,"into","","",18,[[]]],[11,"try_from","","",18,[[],["result",4]]],[11,"try_into","","",18,[[],["result",4]]],[11,"borrow","","",18,[[]]],[11,"borrow_mut","","",18,[[]]],[11,"type_id","","",18,[[],["typeid",3]]],[11,"vzip","","",18,[[]]],[11,"into_any","","",18,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",18,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",18,[[],["any",8]]],[11,"as_any_mut","","",18,[[],["any",8]]],[11,"into_any_arc","","",18,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",70,[[]]],[11,"into","","",70,[[]]],[11,"try_from","","",70,[[],["result",4]]],[11,"try_into","","",70,[[],["result",4]]],[11,"borrow","","",70,[[]]],[11,"borrow_mut","","",70,[[]]],[11,"type_id","","",70,[[],["typeid",3]]],[11,"vzip","","",70,[[]]],[11,"into_any","","",70,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",70,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",70,[[],["any",8]]],[11,"as_any_mut","","",70,[[],["any",8]]],[11,"into_any_arc","","",70,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",19,[[]]],[11,"into","","",19,[[]]],[11,"try_from","","",19,[[],["result",4]]],[11,"try_into","","",19,[[],["result",4]]],[11,"borrow","","",19,[[]]],[11,"borrow_mut","","",19,[[]]],[11,"type_id","","",19,[[],["typeid",3]]],[11,"vzip","","",19,[[]]],[11,"into_any","","",19,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",19,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",19,[[],["any",8]]],[11,"as_any_mut","","",19,[[],["any",8]]],[11,"into_any_arc","","",19,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",20,[[]]],[11,"into","","",20,[[]]],[11,"try_from","","",20,[[],["result",4]]],[11,"try_into","","",20,[[],["result",4]]],[11,"borrow","","",20,[[]]],[11,"borrow_mut","","",20,[[]]],[11,"type_id","","",20,[[],["typeid",3]]],[11,"vzip","","",20,[[]]],[11,"into_any","","",20,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",20,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",20,[[],["any",8]]],[11,"as_any_mut","","",20,[[],["any",8]]],[11,"into_any_arc","","",20,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",21,[[]]],[11,"into","","",21,[[]]],[11,"try_from","","",21,[[],["result",4]]],[11,"try_into","","",21,[[],["result",4]]],[11,"borrow","","",21,[[]]],[11,"borrow_mut","","",21,[[]]],[11,"type_id","","",21,[[],["typeid",3]]],[11,"vzip","","",21,[[]]],[11,"into_any","","",21,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",21,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",21,[[],["any",8]]],[11,"as_any_mut","","",21,[[],["any",8]]],[11,"into_any_arc","","",21,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",22,[[]]],[11,"into","","",22,[[]]],[11,"try_from","","",22,[[],["result",4]]],[11,"try_into","","",22,[[],["result",4]]],[11,"borrow","","",22,[[]]],[11,"borrow_mut","","",22,[[]]],[11,"type_id","","",22,[[],["typeid",3]]],[11,"vzip","","",22,[[]]],[11,"into_any","","",22,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",22,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",22,[[],["any",8]]],[11,"as_any_mut","","",22,[[],["any",8]]],[11,"into_any_arc","","",22,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",23,[[]]],[11,"into","","",23,[[]]],[11,"try_from","","",23,[[],["result",4]]],[11,"try_into","","",23,[[],["result",4]]],[11,"borrow","","",23,[[]]],[11,"borrow_mut","","",23,[[]]],[11,"type_id","","",23,[[],["typeid",3]]],[11,"vzip","","",23,[[]]],[11,"into_any","","",23,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",23,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",23,[[],["any",8]]],[11,"as_any_mut","","",23,[[],["any",8]]],[11,"into_any_arc","","",23,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",24,[[]]],[11,"into","","",24,[[]]],[11,"try_from","","",24,[[],["result",4]]],[11,"try_into","","",24,[[],["result",4]]],[11,"borrow","","",24,[[]]],[11,"borrow_mut","","",24,[[]]],[11,"type_id","","",24,[[],["typeid",3]]],[11,"vzip","","",24,[[]]],[11,"into_any","","",24,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",24,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",24,[[],["any",8]]],[11,"as_any_mut","","",24,[[],["any",8]]],[11,"from","","",25,[[]]],[11,"into","","",25,[[]]],[11,"try_from","","",25,[[],["result",4]]],[11,"try_into","","",25,[[],["result",4]]],[11,"borrow","","",25,[[]]],[11,"borrow_mut","","",25,[[]]],[11,"type_id","","",25,[[],["typeid",3]]],[11,"vzip","","",25,[[]]],[11,"into_any","","",25,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",25,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",25,[[],["any",8]]],[11,"as_any_mut","","",25,[[],["any",8]]],[11,"from","","",26,[[]]],[11,"into","","",26,[[]]],[11,"try_from","","",26,[[],["result",4]]],[11,"try_into","","",26,[[],["result",4]]],[11,"borrow","","",26,[[]]],[11,"borrow_mut","","",26,[[]]],[11,"type_id","","",26,[[],["typeid",3]]],[11,"vzip","","",26,[[]]],[11,"into_any","","",26,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",26,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",26,[[],["any",8]]],[11,"as_any_mut","","",26,[[],["any",8]]],[11,"into_any_arc","","",26,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",27,[[]]],[11,"into","","",27,[[]]],[11,"try_from","","",27,[[],["result",4]]],[11,"try_into","","",27,[[],["result",4]]],[11,"borrow","","",27,[[]]],[11,"borrow_mut","","",27,[[]]],[11,"type_id","","",27,[[],["typeid",3]]],[11,"vzip","","",27,[[]]],[11,"into_any","","",27,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",27,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",27,[[],["any",8]]],[11,"as_any_mut","","",27,[[],["any",8]]],[11,"into_any_arc","","",27,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",28,[[]]],[11,"into","","",28,[[]]],[11,"try_from","","",28,[[],["result",4]]],[11,"try_into","","",28,[[],["result",4]]],[11,"borrow","","",28,[[]]],[11,"borrow_mut","","",28,[[]]],[11,"type_id","","",28,[[],["typeid",3]]],[11,"vzip","","",28,[[]]],[11,"into_any","","",28,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",28,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",28,[[],["any",8]]],[11,"as_any_mut","","",28,[[],["any",8]]],[11,"into_any_arc","","",28,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",29,[[]]],[11,"into","","",29,[[]]],[11,"try_from","","",29,[[],["result",4]]],[11,"try_into","","",29,[[],["result",4]]],[11,"borrow","","",29,[[]]],[11,"borrow_mut","","",29,[[]]],[11,"type_id","","",29,[[],["typeid",3]]],[11,"vzip","","",29,[[]]],[11,"into_any","","",29,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",29,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",29,[[],["any",8]]],[11,"as_any_mut","","",29,[[],["any",8]]],[11,"from","","",30,[[]]],[11,"into","","",30,[[]]],[11,"try_from","","",30,[[],["result",4]]],[11,"try_into","","",30,[[],["result",4]]],[11,"borrow","","",30,[[]]],[11,"borrow_mut","","",30,[[]]],[11,"type_id","","",30,[[],["typeid",3]]],[11,"vzip","","",30,[[]]],[11,"into_any","","",30,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",30,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",30,[[],["any",8]]],[11,"as_any_mut","","",30,[[],["any",8]]],[11,"into_any_arc","","",30,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",31,[[]]],[11,"into","","",31,[[]]],[11,"try_from","","",31,[[],["result",4]]],[11,"try_into","","",31,[[],["result",4]]],[11,"borrow","","",31,[[]]],[11,"borrow_mut","","",31,[[]]],[11,"type_id","","",31,[[],["typeid",3]]],[11,"vzip","","",31,[[]]],[11,"into_any","","",31,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",31,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",31,[[],["any",8]]],[11,"as_any_mut","","",31,[[],["any",8]]],[11,"into_any_arc","","",31,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",32,[[]]],[11,"into","","",32,[[]]],[11,"try_from","","",32,[[],["result",4]]],[11,"try_into","","",32,[[],["result",4]]],[11,"borrow","","",32,[[]]],[11,"borrow_mut","","",32,[[]]],[11,"type_id","","",32,[[],["typeid",3]]],[11,"vzip","","",32,[[]]],[11,"into_any","","",32,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",32,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",32,[[],["any",8]]],[11,"as_any_mut","","",32,[[],["any",8]]],[11,"into_any_arc","","",32,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",33,[[]]],[11,"into","","",33,[[]]],[11,"try_from","","",33,[[],["result",4]]],[11,"try_into","","",33,[[],["result",4]]],[11,"borrow","","",33,[[]]],[11,"borrow_mut","","",33,[[]]],[11,"type_id","","",33,[[],["typeid",3]]],[11,"vzip","","",33,[[]]],[11,"into_any","","",33,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",33,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",33,[[],["any",8]]],[11,"as_any_mut","","",33,[[],["any",8]]],[11,"into_any_arc","","",33,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",34,[[]]],[11,"into","","",34,[[]]],[11,"try_from","","",34,[[],["result",4]]],[11,"try_into","","",34,[[],["result",4]]],[11,"borrow","","",34,[[]]],[11,"borrow_mut","","",34,[[]]],[11,"type_id","","",34,[[],["typeid",3]]],[11,"vzip","","",34,[[]]],[11,"into_any","","",34,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",34,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",34,[[],["any",8]]],[11,"as_any_mut","","",34,[[],["any",8]]],[11,"into_any_arc","","",34,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",35,[[]]],[11,"into","","",35,[[]]],[11,"try_from","","",35,[[],["result",4]]],[11,"try_into","","",35,[[],["result",4]]],[11,"borrow","","",35,[[]]],[11,"borrow_mut","","",35,[[]]],[11,"type_id","","",35,[[],["typeid",3]]],[11,"vzip","","",35,[[]]],[11,"into_any","","",35,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",35,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",35,[[],["any",8]]],[11,"as_any_mut","","",35,[[],["any",8]]],[11,"from","","",36,[[]]],[11,"into","","",36,[[]]],[11,"try_from","","",36,[[],["result",4]]],[11,"try_into","","",36,[[],["result",4]]],[11,"borrow","","",36,[[]]],[11,"borrow_mut","","",36,[[]]],[11,"type_id","","",36,[[],["typeid",3]]],[11,"vzip","","",36,[[]]],[11,"into_any","","",36,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",36,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",36,[[],["any",8]]],[11,"as_any_mut","","",36,[[],["any",8]]],[11,"from","","",37,[[]]],[11,"into","","",37,[[]]],[11,"try_from","","",37,[[],["result",4]]],[11,"try_into","","",37,[[],["result",4]]],[11,"borrow","","",37,[[]]],[11,"borrow_mut","","",37,[[]]],[11,"type_id","","",37,[[],["typeid",3]]],[11,"vzip","","",37,[[]]],[11,"into_any","","",37,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",37,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",37,[[],["any",8]]],[11,"as_any_mut","","",37,[[],["any",8]]],[11,"into_any_arc","","",37,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",38,[[]]],[11,"into","","",38,[[]]],[11,"try_from","","",38,[[],["result",4]]],[11,"try_into","","",38,[[],["result",4]]],[11,"borrow","","",38,[[]]],[11,"borrow_mut","","",38,[[]]],[11,"type_id","","",38,[[],["typeid",3]]],[11,"vzip","","",38,[[]]],[11,"into_any","","",38,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",38,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",38,[[],["any",8]]],[11,"as_any_mut","","",38,[[],["any",8]]],[11,"into_any_arc","","",38,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",39,[[]]],[11,"into","","",39,[[]]],[11,"to_owned","","",39,[[]]],[11,"clone_into","","",39,[[]]],[11,"try_from","","",39,[[],["result",4]]],[11,"try_into","","",39,[[],["result",4]]],[11,"borrow","","",39,[[]]],[11,"borrow_mut","","",39,[[]]],[11,"type_id","","",39,[[],["typeid",3]]],[11,"vzip","","",39,[[]]],[11,"into_any","","",39,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",39,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",39,[[],["any",8]]],[11,"as_any_mut","","",39,[[],["any",8]]],[11,"into_any_arc","","",39,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",40,[[]]],[11,"into","","",40,[[]]],[11,"to_owned","","",40,[[]]],[11,"clone_into","","",40,[[]]],[11,"try_from","","",40,[[],["result",4]]],[11,"try_into","","",40,[[],["result",4]]],[11,"borrow","","",40,[[]]],[11,"borrow_mut","","",40,[[]]],[11,"type_id","","",40,[[],["typeid",3]]],[11,"vzip","","",40,[[]]],[11,"into_any","","",40,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",40,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",40,[[],["any",8]]],[11,"as_any_mut","","",40,[[],["any",8]]],[11,"into_any_arc","","",40,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",41,[[]]],[11,"into","","",41,[[]]],[11,"to_owned","","",41,[[]]],[11,"clone_into","","",41,[[]]],[11,"try_from","","",41,[[],["result",4]]],[11,"try_into","","",41,[[],["result",4]]],[11,"borrow","","",41,[[]]],[11,"borrow_mut","","",41,[[]]],[11,"type_id","","",41,[[],["typeid",3]]],[11,"vzip","","",41,[[]]],[11,"into_any","","",41,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",41,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",41,[[],["any",8]]],[11,"as_any_mut","","",41,[[],["any",8]]],[11,"into_any_arc","","",41,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",42,[[]]],[11,"into","","",42,[[]]],[11,"to_owned","","",42,[[]]],[11,"clone_into","","",42,[[]]],[11,"try_from","","",42,[[],["result",4]]],[11,"try_into","","",42,[[],["result",4]]],[11,"borrow","","",42,[[]]],[11,"borrow_mut","","",42,[[]]],[11,"type_id","","",42,[[],["typeid",3]]],[11,"vzip","","",42,[[]]],[11,"into_any","","",42,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",42,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",42,[[],["any",8]]],[11,"as_any_mut","","",42,[[],["any",8]]],[11,"into_any_arc","","",42,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",43,[[]]],[11,"into","","",43,[[]]],[11,"to_owned","","",43,[[]]],[11,"clone_into","","",43,[[]]],[11,"try_from","","",43,[[],["result",4]]],[11,"try_into","","",43,[[],["result",4]]],[11,"borrow","","",43,[[]]],[11,"borrow_mut","","",43,[[]]],[11,"type_id","","",43,[[],["typeid",3]]],[11,"vzip","","",43,[[]]],[11,"into_any","","",43,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",43,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",43,[[],["any",8]]],[11,"as_any_mut","","",43,[[],["any",8]]],[11,"into_any_arc","","",43,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",44,[[]]],[11,"into","","",44,[[]]],[11,"to_owned","","",44,[[]]],[11,"clone_into","","",44,[[]]],[11,"try_from","","",44,[[],["result",4]]],[11,"try_into","","",44,[[],["result",4]]],[11,"borrow","","",44,[[]]],[11,"borrow_mut","","",44,[[]]],[11,"type_id","","",44,[[],["typeid",3]]],[11,"vzip","","",44,[[]]],[11,"into_any","","",44,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",44,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",44,[[],["any",8]]],[11,"as_any_mut","","",44,[[],["any",8]]],[11,"into_any_arc","","",44,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",45,[[]]],[11,"into","","",45,[[]]],[11,"to_owned","","",45,[[]]],[11,"clone_into","","",45,[[]]],[11,"try_from","","",45,[[],["result",4]]],[11,"try_into","","",45,[[],["result",4]]],[11,"borrow","","",45,[[]]],[11,"borrow_mut","","",45,[[]]],[11,"type_id","","",45,[[],["typeid",3]]],[11,"vzip","","",45,[[]]],[11,"into_any","","",45,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",45,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",45,[[],["any",8]]],[11,"as_any_mut","","",45,[[],["any",8]]],[11,"into_any_arc","","",45,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",47,[[]]],[11,"into","","",47,[[]]],[11,"try_from","","",47,[[],["result",4]]],[11,"try_into","","",47,[[],["result",4]]],[11,"borrow","","",47,[[]]],[11,"borrow_mut","","",47,[[]]],[11,"type_id","","",47,[[],["typeid",3]]],[11,"vzip","","",47,[[]]],[11,"into_any","","",47,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",47,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",47,[[],["any",8]]],[11,"as_any_mut","","",47,[[],["any",8]]],[11,"into_any_arc","","",47,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",48,[[]]],[11,"into","","",48,[[]]],[11,"try_from","","",48,[[],["result",4]]],[11,"try_into","","",48,[[],["result",4]]],[11,"borrow","","",48,[[]]],[11,"borrow_mut","","",48,[[]]],[11,"type_id","","",48,[[],["typeid",3]]],[11,"vzip","","",48,[[]]],[11,"into_any","","",48,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",48,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",48,[[],["any",8]]],[11,"as_any_mut","","",48,[[],["any",8]]],[11,"into_any_arc","","",48,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","widgetry::assets","",49,[[]]],[11,"into","","",49,[[]]],[11,"try_from","","",49,[[],["result",4]]],[11,"try_into","","",49,[[],["result",4]]],[11,"borrow","","",49,[[]]],[11,"borrow_mut","","",49,[[]]],[11,"type_id","","",49,[[],["typeid",3]]],[11,"vzip","","",49,[[]]],[11,"into_any","","",49,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",49,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",49,[[],["any",8]]],[11,"as_any_mut","","",49,[[],["any",8]]],[11,"from","widgetry::backend_glow","",50,[[]]],[11,"into","","",50,[[]]],[11,"try_from","","",50,[[],["result",4]]],[11,"try_into","","",50,[[],["result",4]]],[11,"borrow","","",50,[[]]],[11,"borrow_mut","","",50,[[]]],[11,"type_id","","",50,[[],["typeid",3]]],[11,"vzip","","",50,[[]]],[11,"into_any","","",50,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",50,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",50,[[],["any",8]]],[11,"as_any_mut","","",50,[[],["any",8]]],[11,"into_any_arc","","",50,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",51,[[]]],[11,"into","","",51,[[]]],[11,"try_from","","",51,[[],["result",4]]],[11,"try_into","","",51,[[],["result",4]]],[11,"borrow","","",51,[[]]],[11,"borrow_mut","","",51,[[]]],[11,"type_id","","",51,[[],["typeid",3]]],[11,"vzip","","",51,[[]]],[11,"into_any","","",51,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",51,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",51,[[],["any",8]]],[11,"as_any_mut","","",51,[[],["any",8]]],[11,"into_any_arc","","",51,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",52,[[]]],[11,"into","","",52,[[]]],[11,"try_from","","",52,[[],["result",4]]],[11,"try_into","","",52,[[],["result",4]]],[11,"borrow","","",52,[[]]],[11,"borrow_mut","","",52,[[]]],[11,"type_id","","",52,[[],["typeid",3]]],[11,"vzip","","",52,[[]]],[11,"into_any","","",52,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",52,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",52,[[],["any",8]]],[11,"as_any_mut","","",52,[[],["any",8]]],[11,"into_any_arc","","",52,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",53,[[]]],[11,"into","","",53,[[]]],[11,"try_from","","",53,[[],["result",4]]],[11,"try_into","","",53,[[],["result",4]]],[11,"borrow","","",53,[[]]],[11,"borrow_mut","","",53,[[]]],[11,"type_id","","",53,[[],["typeid",3]]],[11,"vzip","","",53,[[]]],[11,"into_any","","",53,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",53,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",53,[[],["any",8]]],[11,"as_any_mut","","",53,[[],["any",8]]],[11,"from","widgetry::backend_glow_native","",54,[[]]],[11,"into","","",54,[[]]],[11,"try_from","","",54,[[],["result",4]]],[11,"try_into","","",54,[[],["result",4]]],[11,"borrow","","",54,[[]]],[11,"borrow_mut","","",54,[[]]],[11,"type_id","","",54,[[],["typeid",3]]],[11,"vzip","","",54,[[]]],[11,"into_any","","",54,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",54,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",54,[[],["any",8]]],[11,"as_any_mut","","",54,[[],["any",8]]],[11,"from","widgetry::canvas","",55,[[]]],[11,"into","","",55,[[]]],[11,"try_from","","",55,[[],["result",4]]],[11,"try_into","","",55,[[],["result",4]]],[11,"borrow","","",55,[[]]],[11,"borrow_mut","","",55,[[]]],[11,"type_id","","",55,[[],["typeid",3]]],[11,"vzip","","",55,[[]]],[11,"into_any","","",55,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",55,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",55,[[],["any",8]]],[11,"as_any_mut","","",55,[[],["any",8]]],[11,"into_any_arc","","",55,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","widgetry::drawing","",56,[[]]],[11,"into","","",56,[[]]],[11,"try_from","","",56,[[],["result",4]]],[11,"try_into","","",56,[[],["result",4]]],[11,"borrow","","",56,[[]]],[11,"borrow_mut","","",56,[[]]],[11,"type_id","","",56,[[],["typeid",3]]],[11,"vzip","","",56,[[]]],[11,"into_any","","",56,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",56,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",56,[[],["any",8]]],[11,"as_any_mut","","",56,[[],["any",8]]],[11,"into_any_arc","","",56,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","widgetry::event_ctx","",57,[[]]],[11,"into","","",57,[[]]],[11,"try_from","","",57,[[],["result",4]]],[11,"try_into","","",57,[[],["result",4]]],[11,"borrow","","",57,[[]]],[11,"borrow_mut","","",57,[[]]],[11,"type_id","","",57,[[],["typeid",3]]],[11,"vzip","","",57,[[]]],[11,"into_any","","",57,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",57,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",57,[[],["any",8]]],[11,"as_any_mut","","",57,[[],["any",8]]],[11,"from","widgetry::runner","",58,[[]]],[11,"into","","",58,[[]]],[11,"try_from","","",58,[[],["result",4]]],[11,"try_into","","",58,[[],["result",4]]],[11,"borrow","","",58,[[]]],[11,"borrow_mut","","",58,[[]]],[11,"type_id","","",58,[[],["typeid",3]]],[11,"vzip","","",58,[[]]],[11,"into_any","","",58,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",58,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",58,[[],["any",8]]],[11,"as_any_mut","","",58,[[],["any",8]]],[11,"from","widgetry::svg","",60,[[]]],[11,"into","","",60,[[]]],[11,"into_iter","","",60,[[]]],[11,"try_from","","",60,[[],["result",4]]],[11,"try_into","","",60,[[],["result",4]]],[11,"borrow","","",60,[[]]],[11,"borrow_mut","","",60,[[]]],[11,"type_id","","",60,[[],["typeid",3]]],[11,"vzip","","",60,[[]]],[11,"into_any","","",60,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",60,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",60,[[],["any",8]]],[11,"as_any_mut","","",60,[[],["any",8]]],[11,"into_any_arc","","",60,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","widgetry::text","",61,[[]]],[11,"into","","",61,[[]]],[11,"to_owned","","",61,[[]]],[11,"clone_into","","",61,[[]]],[11,"try_from","","",61,[[],["result",4]]],[11,"try_into","","",61,[[],["result",4]]],[11,"borrow","","",61,[[]]],[11,"borrow_mut","","",61,[[]]],[11,"type_id","","",61,[[],["typeid",3]]],[11,"vzip","","",61,[[]]],[11,"into_any","","",61,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",61,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",61,[[],["any",8]]],[11,"as_any_mut","","",61,[[],["any",8]]],[11,"into_any_arc","","",61,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","widgetry::widgets","",63,[[]]],[11,"into","","",63,[[]]],[11,"try_from","","",63,[[],["result",4]]],[11,"try_into","","",63,[[],["result",4]]],[11,"borrow","","",63,[[]]],[11,"borrow_mut","","",63,[[]]],[11,"type_id","","",63,[[],["typeid",3]]],[11,"vzip","","",63,[[]]],[11,"into_any","","",63,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",63,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",63,[[],["any",8]]],[11,"as_any_mut","","",63,[[],["any",8]]],[11,"into_any_arc","","",63,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","widgetry::widgets::button","",64,[[]]],[11,"into","","",64,[[]]],[11,"try_from","","",64,[[],["result",4]]],[11,"try_into","","",64,[[],["result",4]]],[11,"borrow","","",64,[[]]],[11,"borrow_mut","","",64,[[]]],[11,"type_id","","",64,[[],["typeid",3]]],[11,"vzip","","",64,[[]]],[11,"into_any","","",64,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",64,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",64,[[],["any",8]]],[11,"as_any_mut","","",64,[[],["any",8]]],[11,"into_any_arc","","",64,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",65,[[]]],[11,"into","","",65,[[]]],[11,"try_from","","",65,[[],["result",4]]],[11,"try_into","","",65,[[],["result",4]]],[11,"borrow","","",65,[[]]],[11,"borrow_mut","","",65,[[]]],[11,"type_id","","",65,[[],["typeid",3]]],[11,"vzip","","",65,[[]]],[11,"into_any","","",65,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",65,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",65,[[],["any",8]]],[11,"as_any_mut","","",65,[[],["any",8]]],[11,"into_any_arc","","",65,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","widgetry::widgets::containers","",80,[[]]],[11,"into","","",80,[[]]],[11,"try_from","","",80,[[],["result",4]]],[11,"try_into","","",80,[[],["result",4]]],[11,"borrow","","",80,[[]]],[11,"borrow_mut","","",80,[[]]],[11,"type_id","","",80,[[],["typeid",3]]],[11,"vzip","","",80,[[]]],[11,"into_any","","",80,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",80,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",80,[[],["any",8]]],[11,"as_any_mut","","",80,[[],["any",8]]],[11,"into_any_arc","","",80,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",71,[[]]],[11,"into","","",71,[[]]],[11,"try_from","","",71,[[],["result",4]]],[11,"try_into","","",71,[[],["result",4]]],[11,"borrow","","",71,[[]]],[11,"borrow_mut","","",71,[[]]],[11,"type_id","","",71,[[],["typeid",3]]],[11,"vzip","","",71,[[]]],[11,"into_any","","",71,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",71,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",71,[[],["any",8]]],[11,"as_any_mut","","",71,[[],["any",8]]],[11,"from","widgetry::widgets::dropdown","",72,[[]]],[11,"into","","",72,[[]]],[11,"try_from","","",72,[[],["result",4]]],[11,"try_into","","",72,[[],["result",4]]],[11,"borrow","","",72,[[]]],[11,"borrow_mut","","",72,[[]]],[11,"type_id","","",72,[[],["typeid",3]]],[11,"vzip","","",72,[[]]],[11,"into_any","","",72,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",72,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",72,[[],["any",8]]],[11,"as_any_mut","","",72,[[],["any",8]]],[11,"from","widgetry::widgets::just_draw","",73,[[]]],[11,"into","","",73,[[]]],[11,"try_from","","",73,[[],["result",4]]],[11,"try_into","","",73,[[],["result",4]]],[11,"borrow","","",73,[[]]],[11,"borrow_mut","","",73,[[]]],[11,"type_id","","",73,[[],["typeid",3]]],[11,"vzip","","",73,[[]]],[11,"into_any","","",73,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",73,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",73,[[],["any",8]]],[11,"as_any_mut","","",73,[[],["any",8]]],[11,"into_any_arc","","",73,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",74,[[]]],[11,"into","","",74,[[]]],[11,"try_from","","",74,[[],["result",4]]],[11,"try_into","","",74,[[],["result",4]]],[11,"borrow","","",74,[[]]],[11,"borrow_mut","","",74,[[]]],[11,"type_id","","",74,[[],["typeid",3]]],[11,"vzip","","",74,[[]]],[11,"into_any","","",74,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",74,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",74,[[],["any",8]]],[11,"as_any_mut","","",74,[[],["any",8]]],[11,"into_any_arc","","",74,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","widgetry::widgets::panel","",76,[[]]],[11,"into","","",76,[[]]],[11,"try_from","","",76,[[],["result",4]]],[11,"try_into","","",76,[[],["result",4]]],[11,"borrow","","",76,[[]]],[11,"borrow_mut","","",76,[[]]],[11,"type_id","","",76,[[],["typeid",3]]],[11,"vzip","","",76,[[]]],[11,"into_any","","",76,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",76,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",76,[[],["any",8]]],[11,"as_any_mut","","",76,[[],["any",8]]],[11,"from","","",77,[[]]],[11,"into","","",77,[[]]],[11,"try_from","","",77,[[],["result",4]]],[11,"try_into","","",77,[[],["result",4]]],[11,"borrow","","",77,[[]]],[11,"borrow_mut","","",77,[[]]],[11,"type_id","","",77,[[],["typeid",3]]],[11,"vzip","","",77,[[]]],[11,"into_any","","",77,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",77,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",77,[[],["any",8]]],[11,"as_any_mut","","",77,[[],["any",8]]],[11,"into_any_arc","","",77,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","widgetry::widgets::text_box","",78,[[]]],[11,"into","","",78,[[]]],[11,"try_from","","",78,[[],["result",4]]],[11,"try_into","","",78,[[],["result",4]]],[11,"borrow","","",78,[[]]],[11,"borrow_mut","","",78,[[]]],[11,"type_id","","",78,[[],["typeid",3]]],[11,"vzip","","",78,[[]]],[11,"into_any","","",78,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",78,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",78,[[],["any",8]]],[11,"as_any_mut","","",78,[[],["any",8]]],[11,"into_any_arc","","",78,[[["arc",3]],[["arc",3],["any",8]]]],[11,"get_dims","widgetry","",18,[[],["screendims",3]]],[11,"set_pos","","",18,[[["screenpt",3]]]],[11,"event","","",18,[[["widgetoutput",3],["eventctx",3]]]],[11,"draw","","",18,[[["gfxctx",3]]]],[11,"get_dims","widgetry::widgets::button","",64,[[],["screendims",3]]],[11,"set_pos","","",64,[[["screenpt",3]]]],[11,"event","","",64,[[["widgetoutput",3],["eventctx",3]]]],[11,"draw","","",64,[[["gfxctx",3]]]],[11,"get_dims","widgetry","",19,[[],["screendims",3]]],[11,"set_pos","","",19,[[["screenpt",3]]]],[11,"event","","",19,[[["widgetoutput",3],["eventctx",3]]]],[11,"draw","","",19,[[["gfxctx",3]]]],[11,"get_dims","","",20,[[],["screendims",3]]],[11,"set_pos","","",20,[[["screenpt",3]]]],[11,"event","","",20,[[["widgetoutput",3],["eventctx",3]]]],[11,"draw","","",20,[[["gfxctx",3]]]],[11,"get_dims","","",21,[[],["screendims",3]]],[11,"set_pos","","",21,[[["screenpt",3]]]],[11,"event","","",21,[[["widgetoutput",3],["eventctx",3]]]],[11,"draw","","",21,[[["gfxctx",3]]]],[11,"get_dims","widgetry::widgets::containers","",80,[[],["screendims",3]]],[11,"set_pos","","",80,[[["screenpt",3]]]],[11,"event","","",80,[[["widgetoutput",3],["eventctx",3]]]],[11,"draw","","",80,[[["gfxctx",3]]]],[11,"get_dims","","",71,[[],["screendims",3]]],[11,"set_pos","","",71,[[["screenpt",3]]]],[11,"event","","",71,[[["widgetoutput",3],["eventctx",3]]]],[11,"draw","","",71,[[["gfxctx",3]]]],[11,"get_dims","widgetry::widgets::dropdown","",72,[[],["screendims",3]]],[11,"set_pos","","",72,[[["screenpt",3]]]],[11,"event","","",72,[[["widgetoutput",3],["eventctx",3]]]],[11,"draw","","",72,[[["gfxctx",3]]]],[11,"can_restore","","",72,[[]]],[11,"restore","","",72,[[["box",3],["eventctx",3]]]],[11,"get_dims","widgetry","",22,[[],["screendims",3]]],[11,"set_pos","","",22,[[["screenpt",3]]]],[11,"event","","",22,[[["widgetoutput",3],["eventctx",3]]]],[11,"draw","","",22,[[["gfxctx",3]]]],[11,"get_dims","","",23,[[],["screendims",3]]],[11,"set_pos","","",23,[[["screenpt",3]]]],[11,"event","","",23,[[["widgetoutput",3],["eventctx",3]]]],[11,"draw","","",23,[[["gfxctx",3]]]],[11,"get_dims","widgetry::widgets::just_draw","",73,[[],["screendims",3]]],[11,"set_pos","","",73,[[["screenpt",3]]]],[11,"event","","",73,[[["widgetoutput",3],["eventctx",3]]]],[11,"draw","","",73,[[["gfxctx",3]]]],[11,"get_dims","widgetry","",24,[[],["screendims",3]]],[11,"set_pos","","",24,[[["screenpt",3]]]],[11,"event","","",24,[[["widgetoutput",3],["eventctx",3]]]],[11,"draw","","",24,[[["gfxctx",3]]]],[11,"get_dims","widgetry::widgets::just_draw","",74,[[],["screendims",3]]],[11,"set_pos","","",74,[[["screenpt",3]]]],[11,"event","","",74,[[["widgetoutput",3],["eventctx",3]]]],[11,"draw","","",74,[[["gfxctx",3]]]],[11,"get_dims","widgetry","",25,[[],["screendims",3]]],[11,"set_pos","","",25,[[["screenpt",3]]]],[11,"event","","",25,[[["widgetoutput",3],["eventctx",3]]]],[11,"draw","","",25,[[["gfxctx",3]]]],[11,"get_dims","","",28,[[],["screendims",3]]],[11,"set_pos","","",28,[[["screenpt",3]]]],[11,"event","","",28,[[["widgetoutput",3],["eventctx",3]]]],[11,"draw","","",28,[[["gfxctx",3]]]],[11,"get_dims","","",29,[[],["screendims",3]]],[11,"set_pos","","",29,[[["screenpt",3]]]],[11,"event","","",29,[[["widgetoutput",3],["eventctx",3]]]],[11,"draw","","",29,[[["gfxctx",3]]]],[11,"get_dims","","",30,[[],["screendims",3]]],[11,"set_pos","","",30,[[["screenpt",3]]]],[11,"event","","",30,[[["widgetoutput",3],["eventctx",3]]]],[11,"draw","","",30,[[["gfxctx",3]]]],[11,"get_dims","","",32,[[],["screendims",3]]],[11,"set_pos","","",32,[[["screenpt",3]]]],[11,"event","","",32,[[["widgetoutput",3],["eventctx",3]]]],[11,"draw","","",32,[[["gfxctx",3]]]],[11,"get_dims","","",31,[[],["screendims",3]]],[11,"set_pos","","",31,[[["screenpt",3]]]],[11,"event","","",31,[[["widgetoutput",3],["eventctx",3]]]],[11,"draw","","",31,[[["gfxctx",3]]]],[11,"get_dims","","",33,[[],["screendims",3]]],[11,"set_pos","","",33,[[["screenpt",3]]]],[11,"event","","",33,[[["widgetoutput",3],["eventctx",3]]]],[11,"draw","","",33,[[["gfxctx",3]]]],[11,"get_dims","widgetry::widgets::text_box","",78,[[],["screendims",3]]],[11,"set_pos","","",78,[[["screenpt",3]]]],[11,"event","","",78,[[["widgetoutput",3],["eventctx",3]]]],[11,"draw","","",78,[[["gfxctx",3]]]],[11,"drop","widgetry","",0,[[]]],[11,"drop","widgetry::backend_glow","",51,[[]]],[11,"drop","","",52,[[]]],[11,"as_ref","widgetry","",5,[[],["assets",3]]],[11,"as_ref","","",7,[[],["assets",3]]],[11,"as_ref","widgetry::assets","",49,[[],["assets",3]]],[11,"from","widgetry","",41,[[["color",3]],["fill",4]]],[11,"from","","",41,[[["texture",3]],["fill",4]]],[11,"from","","Creates a batch of filled polygons.",8,[[["vec",3]],["geombatch",3]]],[11,"from","","",12,[[["logicalposition",3]],["screenpt",3]]],[11,"from","","",11,[[["logicalsize",3]],["screendims",3]]],[11,"from","","",34,[[],["edgeinsets",3]]],[11,"next","widgetry::svg","",60,[[],[["pathevent",6],["option",4]]]],[11,"clone","widgetry","",39,[[],["horizontalalignment",4]]],[11,"clone","","",40,[[],["verticalalignment",4]]],[11,"clone","","",2,[[],["color",3]]],[11,"clone","","",41,[[],["fill",4]]],[11,"clone","","",4,[[],["texture",3]]],[11,"clone","","",3,[[],["lineargradient",3]]],[11,"clone","","",42,[[],["event",4]]],[11,"clone","","",43,[[],["key",4]]],[11,"clone","","",44,[[],["multikey",4]]],[11,"clone","","",45,[[],["updatetype",4]]],[11,"clone","","",8,[[],["geombatch",3]]],[11,"clone","","",12,[[],["screenpt",3]]],[11,"clone","","",13,[[],["screenrectangle",3]]],[11,"clone","","",11,[[],["screendims",3]]],[11,"clone","","",14,[[],["style",3]]],[11,"clone","widgetry::text","",61,[[],["font",4]]],[11,"clone","widgetry","",16,[[],["textspan",3]]],[11,"clone","","",15,[[],["text",3]]],[11,"cmp","","",43,[[["key",4]],["ordering",4]]],[11,"cmp","","",44,[[["multikey",4]],["ordering",4]]],[11,"eq","","",39,[[["horizontalalignment",4]]]],[11,"ne","","",39,[[["horizontalalignment",4]]]],[11,"eq","","",40,[[["verticalalignment",4]]]],[11,"ne","","",40,[[["verticalalignment",4]]]],[11,"eq","","",2,[[["color",3]]]],[11,"ne","","",2,[[["color",3]]]],[11,"eq","","",41,[[["fill",4]]]],[11,"ne","","",41,[[["fill",4]]]],[11,"eq","","",4,[[["texture",3]]]],[11,"ne","","",4,[[["texture",3]]]],[11,"eq","","",3,[[["lineargradient",3]]]],[11,"ne","","",3,[[["lineargradient",3]]]],[11,"eq","","",42,[[["event",4]]]],[11,"ne","","",42,[[["event",4]]]],[11,"eq","","",43,[[["key",4]]]],[11,"eq","","",44,[[["multikey",4]]]],[11,"ne","","",44,[[["multikey",4]]]],[11,"eq","","",45,[[["updatetype",4]]]],[11,"ne","","",45,[[["updatetype",4]]]],[11,"eq","","",12,[[["screenpt",3]]]],[11,"ne","","",12,[[["screenpt",3]]]],[11,"eq","","",11,[[["screendims",3]]]],[11,"ne","","",11,[[["screendims",3]]]],[11,"eq","widgetry::text","",61,[[["font",4]]]],[11,"eq","widgetry","",48,[[["outcome",4]]]],[11,"ne","","",48,[[["outcome",4]]]],[11,"partial_cmp","","",43,[[["key",4]],[["option",4],["ordering",4]]]],[11,"partial_cmp","","",44,[[["multikey",4]],[["option",4],["ordering",4]]]],[11,"lt","","",44,[[["multikey",4]]]],[11,"le","","",44,[[["multikey",4]]]],[11,"gt","","",44,[[["multikey",4]]]],[11,"ge","","",44,[[["multikey",4]]]],[11,"fmt","","",39,[[["formatter",3]],["result",6]]],[11,"fmt","","",40,[[["formatter",3]],["result",6]]],[11,"fmt","widgetry::canvas","",55,[[["formatter",3]],["result",6]]],[11,"fmt","widgetry","",2,[[["formatter",3]],["result",6]]],[11,"fmt","","",41,[[["formatter",3]],["result",6]]],[11,"fmt","","",4,[[["formatter",3]],["result",6]]],[11,"fmt","","",3,[[["formatter",3]],["result",6]]],[11,"fmt","widgetry::drawing","",56,[[["formatter",3]],["result",6]]],[11,"fmt","widgetry","",42,[[["formatter",3]],["result",6]]],[11,"fmt","","",43,[[["formatter",3]],["result",6]]],[11,"fmt","","",44,[[["formatter",3]],["result",6]]],[11,"fmt","","",45,[[["formatter",3]],["result",6]]],[11,"fmt","","",12,[[["formatter",3]],["result",6]]],[11,"fmt","","",13,[[["formatter",3]],["result",6]]],[11,"fmt","","",11,[[["formatter",3]],["result",6]]],[11,"fmt","widgetry::text","",61,[[["formatter",3]],["result",6]]],[11,"fmt","widgetry","",16,[[["formatter",3]],["result",6]]],[11,"fmt","","",15,[[["formatter",3]],["result",6]]],[11,"fmt","","",48,[[["formatter",3]],["result",6]]],[11,"fmt","","",2,[[["formatter",3]],["result",6]]],[11,"hash","","",43,[[]]],[11,"hash","","",44,[[]]],[11,"hash","widgetry::text","",61,[[]]],[11,"deserialize","widgetry::canvas","",55,[[],["result",4]]],[11,"deserialize","widgetry","",2,[[],["result",4]]],[11,"deserialize","","",11,[[],["result",4]]],[11,"serialize","widgetry::canvas","",55,[[],["result",4]]],[11,"serialize","widgetry","",2,[[],["result",4]]],[11,"serialize","","",11,[[],["result",4]]],[11,"println","widgetry::event_ctx","",57,[[["string",3]]]],[11,"reprintln","","",57,[[["string",3]]]]],"p":[[3,"Drawable"],[3,"Canvas"],[3,"Color"],[3,"LinearGradient"],[3,"Texture"],[3,"GfxCtx"],[3,"Prerender"],[3,"EventCtx"],[3,"GeomBatch"],[3,"UserInput"],[3,"Settings"],[3,"ScreenDims"],[3,"ScreenPt"],[3,"ScreenRectangle"],[3,"Style"],[3,"Text"],[3,"TextSpan"],[3,"Warper"],[3,"Autocomplete"],[3,"MultiButton"],[3,"Checkbox"],[3,"CompareTimes"],[3,"FanChart"],[3,"Filler"],[3,"DrawWithTooltips"],[3,"LinePlot"],[3,"PlotOptions"],[3,"Series"],[3,"Menu"],[3,"PersistentSplit"],[3,"ScatterPlot"],[3,"AreaSlider"],[3,"Slider"],[3,"Spinner"],[3,"EdgeInsets"],[3,"Panel"],[3,"Widget"],[3,"WidgetOutput"],[3,"Choice"],[4,"HorizontalAlignment"],[4,"VerticalAlignment"],[4,"Fill"],[4,"Event"],[4,"Key"],[4,"MultiKey"],[4,"UpdateType"],[13,"ScreenCaptureEverything"],[4,"RewriteColor"],[4,"Outcome"],[3,"Assets"],[3,"GfxCtxInnards"],[3,"VertexArray"],[3,"Buffer"],[3,"PrerenderInnards"],[3,"WindowAdapter"],[3,"CameraState"],[3,"Uniforms"],[3,"LoadingScreen"],[3,"State"],[8,"GUI"],[3,"PathConvIter"],[4,"Font"],[8,"TextExt"],[3,"LayoutStyle"],[3,"Button"],[4,"BtnBuilder"],[13,"SVG"],[13,"PlainText"],[13,"TextBG"],[13,"Custom"],[3,"Btn"],[3,"Container"],[3,"Dropdown"],[3,"JustDraw"],[3,"DeferDraw"],[8,"Yvalue"],[3,"PanelBuilder"],[4,"Dims"],[3,"TextBox"],[8,"WidgetImpl"],[3,"Nothing"]]},\ "widgetry_demo":{"doc":"","i":[[3,"App","widgetry_demo","",null,null],[12,"controls","","",0,null],[12,"timeseries_panel","","",0,null],[12,"scrollable_canvas","","",0,null],[12,"texture_demo","","",0,null],[12,"elapsed","","",0,null],[5,"main","","",null,[[]]],[5,"setup_texture_demo","","",null,[[["eventctx",3],["texture",3]],["drawable",3]]],[5,"setup_scrollable_canvas","","",null,[[["eventctx",3]],["drawable",3]]],[5,"make_controls","","",null,[[["eventctx",3]],["panel",3]]],[11,"new","","",0,[[["eventctx",3]],["app",3]]],[11,"make_timeseries_panel","","",0,[[["eventctx",3]],["panel",3]]],[11,"redraw_stopwatch","","",0,[[["eventctx",3]]]],[11,"from","","",0,[[]]],[11,"into","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"vzip","","",0,[[]]],[11,"into_any","","",0,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",0,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",0,[[],["any",8]]],[11,"as_any_mut","","",0,[[],["any",8]]],[11,"event","","",0,[[["eventctx",3]]]],[11,"draw","","",0,[[["gfxctx",3]]]]],"p":[[3,"App"]]}\ }'); diff --git a/rustdoc/source-files.js b/rustdoc/source-files.js index d9f3217e98..0672a39461 100644 --- a/rustdoc/source-files.js +++ b/rustdoc/source-files.js @@ -1,5 +1,5 @@ var N = null;var sourcesIndex = {}; -sourcesIndex["abstutil"] = {"name":"","files":["abst_paths.rs","cli.rs","collections.rs","io.rs","io_native.rs","lib.rs","serde.rs","time.rs","utils.rs"]}; +sourcesIndex["abstutil"] = {"name":"","files":["abst_data.rs","abst_paths.rs","cli.rs","collections.rs","io.rs","io_native.rs","lib.rs","serde.rs","time.rs","utils.rs"]}; sourcesIndex["convert_osm"] = {"name":"","files":["clip.rs","extract.rs","lib.rs","parking.rs","reader.rs","snappy.rs","split_ways.rs","srtm.rs","transit.rs"]}; sourcesIndex["dump_map"] = {"name":"","files":["dump_map.rs"]}; sourcesIndex["dump_scenario"] = {"name":"","files":["dump_scenario.rs"]}; diff --git a/rustdoc/src/abstutil/abst_data.rs.html b/rustdoc/src/abstutil/abst_data.rs.html new file mode 100644 index 0000000000..4655a2d5dd --- /dev/null +++ b/rustdoc/src/abstutil/abst_data.rs.html @@ -0,0 +1,94 @@ +abst_data.rs.html -- source
 1
+ 2
+ 3
+ 4
+ 5
+ 6
+ 7
+ 8
+ 9
+10
+11
+12
+13
+14
+15
+16
+17
+18
+19
+20
+21
+22
+23
+24
+25
+26
+27
+28
+29
+30
+31
+32
+33
+34
+35
+36
+37
+38
+39
+40
+41
+42
+43
+44
+45
+
+use std::collections::BTreeMap;
+use std::error::Error;
+use std::fs::File;
+use std::io::{BufRead, BufReader, Write};
+
+// keyed by path
+pub struct Manifest(pub BTreeMap<String, Entry>);
+pub struct Entry {
+    pub checksum: String,
+    pub dropbox_url: Option<String>,
+}
+
+impl Manifest {
+    pub fn write(&self, path: String) {
+        let mut f = File::create(&path).unwrap();
+        for (path, entry) in &self.0 {
+            writeln!(
+                f,
+                "{},{},{}",
+                path,
+                entry.checksum,
+                entry.dropbox_url.as_ref().unwrap()
+            )
+            .unwrap();
+        }
+        println!("- Wrote {}", path);
+    }
+
+    pub fn load(path: String) -> Result<Manifest, Box<dyn Error>> {
+        let mut kv = BTreeMap::new();
+        for line in BufReader::new(File::open(path)?).lines() {
+            let line = line?;
+            let parts = line.split(",").collect::<Vec<_>>();
+            assert_eq!(parts.len(), 3);
+            kv.insert(
+                parts[0].to_string(),
+                Entry {
+                    checksum: parts[1].to_string(),
+                    dropbox_url: Some(parts[2].to_string()),
+                },
+            );
+        }
+        Ok(Manifest(kv))
+    }
+}
+
+
\ No newline at end of file diff --git a/rustdoc/src/abstutil/lib.rs.html b/rustdoc/src/abstutil/lib.rs.html index 3794e4154b..7d61e78813 100644 --- a/rustdoc/src/abstutil/lib.rs.html +++ b/rustdoc/src/abstutil/lib.rs.html @@ -35,12 +35,14 @@ 34 35 36 +37 +38
 // The contents of this crate need to be organized better:
 //
 // - Timer (a mix of logging, profiling, and even parallel execution)
 // - IO utilities, some of which have web equivalents using include_dir
-// - A/B Street-specific filesystem paths
+// - Utilities to find A/B Street-specific data
 // - true utility functions (collections, prettyprinting, CLI parsing
 
 #[macro_use]
@@ -57,12 +59,14 @@
 
 // I'm not generally a fan of wildcard exports, but they're more maintable here.
 pub use crate::serde::*;
+pub use abst_data::*;
 pub use abst_paths::*;
 pub use cli::*;
 pub use collections::*;
 pub use time::*;
 pub use utils::*;
 
+mod abst_data;
 mod abst_paths;
 mod cli;
 mod collections;
diff --git a/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-e788b46a21eaee2a/out/built.rs.html b/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-e788b46a21eaee2a/out/built.rs.html
index 3ac1c3bc26..60493bdc52 100644
--- a/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-e788b46a21eaee2a/out/built.rs.html
+++ b/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-e788b46a21eaee2a/out/built.rs.html
@@ -112,7 +112,7 @@
 /// The output of `rustdoc -V`
 pub const RUSTDOC_VERSION: &str = "rustdoc 1.47.0 (18bf6b4f0 2020-10-07)";
 /// The built-time in RFC2822, UTC
-pub const BUILT_TIME_UTC: &str = "Thu, 08 Oct 2020 19:43:05 +0000";
+pub const BUILT_TIME_UTC: &str = "Thu, 08 Oct 2020 20:06:15 +0000";
 /// The target architecture, given by `cfg!(target_arch)`.
 pub const CFG_TARGET_ARCH: &str = "x86_64";
 /// The endianness, given by `cfg!(target_endian)`.
diff --git a/rustdoc/src/updater/main.rs.html b/rustdoc/src/updater/main.rs.html
index 5cb75e8393..3a0c83071a 100644
--- a/rustdoc/src/updater/main.rs.html
+++ b/rustdoc/src/updater/main.rs.html
@@ -473,45 +473,8 @@
 472
 473
 474
-475
-476
-477
-478
-479
-480
-481
-482
-483
-484
-485
-486
-487
-488
-489
-490
-491
-492
-493
-494
-495
-496
-497
-498
-499
-500
-501
-502
-503
-504
-505
-506
-507
-508
-509
-510
-511
-512
 
+use abstutil::{Entry, Manifest};
 use std::collections::BTreeMap;
 use std::error::Error;
 use std::fs::{create_dir_all, remove_file, set_permissions, File, Permissions};
@@ -549,10 +512,11 @@
 
 async fn download() {
     let cities = Cities::load_or_create();
-    let local = Manifest::generate();
-    let truth = Manifest::load("data/MANIFEST.txt".to_string())
-        .unwrap()
-        .filter(cities);
+    let local = generate_manifest();
+    let truth = filter_manifest(
+        Manifest::load("data/MANIFEST.txt".to_string()).unwrap(),
+        cities,
+    );
 
     // Anything local need deleting?
     for path in local.0.keys() {
@@ -587,10 +551,11 @@
 
 fn just_compare() {
     let cities = Cities::load_or_create();
-    let local = Manifest::generate();
-    let truth = Manifest::load("data/MANIFEST.txt".to_string())
-        .unwrap()
-        .filter(cities);
+    let local = generate_manifest();
+    let truth = filter_manifest(
+        Manifest::load("data/MANIFEST.txt".to_string()).unwrap(),
+        cities,
+    );
 
     // Anything local need deleting?
     for path in local.0.keys() {
@@ -610,7 +575,7 @@
 fn upload() {
     let remote_base = "/home/dabreegster/Dropbox/abstreet_data";
 
-    let mut local = Manifest::generate();
+    let mut local = generate_manifest();
     let remote = Manifest::load(format!("{}/MANIFEST.txt", remote_base))
         .unwrap_or(Manifest(BTreeMap::new()));
 
@@ -680,183 +645,142 @@
     }
 }
 
-// keyed by path
-struct Manifest(BTreeMap<String, Entry>);
-struct Entry {
-    checksum: String,
-    dropbox_url: Option<String>,
+fn generate_manifest() -> Manifest {
+    let mut kv = BTreeMap::new();
+    for entry in WalkDir::new("data/input")
+        .into_iter()
+        .chain(WalkDir::new("data/system").into_iter())
+        .filter_map(|e| e.ok())
+    {
+        if entry.file_type().is_dir() {
+            continue;
+        }
+        let orig_path = entry.path().display().to_string();
+        let path = orig_path.replace("\\", "/");
+        if path.contains("system/assets/")
+            || path.contains("system/fonts")
+            || path.contains("system/proposals")
+            || path.contains("system/synthetic_maps")
+            || path.contains("/polygons/")
+        {
+            continue;
+        }
+
+        println!("> compute md5sum of {}", path);
+
+        // since these files can be very large, computes the md5 hash in chunks
+        let mut file = File::open(&orig_path).unwrap();
+        let mut buffer = [0 as u8; MD5_BUF_READ_SIZE];
+        let mut context = md5::Context::new();
+        while let Ok(n) = file.read(&mut buffer) {
+            if n == 0 {
+                break;
+            }
+            context.consume(&buffer[..n]);
+        }
+        let checksum = format!("{:x}", context.compute());
+        kv.insert(
+            path,
+            Entry {
+                checksum,
+                dropbox_url: None,
+            },
+        );
+    }
+    Manifest(kv)
 }
 
-impl Manifest {
-    fn generate() -> Manifest {
-        let mut kv = BTreeMap::new();
-        for entry in WalkDir::new("data/input")
-            .into_iter()
-            .chain(WalkDir::new("data/system").into_iter())
-            .filter_map(|e| e.ok())
+fn filter_manifest(mut manifest: Manifest, cities: Cities) -> Manifest {
+    // TODO Temporary hack until directories are organized better
+    fn map_belongs_to_city(map: &str, city: &str) -> bool {
+        match city {
+            "seattle" => {
+                map == "ballard"
+                    || map == "downtown"
+                    || map == "lakeslice"
+                    || map == "montlake"
+                    || map == "south_seattle"
+                    || map == "udistrict"
+                    || map == "west_seattle"
+            }
+            "huge_seattle" => map == "huge_seattle",
+            "krakow" => map == "krakow_center",
+            "berlin" => map == "berlin_center",
+            "xian" => map == "xian",
+            "tel_aviv" => map == "tel_aviv",
+            "london" => map == "southbank",
+            _ => panic!("Unknown city {}. Check your data/config", city),
+        }
+    }
+
+    let mut remove = Vec::new();
+    for path in manifest.0.keys() {
+        // TODO Some hardcoded weird exceptions
+        if !cities.runtime.contains(&"huge_seattle".to_string())
+            && path == "data/system/scenarios/montlake/everyone_weekday.bin"
         {
-            if entry.file_type().is_dir() {
-                continue;
-            }
-            let orig_path = entry.path().display().to_string();
-            let path = orig_path.replace("\\", "/");
-            if path.contains("system/assets/")
-                || path.contains("system/fonts")
-                || path.contains("system/proposals")
-                || path.contains("system/synthetic_maps")
-                || path.contains("/polygons/")
-            {
-                continue;
-            }
-
-            println!("> compute md5sum of {}", path);
-
-            // since these files can be very large, computes the md5 hash in chunks
-            let mut file = File::open(&orig_path).unwrap();
-            let mut buffer = [0 as u8; MD5_BUF_READ_SIZE];
-            let mut context = md5::Context::new();
-            while let Ok(n) = file.read(&mut buffer) {
-                if n == 0 {
-                    break;
-                }
-                context.consume(&buffer[..n]);
-            }
-            let checksum = format!("{:x}", context.compute());
-            kv.insert(
-                path,
-                Entry {
-                    checksum,
-                    dropbox_url: None,
-                },
-            );
-        }
-        Manifest(kv)
-    }
-
-    fn write(&self, path: String) {
-        let mut f = File::create(&path).unwrap();
-        for (path, entry) in &self.0 {
-            writeln!(
-                f,
-                "{},{},{}",
-                path,
-                entry.checksum,
-                entry.dropbox_url.as_ref().unwrap()
-            )
-            .unwrap();
-        }
-        println!("- Wrote {}", path);
-    }
-
-    fn load(path: String) -> Result<Manifest, Box<dyn Error>> {
-        let mut kv = BTreeMap::new();
-        for line in BufReader::new(File::open(path)?).lines() {
-            let line = line?;
-            let parts = line.split(",").collect::<Vec<_>>();
-            assert_eq!(parts.len(), 3);
-            kv.insert(
-                parts[0].to_string(),
-                Entry {
-                    checksum: parts[1].to_string(),
-                    dropbox_url: Some(parts[2].to_string()),
-                },
-            );
-        }
-        Ok(Manifest(kv))
-    }
-
-    fn filter(mut self, cities: Cities) -> Manifest {
-        // TODO Temporary hack until directories are organized better
-        fn map_belongs_to_city(map: &str, city: &str) -> bool {
-            match city {
-                "seattle" => {
-                    map == "ballard"
-                        || map == "downtown"
-                        || map == "lakeslice"
-                        || map == "montlake"
-                        || map == "south_seattle"
-                        || map == "udistrict"
-                        || map == "west_seattle"
-                }
-                "huge_seattle" => map == "huge_seattle",
-                "krakow" => map == "krakow_center",
-                "berlin" => map == "berlin_center",
-                "xian" => map == "xian",
-                "tel_aviv" => map == "tel_aviv",
-                "london" => map == "southbank",
-                _ => panic!("Unknown city {}. Check your data/config", city),
-            }
+            remove.push(path.clone());
+            continue;
         }
 
-        let mut remove = Vec::new();
-        for path in self.0.keys() {
-            // TODO Some hardcoded weird exceptions
-            if !cities.runtime.contains(&"huge_seattle".to_string())
-                && path == "data/system/scenarios/montlake/everyone_weekday.bin"
-            {
-                remove.push(path.clone());
-                continue;
-            }
-
-            let parts = path.split("/").collect::<Vec<_>>();
-            if parts[1] == "input" {
-                if parts[2] == "screenshots" {
-                    let map = parts[3].trim_end_matches(".zip");
-                    if cities
-                        .input
-                        .iter()
-                        .any(|city| map_belongs_to_city(map, city))
-                    {
-                        continue;
-                    }
-                }
-                if parts[2] == "raw_maps" {
-                    let map = parts[3].trim_end_matches(".bin");
-                    if cities
-                        .input
-                        .iter()
-                        .any(|city| map_belongs_to_city(map, city))
-                    {
-                        continue;
-                    }
-                }
-                if cities.input.contains(&parts[2].to_string()) {
+        let parts = path.split("/").collect::<Vec<_>>();
+        if parts[1] == "input" {
+            if parts[2] == "screenshots" {
+                let map = parts[3].trim_end_matches(".zip");
+                if cities
+                    .input
+                    .iter()
+                    .any(|city| map_belongs_to_city(map, city))
+                {
                     continue;
                 }
-            } else if parts[1] == "system" {
-                if parts[2] == "maps" {
-                    let map = parts[3].trim_end_matches(".bin");
-                    if cities
-                        .runtime
-                        .iter()
-                        .any(|city| map_belongs_to_city(map, city))
-                    {
-                        continue;
-                    }
-                } else if parts[2] == "cities" {
-                    if cities.runtime.contains(&basename(parts[3])) {
-                        continue;
-                    }
-                } else {
-                    let map = &parts[3];
-                    if cities
-                        .runtime
-                        .iter()
-                        .any(|city| map_belongs_to_city(map, city))
-                    {
-                        continue;
-                    }
+            }
+            if parts[2] == "raw_maps" {
+                let map = parts[3].trim_end_matches(".bin");
+                if cities
+                    .input
+                    .iter()
+                    .any(|city| map_belongs_to_city(map, city))
+                {
+                    continue;
+                }
+            }
+            if cities.input.contains(&parts[2].to_string()) {
+                continue;
+            }
+        } else if parts[1] == "system" {
+            if parts[2] == "maps" {
+                let map = parts[3].trim_end_matches(".bin");
+                if cities
+                    .runtime
+                    .iter()
+                    .any(|city| map_belongs_to_city(map, city))
+                {
+                    continue;
+                }
+            } else if parts[2] == "cities" {
+                if cities.runtime.contains(&basename(parts[3])) {
+                    continue;
                 }
             } else {
-                panic!("Wait what's {}", path);
+                let map = &parts[3];
+                if cities
+                    .runtime
+                    .iter()
+                    .any(|city| map_belongs_to_city(map, city))
+                {
+                    continue;
+                }
             }
-            remove.push(path.clone());
+        } else {
+            panic!("Wait what's {}", path);
         }
-        for path in remove {
-            self.0.remove(&path).unwrap();
-        }
-        self
+        remove.push(path.clone());
     }
+    for path in remove {
+        manifest.0.remove(&path).unwrap();
+    }
+    manifest
 }
 
 // What data to download?
diff --git a/rustdoc/updater/all.html b/rustdoc/updater/all.html
index 4c5438eb7d..b7c9297ac8 100644
--- a/rustdoc/updater/all.html
+++ b/rustdoc/updater/all.html
@@ -1,4 +1,4 @@
 List of all items in this crate

[] - List of all items

Structs

Functions

Constants

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

Structs

Functions

Constants

\ No newline at end of file diff --git a/rustdoc/updater/constant.MD5_BUF_READ_SIZE.html b/rustdoc/updater/constant.MD5_BUF_READ_SIZE.html index d6cf399c97..06300ccd91 100644 --- a/rustdoc/updater/constant.MD5_BUF_READ_SIZE.html +++ b/rustdoc/updater/constant.MD5_BUF_READ_SIZE.html @@ -1,2 +1,2 @@ updater::MD5_BUF_READ_SIZE - Rust

[][src]Constant updater::MD5_BUF_READ_SIZE

const MD5_BUF_READ_SIZE: usize = 4096;
\ No newline at end of file + Change settings

[][src]Constant updater::MD5_BUF_READ_SIZE

const MD5_BUF_READ_SIZE: usize = 4096;
\ No newline at end of file diff --git a/rustdoc/updater/constant.TMP_DOWNLOAD_NAME.html b/rustdoc/updater/constant.TMP_DOWNLOAD_NAME.html index fc8067e96e..2887ad5ed1 100644 --- a/rustdoc/updater/constant.TMP_DOWNLOAD_NAME.html +++ b/rustdoc/updater/constant.TMP_DOWNLOAD_NAME.html @@ -1,2 +1,2 @@ updater::TMP_DOWNLOAD_NAME - Rust

[][src]Constant updater::TMP_DOWNLOAD_NAME

const TMP_DOWNLOAD_NAME: &str = "tmp_download.zip";
\ No newline at end of file + Change settings

[][src]Constant updater::TMP_DOWNLOAD_NAME

const TMP_DOWNLOAD_NAME: &str = "tmp_download.zip";
\ No newline at end of file diff --git a/rustdoc/updater/fn.basename.html b/rustdoc/updater/fn.basename.html index fac5e14351..0ef38d3ab9 100644 --- a/rustdoc/updater/fn.basename.html +++ b/rustdoc/updater/fn.basename.html @@ -1,2 +1,2 @@ updater::basename - Rust

[][src]Function updater::basename

fn basename(path: &str) -> String
\ No newline at end of file + Change settings

[][src]Function updater::basename

fn basename(path: &str) -> String
\ No newline at end of file diff --git a/rustdoc/updater/fn.check_links.html b/rustdoc/updater/fn.check_links.html index a92f8a88a8..00fd6996a3 100644 --- a/rustdoc/updater/fn.check_links.html +++ b/rustdoc/updater/fn.check_links.html @@ -1,2 +1,2 @@ updater::check_links - Rust

[][src]Function updater::check_links

async fn check_links()
\ No newline at end of file + Change settings

[][src]Function updater::check_links

async fn check_links()
\ No newline at end of file diff --git a/rustdoc/updater/fn.curl.html b/rustdoc/updater/fn.curl.html index f7dfc8ec52..5b97dbea1c 100644 --- a/rustdoc/updater/fn.curl.html +++ b/rustdoc/updater/fn.curl.html @@ -1,2 +1,2 @@ updater::curl - Rust

[][src]Function updater::curl

async fn curl(entry: Entry) -> Result<(), Box<dyn Error>>
\ No newline at end of file + Change settings

[][src]Function updater::curl

async fn curl(entry: Entry) -> Result<(), Box<dyn Error>>
\ No newline at end of file diff --git a/rustdoc/updater/fn.download.html b/rustdoc/updater/fn.download.html index 64446686e9..4f6fa7b2df 100644 --- a/rustdoc/updater/fn.download.html +++ b/rustdoc/updater/fn.download.html @@ -1,2 +1,2 @@ updater::download - Rust

[][src]Function updater::download

async fn download()
\ No newline at end of file + Change settings

[][src]Function updater::download

async fn download()
\ No newline at end of file diff --git a/rustdoc/updater/fn.filter_manifest.html b/rustdoc/updater/fn.filter_manifest.html new file mode 100644 index 0000000000..cb8f7e39a5 --- /dev/null +++ b/rustdoc/updater/fn.filter_manifest.html @@ -0,0 +1,2 @@ +updater::filter_manifest - Rust

[][src]Function updater::filter_manifest

fn filter_manifest(manifest: Manifest, cities: Cities) -> Manifest
\ No newline at end of file diff --git a/rustdoc/updater/fn.generate_manifest.html b/rustdoc/updater/fn.generate_manifest.html new file mode 100644 index 0000000000..c61f34caeb --- /dev/null +++ b/rustdoc/updater/fn.generate_manifest.html @@ -0,0 +1,2 @@ +updater::generate_manifest - Rust

[][src]Function updater::generate_manifest

fn generate_manifest() -> Manifest
\ No newline at end of file diff --git a/rustdoc/updater/fn.just_compare.html b/rustdoc/updater/fn.just_compare.html index ab765dff28..4069b611b3 100644 --- a/rustdoc/updater/fn.just_compare.html +++ b/rustdoc/updater/fn.just_compare.html @@ -1,2 +1,2 @@ updater::just_compare - Rust

[][src]Function updater::just_compare

fn just_compare()
\ No newline at end of file + Change settings

[][src]Function updater::just_compare

fn just_compare()
\ No newline at end of file diff --git a/rustdoc/updater/fn.main.html b/rustdoc/updater/fn.main.html index 59d36618ec..656f3eb82c 100644 --- a/rustdoc/updater/fn.main.html +++ b/rustdoc/updater/fn.main.html @@ -1,2 +1,2 @@ updater::main - Rust

[][src]Function updater::main

fn main()
\ No newline at end of file + Change settings

[][src]Function updater::main

fn main()
\ No newline at end of file diff --git a/rustdoc/updater/fn.rm.html b/rustdoc/updater/fn.rm.html index 24fa18247f..a9a66b6cfa 100644 --- a/rustdoc/updater/fn.rm.html +++ b/rustdoc/updater/fn.rm.html @@ -1,2 +1,2 @@ updater::rm - Rust

[][src]Function updater::rm

fn rm(path: &str)
\ No newline at end of file + Change settings

[][src]Function updater::rm

fn rm(path: &str)
\ No newline at end of file diff --git a/rustdoc/updater/fn.run.html b/rustdoc/updater/fn.run.html index 928caea84f..3c8735036c 100644 --- a/rustdoc/updater/fn.run.html +++ b/rustdoc/updater/fn.run.html @@ -1,2 +1,2 @@ updater::run - Rust

[][src]Function updater::run

fn run(cmd: &mut Command) -> String
\ No newline at end of file + Change settings

[][src]Function updater::run

fn run(cmd: &mut Command) -> String
\ No newline at end of file diff --git a/rustdoc/updater/fn.unzip.html b/rustdoc/updater/fn.unzip.html index caf329040c..c00814525d 100644 --- a/rustdoc/updater/fn.unzip.html +++ b/rustdoc/updater/fn.unzip.html @@ -1,2 +1,2 @@ updater::unzip - Rust

[][src]Function updater::unzip

fn unzip(path: &str)
\ No newline at end of file + Change settings

[][src]Function updater::unzip

fn unzip(path: &str)
\ No newline at end of file diff --git a/rustdoc/updater/fn.upload.html b/rustdoc/updater/fn.upload.html index 56c1478aa1..93991842ea 100644 --- a/rustdoc/updater/fn.upload.html +++ b/rustdoc/updater/fn.upload.html @@ -1,2 +1,2 @@ updater::upload - Rust

[][src]Function updater::upload

fn upload()
\ No newline at end of file + Change settings

[][src]Function updater::upload

fn upload()
\ No newline at end of file diff --git a/rustdoc/updater/index.html b/rustdoc/updater/index.html index 3c09e539eb..9d3cd5835c 100644 --- a/rustdoc/updater/index.html +++ b/rustdoc/updater/index.html @@ -1,5 +1,5 @@ updater - Rust

[][src]Crate updater

Structs

-
Cities
Entry
Manifest

Constants

+ Change settings

[][src]Crate updater

Structs

+
Cities

Constants

MD5_BUF_READ_SIZE
TMP_DOWNLOAD_NAME

Functions

-
basename
check_links
curl
download
just_compare
main
rm
run
unzip
upload
\ No newline at end of file +
basename
check_links
curl
download
filter_manifest
generate_manifest
just_compare
main
rm
run
unzip
upload
\ No newline at end of file diff --git a/rustdoc/updater/sidebar-items.js b/rustdoc/updater/sidebar-items.js index f1b5caacd3..662ebbb2c9 100644 --- a/rustdoc/updater/sidebar-items.js +++ b/rustdoc/updater/sidebar-items.js @@ -1 +1 @@ -initSidebarItems({"constant":[["MD5_BUF_READ_SIZE",""],["TMP_DOWNLOAD_NAME",""]],"fn":[["basename",""],["check_links",""],["curl",""],["download",""],["just_compare",""],["main",""],["rm",""],["run",""],["unzip",""],["upload",""]],"struct":[["Cities",""],["Entry",""],["Manifest",""]]}); \ No newline at end of file +initSidebarItems({"constant":[["MD5_BUF_READ_SIZE",""],["TMP_DOWNLOAD_NAME",""]],"fn":[["basename",""],["check_links",""],["curl",""],["download",""],["filter_manifest",""],["generate_manifest",""],["just_compare",""],["main",""],["rm",""],["run",""],["unzip",""],["upload",""]],"struct":[["Cities",""]]}); \ No newline at end of file diff --git a/rustdoc/updater/struct.Cities.html b/rustdoc/updater/struct.Cities.html index ef9ccb8184..4ff8cb53cb 100644 --- a/rustdoc/updater/struct.Cities.html +++ b/rustdoc/updater/struct.Cities.html @@ -1,9 +1,9 @@ updater::Cities - Rust

[][src]Struct updater::Cities

struct Cities {
+                Change settings

[][src]Struct updater::Cities

struct Cities {
     runtime: Vec<String>,
     input: Vec<String>,
 }

- Fields

runtime: Vec<String>input: Vec<String>

Implementations

impl Cities[src]

Auto Trait Implementations

impl RefUnwindSafe for Cities

impl Send for Cities

impl Sync for Cities

impl Unpin for Cities

impl UnwindSafe for Cities

Blanket Implementations

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