Struct async_lock::SemaphoreGuard [−][src]
pub struct SemaphoreGuard<'a>(_);
A guard that releases the acquired permit.
Trait Implementations
impl Drop for SemaphoreGuard<'_>
[src]
impl Drop for SemaphoreGuard<'_>
[src]pub struct SemaphoreGuard<'a>(_);
A guard that releases the acquired permit.
impl Drop for SemaphoreGuard<'_>
[src]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>