Enum sozu_lib::network::protocol::proxy_protocol::header::ProtocolSupportedV1 [−][src]
pub enum ProtocolSupportedV1 {
TCP4,
TCP6,
UNKNOWN,
}Indicate the proxied INET protocol and family
Variants
TCP4TCP6UNKNOWN
Trait Implementations
impl Debug for ProtocolSupportedV1[src]
impl Debug for ProtocolSupportedV1fn 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 ProtocolSupportedV1[src]
impl PartialEq for ProtocolSupportedV1fn eq(&self, other: &ProtocolSupportedV1) -> bool[src]
fn eq(&self, other: &ProtocolSupportedV1) -> 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 ProtocolSupportedV1[src]
impl Eq for ProtocolSupportedV1impl Display for ProtocolSupportedV1[src]
impl Display for ProtocolSupportedV1Auto Trait Implementations
impl Send for ProtocolSupportedV1
impl Send for ProtocolSupportedV1impl Sync for ProtocolSupportedV1
impl Sync for ProtocolSupportedV1