Struct terminal_spinners::SpinnerHandle[][src]

pub struct SpinnerHandle { /* fields omitted */ }
Expand description

A handle to a running spinner.

Can be used to send commands to the render thread.

Implementations

Stops the spinner and renders a success symbol.

Stops the spinner and renders an error symbol.

Stops the spinner and renders an information symbol.

Stops the spinner.

Stops the spinner and clears the line it was printed on.

Changes the text of the spinner.

Stops the spinner and renders a warning symbol.

Stops the spinner and renders an unknown symbol.

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.