[][src]Trait rtdlib::types::ProxyType

pub trait ProxyType: Object + RObject + Debug + Serialize + Deserialize { }

This class is an abstract base class. Describes the type of the proxy server.

Methods

impl dyn ProxyType[src]

pub fn from_json<S: AsRef<str>>(json: S) -> Option<Box<Self>>[src]

Trait Implementations

impl<'typetag> Serialize for dyn ProxyType + 'typetag[src]

impl<'typetag> Serialize for dyn ProxyType + Send + 'typetag[src]

impl<'typetag> Serialize for dyn ProxyType + Sync + 'typetag[src]

impl<'typetag> Serialize for dyn ProxyType + Send + Sync + 'typetag[src]

impl Strictest for dyn ProxyType[src]

type Object = dyn ProxyType

Implementors

impl ProxyType for ProxyTypeHttp[src]

impl ProxyType for ProxyTypeMtproto[src]

impl ProxyType for ProxyTypeSocks5[src]

Loading content...