pub struct WorkerGuard<W: Worker, F: WorkerFactory<W>> { /* private fields */ }Trait Implementations§
Source§impl<W: Worker, F: WorkerFactory<W>> Deref for WorkerGuard<W, F>
impl<W: Worker, F: WorkerFactory<W>> Deref for WorkerGuard<W, F>
Source§impl<W: Worker, F: WorkerFactory<W>> DerefMut for WorkerGuard<W, F>
impl<W: Worker, F: WorkerFactory<W>> DerefMut for WorkerGuard<W, F>
Source§impl<W: Worker, F: WorkerFactory<W>> Drop for WorkerGuard<W, F>
impl<W: Worker, F: WorkerFactory<W>> Drop for WorkerGuard<W, F>
Auto Trait Implementations§
impl<W, F> Freeze for WorkerGuard<W, F>where
W: Freeze,
impl<W, F> RefUnwindSafe for WorkerGuard<W, F>where
W: RefUnwindSafe,
F: RefUnwindSafe,
impl<W, F> Send for WorkerGuard<W, F>
impl<W, F> Sync for WorkerGuard<W, F>
impl<W, F> Unpin for WorkerGuard<W, F>where
W: Unpin,
impl<W, F> UnwindSafe for WorkerGuard<W, F>where
W: UnwindSafe,
F: RefUnwindSafe,
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