pub struct BenchmarkBuilder { /* private fields */ }Expand description
Builder for Benchmark.
Implementations§
Source§impl BenchmarkBuilder
impl BenchmarkBuilder
Trait Implementations§
Source§impl Clone for BenchmarkBuilder
impl Clone for BenchmarkBuilder
Source§fn clone(&self) -> BenchmarkBuilder
fn clone(&self) -> BenchmarkBuilder
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for BenchmarkBuilder
impl RefUnwindSafe for BenchmarkBuilder
impl Send for BenchmarkBuilder
impl Sync for BenchmarkBuilder
impl Unpin for BenchmarkBuilder
impl UnwindSafe for BenchmarkBuilder
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