pub struct OperationalSimulatorConfig {
pub max_team_utilization: f64,
pub max_system_load: f64,
pub confidence_threshold: f64,
}Fields§
§max_team_utilization: f64§max_system_load: f64§confidence_threshold: f64Trait Implementations§
Source§impl Clone for OperationalSimulatorConfig
impl Clone for OperationalSimulatorConfig
Source§fn clone(&self) -> OperationalSimulatorConfig
fn clone(&self) -> OperationalSimulatorConfig
Returns a duplicate of the value. Read more
1.0.0 · 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 OperationalSimulatorConfig
impl Debug for OperationalSimulatorConfig
Auto Trait Implementations§
impl Freeze for OperationalSimulatorConfig
impl RefUnwindSafe for OperationalSimulatorConfig
impl Send for OperationalSimulatorConfig
impl Sync for OperationalSimulatorConfig
impl Unpin for OperationalSimulatorConfig
impl UnsafeUnpin for OperationalSimulatorConfig
impl UnwindSafe for OperationalSimulatorConfig
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