pub struct SlackApiChatUnfurlResponseInit {}
Trait Implementations§
Source§impl From<SlackApiChatUnfurlResponseInit> for SlackApiChatUnfurlResponse
impl From<SlackApiChatUnfurlResponseInit> for SlackApiChatUnfurlResponse
Source§fn from(value: SlackApiChatUnfurlResponseInit) -> Self
fn from(value: SlackApiChatUnfurlResponseInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SlackApiChatUnfurlResponseInit
impl RefUnwindSafe for SlackApiChatUnfurlResponseInit
impl Send for SlackApiChatUnfurlResponseInit
impl Sync for SlackApiChatUnfurlResponseInit
impl Unpin for SlackApiChatUnfurlResponseInit
impl UnwindSafe for SlackApiChatUnfurlResponseInit
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