pub struct BenchTable;Expand description
The kind one benchmark declaration produces: a bench table and its target-supplied report reader.
The two units land apart because they are two materials: the table is stamp-grammar material delivered at the declaration site, and the target-supplied report reader is typed Rust delivered as bench-target cargo.
Trait Implementations§
Source§impl Clone for BenchTable
impl Clone for BenchTable
Source§fn clone(&self) -> BenchTable
fn clone(&self) -> BenchTable
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 BenchTable
Source§impl Debug for BenchTable
impl Debug for BenchTable
impl Eq for BenchTable
Source§impl Hash for BenchTable
impl Hash for BenchTable
Source§impl Kind for BenchTable
impl Kind for BenchTable
Source§const NAME: &'static str = "bench-table"
const NAME: &'static str = "bench-table"
The name this kind is spelled by wherever a name is written down. Read more
Source§type Content = BenchmarkDeclaration
type Content = BenchmarkDeclaration
The facts a request of this kind carries beyond its captured tokens. Read more
Source§type Question = BenchQuestion
type Question = BenchQuestion
The questions this kind owes beyond the universal ones.
Source§impl PartialEq for BenchTable
impl PartialEq for BenchTable
impl StructuralPartialEq for BenchTable
Auto Trait Implementations§
impl Freeze for BenchTable
impl RefUnwindSafe for BenchTable
impl Send for BenchTable
impl Sync for BenchTable
impl Unpin for BenchTable
impl UnsafeUnpin for BenchTable
impl UnwindSafe for BenchTable
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