Struct gloo_worker::WorkerDestroyHandle
source · [−]pub struct WorkerDestroyHandle<W: Worker> { /* private fields */ }
Expand description
A handle that closes the worker when it is dropped.
Trait Implementations
sourceimpl<W: Worker> Debug for WorkerDestroyHandle<W>
impl<W: Worker> Debug for WorkerDestroyHandle<W>
Auto Trait Implementations
impl<W> !RefUnwindSafe for WorkerDestroyHandle<W>
impl<W> !Send for WorkerDestroyHandle<W>
impl<W> !Sync for WorkerDestroyHandle<W>
impl<W> Unpin for WorkerDestroyHandle<W>
impl<W> !UnwindSafe for WorkerDestroyHandle<W>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more