From 61721ea9dbde08ffe00e9e1537c313f718494a0e Mon Sep 17 00:00:00 2001 From: dabreegster Date: Wed, 16 Dec 2020 20:25:07 +0000 Subject: [PATCH] deploy: e8f7e7444c472d809da75e10af2ebd0d496c32c7 --- .../built_info/constant.BUILT_TIME_UTC.html | 2 +- .../mapper/fn.find_divided_highways.html | 2 +- .../mapper/fn.find_overlapping_stuff.html | 2 +- .../mapper/struct.ChangeWay.html | 4 +- .../mapper/struct.ParkingMapper.html | 4 +- rustdoc/parking_mapper/mapper/type.App.html | 2 +- rustdoc/search-index.js | 12 ++--- rustdoc/sim/mechanics/driving/index.html | 2 +- .../driving/struct.DrivingSimState.html | 23 +++++----- rustdoc/sim/sim/index.html | 2 +- rustdoc/sim/sim/struct.Sim.html | 8 ++-- rustdoc/sim/sim/trait.SimCallback.html | 2 +- rustdoc/sim/struct.CarID.html | 2 +- rustdoc/sim/struct.Sim.html | 8 ++-- rustdoc/sim/trait.SimCallback.html | 2 +- .../game-c1f324f9d3d7e3b2/out/built.rs.html | 2 +- rustdoc/src/sim/mechanics/driving.rs.html | 44 ++++++++++++++++++- rustdoc/src/sim/sim/mod.rs.html | 18 ++++++++ 18 files changed, 102 insertions(+), 39 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 8a54e821e4..3829e752e8 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 = "Wed, 16 Dec 2020 18:26:30 +0000";

The built-time in RFC2822, UTC

+ Change settings

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

pub const BUILT_TIME_UTC: &str = "Wed, 16 Dec 2020 20:22:41 +0000";

The built-time in RFC2822, UTC

\ No newline at end of file diff --git a/rustdoc/parking_mapper/mapper/fn.find_divided_highways.html b/rustdoc/parking_mapper/mapper/fn.find_divided_highways.html index 313a3dd8f0..a6bb260055 100644 --- a/rustdoc/parking_mapper/mapper/fn.find_divided_highways.html +++ b/rustdoc/parking_mapper/mapper/fn.find_divided_highways.html @@ -1,4 +1,4 @@ parking_mapper::mapper::find_divided_highways - Rust

[][src]Function parking_mapper::mapper::find_divided_highways

fn find_divided_highways(app: &SimpleApp<()>) -> HashSet<RoadID>
\ No newline at end of file + Change settings

[][src]Function parking_mapper::mapper::find_divided_highways

fn find_divided_highways(app: &SimpleApp<()>) -> HashSet<RoadID>
\ No newline at end of file diff --git a/rustdoc/parking_mapper/mapper/fn.find_overlapping_stuff.html b/rustdoc/parking_mapper/mapper/fn.find_overlapping_stuff.html index 9a9a3bfd36..861a8d667a 100644 --- a/rustdoc/parking_mapper/mapper/fn.find_overlapping_stuff.html +++ b/rustdoc/parking_mapper/mapper/fn.find_overlapping_stuff.html @@ -1,4 +1,4 @@ parking_mapper::mapper::find_overlapping_stuff - Rust

[][src]Function parking_mapper::mapper::find_overlapping_stuff

fn find_overlapping_stuff(
    app: &SimpleApp<()>,
    timer: &mut Timer<'_>
) -> Vec<Polygon>
\ No newline at end of file + Change settings

[][src]Function parking_mapper::mapper::find_overlapping_stuff

fn find_overlapping_stuff(
    app: &SimpleApp<()>,
    timer: &mut Timer<'_>
) -> Vec<Polygon>
\ No newline at end of file diff --git a/rustdoc/parking_mapper/mapper/struct.ChangeWay.html b/rustdoc/parking_mapper/mapper/struct.ChangeWay.html index 6d73e2bb68..d3ddd45bfe 100644 --- a/rustdoc/parking_mapper/mapper/struct.ChangeWay.html +++ b/rustdoc/parking_mapper/mapper/struct.ChangeWay.html @@ -8,8 +8,8 @@ data: BTreeMap<WayID, Value>, show: Show, }

- Fields

panel: Paneldraw: Drawableosm_way_id: WayIDdata: BTreeMap<WayID, Value>show: Show

Implementations

impl ChangeWay[src]

fn new(
    ctx: &mut EventCtx<'_>,
    app: &SimpleApp<()>,
    selected: &HashSet<RoadID>,
    show: Show,
    data: BTreeMap<WayID, Value>
) -> Box<dyn State<SimpleApp<()>>>
[src]

Trait Implementations

impl State<SimpleApp<()>> for ChangeWay[src]