Enum sozu_command_lib::config::ProxyProtocolConfig [−][src]
pub enum ProxyProtocolConfig {
ExpectHeader,
SendHeader,
RelayHeader,
}Variants
ExpectHeaderSendHeaderRelayHeader
Trait Implementations
impl Debug for ProxyProtocolConfig[src]
impl Debug for ProxyProtocolConfigfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for ProxyProtocolConfig[src]
impl Clone for ProxyProtocolConfigfn clone(&self) -> ProxyProtocolConfig[src]
fn clone(&self) -> ProxyProtocolConfigReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for ProxyProtocolConfig[src]
impl PartialEq for ProxyProtocolConfigfn eq(&self, other: &ProxyProtocolConfig) -> bool[src]
fn eq(&self, other: &ProxyProtocolConfig) -> 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 ProxyProtocolConfig[src]
impl Eq for ProxyProtocolConfigimpl Hash for ProxyProtocolConfig[src]
impl Hash for ProxyProtocolConfigAuto Trait Implementations
impl Send for ProxyProtocolConfig
impl Send for ProxyProtocolConfigimpl Sync for ProxyProtocolConfig
impl Sync for ProxyProtocolConfig