Struct flo_state::Owner

source ·
pub struct Owner<S> { /* private fields */ }

Implementations

Sends a message to the actor and wait for the result

Sends a message to the actor and wait for the result, but only for a limited time.

Sends a message to the actor without waiting for the result

Sends a message to the actor without waiting for the result, but only for a limited time.

Spawns a future into the container. All futures spawned into the container will be cancelled if the container dropped.

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

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.