Struct rusqlite::InterruptHandle
source · pub struct InterruptHandle { /* private fields */ }
Expand description
Allows interrupting a long-running computation.
Implementations§
Trait Implementations§
impl Send for InterruptHandle
impl Sync for InterruptHandle
Auto Trait Implementations§
impl Freeze for InterruptHandle
impl RefUnwindSafe for InterruptHandle
impl Unpin for InterruptHandle
impl UnwindSafe for InterruptHandle
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