pub struct H1RwLockWriteGuard<T>(/* private fields */);Trait Implementations§
Source§impl<'a, T> PlugLifetime<'a> for H1RwLockWriteGuard<T>where
T: 'static,
impl<'a, T> PlugLifetime<'a> for H1RwLockWriteGuard<T>where
T: 'static,
type Type = RwLockWriteGuard<'a, T>
Auto Trait Implementations§
impl<T> Freeze for H1RwLockWriteGuard<T>
impl<T> RefUnwindSafe for H1RwLockWriteGuard<T>where
T: RefUnwindSafe,
impl<T> Send for H1RwLockWriteGuard<T>where
T: Send,
impl<T> Sync for H1RwLockWriteGuard<T>where
T: Sync,
impl<T> Unpin for H1RwLockWriteGuard<T>where
T: Unpin,
impl<T> UnsafeUnpin for H1RwLockWriteGuard<T>
impl<T> UnwindSafe for H1RwLockWriteGuard<T>where
T: UnwindSafe,
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