pub struct MutexMountWrapperGuard<'a, M: RawMutex, T> { /* private fields */ }Trait Implementations§
Source§impl<M: RawMutex, T> Deref for MutexMountWrapperGuard<'_, M, T>
impl<M: RawMutex, T> Deref for MutexMountWrapperGuard<'_, M, T>
Auto Trait Implementations§
impl<'a, M, T> Freeze for MutexMountWrapperGuard<'a, M, T>
impl<'a, M, T> !RefUnwindSafe for MutexMountWrapperGuard<'a, M, T>
impl<'a, M, T> Send for MutexMountWrapperGuard<'a, M, T>
impl<'a, M, T> Sync for MutexMountWrapperGuard<'a, M, T>
impl<'a, M, T> Unpin for MutexMountWrapperGuard<'a, M, T>
impl<'a, M, T> !UnwindSafe for MutexMountWrapperGuard<'a, M, T>
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