pub struct Benchmark {
pub generated: String,
pub mode: Mode,
pub baseline: Option<String>,
pub conditions_compared: Vec<String>,
pub missing_gradings: usize,
pub validity_warnings: Vec<String>,
pub run_summary: Value,
/* private fields */
}Expand description
The full benchmark.json.
Fields§
§generated: String§mode: Mode§baseline: Option<String>§conditions_compared: Vec<String>§missing_gradings: usize§validity_warnings: Vec<String>§run_summary: ValueTrait Implementations§
Auto Trait Implementations§
impl Freeze for Benchmark
impl RefUnwindSafe for Benchmark
impl Send for Benchmark
impl Sync for Benchmark
impl Unpin for Benchmark
impl UnsafeUnpin for Benchmark
impl UnwindSafe for Benchmark
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