Struct sozu_command_lib::scm_socket::ListenersCount[][src]

pub struct ListenersCount {
    pub http: Vec<SocketAddr>,
    pub tls: Vec<SocketAddr>,
    pub tcp: Vec<SocketAddr>,
}

Fields

Trait Implementations

impl Clone for ListenersCount
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListenersCount
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations