Struct sozu_command_lib::scm_socket::Listeners[][src]

pub struct Listeners {
    pub http: Vec<(SocketAddr, RawFd)>,
    pub tls: Vec<(SocketAddr, RawFd)>,
    pub tcp: Vec<(SocketAddr, RawFd)>,
}

Fields

Methods

impl Listeners
[src]

Trait Implementations

impl Clone for Listeners
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Listeners
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Listeners

impl Sync for Listeners