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 d73ce62960..fb7a57111f 100644 --- a/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html +++ b/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html @@ -1,2 +1,2 @@ -game::pregame::built_info::BUILT_TIME_UTC - Rust

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

pub const BUILT_TIME_UTC: &str = "Tue, 22 Sep 2020 23:32:39 +0000";

The built-time in RFC2822, UTC

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

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

pub const BUILT_TIME_UTC: &str = "Wed, 23 Sep 2020 16:02:59 +0000";

The built-time in RFC2822, UTC

\ No newline at end of file diff --git a/rustdoc/headless/fn.apply_edits.html b/rustdoc/headless/fn.apply_edits.html index 4d5acf087f..71c235e9fb 100644 --- a/rustdoc/headless/fn.apply_edits.html +++ b/rustdoc/headless/fn.apply_edits.html @@ -1 +1 @@ -headless::apply_edits - Rust

[][src]Function headless::apply_edits

fn apply_edits(map: &mut Map)
\ No newline at end of file +headless::apply_edits - Rust

[][src]Function headless::apply_edits

fn apply_edits(map: &mut Map)
\ No newline at end of file diff --git a/rustdoc/headless/index.html b/rustdoc/headless/index.html index a6ee7e7586..e69781d36c 100644 --- a/rustdoc/headless/index.html +++ b/rustdoc/headless/index.html @@ -1,3 +1,3 @@ -headless - Rust

[][src]Crate headless

Structs

+headless - Rust

[][src]Crate headless

Structs

AgentPosition
AgentPositions
Delays
EDITS
FLAGS
FinishedTrips
MAP
SIM
Throughput

Functions

apply_edits
handle_command
main
serve_req
\ No newline at end of file diff --git a/rustdoc/headless/struct.AgentPosition.html b/rustdoc/headless/struct.AgentPosition.html index 9d165d611c..0d9b579489 100644 --- a/rustdoc/headless/struct.AgentPosition.html +++ b/rustdoc/headless/struct.AgentPosition.html @@ -1,9 +1,9 @@ -headless::AgentPosition - Rust

[][src]Struct headless::AgentPosition

struct AgentPosition {
+headless::AgentPosition - Rust

[][src]Struct headless::AgentPosition

struct AgentPosition {
     vehicle_type: Option<VehicleType>,
     pos: LonLat,
     person: Option<PersonID>,
 }

- Fields

vehicle_type: Option<VehicleType>pos: LonLatperson: Option<PersonID>

Trait Implementations

impl Serialize for AgentPosition[src]