Struct sozu_command_lib::proxy::Application [−][src]
pub struct Application {
pub app_id: String,
pub sticky_session: bool,
pub https_redirect: bool,
pub proxy_protocol: Option<ProxyProtocolConfig>,
pub load_balancing_policy: LoadBalancingAlgorithms,
pub answer_503: Option<String>,
}Fields
app_id: String
sticky_session: bool
https_redirect: bool
proxy_protocol: Option<ProxyProtocolConfig>
load_balancing_policy: LoadBalancingAlgorithms
answer_503: Option<String>
Trait Implementations
impl Debug for Application[src]
impl Debug for Applicationfn 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 Application[src]
impl Clone for Applicationfn clone(&self) -> Application[src]
fn clone(&self) -> ApplicationReturns 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 Application[src]
impl PartialEq for Applicationfn eq(&self, other: &Application) -> bool[src]
fn eq(&self, other: &Application) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Application) -> bool[src]
fn ne(&self, other: &Application) -> boolThis method tests for !=.
impl Eq for Application[src]
impl Eq for Applicationimpl Hash for Application[src]
impl Hash for ApplicationAuto Trait Implementations
impl Send for Application
impl Send for Applicationimpl Sync for Application
impl Sync for Application