pub struct OwnedReadGuard<K: Eq + Hash, V: Empty + 'static> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<K, V> Freeze for OwnedReadGuard<K, V>where
K: Freeze,
impl<K, V> !RefUnwindSafe for OwnedReadGuard<K, V>
impl<K, V> !Send for OwnedReadGuard<K, V>
impl<K, V> Sync for OwnedReadGuard<K, V>
impl<K, V> Unpin for OwnedReadGuard<K, V>where
K: Unpin,
impl<K, V> !UnwindSafe for OwnedReadGuard<K, 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