pub struct ComparisonTable {
pub rows: Vec<ComparisonRow>,
}Expand description
Comparison table across benchmark runs.
Fields§
§rows: Vec<ComparisonRow>Implementations§
Trait Implementations§
Source§impl Clone for ComparisonTable
impl Clone for ComparisonTable
Source§fn clone(&self) -> ComparisonTable
fn clone(&self) -> ComparisonTable
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 ComparisonTable
impl Debug for ComparisonTable
Auto Trait Implementations§
impl Freeze for ComparisonTable
impl RefUnwindSafe for ComparisonTable
impl Send for ComparisonTable
impl Sync for ComparisonTable
impl Unpin for ComparisonTable
impl UnwindSafe for ComparisonTable
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