pub struct ExperimentData {
pub results: ResultSet,
pub predefined_observables: ResultPredefinedObservableSet,
}Expand description
It describes the source simulation data used in the experiment.
Fields§
§results: ResultSetThe simulation results used in the experiment.
predefined_observables: ResultPredefinedObservableSetThe predefined signals provided by every model.
Trait Implementations§
Source§impl Clone for ExperimentData
impl Clone for ExperimentData
Source§fn clone(&self) -> ExperimentData
fn clone(&self) -> ExperimentData
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 moreAuto Trait Implementations§
impl Freeze for ExperimentData
impl !RefUnwindSafe for ExperimentData
impl !Send for ExperimentData
impl !Sync for ExperimentData
impl Unpin for ExperimentData
impl !UnwindSafe for ExperimentData
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