pub struct UpdateActiveEmojiReactions {
pub emojis: Vec<String>,
}
Expand description
The list of active emoji reactions has changed
Fields§
§emojis: Vec<String>
The new list of active emoji reactions
Trait Implementations§
Source§impl Clone for UpdateActiveEmojiReactions
impl Clone for UpdateActiveEmojiReactions
Source§fn clone(&self) -> UpdateActiveEmojiReactions
fn clone(&self) -> UpdateActiveEmojiReactions
Returns a duplicate 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 UpdateActiveEmojiReactions
impl Debug for UpdateActiveEmojiReactions
Source§impl Default for UpdateActiveEmojiReactions
impl Default for UpdateActiveEmojiReactions
Source§fn default() -> UpdateActiveEmojiReactions
fn default() -> UpdateActiveEmojiReactions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateActiveEmojiReactions
impl<'de> Deserialize<'de> for UpdateActiveEmojiReactions
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 StructuralPartialEq for UpdateActiveEmojiReactions
Auto Trait Implementations§
impl Freeze for UpdateActiveEmojiReactions
impl RefUnwindSafe for UpdateActiveEmojiReactions
impl Send for UpdateActiveEmojiReactions
impl Sync for UpdateActiveEmojiReactions
impl Unpin for UpdateActiveEmojiReactions
impl UnwindSafe for UpdateActiveEmojiReactions
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