Struct ScopedTicket Copy item path Source pub struct ScopedTicket<'a> { }Expand description RAII condition ticket vended by AsyncRefCell::scoped_ticket .
Deregisters its waker slot from the cell’s wake condition on drop, so a
wait that is cancelled mid-flight (a dropped poll_fn future) cannot leak
its registration.
Executes the destructor for this type.
Read more Immutably borrows from an owned value.
Read more Mutably borrows from an owned value.
Read more Returns the argument unchanged.
Calls U::from(self).
That is, this conversion is whatever the implementation of
From <T> for U chooses to do.
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.