From 93878211362a67f0f52d155a9c5e65cfb969eeed Mon Sep 17 00:00:00 2001 From: dabreegster Date: Tue, 11 May 2021 16:48:05 +0000 Subject: [PATCH] deploy: 5bac09bf2a3afdd0518732c2435ea065293823da --- .../pregame/built_info/constant.BUILT_TIME_UTC.html | 2 +- rustdoc/importer/soundcast/popdat/fn.get_mode.html | 2 +- rustdoc/importer/soundcast/popdat/fn.get_purpose.html | 2 +- .../importer/soundcast/popdat/fn.import_parcels.html | 2 +- rustdoc/importer/soundcast/popdat/index.html | 2 +- rustdoc/importer/soundcast/popdat/struct.Endpoint.html | 10 +++++----- rustdoc/importer/soundcast/popdat/struct.OrigTrip.html | 10 +++++----- .../importer/soundcast/popdat/struct.RawParcel.html | 6 +++--- rustdoc/importer/soundcast/popdat/struct.RawTrip.html | 6 +++--- rustdoc/search-index.js | 2 +- rustdoc/src/game/challenges/prebake.rs.html | 2 +- .../build/game-8fd4d727846ff3e4/out/built.rs.html | 2 +- rustdoc/src/importer/soundcast/popdat.rs.html | 4 +++- 13 files changed, 27 insertions(+), 25 deletions(-) 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 09ffed8a0a..c8c6213580 100644 --- a/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html +++ b/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html @@ -1,6 +1,6 @@ game::pregame::built_info::BUILT_TIME_UTC - Rust

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

pub const BUILT_TIME_UTC: &str = "Tue, 11 May 2021 03:17:37 +0000";

The built-time in RFC2822, UTC

+ Change settings

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

pub const BUILT_TIME_UTC: &str = "Tue, 11 May 2021 16:45:25 +0000";

The built-time in RFC2822, UTC

\ No newline at end of file diff --git a/rustdoc/importer/soundcast/popdat/fn.get_mode.html b/rustdoc/importer/soundcast/popdat/fn.get_mode.html index 566ddae479..5023501ed8 100644 --- a/rustdoc/importer/soundcast/popdat/fn.get_mode.html +++ b/rustdoc/importer/soundcast/popdat/fn.get_mode.html @@ -1,5 +1,5 @@ importer::soundcast::popdat::get_mode - Rust

Function importer::soundcast::popdat::get_mode[][src]

fn get_mode(code: &str) -> TripMode
+ Change settings

Function importer::soundcast::popdat::get_mode[][src]

fn get_mode(code: &str) -> TripMode
\ No newline at end of file diff --git a/rustdoc/importer/soundcast/popdat/fn.get_purpose.html b/rustdoc/importer/soundcast/popdat/fn.get_purpose.html index bfce3e34bb..15a82c05cc 100644 --- a/rustdoc/importer/soundcast/popdat/fn.get_purpose.html +++ b/rustdoc/importer/soundcast/popdat/fn.get_purpose.html @@ -1,5 +1,5 @@ importer::soundcast::popdat::get_purpose - Rust

Function importer::soundcast::popdat::get_purpose[][src]

fn get_purpose(code: &str) -> TripPurpose
+ Change settings

Function importer::soundcast::popdat::get_purpose[][src]

fn get_purpose(code: &str) -> TripPurpose
\ No newline at end of file diff --git a/rustdoc/importer/soundcast/popdat/fn.import_parcels.html b/rustdoc/importer/soundcast/popdat/fn.import_parcels.html index 6705875b49..300ba8f1d2 100644 --- a/rustdoc/importer/soundcast/popdat/fn.import_parcels.html +++ b/rustdoc/importer/soundcast/popdat/fn.import_parcels.html @@ -1,5 +1,5 @@ importer::soundcast::popdat::import_parcels - Rust

Function importer::soundcast::popdat::import_parcels[][src]

fn import_parcels(
    _: &Map,
    _: &mut Timer<'_>
) -> (HashMap<usize, Endpoint>, BTreeMap<usize, ExtraShape>)
+ Change settings

Function importer::soundcast::popdat::import_parcels[][src]

fn import_parcels(
    _: &Map,
    _: &mut Timer<'_>
) -> (HashMap<usize, Endpoint>, BTreeMap<usize, ExtraShape>)
\ No newline at end of file diff --git a/rustdoc/importer/soundcast/popdat/index.html b/rustdoc/importer/soundcast/popdat/index.html index 013fd210f1..eb81b36fec 100644 --- a/rustdoc/importer/soundcast/popdat/index.html +++ b/rustdoc/importer/soundcast/popdat/index.html @@ -1,7 +1,7 @@ importer::soundcast::popdat - Rust

Module importer::soundcast::popdat[][src]

Structs

+ Change settings

Module importer::soundcast::popdat[][src]

Structs

Endpoint
OrigTrip
PopDat
RawParcel
RawTrip

Functions

get_mode
get_purpose
import_data
import_parcels
import_trips
\ No newline at end of file diff --git a/rustdoc/importer/soundcast/popdat/struct.Endpoint.html b/rustdoc/importer/soundcast/popdat/struct.Endpoint.html index 19c098ddb9..ab654fa2ff 100644 --- a/rustdoc/importer/soundcast/popdat/struct.Endpoint.html +++ b/rustdoc/importer/soundcast/popdat/struct.Endpoint.html @@ -1,16 +1,16 @@ importer::soundcast::popdat::Endpoint - Rust

Struct importer::soundcast::popdat::Endpoint[][src]

pub struct Endpoint {
+                Change settings

Struct importer::soundcast::popdat::Endpoint[][src]

pub struct Endpoint {
     pub pos: LonLat,
     pub osm_building: Option<OsmID>,
     pub parcel_id: usize,
 }

- Fields

pos: LonLatosm_building: Option<OsmID>parcel_id: usize

Trait Implementations

impl Clone for Endpoint[src]