Enum sozu_lib::network::protocol::proxy_protocol::expect::HeaderLen[][src]

pub enum HeaderLen {
    V4,
    V6,
    Unix,
}

Variants

Trait Implementations

impl Clone for HeaderLen
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for HeaderLen
[src]

Auto Trait Implementations

impl Send for HeaderLen

impl Sync for HeaderLen