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