Struct sozu_command_lib::scm_socket::ListenersCount [−][src]
pub struct ListenersCount {
pub http: Vec<SocketAddr>,
pub tls: Vec<SocketAddr>,
pub tcp: Vec<SocketAddr>,
}Fields
http: Vec<SocketAddr>
tls: Vec<SocketAddr>
tcp: Vec<SocketAddr>
Trait Implementations
impl Clone for ListenersCount[src]
impl Clone for ListenersCountfn clone(&self) -> ListenersCount[src]
fn clone(&self) -> ListenersCountReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ListenersCount[src]
impl Debug for ListenersCountAuto Trait Implementations
impl Send for ListenersCount
impl Send for ListenersCountimpl Sync for ListenersCount
impl Sync for ListenersCount