Struct fd_lock::RwLockReadGuard
source · pub struct RwLockReadGuard<'lock, T: AsOpenFile> { /* private fields */ }
Expand description
Trait Implementations§
source§impl<'lock, T: Debug + AsOpenFile> Debug for RwLockReadGuard<'lock, T>
impl<'lock, T: Debug + AsOpenFile> Debug for RwLockReadGuard<'lock, T>
source§impl<T: AsOpenFile> Deref for RwLockReadGuard<'_, T>
impl<T: AsOpenFile> Deref for RwLockReadGuard<'_, T>
source§impl<T: AsOpenFile> Drop for RwLockReadGuard<'_, T>
impl<T: AsOpenFile> Drop for RwLockReadGuard<'_, T>
Release the lock.
Auto Trait Implementations§
impl<'lock, T> RefUnwindSafe for RwLockReadGuard<'lock, T>where
T: RefUnwindSafe,
impl<'lock, T> Send for RwLockReadGuard<'lock, T>where
T: Sync,
impl<'lock, T> Sync for RwLockReadGuard<'lock, T>where
T: Sync,
impl<'lock, T> Unpin for RwLockReadGuard<'lock, T>
impl<'lock, T> UnwindSafe for RwLockReadGuard<'lock, T>where
T: 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