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