Struct slack_morphism::api::SlackApiChatUnfurlResponseInit
source · [−]pub struct SlackApiChatUnfurlResponseInit {}Trait Implementations
sourceimpl From<SlackApiChatUnfurlResponseInit> for SlackApiChatUnfurlResponse
impl From<SlackApiChatUnfurlResponseInit> for SlackApiChatUnfurlResponse
sourcefn from(value: SlackApiChatUnfurlResponseInit) -> Self
fn from(value: SlackApiChatUnfurlResponseInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SlackApiChatUnfurlResponseInit
impl Send for SlackApiChatUnfurlResponseInit
impl Sync for SlackApiChatUnfurlResponseInit
impl Unpin for SlackApiChatUnfurlResponseInit
impl UnwindSafe for SlackApiChatUnfurlResponseInit
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