Struct tokio::sync::SemaphorePermit[][src]

pub struct SemaphorePermit<'a> { /* fields omitted */ }
This is supported on crate feature sync only.
Expand description

A permit from the semaphore.

This type is created by the acquire method.

Implementations

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

Formats the value using the given formatter. Read more

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.