pub struct BenchScope { /* private fields */ }
Expand description
An object used for benchmarking a specific scope.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BenchScope
impl RefUnwindSafe for BenchScope
impl Send for BenchScope
impl Sync for BenchScope
impl Unpin for BenchScope
impl UnwindSafe for BenchScope
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