From f7be4387dcef8518f77a5f56bb9be4a02173b998 Mon Sep 17 00:00:00 2001 From: dabreegster Date: Tue, 13 Apr 2021 17:47:49 +0000 Subject: [PATCH] deploy: d5dfce6267ad2579778200a40fe732d3b39e96db --- .../built_info/constant.BUILT_TIME_UTC.html | 2 +- rustdoc/map_gui/tools/command/index.html | 2 +- .../tools/command/struct.RunCommand.html | 4 +-- rustdoc/search-index.js | 2 +- .../game-e51c0a1cdd4549fe/out/built.rs.html | 2 +- rustdoc/src/map_gui/tools/command.rs.html | 34 +++++++++++++------ 6 files changed, 29 insertions(+), 17 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 b1a9971462..b6c4a0aaf8 100644 --- a/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html +++ b/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html @@ -1,6 +1,6 @@ game::pregame::built_info::BUILT_TIME_UTC - Rust

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

pub const BUILT_TIME_UTC: &str = "Tue, 13 Apr 2021 17:20:39 +0000";

The built-time in RFC2822, UTC

+ Change settings

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

pub const BUILT_TIME_UTC: &str = "Tue, 13 Apr 2021 17:45:40 +0000";

The built-time in RFC2822, UTC

\ No newline at end of file diff --git a/rustdoc/map_gui/tools/command/index.html b/rustdoc/map_gui/tools/command/index.html index ff46a8148a..c4a06587d2 100644 --- a/rustdoc/map_gui/tools/command/index.html +++ b/rustdoc/map_gui/tools/command/index.html @@ -1,7 +1,7 @@ map_gui::tools::command - Rust

Module map_gui::tools::command[][src]

Structs

+ Change settings

Module map_gui::tools::command[][src]

Structs

RunCommand

Executes a command and displays STDOUT and STDERR in a loading screen window. Only works on native, of course.

diff --git a/rustdoc/map_gui/tools/command/struct.RunCommand.html b/rustdoc/map_gui/tools/command/struct.RunCommand.html index ca19b19a1b..e3b185819f 100644 --- a/rustdoc/map_gui/tools/command/struct.RunCommand.html +++ b/rustdoc/map_gui/tools/command/struct.RunCommand.html @@ -13,8 +13,8 @@ }

Executes a command and displays STDOUT and STDERR in a loading screen window. Only works on native, of course.

- Fields

p: Popencomm: Option<Communicator>panel: Panellines: VecDeque<String>max_capacity: usizestarted: Instantlast_drawn: Instanton_load: Option<Box<dyn FnOnce(&mut EventCtx<'_>, &mut A, bool, Vec<String>) -> Transition<A>>>

Implementations

impl<A: AppLike + 'static> RunCommand<A>[src]

pub fn new(
    ctx: &mut EventCtx<'_>,
    _: &A,
    args: Vec<String>,
    on_load: Box<dyn FnOnce(&mut EventCtx<'_>, &mut A, bool, Vec<String>) -> Transition<A>>
) -> Box<dyn State<A>>
[src]

fn read_output(&mut self)[src]

Trait Implementations

impl<A: AppLike + 'static> State<A> for RunCommand<A>[src]