Struct canbench_rs::BenchScope
source · pub struct BenchScope { /* private fields */ }Expand description
An object used for benchmarking a specific scope.
Trait Implementations§
Auto Trait Implementations§
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