Enum sozu_lib::network::ConnectionError [−][src]
pub enum ConnectionError {
NoHostGiven,
NoRequestLineGiven,
HostNotFound,
NoBackendAvailable,
ToBeDefined,
HttpsRedirect,
}Variants
NoHostGivenNoRequestLineGivenHostNotFoundNoBackendAvailableToBeDefinedHttpsRedirect
Trait Implementations
impl Debug for ConnectionError[src]
impl Debug for ConnectionErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for ConnectionError[src]
impl PartialEq for ConnectionErrorfn eq(&self, other: &ConnectionError) -> bool[src]
fn eq(&self, other: &ConnectionError) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for ConnectionError[src]
impl Eq for ConnectionErrorAuto Trait Implementations
impl Send for ConnectionError
impl Send for ConnectionErrorimpl Sync for ConnectionError
impl Sync for ConnectionError