From 57d71104bbb6048dad454759027af4838b34f70a Mon Sep 17 00:00:00 2001 From: dabreegster Date: Mon, 16 Nov 2020 04:24:17 +0000 Subject: [PATCH] deploy: b9ff94f27533fdd5e4ae5bd5299615a85ecfcc5d --- .../built_info/constant.BUILT_TIME_UTC.html | 2 +- rustdoc/sim/enum.PersonState.html | 16 +++++------ rustdoc/sim/enum.TripEndpoint.html | 28 +++++++++---------- rustdoc/sim/enum.TripMode.html | 18 ++++++------ rustdoc/sim/enum.TripResult.html | 4 +-- .../sim/struct.CommutersVehiclesCounts.html | 2 +- rustdoc/sim/struct.Person.html | 10 +++---- rustdoc/sim/struct.TripInfo.html | 10 +++---- rustdoc/sim/trips/enum.PersonState.html | 16 +++++------ rustdoc/sim/trips/enum.TripEndpoint.html | 28 +++++++++---------- rustdoc/sim/trips/enum.TripLeg.html | 16 +++++------ rustdoc/sim/trips/enum.TripMode.html | 18 ++++++------ rustdoc/sim/trips/enum.TripResult.html | 4 +-- rustdoc/sim/trips/fn.pos.html | 2 +- rustdoc/sim/trips/index.html | 2 +- .../trips/struct.CommutersVehiclesCounts.html | 2 +- rustdoc/sim/trips/struct.Person.html | 10 +++---- rustdoc/sim/trips/struct.Trip.html | 10 +++---- rustdoc/sim/trips/struct.TripInfo.html | 10 +++---- rustdoc/sim/trips/struct.TripManager.html | 10 +++---- .../game-26b47b6c62d293fe/out/built.rs.html | 2 +- rustdoc/src/sim/trips.rs.html | 6 ++-- 22 files changed, 114 insertions(+), 112 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 72934d5143..7d0c723a2d 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 = "Mon, 16 Nov 2020 02:11:19 +0000";

The built-time in RFC2822, UTC

+ Change settings

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

pub const BUILT_TIME_UTC: &str = "Mon, 16 Nov 2020 04:21:41 +0000";

The built-time in RFC2822, UTC

\ No newline at end of file diff --git a/rustdoc/sim/enum.PersonState.html b/rustdoc/sim/enum.PersonState.html index d312097fd4..98f200c834 100644 --- a/rustdoc/sim/enum.PersonState.html +++ b/rustdoc/sim/enum.PersonState.html @@ -1,18 +1,18 @@ sim::PersonState - Rust

[][src]Enum sim::PersonState

pub enum PersonState {
+                Change settings

[][src]Enum sim::PersonState

pub enum PersonState {
     Trip(TripID),
     Inside(BuildingID),
     OffMap,
 }

Variants

-
Trip(TripID)
Inside(BuildingID)
OffMap

Trait Implementations

impl Clone for PersonState[src]