pub struct TaskProgressColumn {
pub style: Style,
}Expand description
Shows percentage complete as text.
Fields§
§style: StyleImplementations§
Trait Implementations§
Source§impl Clone for TaskProgressColumn
impl Clone for TaskProgressColumn
Source§fn clone(&self) -> TaskProgressColumn
fn clone(&self) -> TaskProgressColumn
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 TaskProgressColumn
impl Debug for TaskProgressColumn
Source§impl Default for TaskProgressColumn
impl Default for TaskProgressColumn
Auto Trait Implementations§
impl Freeze for TaskProgressColumn
impl RefUnwindSafe for TaskProgressColumn
impl Send for TaskProgressColumn
impl Sync for TaskProgressColumn
impl Unpin for TaskProgressColumn
impl UnsafeUnpin for TaskProgressColumn
impl UnwindSafe for TaskProgressColumn
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