pub struct Simulation<D> { /* private fields */ }
Expand description
A configured simulation ready to run.
Contains all the necessary components including the setup data, node spawners, and tracing client to execute a simulation run.
Implementations§
Auto Trait Implementations§
impl<D> Freeze for Simulation<D>where
D: Freeze,
impl<D> !RefUnwindSafe for Simulation<D>
impl<D> !Send for Simulation<D>
impl<D> !Sync for Simulation<D>
impl<D> Unpin for Simulation<D>where
D: Unpin,
impl<D> !UnwindSafe for Simulation<D>
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