pub struct TimeRemainingColumn {
pub compact: bool,
pub elapsed_when_finished: bool,
}Fields§
§compact: bool§elapsed_when_finished: boolImplementations§
Trait Implementations§
Source§impl Clone for TimeRemainingColumn
impl Clone for TimeRemainingColumn
Source§fn clone(&self) -> TimeRemainingColumn
fn clone(&self) -> TimeRemainingColumn
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TimeRemainingColumn
impl Debug for TimeRemainingColumn
Source§impl ProgressColumn for TimeRemainingColumn
impl ProgressColumn for TimeRemainingColumn
fn table_column(&self) -> Column
fn max_refresh(&self) -> Option<Duration>
fn render( &self, task: &ProgressTask, _now: f64, _options: &ConsoleOptions, ) -> Box<dyn Renderable + Send + Sync>
Auto Trait Implementations§
impl Freeze for TimeRemainingColumn
impl RefUnwindSafe for TimeRemainingColumn
impl Send for TimeRemainingColumn
impl Sync for TimeRemainingColumn
impl Unpin for TimeRemainingColumn
impl UnsafeUnpin for TimeRemainingColumn
impl UnwindSafe for TimeRemainingColumn
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