Struct tokio::sync::OwnedSemaphorePermit [−][src]
pub struct OwnedSemaphorePermit { /* fields omitted */ }This is supported on crate feature
sync only.Expand description
An owned permit from the semaphore.
This type is created by the acquire_owned method.
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for OwnedSemaphorePermitimpl Send for OwnedSemaphorePermitimpl Sync for OwnedSemaphorePermitimpl Unpin for OwnedSemaphorePermitimpl !UnwindSafe for OwnedSemaphorePermit