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