Enum sozu_lib::network::protocol::proxy_protocol::header::ProxyProtocolHeader [−][src]
Variants
V1(HeaderV1)V2(HeaderV2)
Methods
impl ProxyProtocolHeader[src]
impl ProxyProtocolHeaderpub fn into_bytes(&self) -> Vec<u8>[src]
pub fn into_bytes(&self) -> Vec<u8>Trait Implementations
impl PartialEq for ProxyProtocolHeader[src]
impl PartialEq for ProxyProtocolHeaderfn eq(&self, other: &ProxyProtocolHeader) -> bool[src]
fn eq(&self, other: &ProxyProtocolHeader) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ProxyProtocolHeader) -> bool[src]
fn ne(&self, other: &ProxyProtocolHeader) -> boolThis method tests for !=.
impl Debug for ProxyProtocolHeader[src]
impl Debug for ProxyProtocolHeaderAuto Trait Implementations
impl Send for ProxyProtocolHeader
impl Send for ProxyProtocolHeaderimpl Sync for ProxyProtocolHeader
impl Sync for ProxyProtocolHeader