Struct sozu_command_lib::config::TcpAppConfig
[−]
[src]
pub struct TcpAppConfig {
pub app_id: String,
pub ip_address: String,
pub port: u16,
pub backends: Vec<String>,
pub proxy_protocol: Option<ProxyProtocolConfig>,
}Fields
app_id: String
ip_address: String
port: u16
backends: Vec<String>
proxy_protocol: Option<ProxyProtocolConfig>
Methods
impl TcpAppConfig[src]
pub fn generate_orders(&self) -> Vec<Order>[src]
Trait Implementations
impl Debug for TcpAppConfig[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for TcpAppConfig[src]
fn clone(&self) -> TcpAppConfig[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
impl PartialEq for TcpAppConfig[src]
fn eq(&self, __arg_0: &TcpAppConfig) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &TcpAppConfig) -> bool[src]
This method tests for !=.