Enum sozu_command_lib::config::LoadBalancingAlgorithms [−][src]
pub enum LoadBalancingAlgorithms {
RoundRobin,
Random,
LeastConnections,
}Variants
RoundRobinRandomLeastConnections
Trait Implementations
impl Debug for LoadBalancingAlgorithms[src]
impl Debug for LoadBalancingAlgorithmsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for LoadBalancingAlgorithms[src]
impl Copy for LoadBalancingAlgorithmsimpl Clone for LoadBalancingAlgorithms[src]
impl Clone for LoadBalancingAlgorithmsfn clone(&self) -> LoadBalancingAlgorithms[src]
fn clone(&self) -> LoadBalancingAlgorithmsReturns 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 LoadBalancingAlgorithms[src]
impl PartialEq for LoadBalancingAlgorithmsfn eq(&self, other: &LoadBalancingAlgorithms) -> bool[src]
fn eq(&self, other: &LoadBalancingAlgorithms) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for LoadBalancingAlgorithms[src]
impl Eq for LoadBalancingAlgorithmsimpl Hash for LoadBalancingAlgorithms[src]
impl Hash for LoadBalancingAlgorithmsfn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Default for LoadBalancingAlgorithms[src]
impl Default for LoadBalancingAlgorithmsimpl FromStr for LoadBalancingAlgorithms[src]
impl FromStr for LoadBalancingAlgorithmsAuto Trait Implementations
impl Send for LoadBalancingAlgorithms
impl Send for LoadBalancingAlgorithmsimpl Sync for LoadBalancingAlgorithms
impl Sync for LoadBalancingAlgorithms