Enum tox::core::ProxyType [-]  [+] [src]

pub enum ProxyType {
    None,
    Socks5,
    HTTP,
}

Variants

None
Socks5
HTTP

Trait Implementations

Derived Implementations

impl Copy for ProxyType