Struct status_line::StatusLine[][src]

pub struct StatusLine<D: Display> { /* fields omitted */ }
Expand description

Wraps arbitrary data and displays it periodically on the screen.

Implementations

Creates a new StatusLine with default options and shows it immediately.

Creates a new StatusLine with custom options.

Forces redrawing the status information immediately, without waiting for the next refresh cycle of the background refresh loop.

Sets the visibility of the status line.

Returns true if the status line is currently visible.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Executes the destructor for this type. 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.

Performs the conversion.

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.