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