pub enum OnFinish {
Continue,
Stop,
}
Expand description
The behaviour to choose when event source thread finishes.
Variants§
Auto Trait Implementations§
impl Freeze for OnFinish
impl RefUnwindSafe for OnFinish
impl Send for OnFinish
impl Sync for OnFinish
impl Unpin for OnFinish
impl UnwindSafe for OnFinish
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