pub struct SqlQueryPrompt;
Expand description
SQL query generation prompt
Trait Implementations§
Source§impl PromptHandler for SqlQueryPrompt
impl PromptHandler for SqlQueryPrompt
Auto Trait Implementations§
impl Freeze for SqlQueryPrompt
impl RefUnwindSafe for SqlQueryPrompt
impl Send for SqlQueryPrompt
impl Sync for SqlQueryPrompt
impl Unpin for SqlQueryPrompt
impl UnwindSafe for SqlQueryPrompt
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