pub struct BenchResults {
pub version: String,
pub timestamp: String,
pub scenarios: Vec<ScenarioResult>,
pub totals: Totals,
}Expand description
Full benchmark results.
Fields§
§version: String§timestamp: String§scenarios: Vec<ScenarioResult>§totals: TotalsTrait Implementations§
Source§impl Debug for BenchResults
impl Debug for BenchResults
Auto Trait Implementations§
impl Freeze for BenchResults
impl RefUnwindSafe for BenchResults
impl Send for BenchResults
impl Sync for BenchResults
impl Unpin for BenchResults
impl UnsafeUnpin for BenchResults
impl UnwindSafe for BenchResults
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