Struct sozu_command_lib::config::TcpFrontendConfig [−][src]
pub struct TcpFrontendConfig {
pub address: SocketAddr,
}Fields
address: SocketAddr
Trait Implementations
impl Debug for TcpFrontendConfig[src]
impl Debug for TcpFrontendConfigfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for TcpFrontendConfig[src]
impl Clone for TcpFrontendConfigfn clone(&self) -> TcpFrontendConfig[src]
fn clone(&self) -> TcpFrontendConfigReturns 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 PartialEq for TcpFrontendConfig[src]
impl PartialEq for TcpFrontendConfigfn eq(&self, other: &TcpFrontendConfig) -> bool[src]
fn eq(&self, other: &TcpFrontendConfig) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &TcpFrontendConfig) -> bool[src]
fn ne(&self, other: &TcpFrontendConfig) -> boolThis method tests for !=.
impl Eq for TcpFrontendConfig[src]
impl Eq for TcpFrontendConfigimpl Hash for TcpFrontendConfig[src]
impl Hash for TcpFrontendConfigAuto Trait Implementations
impl Send for TcpFrontendConfig
impl Send for TcpFrontendConfigimpl Sync for TcpFrontendConfig
impl Sync for TcpFrontendConfig