Enum tox::core::ProxyType
[-]
[+]
[src]
pub enum ProxyType {
None,
Socks5,
HTTP,
}Variants
None | |
Socks5 | |
HTTP |
pub enum ProxyType {
None,
Socks5,
HTTP,
}None | |
Socks5 | |
HTTP |
impl Copy for ProxyType
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).