pub enum InteractiveEventType {
DialogCancellation,
DialogSubmission,
DialogSuggestion,
InteractionMessage,
MessageAction,
BlockActions,
BlockSuggestion,
ViewSubmission,
ViewClosed,
Shortcut,
}Variants§
DialogCancellation
DialogSubmission
DialogSuggestion
InteractionMessage
MessageAction
BlockActions
BlockSuggestion
ViewSubmission
ViewClosed
Shortcut
Trait Implementations§
Source§impl Debug for InteractiveEventType
impl Debug for InteractiveEventType
Source§impl<'de> Deserialize<'de> for InteractiveEventType
impl<'de> Deserialize<'de> for InteractiveEventType
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 InteractiveEventType
impl PartialEq for InteractiveEventType
Source§impl Serialize for InteractiveEventType
impl Serialize for InteractiveEventType
impl StructuralPartialEq for InteractiveEventType
Auto Trait Implementations§
impl Freeze for InteractiveEventType
impl RefUnwindSafe for InteractiveEventType
impl Send for InteractiveEventType
impl Sync for InteractiveEventType
impl Unpin for InteractiveEventType
impl UnwindSafe for InteractiveEventType
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