pub struct PercentageColumn(pub Style);Expand description
Renders the percentage complete (e.g. “50%”).
Tuple Fields§
§0: StyleImplementations§
Trait Implementations§
Source§impl Debug for PercentageColumn
impl Debug for PercentageColumn
Source§impl Default for PercentageColumn
impl Default for PercentageColumn
Source§impl ProgressColumn for PercentageColumn
impl ProgressColumn for PercentageColumn
Auto Trait Implementations§
impl Freeze for PercentageColumn
impl RefUnwindSafe for PercentageColumn
impl Send for PercentageColumn
impl Sync for PercentageColumn
impl Unpin for PercentageColumn
impl UnwindSafe for PercentageColumn
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