Struct slack_morphism::blocks::SlackActionsBlockInit
source · pub struct SlackActionsBlockInit {
pub elements: Vec<SlackActionBlockElement>,
}Fields§
§elements: Vec<SlackActionBlockElement>Trait Implementations§
source§impl From<SlackActionsBlockInit> for SlackActionsBlock
impl From<SlackActionsBlockInit> for SlackActionsBlock
source§fn from(value: SlackActionsBlockInit) -> Self
fn from(value: SlackActionsBlockInit) -> Self
Converts to this type from the input type.