pub struct BarColumn {
pub bar: ProgressBar,
pub width: Option<usize>,
}Expand description
Renders the progress bar itself.
Fields§
§bar: ProgressBarThe underlying progress bar template.
width: Option<usize>Width override (None = auto from available space).
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 UnsafeUnpin 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