Struct rust_tdlib::types::InternalLinkTypeProxy
source · [−]pub struct InternalLinkTypeProxy { /* private fields */ }Expand description
The link is a link to a proxy. Call addProxy with the given parameters to process the link and add the proxy
Implementations
Trait Implementations
sourceimpl AsRef<InternalLinkTypeProxy> for InternalLinkTypeProxy
impl AsRef<InternalLinkTypeProxy> for InternalLinkTypeProxy
sourcefn as_ref(&self) -> &InternalLinkTypeProxy
fn as_ref(&self) -> &InternalLinkTypeProxy
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for InternalLinkTypeProxy
impl Clone for InternalLinkTypeProxy
sourcefn clone(&self) -> InternalLinkTypeProxy
fn clone(&self) -> InternalLinkTypeProxy
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 InternalLinkTypeProxy
impl Debug for InternalLinkTypeProxy
sourceimpl Default for InternalLinkTypeProxy
impl Default for InternalLinkTypeProxy
sourcefn default() -> InternalLinkTypeProxy
fn default() -> InternalLinkTypeProxy
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for InternalLinkTypeProxy
impl<'de> Deserialize<'de> for InternalLinkTypeProxy
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 InternalLinkTypeProxy
impl Serialize for InternalLinkTypeProxy
impl TDInternalLinkType for InternalLinkTypeProxy
Auto Trait Implementations
impl RefUnwindSafe for InternalLinkTypeProxy
impl Send for InternalLinkTypeProxy
impl Sync for InternalLinkTypeProxy
impl Unpin for InternalLinkTypeProxy
impl UnwindSafe for InternalLinkTypeProxy
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