Struct sozu_lib::network::backends::BackendList[][src]

pub struct BackendList {
    pub backends: Vec<Rc<RefCell<Backend>>>,
    pub next_id: u32,
    pub load_balancing: Box<LoadBalancingAlgorithm>,
}

Fields

Methods

impl BackendList
[src]

Trait Implementations

impl Debug for BackendList
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for BackendList

impl !Sync for BackendList