pub struct BasicInterruptor { /* private fields */ }Trait Implementations§
Source§impl Clone for BasicInterruptor
impl Clone for BasicInterruptor
Source§fn clone(&self) -> BasicInterruptor
fn clone(&self) -> BasicInterruptor
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 BasicInterruptor
impl Debug for BasicInterruptor
Source§impl Deref for BasicInterruptor
impl Deref for BasicInterruptor
Auto Trait Implementations§
impl Freeze for BasicInterruptor
impl !RefUnwindSafe for BasicInterruptor
impl Send for BasicInterruptor
impl Sync for BasicInterruptor
impl Unpin for BasicInterruptor
impl !UnwindSafe for BasicInterruptor
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