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