Enum sozu_lib::network::BackendStatus [] [src]

pub enum BackendStatus {
    Normal,
    Closing,
    Closed,
}

Variants

Trait Implementations

impl Debug for BackendStatus
[src]

Formats the value using the given formatter.

impl PartialEq for BackendStatus
[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 BackendStatus
[src]