Enum sozu_lib::network::protocol::http::ClientStatus [] [src]

pub enum ClientStatus {
    Normal,
    DefaultAnswer,
}

Variants

Trait Implementations

impl PartialEq for ClientStatus
[src]

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

This method tests for !=.