pub struct SlackBlockOverflowElementInit {
pub action_id: SlackActionId,
pub options: Vec<SlackBlockChoiceItem<SlackBlockPlainTextOnly>>,
}Fields§
§action_id: SlackActionId§options: Vec<SlackBlockChoiceItem<SlackBlockPlainTextOnly>>Trait Implementations§
source§impl From<SlackBlockOverflowElementInit> for SlackBlockOverflowElement
impl From<SlackBlockOverflowElementInit> for SlackBlockOverflowElement
source§fn from(value: SlackBlockOverflowElementInit) -> Self
fn from(value: SlackBlockOverflowElementInit) -> Self
Converts to this type from the input type.