pub struct Chatbot { /* private fields */ }
Expand description
A chatbot with the specific service and model.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Chatbot
impl !RefUnwindSafe for Chatbot
impl Send for Chatbot
impl Sync for Chatbot
impl Unpin for Chatbot
impl !UnwindSafe for Chatbot
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