Struct slack_morphism::blocks::SlackModalViewInit
source · pub struct SlackModalViewInit {
pub title: SlackBlockPlainTextOnly,
pub blocks: Vec<SlackBlock>,
}Fields§
§title: SlackBlockPlainTextOnly§blocks: Vec<SlackBlock>Trait Implementations§
source§impl From<SlackModalViewInit> for SlackModalView
impl From<SlackModalViewInit> for SlackModalView
source§fn from(value: SlackModalViewInit) -> Self
fn from(value: SlackModalViewInit) -> Self
Converts to this type from the input type.