Struct sozu_command_lib::messages::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, }
Fields
app_id: String
sticky_session: bool
https_redirect: bool
proxy_protocol: Option<ProxyProtocolConfig>
load_balancing_policy: LoadBalancingAlgorithms
Trait Implementations
impl Debug for Application
[src]
impl Debug for Application
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 Application
[src]
impl Clone for Application
fn clone(&self) -> Application
[src]
fn clone(&self) -> Application
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 Application
[src]
impl PartialEq for Application
fn eq(&self, other: &Application) -> bool
[src]
fn eq(&self, other: &Application) -> bool
This 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) -> bool
This method tests for !=
.
impl Eq for Application
[src]
impl Eq for Application
impl Hash for Application
[src]
impl Hash for Application
Auto Trait Implementations
impl Send for Application
impl Send for Application
impl Sync for Application
impl Sync for Application