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

pub struct Backend {
    pub address: SocketAddr,
    pub status: BackendStatus,
    pub active_connections: usize,
    pub failures: usize,
}

Fields

Methods

impl Backend
[src]

Trait Implementations

impl Debug for Backend
[src]

Formats the value using the given formatter.

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]