pub(crate) struct Compared {
pub(crate) row: String,
pub(crate) comparison: Comparison,
}Expand description
One row that had a baseline to be read against.
Fields§
§row: StringHow the row is named in the summary: the benchmark and the backend.
comparison: ComparisonAuto Trait Implementations§
impl Freeze for Compared
impl RefUnwindSafe for Compared
impl Send for Compared
impl Sync for Compared
impl Unpin for Compared
impl UnsafeUnpin for Compared
impl UnwindSafe for Compared
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