pub struct MutexMountWrapper<M: RawMutex, T>(/* private fields */);Implementations§
Source§impl<M: RawMutex, T> MutexMountWrapper<M, T>
impl<M: RawMutex, T> MutexMountWrapper<M, T>
Trait Implementations§
Auto Trait Implementations§
impl<M, T> !Freeze for MutexMountWrapper<M, T>
impl<M, T> !RefUnwindSafe for MutexMountWrapper<M, T>
impl<M, T> Send for MutexMountWrapper<M, T>
impl<M, T> Sync for MutexMountWrapper<M, T>
impl<M, T> Unpin for MutexMountWrapper<M, T>where
M: Unpin,
impl<M, T> UnwindSafe for MutexMountWrapper<M, T>where
M: UnwindSafe,
T: UnwindSafe,
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