Struct indicatif::ProgressStyle [] [src]

pub struct ProgressStyle { /* fields omitted */ }

Controls the rendering style of progress bars.

Methods

impl ProgressStyle
[src]

[src]

Returns the default progress bar style for bars.

[src]

Returns the default progress bar style for spinners.

[src]

Sets the tick character sequence for spinners.

[src]

Sets the three progress characters (filled, current, to do).

[src]

Sets the template string for the progress bar.

impl ProgressStyle
[src]

[src]

Returns the tick char for a given number.

[src]

Returns the tick char for the finished state.

Trait Implementations

impl Clone for ProgressStyle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more