Enum slack_morphism::events::SlackEmojiEventType
source · [−]pub enum SlackEmojiEventType {
EmojiRemoved,
EmojiAdded,
EmojiRenamed,
}Variants
EmojiRemoved
EmojiAdded
EmojiRenamed
Trait Implementations
sourceimpl Clone for SlackEmojiEventType
impl Clone for SlackEmojiEventType
sourcefn clone(&self) -> SlackEmojiEventType
fn clone(&self) -> SlackEmojiEventType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SlackEmojiEventType
impl Debug for SlackEmojiEventType
sourceimpl<'de> Deserialize<'de> for SlackEmojiEventType
impl<'de> Deserialize<'de> for SlackEmojiEventType
sourcefn 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
sourceimpl PartialEq<SlackEmojiEventType> for SlackEmojiEventType
impl PartialEq<SlackEmojiEventType> for SlackEmojiEventType
sourcefn eq(&self, other: &SlackEmojiEventType) -> bool
fn eq(&self, other: &SlackEmojiEventType) -> bool
sourceimpl Serialize for SlackEmojiEventType
impl Serialize for SlackEmojiEventType
impl StructuralPartialEq for SlackEmojiEventType
Auto Trait Implementations
impl RefUnwindSafe for SlackEmojiEventType
impl Send for SlackEmojiEventType
impl Sync for SlackEmojiEventType
impl Unpin for SlackEmojiEventType
impl UnwindSafe for SlackEmojiEventType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more