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

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

Fields

Methods

impl ServerStateSnapshot
[src]

Auto Trait Implementations