Struct actix_web::server::ResumeServer [] [src]

pub struct ResumeServer;

Resume accepting incoming connections

Trait Implementations

impl<H: IntoHttpHandler> Handler<ResumeServer> for HttpServer<H>
[src]

The type of value that this handle will return

[src]

Method is called for every message received by this Actor

impl Message for ResumeServer
[src]

The type of value that this message will resolved with if it is successful.

Auto Trait Implementations

impl Send for ResumeServer

impl Sync for ResumeServer