pub struct OperationalSimulator { /* private fields */ }Implementations§
Source§impl OperationalSimulator
impl OperationalSimulator
pub fn new(config: OperationalSimulatorConfig) -> Self
pub fn simulate(&self, plan: &Value) -> DimensionResult
Auto Trait Implementations§
impl Freeze for OperationalSimulator
impl RefUnwindSafe for OperationalSimulator
impl Send for OperationalSimulator
impl Sync for OperationalSimulator
impl Unpin for OperationalSimulator
impl UnsafeUnpin for OperationalSimulator
impl UnwindSafe for OperationalSimulator
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