pub struct ProgressIndicator { /* private fields */ }
Expand description
Progress indicator for long-running operations
Implementations§
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