Struct actix_server::ServerHandle
source · [−]pub struct ServerHandle { /* private fields */ }
Expand description
Server handle.
Implementations
Pause accepting incoming connections.
May drop socket pending connection. All open connections remain active.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ServerHandle
impl Send for ServerHandle
impl Sync for ServerHandle
impl Unpin for ServerHandle
impl !UnwindSafe for ServerHandle
Blanket Implementations
Mutably borrows from an owned value. Read more