pub struct llmConversation;
Trait Implementations§
Source§impl Field for llmConversation
impl Field for llmConversation
Source§impl HasArgument<input> for llmConversation
impl HasArgument<input> for llmConversation
Source§type ArgumentType = Option<SingleLlmConversationInput>
type ArgumentType = Option<SingleLlmConversationInput>
The schema marker type of this argument.
Source§impl HasField<llmConversation> for Query
impl HasField<llmConversation> for Query
Source§type Type = Option<SingleLlmConversationOutput>
type Type = Option<SingleLlmConversationOutput>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for llmConversation
impl RefUnwindSafe for llmConversation
impl Send for llmConversation
impl Sync for llmConversation
impl Unpin for llmConversation
impl UnwindSafe for llmConversation
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