pub struct TrackingDb { /* private fields */ }Expand description
SQLite database for tracking LLM usage
Implementations§
Source§impl TrackingDb
impl TrackingDb
Auto Trait Implementations§
impl Freeze for TrackingDb
impl RefUnwindSafe for TrackingDb
impl Send for TrackingDb
impl Sync for TrackingDb
impl Unpin for TrackingDb
impl UnsafeUnpin for TrackingDb
impl UnwindSafe for TrackingDb
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