pub struct BarColumn { /* private fields */ }Implementations§
Trait Implementations§
Source§impl ProgressColumn for BarColumn
impl ProgressColumn for BarColumn
fn table_column(&self) -> Column
fn render( &self, task: &ProgressTask, now: f64, _options: &ConsoleOptions, ) -> Box<dyn Renderable + Send + Sync>
fn max_refresh(&self) -> Option<Duration>
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