pub struct WithLlm;Expand description
Typestate marker indicating an LLM has been configured.
Trait Implementations§
impl Copy for WithLlm
Auto Trait Implementations§
impl Freeze for WithLlm
impl RefUnwindSafe for WithLlm
impl Send for WithLlm
impl Sync for WithLlm
impl Unpin for WithLlm
impl UnsafeUnpin for WithLlm
impl UnwindSafe for WithLlm
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