pub struct systemPrompt;
Trait Implementations§
Source§impl Field for systemPrompt
impl Field for systemPrompt
impl HasInputField<systemPrompt, Option<String>> for UpdateLlmConversationDataInput
Auto Trait Implementations§
impl Freeze for systemPrompt
impl RefUnwindSafe for systemPrompt
impl Send for systemPrompt
impl Sync for systemPrompt
impl Unpin for systemPrompt
impl UnwindSafe for systemPrompt
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