pub struct WorkerPool<M: Send + Sized + Unpin + 'static, W: Worker<M>, S: WorkerPoolImpl<M, W>>(/* private fields */);
Implementations§
Source§impl<M, W, S> WorkerPool<M, W, S>
impl<M, W, S> WorkerPool<M, W, S>
Trait Implementations§
Source§impl<M, W, S> Clone for WorkerPool<M, W, S>
impl<M, W, S> Clone for WorkerPool<M, W, S>
Auto Trait Implementations§
impl<M, W, S> Freeze for WorkerPool<M, W, S>
impl<M, W, S> !RefUnwindSafe for WorkerPool<M, W, S>
impl<M, W, S> Send for WorkerPool<M, W, S>
impl<M, W, S> Sync for WorkerPool<M, W, S>
impl<M, W, S> Unpin for WorkerPool<M, W, S>
impl<M, W, S> !UnwindSafe for WorkerPool<M, W, S>
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