pub struct TimeRemainingColumn;Expand description
Renders time remaining
Trait Implementations§
Source§impl Debug for TimeRemainingColumn
impl Debug for TimeRemainingColumn
Source§impl ProgressColumn for TimeRemainingColumn
impl ProgressColumn for TimeRemainingColumn
Auto Trait Implementations§
impl Freeze for TimeRemainingColumn
impl RefUnwindSafe for TimeRemainingColumn
impl Send for TimeRemainingColumn
impl Sync for TimeRemainingColumn
impl Unpin 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