Struct slack_morphism::prelude::blocks::SlackHeaderBlockInit
source · pub struct SlackHeaderBlockInit {
pub text: SlackBlockText,
}Fields§
§text: SlackBlockTextTrait Implementations§
source§impl From<SlackHeaderBlockInit> for SlackHeaderBlock
impl From<SlackHeaderBlockInit> for SlackHeaderBlock
source§fn from(value: SlackHeaderBlockInit) -> Self
fn from(value: SlackHeaderBlockInit) -> Self
Converts to this type from the input type.