pub struct updateLlmConversation;
Trait Implementations§
Source§impl Field for updateLlmConversation
impl Field for updateLlmConversation
Source§impl HasArgument<data> for updateLlmConversation
impl HasArgument<data> for updateLlmConversation
Source§type ArgumentType = UpdateLlmConversationDataInput
type ArgumentType = UpdateLlmConversationDataInput
The schema marker type of this argument.
Source§impl HasArgument<selector> for updateLlmConversation
impl HasArgument<selector> for updateLlmConversation
Source§type ArgumentType = SelectorInput
type ArgumentType = SelectorInput
The schema marker type of this argument.
Source§impl HasField<updateLlmConversation> for Mutation
impl HasField<updateLlmConversation> for Mutation
Source§type Type = Option<LlmConversationOutput>
type Type = Option<LlmConversationOutput>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for updateLlmConversation
impl RefUnwindSafe for updateLlmConversation
impl Send for updateLlmConversation
impl Sync for updateLlmConversation
impl Unpin for updateLlmConversation
impl UnwindSafe for updateLlmConversation
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