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

pub struct BackendMap {
    pub backends: HashMap<AppId, BackendList>,
    pub max_failures: usize,
    pub available: bool,
}

Fields

Methods

impl BackendMap
[src]

Trait Implementations

impl Debug for BackendMap
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for BackendMap

impl !Sync for BackendMap