Struct sozu_lib::network::protocol::proxy_protocol::header::HeaderV2[][src]

pub struct HeaderV2 {
    pub command: Command,
    pub family: u8,
    pub addr: ProxyAddr,
}

Fields

Methods

impl HeaderV2
[src]

Important traits for Vec<u8>

Trait Implementations

impl Debug for HeaderV2
[src]

Formats the value using the given formatter. Read more

impl PartialEq for HeaderV2
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for HeaderV2

impl Sync for HeaderV2