pub struct ScenarioRunReport {
pub summary: RunSummary,
pub frame_metrics: Vec<RunFrameMetrics>,
}Fields§
§summary: RunSummary§frame_metrics: Vec<RunFrameMetrics>Trait Implementations§
Source§impl Clone for ScenarioRunReport
impl Clone for ScenarioRunReport
Source§fn clone(&self) -> ScenarioRunReport
fn clone(&self) -> ScenarioRunReport
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 ScenarioRunReport
impl Debug for ScenarioRunReport
Auto Trait Implementations§
impl Freeze for ScenarioRunReport
impl RefUnwindSafe for ScenarioRunReport
impl Send for ScenarioRunReport
impl Sync for ScenarioRunReport
impl Unpin for ScenarioRunReport
impl UnsafeUnpin for ScenarioRunReport
impl UnwindSafe for ScenarioRunReport
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