Struct sozu_command_lib::config::FileAppConfig [−][src]
pub struct FileAppConfig { pub ip_address: Option<String>, pub port: Option<u16>, pub hostname: Option<String>, pub path_begin: Option<String>, pub certificate: Option<String>, pub key: Option<String>, pub certificate_chain: Option<String>, pub backends: Vec<BackendConfig>, pub sticky_session: Option<bool>, pub https_redirect: Option<bool>, pub send_proxy: Option<bool>, pub expect_proxy: Option<bool>, pub load_balancing_policy: LoadBalancingAlgorithms, }
Fields
ip_address: Option<String>
port: Option<u16>
hostname: Option<String>
path_begin: Option<String>
certificate: Option<String>
key: Option<String>
certificate_chain: Option<String>
backends: Vec<BackendConfig>
sticky_session: Option<bool>
https_redirect: Option<bool>
send_proxy: Option<bool>
expect_proxy: Option<bool>
load_balancing_policy: LoadBalancingAlgorithms
Methods
impl FileAppConfig
[src]
impl FileAppConfig
Trait Implementations
impl Debug for FileAppConfig
[src]
impl Debug for FileAppConfig
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 FileAppConfig
[src]
impl Clone for FileAppConfig
fn clone(&self) -> FileAppConfig
[src]
fn clone(&self) -> FileAppConfig
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 FileAppConfig
[src]
impl PartialEq for FileAppConfig
fn eq(&self, other: &FileAppConfig) -> bool
[src]
fn eq(&self, other: &FileAppConfig) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &FileAppConfig) -> bool
[src]
fn ne(&self, other: &FileAppConfig) -> bool
This method tests for !=
.
impl Eq for FileAppConfig
[src]
impl Eq for FileAppConfig
impl Hash for FileAppConfig
[src]
impl Hash for FileAppConfig
Auto Trait Implementations
impl Send for FileAppConfig
impl Send for FileAppConfig
impl Sync for FileAppConfig
impl Sync for FileAppConfig