pub enum Stopping {
Yes,
No,
}Expand description
Indicates whether the run loop should halt
Variants§
Auto Trait Implementations§
impl Freeze for Stopping
impl RefUnwindSafe for Stopping
impl Send for Stopping
impl Sync for Stopping
impl Unpin for Stopping
impl UnwindSafe for Stopping
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