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