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