Struct actix_web::actix::fut::DropErr

source ·
pub struct DropErr<A>where
    A: ActorFuture,
{ /* private fields */ }

Trait Implementations

The type of value that this future will resolved with if it is successful. Read more
The type of error that this future will resolve with if it fails in a normal fashion. Read more
The actor within which this future runs
Map this future’s result to a different type, returning a new future of the resulting type. Read more
Map this future’s error to a different error, returning a new future.
Drop this future’s error, returning a new future.
Map this future’s error to any error implementing From for this future’s Error, returning a new future. Read more
Chain on a computation for when a future finished, passing the result of the future to the provided closure f. Read more
Execute another future after this one has resolved successfully.
Add timeout to futures chain. 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 future that this type can be converted into.
The item that the future may resolve with.
The error that the future may resolve with.
The actor within which this future runs
Consumes this object and produces a future.
Should always be Self
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.