From 24f1c39aa535a4c6c86e43f65249b220458f25d2 Mon Sep 17 00:00:00 2001 From: dabreegster Date: Thu, 1 Oct 2020 19:19:46 +0000 Subject: [PATCH] deploy: fd460a2f434802505776c6f4fe66acb782ab687a --- rustdoc/game/layer/map/index.html | 2 +- rustdoc/game/layer/map/struct.Static.html | 2 +- .../built_info/constant.BUILT_TIME_UTC.html | 2 +- rustdoc/headless/fn.handle_command.html | 2 +- rustdoc/headless/struct.AgentPosition.html | 6 +- rustdoc/headless/struct.FinishedTrip.html | 6 +- rustdoc/headless/struct.LoadSim.html | 6 +- rustdoc/headless/struct.RoadThroughput.html | 4 +- rustdoc/headless/struct.SIM.html | 6 +- rustdoc/search-index.js | 6 +- rustdoc/sim/mechanics/parking/index.html | 2 +- .../struct.InfiniteParkingSimState.html | 10 +- .../mechanics/parking/trait.ParkingSim.html | 2 +- .../game-9f4de26f0a0787cb/out/built.rs.html | 2 +- rustdoc/src/game/layer/map.rs.html | 10 +- rustdoc/src/sim/mechanics/parking.rs.html | 182 ++++++++++++++++-- 16 files changed, 200 insertions(+), 50 deletions(-) diff --git a/rustdoc/game/layer/map/index.html b/rustdoc/game/layer/map/index.html index ab49376387..27d20281d5 100644 --- a/rustdoc/game/layer/map/index.html +++ b/rustdoc/game/layer/map/index.html @@ -1,2 +1,2 @@ -game::layer::map - Rust

[][src]Module game::layer::map

Structs

+game::layer::map - Rust

[][src]Module game::layer::map

Structs

BikeNetwork
Static
\ No newline at end of file diff --git a/rustdoc/game/layer/map/struct.Static.html b/rustdoc/game/layer/map/struct.Static.html index 09e91cbd00..7b1449fe1f 100644 --- a/rustdoc/game/layer/map/struct.Static.html +++ b/rustdoc/game/layer/map/struct.Static.html @@ -4,7 +4,7 @@ pub zoomed: Drawable, name: &'static str, }

- Fields

panel: Panelunzoomed: Drawablezoomed: Drawablename: &'static str

Implementations

impl Static[src]

fn new(
    ctx: &mut EventCtx,
    colorer: ColorDiscrete,
    name: &'static str,
    title: String,
    extra: Widget
) -> Static
[src]

pub fn edits(ctx: &mut EventCtx, app: &App) -> Static[src]

pub fn amenities(ctx: &mut EventCtx, app: &App) -> Static[src]

pub fn no_sidewalks(ctx: &mut EventCtx, app: &App) -> Static[src]

pub fn blackholes(ctx: &mut EventCtx, app: &App) -> Static[src]

Trait Implementations

impl Layer for Static[src]

Auto Trait Implementations

impl !RefUnwindSafe for Static

impl !Send for Static

impl !Sync for Static

impl Unpin for Static

impl !UnwindSafe for Static

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]