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

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

Fields

Trait Implementations

impl Clone for Listeners
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Listeners
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Listeners

impl Sync for Listeners