pub struct ConversationalChainBuilder<L>where
L: LLM + 'static,{ /* private fields */ }
Implementations§
source§impl<L> ConversationalChainBuilder<L>where
L: LLM + 'static,
impl<L> ConversationalChainBuilder<L>where
L: LLM + 'static,
Auto Trait Implementations§
impl<L> !RefUnwindSafe for ConversationalChainBuilder<L>
impl<L> Send for ConversationalChainBuilder<L>
impl<L> !Sync for ConversationalChainBuilder<L>
impl<L> Unpin for ConversationalChainBuilder<L>where
L: Unpin,
impl<L> !UnwindSafe for ConversationalChainBuilder<L>
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