pub enum SlackMessageEventType {
Show 33 variants
BotMessage,
MeMessage,
ChannelJoin,
ChannelLeave,
BotAdd,
BotRemove,
ChannelTopic,
ChannelPurpose,
ChannelName,
FileShare,
MessageChanged,
MessageDeleted,
ThreadBroadcast,
Tombstone,
JoinerNotification,
SlackbotResponse,
EmojiChanged,
SlackHuddleRoomCreated,
ChannelArchive,
ChannelUnarchive,
AppConversationLeave,
BotEnable,
BotDisable,
PinnedItem,
ReminderAdd,
FileComment,
FileCreated,
FileChanged,
FileDeleted,
FileShared,
FileUnshared,
FilePublic,
HuddleThread,
}
Variants§
BotMessage
MeMessage
ChannelJoin
ChannelLeave
BotAdd
BotRemove
ChannelTopic
ChannelPurpose
ChannelName
MessageChanged
MessageDeleted
ThreadBroadcast
Tombstone
JoinerNotification
SlackbotResponse
EmojiChanged
SlackHuddleRoomCreated
ChannelArchive
ChannelUnarchive
AppConversationLeave
BotEnable
BotDisable
PinnedItem
ReminderAdd
FileComment
FileCreated
FileChanged
FileDeleted
FilePublic
HuddleThread
Trait Implementations§
Source§impl Clone for SlackMessageEventType
impl Clone for SlackMessageEventType
Source§fn clone(&self) -> SlackMessageEventType
fn clone(&self) -> SlackMessageEventType
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 SlackMessageEventType
impl Debug for SlackMessageEventType
Source§impl<'de> Deserialize<'de> for SlackMessageEventType
impl<'de> Deserialize<'de> for SlackMessageEventType
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 SlackMessageEventType
impl PartialEq for SlackMessageEventType
Source§impl Serialize for SlackMessageEventType
impl Serialize for SlackMessageEventType
impl StructuralPartialEq for SlackMessageEventType
Auto Trait Implementations§
impl Freeze for SlackMessageEventType
impl RefUnwindSafe for SlackMessageEventType
impl Send for SlackMessageEventType
impl Sync for SlackMessageEventType
impl Unpin for SlackMessageEventType
impl UnwindSafe for SlackMessageEventType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)