pub struct BenchmarkRunner {
pub backend: BenchmarkBackend,
}Fields§
§backend: BenchmarkBackendTrait Implementations§
Source§impl Clone for BenchmarkRunner
impl Clone for BenchmarkRunner
Source§fn clone(&self) -> BenchmarkRunner
fn clone(&self) -> BenchmarkRunner
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 BenchmarkRunner
Source§impl Debug for BenchmarkRunner
impl Debug for BenchmarkRunner
impl Eq for BenchmarkRunner
Source§impl PartialEq for BenchmarkRunner
impl PartialEq for BenchmarkRunner
impl StructuralPartialEq for BenchmarkRunner
Auto Trait Implementations§
impl Freeze for BenchmarkRunner
impl RefUnwindSafe for BenchmarkRunner
impl Send for BenchmarkRunner
impl Sync for BenchmarkRunner
impl Unpin for BenchmarkRunner
impl UnsafeUnpin for BenchmarkRunner
impl UnwindSafe for BenchmarkRunner
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