pub struct MutexGuard<'a, T: ?Sized + 'a, A: Allocator + Clone = Global> { /* private fields */ }Trait Implementations§
impl<T: ?Sized, A: Allocator + Clone> !Send for MutexGuard<'_, T, A>
impl<T: ?Sized + Sync, A: Allocator + Clone> Sync for MutexGuard<'_, T, A>
Auto Trait Implementations§
impl<'a, T, A> Freeze for MutexGuard<'a, T, A>where
T: ?Sized,
impl<'a, T, A = Global> !RefUnwindSafe for MutexGuard<'a, T, A>
impl<'a, T, A> Unpin for MutexGuard<'a, T, A>where
T: ?Sized,
impl<'a, T, A = Global> !UnwindSafe for MutexGuard<'a, T, A>
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