pub struct UpdateEmojiChatThemes {
pub chat_themes: Vec<EmojiChatTheme>,
}Expand description
The list of available emoji chat themes has changed
Fields§
§chat_themes: Vec<EmojiChatTheme>The new list of emoji chat themes
Trait Implementations§
Source§impl Clone for UpdateEmojiChatThemes
impl Clone for UpdateEmojiChatThemes
Source§fn clone(&self) -> UpdateEmojiChatThemes
fn clone(&self) -> UpdateEmojiChatThemes
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UpdateEmojiChatThemes
impl Debug for UpdateEmojiChatThemes
Source§impl Default for UpdateEmojiChatThemes
impl Default for UpdateEmojiChatThemes
Source§fn default() -> UpdateEmojiChatThemes
fn default() -> UpdateEmojiChatThemes
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateEmojiChatThemes
impl<'de> Deserialize<'de> for UpdateEmojiChatThemes
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 PartialEq for UpdateEmojiChatThemes
impl PartialEq for UpdateEmojiChatThemes
Source§fn eq(&self, other: &UpdateEmojiChatThemes) -> bool
fn eq(&self, other: &UpdateEmojiChatThemes) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for UpdateEmojiChatThemes
impl Serialize for UpdateEmojiChatThemes
impl StructuralPartialEq for UpdateEmojiChatThemes
Auto Trait Implementations§
impl Freeze for UpdateEmojiChatThemes
impl RefUnwindSafe for UpdateEmojiChatThemes
impl Send for UpdateEmojiChatThemes
impl Sync for UpdateEmojiChatThemes
impl Unpin for UpdateEmojiChatThemes
impl UnsafeUnpin for UpdateEmojiChatThemes
impl UnwindSafe for UpdateEmojiChatThemes
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