Struct actix_net::keepalive::KeepAlive[][src]

pub struct KeepAlive<R, E, F> { /* fields omitted */ }

Methods

impl<R, E, F> KeepAlive<R, E, F> where
    F: Fn() -> E + Clone
[src]

Trait Implementations

impl<R, E, F> Clone for KeepAlive<R, E, F> where
    F: Fn() -> E + Clone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<R, E, F> NewService for KeepAlive<R, E, F> where
    F: Fn() -> E + Clone
[src]

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

impl<R, E, F> !Send for KeepAlive<R, E, F>

impl<R, E, F> !Sync for KeepAlive<R, E, F>