pub struct ProgressIndicator { /* private fields */ }
Expand description
Progress indicator for operations
Implementations§
Source§impl ProgressIndicator
impl ProgressIndicator
Sourcepub fn finish_success(&self, message: &str)
pub fn finish_success(&self, message: &str)
Finish the progress indicator with a success message
Sourcepub fn finish_error(&self, message: &str)
pub fn finish_error(&self, message: &str)
Finish the progress indicator with an error message
Auto Trait Implementations§
impl Freeze for ProgressIndicator
impl RefUnwindSafe for ProgressIndicator
impl Send for ProgressIndicator
impl Sync for ProgressIndicator
impl Unpin for ProgressIndicator
impl UnwindSafe for ProgressIndicator
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