Struct rust_tdlib::types::ProxyTypeMtproto
source · [−]pub struct ProxyTypeMtproto { /* private fields */ }
Expand description
An MTProto proxy server
Implementations
Trait Implementations
sourceimpl AsRef<ProxyTypeMtproto> for ProxyTypeMtproto
impl AsRef<ProxyTypeMtproto> for ProxyTypeMtproto
sourcefn as_ref(&self) -> &ProxyTypeMtproto
fn as_ref(&self) -> &ProxyTypeMtproto
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for ProxyTypeMtproto
impl Clone for ProxyTypeMtproto
sourcefn clone(&self) -> ProxyTypeMtproto
fn clone(&self) -> ProxyTypeMtproto
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 ProxyTypeMtproto
impl Debug for ProxyTypeMtproto
sourceimpl Default for ProxyTypeMtproto
impl Default for ProxyTypeMtproto
sourcefn default() -> ProxyTypeMtproto
fn default() -> ProxyTypeMtproto
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ProxyTypeMtproto
impl<'de> Deserialize<'de> for ProxyTypeMtproto
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 ProxyTypeMtproto
impl Serialize for ProxyTypeMtproto
impl TDProxyType for ProxyTypeMtproto
Auto Trait Implementations
impl RefUnwindSafe for ProxyTypeMtproto
impl Send for ProxyTypeMtproto
impl Sync for ProxyTypeMtproto
impl Unpin for ProxyTypeMtproto
impl UnwindSafe for ProxyTypeMtproto
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