Struct sozu_lib::network::load_balancing::RoundRobinAlgorithm [−][src]
pub struct RoundRobinAlgorithm {
pub next_backend: u32,
}Fields
next_backend: u32
Trait Implementations
impl Debug for RoundRobinAlgorithm[src]
impl Debug for RoundRobinAlgorithmfn 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 RoundRobinAlgorithm[src]
impl LoadBalancingAlgorithm for RoundRobinAlgorithmAuto Trait Implementations
impl Send for RoundRobinAlgorithm
impl Send for RoundRobinAlgorithmimpl Sync for RoundRobinAlgorithm
impl Sync for RoundRobinAlgorithm