Enum sozu_lib::network::protocol::proxy_protocol::header::Command[][src]

pub enum Command {
    Local,
    Proxy,
}

Variants

Trait Implementations

impl Debug for Command
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Command
[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 Command

impl Sync for Command