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