pub struct Distiller { /* private fields */ }Expand description
One model call per session, like crate::learning::Reflector: bare
provider, no tools, no history.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Distiller
impl !UnwindSafe for Distiller
impl Freeze for Distiller
impl Send for Distiller
impl Sync for Distiller
impl Unpin for Distiller
impl UnsafeUnpin for Distiller
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