pub struct Handle<S, R>where
    S: Send,
    R: Send,
{ /* private fields */ }
Expand description

A handle for the Flower

Implementations

Get ID of the Flower.

Activate current Flower

Check if the current Flower is active

Check if the current Flower should be canceled

Send current progress value

Send current progress value asynchronously.

Set Result value with verboser error message.

(for more easier to keep in track with the real cause of the error)

Set Result value with no verbose (simpler error message)

Set the Ok value of the Result.

Set the Err value of the Result.

Set the Err value of the Result with more verboser error message.

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.