Searched refs:MutexGuard (Results 1 – 1 of 1) sorted by relevance
14 pub fn lock(&self) -> MutexGuard<'_, T> { in lock()17 MutexGuard(guard) in lock()28 pub struct MutexGuard<'a, T>(sync::MutexGuard<'a, T>); struct30 impl<'a, T> ops::Deref for MutexGuard<'a, T> { implementation38 impl<'a, T> ops::DerefMut for MutexGuard<'a, T> { implementation