From ef4531786be8a4772e7d6d41801fb39a09fa2f7c Mon Sep 17 00:00:00 2001 From: dabreegster Date: Wed, 16 Dec 2020 21:15:26 +0000 Subject: [PATCH] deploy: 7efd2de939b2c5e55bca37bd80d3d705c8796bfb --- .../isochrone/fn.draw_isochrone.html | 2 +- .../isochrone/struct.Isochrone.html | 2 +- rustdoc/fifteen_min/type.App.html | 2 +- .../fifteen_min/viewer/fn.build_panel.html | 2 +- .../viewer/struct.HoverOnBuilding.html | 2 +- rustdoc/fifteen_min/viewer/struct.Viewer.html | 8 +- rustdoc/game/all.html | 2 +- rustdoc/game/app/struct.App.html | 58 ++++--- .../built_info/constant.BUILT_TIME_UTC.html | 2 +- .../game/sandbox/gameplay/census/index.html | 5 - .../sandbox/gameplay/census/sidebar-items.js | 1 - .../census/struct.CensusGenerator.html | 37 ----- .../commute/struct.OptimizeCommute.html | 2 +- .../sandbox/gameplay/enum.GameplayMode.html | 24 +-- .../sandbox/gameplay/enum.LoadScenario.html | 2 +- .../struct.FixTrafficSignals.html | 2 +- .../sandbox/gameplay/fn.challenge_header.html | 2 +- .../gameplay/freeform/struct.Freeform.html | 2 +- rustdoc/game/sandbox/gameplay/index.html | 4 +- .../play_scenario/struct.PlayScenario.html | 2 +- .../game/sandbox/gameplay/sidebar-items.js | 2 +- .../sandbox/gameplay/struct.FinalScore.html | 6 +- .../sandbox/gameplay/trait.GameplayState.html | 2 +- .../gameplay/tutorial/struct.Tutorial.html | 2 +- .../implementors/core/marker/trait.Freeze.js | 2 +- .../implementors/core/marker/trait.Send.js | 2 +- .../implementors/core/marker/trait.Sync.js | 2 +- .../implementors/core/marker/trait.Unpin.js | 2 +- .../std/panic/trait.RefUnwindSafe.js | 2 +- .../std/panic/trait.UnwindSafe.js | 2 +- .../widgetry/app_state/trait.State.js | 2 +- rustdoc/search-index.js | 2 +- rustdoc/source-files.js | 2 +- .../game-c1f324f9d3d7e3b2/out/built.rs.html | 2 +- .../src/game/sandbox/gameplay/census.rs.html | 142 ------------------ rustdoc/src/game/sandbox/gameplay/mod.rs.html | 2 - 36 files changed, 74 insertions(+), 265 deletions(-) delete mode 100644 rustdoc/game/sandbox/gameplay/census/index.html delete mode 100644 rustdoc/game/sandbox/gameplay/census/sidebar-items.js delete mode 100644 rustdoc/game/sandbox/gameplay/census/struct.CensusGenerator.html delete mode 100644 rustdoc/src/game/sandbox/gameplay/census.rs.html diff --git a/rustdoc/fifteen_min/isochrone/fn.draw_isochrone.html b/rustdoc/fifteen_min/isochrone/fn.draw_isochrone.html index f085e1de12..74386c669a 100644 --- a/rustdoc/fifteen_min/isochrone/fn.draw_isochrone.html +++ b/rustdoc/fifteen_min/isochrone/fn.draw_isochrone.html @@ -1,4 +1,4 @@ fifteen_min::isochrone::draw_isochrone - Rust

[][src]Function fifteen_min::isochrone::draw_isochrone

fn draw_isochrone(
    app: &SimpleApp<()>,
    time_to_reach_building: &HashMap<BuildingID, Duration>
) -> GeomBatch
\ No newline at end of file + Change settings

[][src]Function fifteen_min::isochrone::draw_isochrone

