Struct actix_web::server::PauseServer [] [src]

pub struct PauseServer;

Pause accepting incoming connections

If socket contains some pending connection, they might be dropped. All opened connection remains active.

Trait Implementations

impl ResponseType for PauseServer
[src]

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

The type of error that this message will resolve with if it fails in a normal fashion.