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