pub struct TextColumn { /* private fields */ }Expand description
Renders a static text string or text based on task properties.
Implementations§
Trait Implementations§
Source§impl Debug for TextColumn
impl Debug for TextColumn
Source§impl ProgressColumn for TextColumn
impl ProgressColumn for TextColumn
Auto Trait Implementations§
impl Freeze for TextColumn
impl RefUnwindSafe for TextColumn
impl Send for TextColumn
impl Sync for TextColumn
impl Unpin for TextColumn
impl UnwindSafe for TextColumn
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