pub struct LlmConversationOutput;
Trait Implementations§
Source§impl HasField<__typename> for LlmConversationOutput
impl HasField<__typename> for LlmConversationOutput
Source§impl HasField<data> for LlmConversationOutput
impl HasField<data> for LlmConversationOutput
Source§type Type = Option<LlmConversation>
type Type = Option<LlmConversation>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for LlmConversationOutput
impl RefUnwindSafe for LlmConversationOutput
impl Send for LlmConversationOutput
impl Sync for LlmConversationOutput
impl Unpin for LlmConversationOutput
impl UnwindSafe for LlmConversationOutput
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