Struct async_lock::SemaphoreGuard [−][src]
pub struct SemaphoreGuard<'a>(_);
A guard that releases the acquired permit.
pub struct SemaphoreGuard<'a>(_);
A guard that releases the acquired permit.
impl<'a> RefUnwindSafe for SemaphoreGuard<'a>
impl<'a> Send for SemaphoreGuard<'a>
impl<'a> Sync for SemaphoreGuard<'a>
impl<'a> Unpin for SemaphoreGuard<'a>
impl<'a> UnwindSafe for SemaphoreGuard<'a>