Enum twilight_model::channel::message::ReactionType
source · pub enum ReactionType {
Custom {
animated: bool,
id: Id<EmojiMarker>,
name: Option<String>,
},
Unicode {
name: String,
},
}Expand description
Type of Reaction.
Variants§
Trait Implementations§
source§impl Clone for ReactionType
impl Clone for ReactionType
source§fn clone(&self) -> ReactionType
fn clone(&self) -> ReactionType
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 ReactionType
impl Debug for ReactionType
source§impl<'de> Deserialize<'de> for ReactionType
impl<'de> Deserialize<'de> for ReactionType
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 Hash for ReactionType
impl Hash for ReactionType
source§impl PartialEq<ReactionType> for ReactionType
impl PartialEq<ReactionType> for ReactionType
source§fn eq(&self, other: &ReactionType) -> bool
fn eq(&self, other: &ReactionType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.