Struct vrp_cli::extensions::solve::config::ParallelismConfig [−][src]
Expand description
Data parallelism configuration.
Fields
num_thread_pools: usizeNumber of thread pools.
threads_per_pool: usizeSpecifies amount of threads in each thread pool.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for ParallelismConfigimpl Send for ParallelismConfigimpl Sync for ParallelismConfigimpl Unpin for ParallelismConfigimpl UnwindSafe for ParallelismConfigBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V