pub struct Spinni { /* private fields */ }
Expand description

Spinny spinning spinner

Trait Implementations

In this case, it just updates the current task name and ticks it, only update name if progress is Some

The unit that is passed to IsBar::set_progress Read more

Arguments that are passed to IsBar::new

Crate a new Bar with the provided name, and a progress level of zero Read more

Finishes the Bar, allowing it to be finalized and dropped by the manager. the bar should not be used after this is called Read more

Checks if the Bar is done (IsBar::done as been called) Read more

Sets the name of the Bar Read more

Formats the Bar into a string. this is generaly only used by the BarManager 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.