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 TcpFrontendConfig
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for TcpFrontendConfig
[src]
impl Clone for TcpFrontendConfig
fn clone(&self) -> TcpFrontendConfig
[src]
fn clone(&self) -> TcpFrontendConfig
Returns 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 TcpFrontendConfig
fn eq(&self, other: &TcpFrontendConfig) -> bool
[src]
fn eq(&self, other: &TcpFrontendConfig) -> bool
This 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) -> bool
This method tests for !=
.
impl Eq for TcpFrontendConfig
[src]
impl Eq for TcpFrontendConfig
impl Hash for TcpFrontendConfig
[src]
impl Hash for TcpFrontendConfig
Auto Trait Implementations
impl Send for TcpFrontendConfig
impl Send for TcpFrontendConfig
impl Sync for TcpFrontendConfig
impl Sync for TcpFrontendConfig