pub enum BenchQuestion {
WhichBenchmarksMeasure,
}Expand description
The question a bench table owes beyond the universal ones.
Variants§
WhichBenchmarksMeasure
Which benchmarks measure the unit this table stands for.
Trait Implementations§
Source§impl Clone for BenchQuestion
impl Clone for BenchQuestion
Source§fn clone(&self) -> BenchQuestion
fn clone(&self) -> BenchQuestion
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BenchQuestion
Source§impl Debug for BenchQuestion
impl Debug for BenchQuestion
impl Eq for BenchQuestion
Source§impl Hash for BenchQuestion
impl Hash for BenchQuestion
Source§impl PartialEq for BenchQuestion
impl PartialEq for BenchQuestion
Source§impl Question for BenchQuestion
impl Question for BenchQuestion
Source§type Answer = BenchAnswer
type Answer = BenchAnswer
The typed answer to a question of this roster.
impl StructuralPartialEq for BenchQuestion
Auto Trait Implementations§
impl Freeze for BenchQuestion
impl RefUnwindSafe for BenchQuestion
impl Send for BenchQuestion
impl Sync for BenchQuestion
impl Unpin for BenchQuestion
impl UnsafeUnpin for BenchQuestion
impl UnwindSafe for BenchQuestion
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