pub struct SingleLlmConversationInput;
Trait Implementations§
impl HasInputField<allowNull, Option<bool>> for SingleLlmConversationInput
impl HasInputField<resolverArgs, Option<JSON>> for SingleLlmConversationInput
impl HasInputField<selector, Option<SelectorInput>> for SingleLlmConversationInput
impl InputObjectMarker for SingleLlmConversationInput
Auto Trait Implementations§
impl Freeze for SingleLlmConversationInput
impl RefUnwindSafe for SingleLlmConversationInput
impl Send for SingleLlmConversationInput
impl Sync for SingleLlmConversationInput
impl Unpin for SingleLlmConversationInput
impl UnwindSafe for SingleLlmConversationInput
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