Enum sozu_command_lib::config::ProxyProtocolConfig [−][src]
pub enum ProxyProtocolConfig { ExpectHeader, SendHeader, RelayHeader, }
Variants
ExpectHeader
SendHeader
RelayHeader
Trait Implementations
impl Debug for ProxyProtocolConfig
[src]
impl Debug for ProxyProtocolConfig
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for ProxyProtocolConfig
[src]
impl Clone for ProxyProtocolConfig
fn clone(&self) -> ProxyProtocolConfig
[src]
fn clone(&self) -> ProxyProtocolConfig
Returns 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 ProxyProtocolConfig
fn eq(&self, other: &ProxyProtocolConfig) -> bool
[src]
fn eq(&self, other: &ProxyProtocolConfig) -> 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[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for ProxyProtocolConfig
[src]
impl Eq for ProxyProtocolConfig
impl Hash for ProxyProtocolConfig
[src]
impl Hash for ProxyProtocolConfig
Auto Trait Implementations
impl Send for ProxyProtocolConfig
impl Send for ProxyProtocolConfig
impl Sync for ProxyProtocolConfig
impl Sync for ProxyProtocolConfig