Struct tokio::sync::OwnedSemaphorePermit [−][src]
An owned permit from the semaphore.
This type is created by the acquire_owned
method.
Implementations
impl OwnedSemaphorePermit
[src]
pub fn forget(self)
[src]
Forgets the permit without releasing it back to the semaphore. This can be used to reduce the amount of permits available from a semaphore.
Trait Implementations
impl Debug for OwnedSemaphorePermit
[src]
impl Drop for OwnedSemaphorePermit
[src]
Auto Trait Implementations
impl !RefUnwindSafe for OwnedSemaphorePermit
impl Send for OwnedSemaphorePermit
impl Sync for OwnedSemaphorePermit
impl Unpin for OwnedSemaphorePermit
impl !UnwindSafe for OwnedSemaphorePermit
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut Tⓘ
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,