Enum gelato::app::App[][src]

pub enum App {
    Loading,
    Loaded(State),
    IrcConnecting(State),
    IrcFinished(State),
}

Variants

Loading
Loaded

Tuple Fields of Loaded

0: State
IrcConnecting

Tuple Fields of IrcConnecting

0: State
IrcFinished

Tuple Fields of IrcFinished

0: State

Trait Implementations

The Executor that will run commands and subscriptions. Read more

The type of messages your Application will produce.

The data needed to initialize your Application.

Initializes the Application with the flags provided to run as part of the Settings. Read more

Returns the current title of the Application. Read more

Handles a message and updates the state of the Application. Read more

Returns the event Subscription for the current state of the application. Read more

Returns the widgets to display in the Application. Read more

Returns the current Application mode. Read more

Returns the background color of the Application. Read more

Returns the scale factor of the Application. Read more

Returns whether the Application should be terminated. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.