Struct rust_tdlib::types::GetChatInviteLink  
source · [−]pub struct GetChatInviteLink { /* private fields */ }Expand description
Returns information about an invite link. Requires administrator privileges and can_invite_users right in the chat to get own links and owner privileges to get other links
Implementations
Trait Implementations
sourceimpl AsRef<GetChatInviteLink> for GetChatInviteLink
 
impl AsRef<GetChatInviteLink> for GetChatInviteLink
sourcefn as_ref(&self) -> &GetChatInviteLink
 
fn as_ref(&self) -> &GetChatInviteLink
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for GetChatInviteLink
 
impl Clone for GetChatInviteLink
sourcefn clone(&self) -> GetChatInviteLink
 
fn clone(&self) -> GetChatInviteLink
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 GetChatInviteLink
 
impl Debug for GetChatInviteLink
sourceimpl Default for GetChatInviteLink
 
impl Default for GetChatInviteLink
sourcefn default() -> GetChatInviteLink
 
fn default() -> GetChatInviteLink
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for GetChatInviteLink
 
impl<'de> Deserialize<'de> for GetChatInviteLink
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 GetChatInviteLink
 
impl Serialize for GetChatInviteLink
Auto Trait Implementations
impl RefUnwindSafe for GetChatInviteLink
impl Send for GetChatInviteLink
impl Sync for GetChatInviteLink
impl Unpin for GetChatInviteLink
impl UnwindSafe for GetChatInviteLink
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