pub struct BenchmarkComparisonReport {
pub rows: Vec<BenchmarkComparisonRow>,
}Fields§
§rows: Vec<BenchmarkComparisonRow>Trait Implementations§
Source§impl Clone for BenchmarkComparisonReport
impl Clone for BenchmarkComparisonReport
Source§fn clone(&self) -> BenchmarkComparisonReport
fn clone(&self) -> BenchmarkComparisonReport
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 BenchmarkComparisonReport
impl Debug for BenchmarkComparisonReport
Source§impl Default for BenchmarkComparisonReport
impl Default for BenchmarkComparisonReport
Source§fn default() -> BenchmarkComparisonReport
fn default() -> BenchmarkComparisonReport
Returns the “default value” for a type. Read more
Source§impl PartialEq for BenchmarkComparisonReport
impl PartialEq for BenchmarkComparisonReport
Source§fn eq(&self, other: &BenchmarkComparisonReport) -> bool
fn eq(&self, other: &BenchmarkComparisonReport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BenchmarkComparisonReport
Auto Trait Implementations§
impl Freeze for BenchmarkComparisonReport
impl RefUnwindSafe for BenchmarkComparisonReport
impl Send for BenchmarkComparisonReport
impl Sync for BenchmarkComparisonReport
impl Unpin for BenchmarkComparisonReport
impl UnsafeUnpin for BenchmarkComparisonReport
impl UnwindSafe for BenchmarkComparisonReport
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