pub struct SlackApiChatUnfurlRequestV2Init {
pub source: SlackApiChatUnfurlSource,
pub unfurl_id: SlackUnfurlId,
pub unfurls: HashMap<String, SlackApiChatUnfurlMapItemV2>,
}
Fields§
§source: SlackApiChatUnfurlSource
§unfurl_id: SlackUnfurlId
§unfurls: HashMap<String, SlackApiChatUnfurlMapItemV2>
Trait Implementations§
source§impl From<SlackApiChatUnfurlRequestV2Init> for SlackApiChatUnfurlRequestV2
impl From<SlackApiChatUnfurlRequestV2Init> for SlackApiChatUnfurlRequestV2
source§fn 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more