pub struct StreamConfiguration<T, E> { /* private fields */ }
Expand description

NewService implementation for stream configuration service

Stream configuration service allows to change some socket level parameters. for example tcp nodelay or tcp keep-alive.

Implementations§

Create new StreamConfigurationService instance.

Sets the value of the TCP_NODELAY option on this socket.

Sets whether keepalive messages are enabled to be sent on this socket.

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 service.
The Service value created by this factory
The future of the Service instance.
Create and return a new service value asynchronously.

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.

Convert to an NewService
Convert self to an expression for Diesel’s query builder. Read more
Convert &self to an expression for Diesel’s query builder. Read more
NewService that create service to map this service’s error and new service’s init error to any error implementing From for this services Error`. Read more
Create NewService to chain on a computation for when a call to the service finished, passing the result of the call to the next service B. Read more
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.