pub struct BarColumn {
pub bar_width: usize,
pub complete_style: Style,
pub finished_style: Option<Style>,
pub pulse_style: Option<Style>,
}Expand description
Renders the progress bar.
Fields§
§bar_width: usize§complete_style: Style§finished_style: Option<Style>§pulse_style: Option<Style>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BarColumn
impl RefUnwindSafe for BarColumn
impl Send for BarColumn
impl Sync for BarColumn
impl Unpin for BarColumn
impl UnwindSafe for BarColumn
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more