Struct sozu_lib::network::Backend[][src]

pub struct Backend {
    pub sticky_id: Option<String>,
    pub backend_id: String,
    pub address: SocketAddr,
    pub status: BackendStatus,
    pub retry_policy: RetryPolicyWrapper,
    pub active_connections: usize,
    pub failures: usize,
    pub load_balancing_parameters: Option<LoadBalancingParams>,
}

Fields

Methods

impl Backend
[src]

Trait Implementations

impl Debug for Backend
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Backend
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Backend
[src]

Auto Trait Implementations

impl Send for Backend

impl Sync for Backend