Struct actix_utils::order::InOrder[][src]

pub struct InOrder<S> { /* fields omitted */ }
Expand description

InOrder - The service will yield responses as they become available, in the order that their originating requests were submitted to the service.

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.