fn draw_isochrone(
    app: &SimpleApp<()>,
    time_to_reach_building: &HashMap<BuildingID, Duration>
) -> GeomBatch
\ No newline at end of file diff --git a/rustdoc/fifteen_min/isochrone/struct.Isochrone.html b/rustdoc/fifteen_min/isochrone/struct.Isochrone.html index 5ee8976eb7..bbda0791f8 100644 --- a/rustdoc/fifteen_min/isochrone/struct.Isochrone.html +++ b/rustdoc/fifteen_min/isochrone/struct.Isochrone.html @@ -17,7 +17,7 @@ amenities_reachable: MultiMap<&'static str, BuildingID>

Per category of amenity (defined by helpers::amenity_type), what buildings have that?

population: usize

How many people live in the returned area, according to estimates included in the map (from city-specific parcel data, guesses from census, or a guess based on OSM tags)

-

Implementations

impl Isochrone[src]

pub fn new(
    ctx: &mut EventCtx<'_>,
    app: &SimpleApp<()>,
    start: BuildingID,
    constraints: PathConstraints
) -> Isochrone
[src]

pub fn path_to(&self, map: &Map, to: BuildingID) -> Option<Path>[src]

Auto Trait Implementations

impl !RefUnwindSafe for Isochrone

impl !Send for Isochrone

impl !Sync for Isochrone

impl Unpin for Isochrone

impl UnwindSafe for Isochrone

Blanket Implementations

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

Implementations

impl Isochrone[src]

pub fn new(
    ctx: &mut EventCtx<'_>,
    app: &SimpleApp<()>,
    start: BuildingID,
    constraints: PathConstraints
) -> Isochrone
[src]

pub fn path_to(&self, map: &Map, to: BuildingID) -> Option<Path>[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]

impl<T> Downcast for T where
    T: Any

[][src]Type Definition fifteen_min::App

type App = SimpleApp<()>;
\ No newline at end of file diff --git a/rustdoc/fifteen_min/viewer/fn.build_panel.html b/rustdoc/fifteen_min/viewer/fn.build_panel.html index c80ee281c2..ec67f5f28d 100644 --- a/rustdoc/fifteen_min/viewer/fn.build_panel.html +++ b/rustdoc/fifteen_min/viewer/fn.build_panel.html @@ -1,4 +1,4 @@ fifteen_min::viewer::build_panel - Rust

[][src]Function fifteen_min::viewer::build_panel

fn build_panel(
    ctx: &mut EventCtx<'_>,
    app: &SimpleApp<()>,
    start: &Building,
    isochrone: &Isochrone
) -> Panel
\ No newline at end of file + Change settings

[][src]Function fifteen_min::viewer::build_panel

fn build_panel(
    ctx: &mut EventCtx<'_>,
    app: &SimpleApp<()>,
    start: &Building,
    isochrone: &Isochrone
) -> Panel
\ No newline at end of file diff --git a/rustdoc/fifteen_min/viewer/struct.HoverOnBuilding.html b/rustdoc/fifteen_min/viewer/struct.HoverOnBuilding.html index 60f0881f0c..ec3749920a 100644 --- a/rustdoc/fifteen_min/viewer/struct.HoverOnBuilding.html +++ b/rustdoc/fifteen_min/viewer/struct.HoverOnBuilding.html @@ -5,7 +5,7 @@ tooltip: Text, drawn_route: Drawable, }

- Fields

tooltip: Textdrawn_route: Drawable

Implementations

impl HoverOnBuilding[src]

fn key(ctx: &EventCtx<'_>, app: &SimpleApp<()>) -> Option<(BuildingID, f64)>[src]

fn value(
    ctx: &mut EventCtx<'_>,
    app: &SimpleApp<()>,
    key: (BuildingID, f64),
    isochrone: &Isochrone
) -> HoverOnBuilding
[src]

Auto Trait Implementations

Blanket Implementations

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