Enum sozu_lib::network::ConnectionError
[−]
[src]
pub enum ConnectionError { NoHostGiven, NoRequestLineGiven, HostNotFound, NoBackendAvailable, ToBeDefined, }
Variants
NoHostGiven
NoRequestLineGiven
HostNotFound
NoBackendAvailable
ToBeDefined
Trait Implementations
impl Debug for ConnectionError
[src]
impl PartialEq for ConnectionError
[src]
fn eq(&self, __arg_0: &ConnectionError) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.