Enum haproxy_config::sections::BackendModifier
source · pub enum BackendModifier {
If,
Unless,
}Expand description
In combination with an Acl forms the condition for picking a backend
Variants§
Trait Implementations§
source§impl Clone for BackendModifier
impl Clone for BackendModifier
source§fn clone(&self) -> BackendModifier
fn clone(&self) -> BackendModifier
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for BackendModifier
impl Debug for BackendModifier
source§impl Hash for BackendModifier
impl Hash for BackendModifier
source§impl PartialEq<BackendModifier> for BackendModifier
impl PartialEq<BackendModifier> for BackendModifier
source§fn eq(&self, other: &BackendModifier) -> bool
fn eq(&self, other: &BackendModifier) -> bool
This method tests for
self and other values to be equal, and is used
by ==.