pub struct LLM {}
Expand description
Represents a Large Language Model interface
Implementations§
Auto Trait Implementations§
impl Freeze for LLM
impl RefUnwindSafe for LLM
impl Send for LLM
impl Sync for LLM
impl Unpin for LLM
impl UnwindSafe for LLM
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