Enum sozu_command_lib::data::ProxyType [] [src]

pub enum ProxyType {
    HTTP,
    HTTPS,
    TCP,
}

Variants

Trait Implementations

impl Debug for ProxyType
[src]

Formats the value using the given formatter.

impl Clone for ProxyType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ProxyType
[src]

impl PartialEq for ProxyType
[src]

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

This method tests for !=.

impl Eq for ProxyType
[src]

impl Hash for ProxyType
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Serialize for ProxyType
[src]

Serialize this value into the given Serde serializer. Read more

impl Deserialize for ProxyType
[src]

Deserialize this value from the given Serde deserializer. Read more