pub struct SlackBlockExternalSelectElementInit {
pub action_id: SlackActionId,
}Fields§
§action_id: SlackActionIdTrait Implementations§
source§impl From<SlackBlockExternalSelectElementInit> for SlackBlockExternalSelectElement
impl From<SlackBlockExternalSelectElementInit> for SlackBlockExternalSelectElement
source§fn from(value: SlackBlockExternalSelectElementInit) -> Self
fn from(value: SlackBlockExternalSelectElementInit) -> Self
Converts to this type from the input type.