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. Read more

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]

impl Clone for BackendStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations