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