pub struct WorkerPoolConfig { /* private fields */ }Expand description
Per-core worker pool configuration.
Implementations§
Trait Implementations§
Source§impl Clone for WorkerPoolConfig
impl Clone for WorkerPoolConfig
Source§fn clone(&self) -> WorkerPoolConfig
fn clone(&self) -> WorkerPoolConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WorkerPoolConfig
impl Debug for WorkerPoolConfig
Source§impl PartialEq for WorkerPoolConfig
impl PartialEq for WorkerPoolConfig
Source§fn eq(&self, other: &WorkerPoolConfig) -> bool
fn eq(&self, other: &WorkerPoolConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for WorkerPoolConfig
impl Eq for WorkerPoolConfig
impl StructuralPartialEq for WorkerPoolConfig
Auto Trait Implementations§
impl Freeze for WorkerPoolConfig
impl RefUnwindSafe for WorkerPoolConfig
impl Send for WorkerPoolConfig
impl Sync for WorkerPoolConfig
impl Unpin for WorkerPoolConfig
impl UnsafeUnpin for WorkerPoolConfig
impl UnwindSafe for WorkerPoolConfig
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