Struct httpbis::server::ServerStateSnapshot [] [src]

pub struct ServerStateSnapshot {
    pub conns: HashMap<u64, ConnectionStateSnapshot>,
}

Fields

Methods

impl ServerStateSnapshot
[src]

Trait Implementations

Auto Trait Implementations