pub struct SimpleSpinner;Expand description
Simple spinner placeholder
Implementations§
Source§impl SimpleSpinner
impl SimpleSpinner
pub fn finish_and_clear(&self)
Auto Trait Implementations§
impl Freeze for SimpleSpinner
impl RefUnwindSafe for SimpleSpinner
impl Send for SimpleSpinner
impl Sync for SimpleSpinner
impl Unpin for SimpleSpinner
impl UnsafeUnpin for SimpleSpinner
impl UnwindSafe for SimpleSpinner
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