Struct slack_morphism::blocks::SlackInputBlockInit
source · pub struct SlackInputBlockInit {
pub label: SlackBlockPlainTextOnly,
pub element: SlackInputBlockElement,
}Fields§
§label: SlackBlockPlainTextOnly§element: SlackInputBlockElementTrait Implementations§
source§impl From<SlackInputBlockInit> for SlackInputBlock
impl From<SlackInputBlockInit> for SlackInputBlock
source§fn from(value: SlackInputBlockInit) -> Self
fn from(value: SlackInputBlockInit) -> Self
Converts to this type from the input type.