pub struct MultiLlmConversationInput;
Trait Implementations§
impl HasInputField<enableCache, Option<bool>> for MultiLlmConversationInput
impl HasInputField<enableTotal, Option<bool>> for MultiLlmConversationInput
impl HasInputField<resolverArgs, Option<JSON>> for MultiLlmConversationInput
impl HasInputField<terms, Option<JSON>> for MultiLlmConversationInput
impl InputObjectMarker for MultiLlmConversationInput
Auto Trait Implementations§
impl Freeze for MultiLlmConversationInput
impl RefUnwindSafe for MultiLlmConversationInput
impl Send for MultiLlmConversationInput
impl Sync for MultiLlmConversationInput
impl Unpin for MultiLlmConversationInput
impl UnwindSafe for MultiLlmConversationInput
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