pub struct ProgressSpinner {
running: Option<Arc<AtomicBool>>,
handle: Option<JoinHandle<()>>,
}Fields§
§running: Option<Arc<AtomicBool>>§handle: Option<JoinHandle<()>>Implementations§
Trait Implementations§
Source§impl Drop for ProgressSpinner
impl Drop for ProgressSpinner
Auto Trait Implementations§
impl !RefUnwindSafe for ProgressSpinner
impl !UnwindSafe for ProgressSpinner
impl Freeze for ProgressSpinner
impl Send for ProgressSpinner
impl Sync for ProgressSpinner
impl Unpin for ProgressSpinner
impl UnsafeUnpin for ProgressSpinner
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