pub struct MultiLlmConversationOutput;
Trait Implementations§
Source§impl HasField<results> for MultiLlmConversationOutput
impl HasField<results> for MultiLlmConversationOutput
Auto Trait Implementations§
impl Freeze for MultiLlmConversationOutput
impl RefUnwindSafe for MultiLlmConversationOutput
impl Send for MultiLlmConversationOutput
impl Sync for MultiLlmConversationOutput
impl Unpin for MultiLlmConversationOutput
impl UnwindSafe for MultiLlmConversationOutput
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