pub struct SlackApiChatGetPermalinkRequestInit {
pub channel: SlackChannelId,
pub message_ts: SlackTs,
}
Fields§
§channel: SlackChannelId
§message_ts: SlackTs
Trait Implementations§
source§impl From<SlackApiChatGetPermalinkRequestInit> for SlackApiChatGetPermalinkRequest
impl From<SlackApiChatGetPermalinkRequestInit> for SlackApiChatGetPermalinkRequest
source§fn from(value: SlackApiChatGetPermalinkRequestInit) -> Self
fn from(value: SlackApiChatGetPermalinkRequestInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SlackApiChatGetPermalinkRequestInit
impl Send for SlackApiChatGetPermalinkRequestInit
impl Sync for SlackApiChatGetPermalinkRequestInit
impl Unpin for SlackApiChatGetPermalinkRequestInit
impl UnwindSafe for SlackApiChatGetPermalinkRequestInit
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