pub struct BenchmarkContext {
pub(crate) override_iters: Option<LoopControl>,
pub default_iterations: LoopControl,
pub(crate) is_test: bool,
}Fields§
§override_iters: Option<LoopControl>§default_iterations: LoopControl§is_test: boolImplementations§
Auto Trait Implementations§
impl Freeze for BenchmarkContext
impl RefUnwindSafe for BenchmarkContext
impl Send for BenchmarkContext
impl Sync for BenchmarkContext
impl Unpin for BenchmarkContext
impl UnwindSafe for BenchmarkContext
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