pub struct LockReadGuard<T: ?Sized + 'static>(/* private fields */);
Trait Implementations§
Source§impl<T: ?Sized> Deref for LockReadGuard<T>
impl<T: ?Sized> Deref for LockReadGuard<T>
Auto Trait Implementations§
impl<T> Freeze for LockReadGuard<T>where
T: ?Sized,
impl<T> RefUnwindSafe for LockReadGuard<T>where
T: RefUnwindSafe + ?Sized,
impl<T> !Send for LockReadGuard<T>
impl<T> Sync for LockReadGuard<T>
impl<T> Unpin for LockReadGuard<T>where
T: ?Sized,
impl<T> UnwindSafe for LockReadGuard<T>where
T: RefUnwindSafe + ?Sized,
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