pub struct TimingScope { /* private fields */ }Expand description
A scope that records an event when it is dropped.
Implementations§
Source§impl TimingScope
impl TimingScope
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimingScope
impl RefUnwindSafe for TimingScope
impl Send for TimingScope
impl Sync for TimingScope
impl Unpin for TimingScope
impl UnwindSafe for TimingScope
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