pub struct SlackApiChatUnfurlRequestV2Init {
pub source: SlackApiChatUnfurlSource,
pub unfurl_id: SlackUnfurlId,
pub unfurls: HashMap<String, SlackApiChatUnfurlMapItemV2>,
}Fields
source: SlackApiChatUnfurlSourceunfurl_id: SlackUnfurlIdunfurls: HashMap<String, SlackApiChatUnfurlMapItemV2>Trait Implementations
sourceimpl From<SlackApiChatUnfurlRequestV2Init> for SlackApiChatUnfurlRequestV2
impl From<SlackApiChatUnfurlRequestV2Init> for SlackApiChatUnfurlRequestV2
sourcefn from(value: SlackApiChatUnfurlRequestV2Init) -> Self
fn from(value: SlackApiChatUnfurlRequestV2Init) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SlackApiChatUnfurlRequestV2Init
impl Send for SlackApiChatUnfurlRequestV2Init
impl Sync for SlackApiChatUnfurlRequestV2Init
impl Unpin for SlackApiChatUnfurlRequestV2Init
impl UnwindSafe for SlackApiChatUnfurlRequestV2Init
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more