pub struct MessageChatJoinByLink { /* private fields */ }
Expand description
A new member joined the chat via an invite link
Implementations§
Trait Implementations§
Source§impl AsRef<MessageChatJoinByLink> for MessageChatJoinByLink
impl AsRef<MessageChatJoinByLink> for MessageChatJoinByLink
Source§fn as_ref(&self) -> &MessageChatJoinByLink
fn as_ref(&self) -> &MessageChatJoinByLink
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for MessageChatJoinByLink
impl Clone for MessageChatJoinByLink
Source§fn clone(&self) -> MessageChatJoinByLink
fn clone(&self) -> MessageChatJoinByLink
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MessageChatJoinByLink
impl Debug for MessageChatJoinByLink
Source§impl Default for MessageChatJoinByLink
impl Default for MessageChatJoinByLink
Source§fn default() -> MessageChatJoinByLink
fn default() -> MessageChatJoinByLink
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MessageChatJoinByLink
impl<'de> Deserialize<'de> for MessageChatJoinByLink
Source§fn 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
Source§impl Serialize for MessageChatJoinByLink
impl Serialize for MessageChatJoinByLink
impl TDMessageContent for MessageChatJoinByLink
Auto Trait Implementations§
impl Freeze for MessageChatJoinByLink
impl RefUnwindSafe for MessageChatJoinByLink
impl Send for MessageChatJoinByLink
impl Sync for MessageChatJoinByLink
impl Unpin for MessageChatJoinByLink
impl UnwindSafe for MessageChatJoinByLink
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more