pub struct MutableLockMut<'a, A>where
A: 'a,{ /* private fields */ }
Trait Implementations§
Source§impl<'a, A> Debug for MutableLockMut<'a, A>where
A: 'a + Debug,
impl<'a, A> Debug for MutableLockMut<'a, A>where
A: 'a + Debug,
Source§impl<'a, A> Deref for MutableLockMut<'a, A>
impl<'a, A> Deref for MutableLockMut<'a, A>
Source§impl<'a, A> DerefMut for MutableLockMut<'a, A>
impl<'a, A> DerefMut for MutableLockMut<'a, A>
Auto Trait Implementations§
impl<'a, A> Freeze for MutableLockMut<'a, A>
impl<'a, A> RefUnwindSafe for MutableLockMut<'a, A>
impl<'a, A> !Send for MutableLockMut<'a, A>
impl<'a, A> Sync for MutableLockMut<'a, A>where
A: Sync,
impl<'a, A> Unpin for MutableLockMut<'a, A>
impl<'a, A> UnwindSafe for MutableLockMut<'a, 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