pub struct LLMChainBuilder { /* private fields */ }Expand description
LLMChain Builder
方便构建 LLMChain。
Implementations§
Auto Trait Implementations§
impl Freeze for LLMChainBuilder
impl !RefUnwindSafe for LLMChainBuilder
impl Send for LLMChainBuilder
impl Sync for LLMChainBuilder
impl Unpin for LLMChainBuilder
impl UnsafeUnpin for LLMChainBuilder
impl !UnwindSafe for LLMChainBuilder
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