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