Enum sozu_lib::network::protocol::proxy_protocol::header::Command [−][src]
pub enum Command {
Local,
Proxy,
}Variants
LocalProxy
Trait Implementations
impl Debug for Command[src]
impl Debug for Commandfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Command[src]
impl PartialEq for Command