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 a10a4398a9..14de495ba7 100644 --- a/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html +++ b/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html @@ -1,5 +1,5 @@ game::pregame::built_info::BUILT_TIME_UTC - Rust

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

pub const BUILT_TIME_UTC: &str = "Thu, 17 Dec 2020 18:41:36 +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, 17 Dec 2020 18:48:47 +0000";

The built-time in RFC2822, UTC

\ No newline at end of file diff --git a/rustdoc/headless/fn.export_all_geometry.html b/rustdoc/headless/fn.export_all_geometry.html index 1699ef489b..2aa4bddc14 100644 --- a/rustdoc/headless/fn.export_all_geometry.html +++ b/rustdoc/headless/fn.export_all_geometry.html @@ -1,4 +1,4 @@ headless::export_all_geometry - Rust

[][src]Function headless::export_all_geometry

fn export_all_geometry(map: &Map) -> GeoJson
\ No newline at end of file + Change settings

[][src]Function headless::export_all_geometry

fn export_all_geometry(map: &Map) -> GeoJson
\ No newline at end of file diff --git a/rustdoc/headless/fn.export_geometry.html b/rustdoc/headless/fn.export_geometry.html index 4a58bad9ba..4cf0d55f2c 100644 --- a/rustdoc/headless/fn.export_geometry.html +++ b/rustdoc/headless/fn.export_geometry.html @@ -1,4 +1,4 @@ headless::export_geometry - Rust

[][src]Function headless::export_geometry

fn export_geometry(map: &Map, i: IntersectionID) -> GeoJson
\ No newline at end of file + Change settings

[][src]Function headless::export_geometry

fn export_geometry(map: &Map, i: IntersectionID) -> GeoJson
\ No newline at end of file diff --git a/rustdoc/headless/fn.handle_command.html b/rustdoc/headless/fn.handle_command.html index 67ae36c13c..a8564e072a 100644 --- a/rustdoc/headless/fn.handle_command.html +++ b/rustdoc/headless/fn.handle_command.html @@ -1,4 +1,4 @@ headless::handle_command - Rust

[][src]Function headless::handle_command

fn handle_command(
    path: &str,
    params: &HashMap<String, String>,
    body: &Vec<u8>,
    sim: &mut Sim,
    map: &mut Map,
    load: &mut LoadSim
) -> Result<String, Box<dyn Error>>
\ No newline at end of file + Change settings

[][src]Function headless::handle_command

fn handle_command(
    path: &str,
    params: &HashMap<String, String>,
    body: &Vec<u8>,
    sim: &mut Sim,
    map: &mut Map,
    load: &mut LoadSim
) -> Result<String, Box<dyn Error>>
\ No newline at end of file diff --git a/rustdoc/headless/index.html b/rustdoc/headless/index.html index f3189dfed6..a72afd4c9b 100644 --- a/rustdoc/headless/index.html +++ b/rustdoc/headless/index.html @@ -1,6 +1,6 @@ headless - Rust

[][src]Crate headless

Structs

+ Change settings

[][src]Crate headless

Structs

AgentPosition
AgentPositions
BlockedByGraph
Delays
FinishedTrip
LOAD
LoadSim
MAP
RoadThroughput
SIM
Throughput
TrafficSignalState

Functions

export_all_geometry
export_geometry
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 61c0a5dbd1..7f4759a87a 100644 --- a/rustdoc/headless/struct.AgentPosition.html +++ b/rustdoc/headless/struct.AgentPosition.html @@ -1,7 +1,7 @@ headless::AgentPosition - Rust

[][src]Struct headless::AgentPosition

struct AgentPosition {
+                Change settings

[][src]Struct headless::AgentPosition

struct AgentPosition {
     vehicle_type: Option<VehicleType>,
     pos: LonLat,
     distance_crossed: Distance,
@@ -25,7 +25,7 @@ of an access-restricted or capped zone.
 than the total path length, due to where they park along that last road.
 
 
person: Option<PersonID>

None for buses

-

Trait Implementations

impl Serialize for AgentPosition[src]

Trait Implementations

impl Serialize for AgentPosition[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]