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