Struct tracing_mutex::stdsync::TracingMutexGuard
source · [−]pub struct TracingMutexGuard<'a, T> { /* private fields */ }
Expand description
Wrapper for std::sync::MutexGuard
.
Refer to the crate-level documentaiton for the differences between this struct and the one it wraps.
Trait Implementations
sourceimpl<'a, T: Debug> Debug for TracingMutexGuard<'a, T>
impl<'a, T: Debug> Debug for TracingMutexGuard<'a, T>
sourceimpl<'a, T> Deref for TracingMutexGuard<'a, T>
impl<'a, T> Deref for TracingMutexGuard<'a, T>
sourceimpl<'a, T> DerefMut for TracingMutexGuard<'a, T>
impl<'a, T> DerefMut for TracingMutexGuard<'a, T>
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for TracingMutexGuard<'a, T>
impl<'a, T> !Send for TracingMutexGuard<'a, T>
impl<'a, T> Sync for TracingMutexGuard<'a, T> where
T: Sync,
impl<'a, T> Unpin for TracingMutexGuard<'a, T>
impl<'a, T> UnwindSafe for TracingMutexGuard<'a, T>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more