pub struct WorkerPool<A, B, C, D> {
a: PhantomData<A>,
b: PhantomData<B>,
c: PhantomData<C>,
d: PhantomData<D>,
}Fields§
§a: PhantomData<A>§b: PhantomData<B>§c: PhantomData<C>§d: PhantomData<D>Auto Trait Implementations§
impl<A, B, C, D> Freeze for WorkerPool<A, B, C, D>
impl<A, B, C, D> RefUnwindSafe for WorkerPool<A, B, C, D>
impl<A, B, C, D> Send for WorkerPool<A, B, C, D>
impl<A, B, C, D> Sync for WorkerPool<A, B, C, D>
impl<A, B, C, D> Unpin for WorkerPool<A, B, C, D>
impl<A, B, C, D> UnwindSafe for WorkerPool<A, B, C, D>
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