Struct rust_tdlib::types::ProxyTypeSocks5
source · [−]pub struct ProxyTypeSocks5 { /* private fields */ }Expand description
A SOCKS5 proxy server
Implementations
Trait Implementations
sourceimpl AsRef<ProxyTypeSocks5> for ProxyTypeSocks5
impl AsRef<ProxyTypeSocks5> for ProxyTypeSocks5
sourcefn as_ref(&self) -> &ProxyTypeSocks5
fn as_ref(&self) -> &ProxyTypeSocks5
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for ProxyTypeSocks5
impl Clone for ProxyTypeSocks5
sourcefn clone(&self) -> ProxyTypeSocks5
fn clone(&self) -> ProxyTypeSocks5
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ProxyTypeSocks5
impl Debug for ProxyTypeSocks5
sourceimpl Default for ProxyTypeSocks5
impl Default for ProxyTypeSocks5
sourcefn default() -> ProxyTypeSocks5
fn default() -> ProxyTypeSocks5
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ProxyTypeSocks5
impl<'de> Deserialize<'de> for ProxyTypeSocks5
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for ProxyTypeSocks5
impl Serialize for ProxyTypeSocks5
impl TDProxyType for ProxyTypeSocks5
Auto Trait Implementations
impl RefUnwindSafe for ProxyTypeSocks5
impl Send for ProxyTypeSocks5
impl Sync for ProxyTypeSocks5
impl Unpin for ProxyTypeSocks5
impl UnwindSafe for ProxyTypeSocks5
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more