pub struct TimeRemainingColumn {
pub style: Style,
pub elapsed_when_finished: bool,
}Expand description
Shows estimated time remaining.
Fields§
§style: Style§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 Default for TimeRemainingColumn
impl Default 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 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