[−][src]Struct futures_intrusive::sync::GenericMutexGuard
An RAII guard returned by the lock
and try_lock
methods.
When this structure is dropped (falls out of scope), the lock will be
unlocked.
Trait Implementations
impl<'_, MutexType: RawMutex, T: Debug> Debug for GenericMutexGuard<'_, MutexType, T>
[src]
impl<'_, MutexType: RawMutex, T> Deref for GenericMutexGuard<'_, MutexType, T>
[src]
impl<'_, MutexType: RawMutex, T> DerefMut for GenericMutexGuard<'_, MutexType, T>
[src]
impl<'_, MutexType: RawMutex, T> Drop for GenericMutexGuard<'_, MutexType, T>
[src]
Auto Trait Implementations
impl<'a, MutexType, T> !RefUnwindSafe for GenericMutexGuard<'a, MutexType, T>
impl<'a, MutexType, T> Send for GenericMutexGuard<'a, MutexType, T> where
MutexType: Sync,
T: Send,
MutexType: Sync,
T: Send,
impl<'a, MutexType, T> Sync for GenericMutexGuard<'a, MutexType, T> where
MutexType: Sync,
T: Send,
MutexType: Sync,
T: Send,
impl<'a, MutexType, T> Unpin for GenericMutexGuard<'a, MutexType, T>
impl<'a, MutexType, T> !UnwindSafe for GenericMutexGuard<'a, MutexType, 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,
fn borrow_mut(&mut self) -> &mut T
[src]
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>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,