Struct sozu_lib::network::load_balancing::RoundRobinAlgorithm[][src]

pub struct RoundRobinAlgorithm {
    pub next_backend: u32,
}

Fields

Trait Implementations

impl Debug for RoundRobinAlgorithm
[src]

Formats the value using the given formatter. Read more

impl LoadBalancingAlgorithm for RoundRobinAlgorithm
[src]

Auto Trait Implementations