Struct slack_morphism_models::blocks::SlackBlockOverflowElementInit [−][src]
pub struct SlackBlockOverflowElementInit {
pub action_id: SlackActionId,
pub options: Vec<SlackBlockChoiceItem<SlackBlockPlainTextOnly>>,
}Fields
action_id: SlackActionIdoptions: Vec<SlackBlockChoiceItem<SlackBlockPlainTextOnly>>Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl Send for SlackBlockOverflowElementInitimpl Sync for SlackBlockOverflowElementInitimpl Unpin for SlackBlockOverflowElementInitimpl UnwindSafe for SlackBlockOverflowElementInit