Struct async_lock::SemaphoreGuardArc
source · [−]pub struct SemaphoreGuardArc(_);
Expand description
An owned guard that releases the acquired permit.
Trait Implementations
sourceimpl Debug for SemaphoreGuardArc
impl Debug for SemaphoreGuardArc
Auto Trait Implementations
impl RefUnwindSafe for SemaphoreGuardArc
impl Send for SemaphoreGuardArc
impl Sync for SemaphoreGuardArc
impl Unpin for SemaphoreGuardArc
impl UnwindSafe for SemaphoreGuardArc
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more