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

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

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