pub struct RegressionReport {
pub comparisons: Vec<BenchmarkComparison>,
pub summary: RegressionSummary,
}Fields§
§comparisons: Vec<BenchmarkComparison>§summary: RegressionSummaryTrait Implementations§
Source§impl Debug for RegressionReport
impl Debug for RegressionReport
Source§impl<'de> Deserialize<'de> for RegressionReport
impl<'de> Deserialize<'de> for RegressionReport
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RegressionReport
impl RefUnwindSafe for RegressionReport
impl Send for RegressionReport
impl Sync for RegressionReport
impl Unpin for RegressionReport
impl UnwindSafe for RegressionReport
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