pub struct SpinnerHandle { /* private fields */ }Implementations§
Source§impl SpinnerHandle
impl SpinnerHandle
pub fn set_message(&self, msg: impl Into<String>)
pub fn finish(&self)
pub fn finish_with_message(&self, msg: impl Into<String>)
Auto Trait Implementations§
impl Freeze for SpinnerHandle
impl RefUnwindSafe for SpinnerHandle
impl Send for SpinnerHandle
impl Sync for SpinnerHandle
impl Unpin for SpinnerHandle
impl UnwindSafe for SpinnerHandle
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