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