pub struct SlackApiAssistantThreadsSetSuggestedPromptsRequestInit {
pub channel_id: SlackChannelId,
pub thread_ts: SlackTs,
pub prompts: Vec<SlackAssistantPrompt>,
}Fields§
§channel_id: SlackChannelId§thread_ts: SlackTs§prompts: Vec<SlackAssistantPrompt>Trait Implementations§
Source§impl From<SlackApiAssistantThreadsSetSuggestedPromptsRequestInit> for SlackApiAssistantThreadsSetSuggestedPromptsRequest
impl From<SlackApiAssistantThreadsSetSuggestedPromptsRequestInit> for SlackApiAssistantThreadsSetSuggestedPromptsRequest
Source§fn from(value: SlackApiAssistantThreadsSetSuggestedPromptsRequestInit) -> Self
fn from(value: SlackApiAssistantThreadsSetSuggestedPromptsRequestInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SlackApiAssistantThreadsSetSuggestedPromptsRequestInit
impl RefUnwindSafe for SlackApiAssistantThreadsSetSuggestedPromptsRequestInit
impl Send for SlackApiAssistantThreadsSetSuggestedPromptsRequestInit
impl Sync for SlackApiAssistantThreadsSetSuggestedPromptsRequestInit
impl Unpin for SlackApiAssistantThreadsSetSuggestedPromptsRequestInit
impl UnwindSafe for SlackApiAssistantThreadsSetSuggestedPromptsRequestInit
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