pub struct SpinnerColumn { /* private fields */ }Implementations§
Source§impl SpinnerColumn
impl SpinnerColumn
pub fn new() -> Self
pub fn with_spinner(name: &str) -> Self
pub fn with_style_name(self, style: &str) -> Self
Trait Implementations§
Source§impl Debug for SpinnerColumn
impl Debug for SpinnerColumn
Source§impl ProgressColumn for SpinnerColumn
impl ProgressColumn for SpinnerColumn
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 SpinnerColumn
impl RefUnwindSafe for SpinnerColumn
impl Send for SpinnerColumn
impl Sync for SpinnerColumn
impl Unpin for SpinnerColumn
impl UnwindSafe for SpinnerColumn
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