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