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