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