Enum sozu_lib::network::ConnectionError [] [src]

pub enum ConnectionError {
    NoHostGiven,
    NoRequestLineGiven,
    HostNotFound,
    NoBackendAvailable,
    ToBeDefined,
}

Variants

Trait Implementations

impl Debug for ConnectionError
[src]

Formats the value using the given formatter.

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