Struct slack_morphism::prelude::blocks::SlackImageBlockInit
source · pub struct SlackImageBlockInit {
pub image_url: Url,
pub alt_text: String,
}Fields§
§image_url: Url§alt_text: StringTrait Implementations§
source§impl From<SlackImageBlockInit> for SlackImageBlock
impl From<SlackImageBlockInit> for SlackImageBlock
source§fn from(value: SlackImageBlockInit) -> Self
fn from(value: SlackImageBlockInit) -> Self
Converts to this type from the input type.