[−][src]Struct tokio::sync::RwLockWriteGuard
RAII structure used to release the exclusive write access of a lock when dropped.
This structure is created by the write
and method
on RwLock
.
Trait Implementations
impl<'a, T: Debug + ?Sized> Debug for RwLockWriteGuard<'a, T>
[src][+]
impl<T: ?Sized, '_> Deref for RwLockWriteGuard<'_, T>
[src][+]
impl<T: ?Sized, '_> DerefMut for RwLockWriteGuard<'_, T>
[src][+]
impl<T: ?Sized, '_> Sync for RwLockWriteGuard<'_, T> where
T: Send + Sync,
[src]
T: Send + Sync,
Auto Trait Implementations
impl<'a, T> !RefUnwindSafe for RwLockWriteGuard<'a, T>
impl<'a, T: ?Sized> Send for RwLockWriteGuard<'a, T> where
T: Send + Sync,
T: Send + Sync,
impl<'a, T: ?Sized> Unpin for RwLockWriteGuard<'a, T>
impl<'a, T> !UnwindSafe for RwLockWriteGuard<'a, T>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,