pub struct RunCollectorGuard { /* private fields */ }Expand description
Guard that resets the run collector when dropped.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RunCollectorGuard
impl RefUnwindSafe for RunCollectorGuard
impl Send for RunCollectorGuard
impl Sync for RunCollectorGuard
impl Unpin for RunCollectorGuard
impl UnwindSafe for RunCollectorGuard
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