pub struct ResponseManagerHandle<R> where
    R: Send + Debug
{ /* private fields */ }
Expand description

Handle to the task of a crate::ResponseManager, can spawn self::ResponseManagerRemote to interact with the task.

Implementations

Constructor, ment to be acquired by spawning a crate::ResponseManager.

Awaits the loop of the task.

Copies a shareable self::ResponseManagerRemote that can interact with the task.

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

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.