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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ListenersCount
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations