pub struct ReadGuard<'a, V> { /* private fields */ }
Trait Implementations§
impl<'a, V> Eq for ReadGuard<'a, V>where
V: Eq,
Auto Trait Implementations§
impl<'a, V> Freeze for ReadGuard<'a, V>
impl<'a, V> RefUnwindSafe for ReadGuard<'a, V>where
V: RefUnwindSafe,
impl<'a, V> Send for ReadGuard<'a, V>where
V: Sync,
impl<'a, V> Sync for ReadGuard<'a, V>where
V: Sync,
impl<'a, V> Unpin for ReadGuard<'a, V>
impl<'a, V> UnwindSafe for ReadGuard<'a, V>where
V: RefUnwindSafe,
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