Struct vrp_cli::extensions::solve::config::EnvironmentConfig
source · [−]pub struct EnvironmentConfig {
pub parallelism: Option<ParallelismConfig>,
pub logging: Option<LoggingConfig>,
pub is_experimental: Option<bool>,
}Expand description
An environment specific configuration.
Fields
parallelism: Option<ParallelismConfig>Specifies a data parallelism configuration.
logging: Option<LoggingConfig>Specifies a logging configuration.
is_experimental: Option<bool>Specifies experimental behavior flag.
Trait Implementations
sourceimpl Clone for EnvironmentConfig
impl Clone for EnvironmentConfig
sourcefn clone(&self) -> EnvironmentConfig
fn clone(&self) -> EnvironmentConfig
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for EnvironmentConfig
impl Debug for EnvironmentConfig
sourceimpl<'de> Deserialize<'de> for EnvironmentConfig
impl<'de> Deserialize<'de> for EnvironmentConfig
sourcefn 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 EnvironmentConfig
impl Send for EnvironmentConfig
impl Sync for EnvironmentConfig
impl Unpin for EnvironmentConfig
impl UnwindSafe for EnvironmentConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more