Struct slack_morphism::prelude::SlackLinkObjectInit
source · pub struct SlackLinkObjectInit {
pub domain: String,
pub url: Url,
}Fields§
§domain: String§url: UrlTrait Implementations§
source§impl From<SlackLinkObjectInit> for SlackLinkObject
impl From<SlackLinkObjectInit> for SlackLinkObject
source§fn from(value: SlackLinkObjectInit) -> Self
fn from(value: SlackLinkObjectInit) -> Self
Converts to this type from the input type.