Struct prover_lab::benchmark::BenchmarkData
source · pub struct BenchmarkData {
pub name: String,
pub duration: usize,
pub status: String,
}Expand description
A data entry of a benchmark.
Fields§
§name: String§duration: usize§status: StringTrait Implementations§
source§impl Clone for BenchmarkData
impl Clone for BenchmarkData
source§fn clone(&self) -> BenchmarkData
fn clone(&self) -> BenchmarkData
Returns a copy 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 more