pub struct Interruptor { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for Interruptor
impl Clone for Interruptor
Source§fn clone(&self) -> Interruptor
fn clone(&self) -> Interruptor
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Interruptor
impl Debug for Interruptor
Auto Trait Implementations§
impl Freeze for Interruptor
impl !RefUnwindSafe for Interruptor
impl Send for Interruptor
impl Sync for Interruptor
impl Unpin for Interruptor
impl !UnwindSafe for Interruptor
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