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