Enum sozu_command_lib::config::LoadBalancingAlgorithms [−][src]
pub enum LoadBalancingAlgorithms { RoundRobin, Random, LeastConnections, }
Variants
RoundRobin
Random
LeastConnections
Trait Implementations
impl Debug for LoadBalancingAlgorithms
[src]
impl Debug for LoadBalancingAlgorithms
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 Copy for LoadBalancingAlgorithms
[src]
impl Copy for LoadBalancingAlgorithms
impl Clone for LoadBalancingAlgorithms
[src]
impl Clone for LoadBalancingAlgorithms
fn clone(&self) -> LoadBalancingAlgorithms
[src]
fn clone(&self) -> LoadBalancingAlgorithms
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 LoadBalancingAlgorithms
[src]
impl PartialEq for LoadBalancingAlgorithms
fn eq(&self, other: &LoadBalancingAlgorithms) -> bool
[src]
fn eq(&self, other: &LoadBalancingAlgorithms) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for LoadBalancingAlgorithms
[src]
impl Eq for LoadBalancingAlgorithms
impl Hash for LoadBalancingAlgorithms
[src]
impl Hash for LoadBalancingAlgorithms
fn 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 LoadBalancingAlgorithms
impl FromStr for LoadBalancingAlgorithms
[src]
impl FromStr for LoadBalancingAlgorithms
Auto Trait Implementations
impl Send for LoadBalancingAlgorithms
impl Send for LoadBalancingAlgorithms
impl Sync for LoadBalancingAlgorithms
impl Sync for LoadBalancingAlgorithms