pub struct Stopper { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Interruptor for Stopper
impl Interruptor for Stopper
fn interrupt(&self)
fn interrupt_with_level(&self, level: InterruptionLevel)
Auto Trait Implementations§
impl Freeze for Stopper
impl !RefUnwindSafe for Stopper
impl Send for Stopper
impl Sync for Stopper
impl Unpin for Stopper
impl !UnwindSafe for Stopper
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