pub struct SlackApiChatUnfurlRequestV3Init {
pub id: SlackUnfurlRequestId,
pub unfurls: HashMap<String, SlackApiChatUnfurlMapItemV2>,
}Fields§
§id: SlackUnfurlRequestId§unfurls: HashMap<String, SlackApiChatUnfurlMapItemV2>Trait Implementations§
Source§impl From<SlackApiChatUnfurlRequestV3Init> for SlackApiChatUnfurlRequestV3
impl From<SlackApiChatUnfurlRequestV3Init> for SlackApiChatUnfurlRequestV3
Source§fn from(value: SlackApiChatUnfurlRequestV3Init) -> Self
fn from(value: SlackApiChatUnfurlRequestV3Init) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SlackApiChatUnfurlRequestV3Init
impl RefUnwindSafe for SlackApiChatUnfurlRequestV3Init
impl Send for SlackApiChatUnfurlRequestV3Init
impl Sync for SlackApiChatUnfurlRequestV3Init
impl Unpin for SlackApiChatUnfurlRequestV3Init
impl UnwindSafe for SlackApiChatUnfurlRequestV3Init
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