Struct actix_utils::inflight::InFlight[][src]

pub struct InFlight { /* fields omitted */ }
Expand description

InFlight - new service for service that can limit number of in-flight async requests.

Default number of in-flight requests is 15

Implementations

Trait Implementations

Returns the “default value” for a type. Read more

Requests handled by the service.

Responses given by the service.

Errors produced by the service.

Errors produced while building a transform service.

The TransformService value created by this factory

The future response value.

Creates and returns a new Transform component, asynchronously

Map this transforms’s factory error to a different error, returning a new transform service factory. 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

Performs the conversion.

Performs the conversion.

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.