pub struct IdleRecorder<T, C: Counter>{ /* private fields */ }
Expand description
This guard denotes that a Recorder
is currently idle, and should not be waited on by a
SyncHistogram
phase-shift.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T, C> Freeze for IdleRecorder<T, C>where
T: Freeze,
impl<T, C> RefUnwindSafe for IdleRecorder<T, C>where
T: RefUnwindSafe,
C: RefUnwindSafe,
impl<T, C> Send for IdleRecorder<T, C>
impl<T, C> Sync for IdleRecorder<T, C>
impl<T, C> Unpin for IdleRecorder<T, C>
impl<T, C> UnwindSafe for IdleRecorder<T, C>where
T: UnwindSafe,
C: UnwindSafe,
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