pub struct PushMessageContentChatJoinByLink { /* private fields */ }
Expand description
A new member joined the chat via an invite link
Implementations§
Trait Implementations§
Source§impl AsRef<PushMessageContentChatJoinByLink> for PushMessageContentChatJoinByLink
impl AsRef<PushMessageContentChatJoinByLink> for PushMessageContentChatJoinByLink
Source§fn as_ref(&self) -> &PushMessageContentChatJoinByLink
fn as_ref(&self) -> &PushMessageContentChatJoinByLink
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for PushMessageContentChatJoinByLink
impl Clone for PushMessageContentChatJoinByLink
Source§fn clone(&self) -> PushMessageContentChatJoinByLink
fn clone(&self) -> PushMessageContentChatJoinByLink
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 Default for PushMessageContentChatJoinByLink
impl Default for PushMessageContentChatJoinByLink
Source§fn default() -> PushMessageContentChatJoinByLink
fn default() -> PushMessageContentChatJoinByLink
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PushMessageContentChatJoinByLink
impl<'de> Deserialize<'de> for PushMessageContentChatJoinByLink
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
impl TDPushMessageContent for PushMessageContentChatJoinByLink
Auto Trait Implementations§
impl Freeze for PushMessageContentChatJoinByLink
impl RefUnwindSafe for PushMessageContentChatJoinByLink
impl Send for PushMessageContentChatJoinByLink
impl Sync for PushMessageContentChatJoinByLink
impl Unpin for PushMessageContentChatJoinByLink
impl UnwindSafe for PushMessageContentChatJoinByLink
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