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