Struct fd_lock::RwLockReadGuard
source · [−]pub struct RwLockReadGuard<'lock, T: AsRaw> { /* private fields */ }
Expand description
Trait Implementations
sourceimpl<'lock, T: Debug + AsRaw> Debug for RwLockReadGuard<'lock, T>
impl<'lock, T: Debug + AsRaw> Debug for RwLockReadGuard<'lock, T>
sourceimpl<T: AsRaw> Deref for RwLockReadGuard<'_, T>
impl<T: AsRaw> Deref for RwLockReadGuard<'_, T>
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more