pub struct CostSimulatorConfig {
pub samples: u32,
pub budget_ceiling: f64,
pub overrun_tolerance: f64,
}Fields§
§samples: u32§budget_ceiling: f64§overrun_tolerance: f64Trait Implementations§
Source§impl Clone for CostSimulatorConfig
impl Clone for CostSimulatorConfig
Source§fn clone(&self) -> CostSimulatorConfig
fn clone(&self) -> CostSimulatorConfig
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 CostSimulatorConfig
impl Debug for CostSimulatorConfig
Auto Trait Implementations§
impl Freeze for CostSimulatorConfig
impl RefUnwindSafe for CostSimulatorConfig
impl Send for CostSimulatorConfig
impl Sync for CostSimulatorConfig
impl Unpin for CostSimulatorConfig
impl UnsafeUnpin for CostSimulatorConfig
impl UnwindSafe for CostSimulatorConfig
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