Struct smol::lock::MutexGuardArc
source · [−]pub struct MutexGuardArc<T>(_)
where
T: ?Sized;
Expand description
An owned guard that releases the mutex when dropped.
Implementations
sourceimpl<T> MutexGuardArc<T> where
T: ?Sized,
impl<T> MutexGuardArc<T> where
T: ?Sized,
Trait Implementations
sourceimpl<T> Debug for MutexGuardArc<T> where
T: Debug + ?Sized,
impl<T> Debug for MutexGuardArc<T> where
T: Debug + ?Sized,
sourceimpl<T> Deref for MutexGuardArc<T> where
T: ?Sized,
impl<T> Deref for MutexGuardArc<T> where
T: ?Sized,
sourceimpl<T> DerefMut for MutexGuardArc<T> where
T: ?Sized,
impl<T> DerefMut for MutexGuardArc<T> where
T: ?Sized,
sourceimpl<T> Display for MutexGuardArc<T> where
T: Display + ?Sized,
impl<T> Display for MutexGuardArc<T> where
T: Display + ?Sized,
sourceimpl<T> Drop for MutexGuardArc<T> where
T: ?Sized,
impl<T> Drop for MutexGuardArc<T> where
T: ?Sized,
impl<T> Send for MutexGuardArc<T> where
T: Send + ?Sized,
impl<T> Sync for MutexGuardArc<T> where
T: Sync + ?Sized,
Auto Trait Implementations
impl<T> !RefUnwindSafe for MutexGuardArc<T>
impl<T: ?Sized> Unpin for MutexGuardArc<T>
impl<T> !UnwindSafe for MutexGuardArc<T>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more