pub struct ProfileScope { /* private fields */ }Expand description
Profiling/benchmarking infrastructure for performance measurement
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProfileScope
impl RefUnwindSafe for ProfileScope
impl Send for ProfileScope
impl Sync for ProfileScope
impl Unpin for ProfileScope
impl UnwindSafe for ProfileScope
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