Struct tui_realm_stdlib::ProgressBarPropsBuilder[][src]

pub struct ProgressBarPropsBuilder { /* fields omitted */ }

Implementations

with_progbar_color

Set progbar color for component

with_background

Set background color for component

with_borders

Set component borders style

with_title

Set title

with_label

Set label to display on progress bar

with_progress

Set progress percentage Progress must be in range [0.0,1.0] or will panic

Trait Implementations

Returns the “default value” for a type. Read more

Performs the conversion.

build Read more

hidden Read more

visible 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.