pub struct TaskProgressColumn { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for TaskProgressColumn
impl Clone for TaskProgressColumn
Source§fn clone(&self) -> TaskProgressColumn
fn clone(&self) -> TaskProgressColumn
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TaskProgressColumn
impl Debug for TaskProgressColumn
Source§impl ProgressColumn for TaskProgressColumn
impl ProgressColumn for TaskProgressColumn
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 TaskProgressColumn
impl RefUnwindSafe for TaskProgressColumn
impl Send for TaskProgressColumn
impl Sync for TaskProgressColumn
impl Unpin for TaskProgressColumn
impl UnwindSafe for TaskProgressColumn
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