pub struct TextColumn { /* private fields */ }Implementations§
Source§impl TextColumn
impl TextColumn
pub fn new(text_format: &str) -> Self
pub fn with_style_name(self, style: &str) -> Self
pub fn with_justify(self, justify: JustifyMethod) -> Self
pub fn with_markup(self, markup: bool) -> Self
Trait Implementations§
Source§impl Clone for TextColumn
impl Clone for TextColumn
Source§fn clone(&self) -> TextColumn
fn clone(&self) -> TextColumn
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 TextColumn
impl Debug for TextColumn
Source§impl ProgressColumn for TextColumn
impl ProgressColumn for TextColumn
fn table_column(&self) -> Column
fn render( &self, task: &ProgressTask, now: f64, options: &ConsoleOptions, ) -> Box<dyn Renderable + Send + Sync>
fn max_refresh(&self) -> Option<Duration>
Auto Trait Implementations§
impl Freeze for TextColumn
impl RefUnwindSafe for TextColumn
impl Send for TextColumn
impl Sync for TextColumn
impl Unpin for TextColumn
impl UnsafeUnpin 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