pub struct BenchmarkComparisonSummary {
pub compared_scenario_count: usize,
pub largest_wall_improvement: Option<BenchmarkDeltaHighlight>,
pub largest_wall_regression: Option<BenchmarkDeltaHighlight>,
}Fields§
§compared_scenario_count: usize§largest_wall_improvement: Option<BenchmarkDeltaHighlight>§largest_wall_regression: Option<BenchmarkDeltaHighlight>Trait Implementations§
Source§impl Clone for BenchmarkComparisonSummary
impl Clone for BenchmarkComparisonSummary
Source§fn clone(&self) -> BenchmarkComparisonSummary
fn clone(&self) -> BenchmarkComparisonSummary
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BenchmarkComparisonSummary
impl Debug for BenchmarkComparisonSummary
Source§impl PartialEq for BenchmarkComparisonSummary
impl PartialEq for BenchmarkComparisonSummary
Source§fn eq(&self, other: &BenchmarkComparisonSummary) -> bool
fn eq(&self, other: &BenchmarkComparisonSummary) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BenchmarkComparisonSummary
Auto Trait Implementations§
impl Freeze for BenchmarkComparisonSummary
impl RefUnwindSafe for BenchmarkComparisonSummary
impl Send for BenchmarkComparisonSummary
impl Sync for BenchmarkComparisonSummary
impl Unpin for BenchmarkComparisonSummary
impl UnsafeUnpin for BenchmarkComparisonSummary
impl UnwindSafe for BenchmarkComparisonSummary
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