pub struct SimulationRun {
pub config: SimulationConfig,
pub config_hash: String,
pub scenarios: Vec<ScenarioArtifacts>,
pub notebook_summary: NotebookReadySummary,
}Fields§
§config: SimulationConfig§config_hash: String§scenarios: Vec<ScenarioArtifacts>§notebook_summary: NotebookReadySummaryImplementations§
Source§impl SimulationRun
impl SimulationRun
pub fn stable_signature(&self) -> Result<String>
Trait Implementations§
Source§impl Clone for SimulationRun
impl Clone for SimulationRun
Source§fn clone(&self) -> SimulationRun
fn clone(&self) -> SimulationRun
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 SimulationRun
impl Debug for SimulationRun
Auto Trait Implementations§
impl Freeze for SimulationRun
impl RefUnwindSafe for SimulationRun
impl Send for SimulationRun
impl Sync for SimulationRun
impl Unpin for SimulationRun
impl UnsafeUnpin for SimulationRun
impl UnwindSafe for SimulationRun
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