Struct sozu_command_lib::proxy::Application
source · [−]pub struct Application {
pub app_id: String,
pub sticky_session: bool,
pub https_redirect: bool,
pub proxy_protocol: Option<ProxyProtocolConfig>,
pub load_balancing: LoadBalancingAlgorithms,
pub answer_503: Option<String>,
pub load_metric: Option<LoadMetric>,
}
Fields
app_id: String
sticky_session: bool
https_redirect: bool
proxy_protocol: Option<ProxyProtocolConfig>
load_balancing: LoadBalancingAlgorithms
answer_503: Option<String>
load_metric: Option<LoadMetric>
Trait Implementations
sourceimpl Clone for Application
impl Clone for Application
sourcefn clone(&self) -> Application
fn clone(&self) -> Application
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for Application
impl Debug for Application
sourceimpl<'de> Deserialize<'de> for Application
impl<'de> Deserialize<'de> for Application
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Hash for Application
impl Hash for Application
sourceimpl PartialEq<Application> for Application
impl PartialEq<Application> for Application
sourcefn eq(&self, other: &Application) -> bool
fn eq(&self, other: &Application) -> bool
sourceimpl Serialize for Application
impl Serialize for Application
impl Eq for Application
impl StructuralEq for Application
impl StructuralPartialEq for Application
Auto Trait Implementations
impl RefUnwindSafe for Application
impl Send for Application
impl Sync for Application
impl Unpin for Application
impl UnwindSafe for Application
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more