[][src]Trait rtdlib::types::TDProxyType

pub trait TDProxyType: Debug + RObject { }

TRAIT | Describes the type of a proxy server

Implementations on Foreign Types

impl<'a, PROXYTYPE: TDProxyType> TDProxyType for &'a PROXYTYPE[src]

impl<'a, PROXYTYPE: TDProxyType> TDProxyType for &'a mut PROXYTYPE[src]

Loading content...

Implementors

impl TDProxyType for ProxyTypeHttp[src]

impl TDProxyType for ProxyTypeMtproto[src]

impl TDProxyType for ProxyTypeSocks5[src]

Loading content...