Struct sozu_lib::network::load_balancing::LeastConnectionsAlgorithm [−][src]
pub struct LeastConnectionsAlgorithm;
Trait Implementations
impl Debug for LeastConnectionsAlgorithm[src]
impl Debug for LeastConnectionsAlgorithmfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl LoadBalancingAlgorithm for LeastConnectionsAlgorithm[src]
impl LoadBalancingAlgorithm for LeastConnectionsAlgorithmAuto Trait Implementations
impl Send for LeastConnectionsAlgorithm
impl Send for LeastConnectionsAlgorithmimpl Sync for LeastConnectionsAlgorithm
impl Sync for LeastConnectionsAlgorithm