pub enum SpinnerEvent {
SetMessage(String),
Finish,
FinishWithMessage(String),
}Variants§
Auto Trait Implementations§
impl Freeze for SpinnerEvent
impl RefUnwindSafe for SpinnerEvent
impl Send for SpinnerEvent
impl Sync for SpinnerEvent
impl Unpin for SpinnerEvent
impl UnwindSafe for SpinnerEvent
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