pub struct BiLockGuard<'a, T> { /* private fields */ }
Expand description

Returned RAII guard from the poll_lock method.

This structure acts as a sentinel to the data in the BiLock<T> itself, implementing Deref and DerefMut to T. When dropped, the lock will be unlocked.

Implementations

Get a mutable pinned reference to the locked value.

Trait Implementations

Formats the value using the given formatter. Read more

The resulting type after dereferencing.

Dereferences the value.

Mutably dereferences the value.

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.