Struct wasmer_types::lib::std::sync::RwLockWriteGuard 1.0.0[−][src]
#[must_use = "if unused the RwLock will immediately unlock"]pub struct RwLockWriteGuard<'a, T> where
T: 'a + ?Sized, { /* fields omitted */ }
Expand description
Trait Implementations
impl<'_, T> Debug for RwLockWriteGuard<'_, T> where
T: Debug,
1.16.0[src]
impl<'_, T> Debug for RwLockWriteGuard<'_, T> where
T: Debug,
1.16.0[src]impl<'_, T> Deref for RwLockWriteGuard<'_, T> where
T: ?Sized,
[src]
impl<'_, T> Deref for RwLockWriteGuard<'_, T> where
T: ?Sized,
[src]impl<'_, T> DerefMut for RwLockWriteGuard<'_, T> where
T: ?Sized,
[src]
impl<'_, T> DerefMut for RwLockWriteGuard<'_, T> where
T: ?Sized,
[src]impl<'_, T> Display for RwLockWriteGuard<'_, T> where
T: Display + ?Sized,
1.20.0[src]
impl<'_, T> Display for RwLockWriteGuard<'_, T> where
T: Display + ?Sized,
1.20.0[src]impl<'_, T> Drop for RwLockWriteGuard<'_, T> where
T: ?Sized,
[src]
impl<'_, T> Drop for RwLockWriteGuard<'_, T> where
T: ?Sized,
[src]impl<'_, T> !Send for RwLockWriteGuard<'_, T> where
T: ?Sized,
[src]
T: ?Sized,
impl<'_, T> Sync for RwLockWriteGuard<'_, T> where
T: Sync + ?Sized,
1.23.0[src]
T: Sync + ?Sized,
Auto Trait Implementations
impl<'a, T: ?Sized> RefUnwindSafe for RwLockWriteGuard<'a, T>
impl<'a, T: ?Sized> Unpin for RwLockWriteGuard<'a, T>
impl<'a, T: ?Sized> UnwindSafe for RwLockWriteGuard<'a, T>
Blanket Implementations
impl<T> ArchivePointee for T
[src]
impl<T> ArchivePointee for T
[src]type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
pub fn pointer_metadata(
&<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
[src]
pub fn pointer_metadata(
&<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
[src]Converts some archived metadata to the pointer metadata for itself.
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more