pub struct TrackerGuard<'a, C>(/* private fields */);
Expand description
Implementations§
Auto Trait Implementations§
impl<'a, C> Freeze for TrackerGuard<'a, C>
impl<'a, C> RefUnwindSafe for TrackerGuard<'a, C>
impl<'a, C> !Send for TrackerGuard<'a, C>
impl<'a, C> Sync for TrackerGuard<'a, C>where
C: Sync,
impl<'a, C> Unpin for TrackerGuard<'a, C>
impl<'a, C> UnwindSafe for TrackerGuard<'a, C>
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