Struct wasmer_types::lib::std::sync::RwLockReadGuard 1.0.0[−][src]
#[must_use = "if unused the RwLock will immediately unlock"]pub struct RwLockReadGuard<'a, T> where
T: 'a + ?Sized, { /* fields omitted */ }
Expand description
Trait Implementations
impl<'_, T> Debug for RwLockReadGuard<'_, T> where
T: Debug,
1.16.0[src]
impl<'_, T> Debug for RwLockReadGuard<'_, T> where
T: Debug,
1.16.0[src]impl<'_, T> Deref for RwLockReadGuard<'_, T> where
T: ?Sized,
[src]
impl<'_, T> Deref for RwLockReadGuard<'_, T> where
T: ?Sized,
[src]impl<'_, T> Display for RwLockReadGuard<'_, T> where
T: Display + ?Sized,
1.20.0[src]
impl<'_, T> Display for RwLockReadGuard<'_, T> where
T: Display + ?Sized,
1.20.0[src]impl<'_, T> Drop for RwLockReadGuard<'_, T> where
T: ?Sized,
[src]
impl<'_, T> Drop for RwLockReadGuard<'_, T> where
T: ?Sized,
[src]impl<'_, T> !Send for RwLockReadGuard<'_, T> where
T: ?Sized,
[src]
T: ?Sized,
impl<'_, T> Sync for RwLockReadGuard<'_, T> where
T: Sync + ?Sized,
1.23.0[src]
T: Sync + ?Sized,
Auto Trait Implementations
impl<'a, T: ?Sized> RefUnwindSafe for RwLockReadGuard<'a, T>
impl<'a, T: ?Sized> Unpin for RwLockReadGuard<'a, T>
impl<'a, T: ?Sized> UnwindSafe for RwLockReadGuard<'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