Enum slack_messaging::blocks::elements::TriggerAction
source · pub enum TriggerAction {
OnEnterPressed,
OnCharacterEntered,
}Expand description
Interaction type to set into Dispatch action configuration
Variants§
Trait Implementations§
source§impl Clone for TriggerAction
impl Clone for TriggerAction
source§fn clone(&self) -> TriggerAction
fn clone(&self) -> TriggerAction
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 more