pub struct TimeRemainingColumn { /* private fields */ }Expand description
Estimated time remaining. Port of TimeRemainingColumn, including its
half-second render cache (max_refresh = 0.5).
Implementations§
Auto Trait Implementations§
impl !Freeze for TimeRemainingColumn
impl !RefUnwindSafe for TimeRemainingColumn
impl !Sync for TimeRemainingColumn
impl Send 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