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