pub struct UpdateLlmConversationInput;
Trait Implementations§
impl HasInputField<data, UpdateLlmConversationDataInput> for UpdateLlmConversationInput
impl HasInputField<selector, SelectorInput> for UpdateLlmConversationInput
impl InputObjectMarker for UpdateLlmConversationInput
Auto Trait Implementations§
impl Freeze for UpdateLlmConversationInput
impl RefUnwindSafe for UpdateLlmConversationInput
impl Send for UpdateLlmConversationInput
impl Sync for UpdateLlmConversationInput
impl Unpin for UpdateLlmConversationInput
impl UnwindSafe for UpdateLlmConversationInput
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