Struct slack_morphism_models::blocks::SlackActionsBlockInit [−][src]
pub struct SlackActionsBlockInit {
pub elements: Vec<SlackActionBlockElement>,
}Fields
elements: Vec<SlackActionBlockElement>Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for SlackActionsBlockInitimpl Send for SlackActionsBlockInitimpl Sync for SlackActionsBlockInitimpl Unpin for SlackActionsBlockInitimpl UnwindSafe for SlackActionsBlockInit