pub struct CacheCleanupStats {
pub prompts_cleaned: u64,
pub context_cleaned: u64,
pub models_cleaned: u64,
}
Fields§
§prompts_cleaned: u64
§context_cleaned: u64
§models_cleaned: u64
Trait Implementations§
Source§impl Debug for CacheCleanupStats
impl Debug for CacheCleanupStats
Source§impl Default for CacheCleanupStats
impl Default for CacheCleanupStats
Source§fn default() -> CacheCleanupStats
fn default() -> CacheCleanupStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CacheCleanupStats
impl RefUnwindSafe for CacheCleanupStats
impl Send for CacheCleanupStats
impl Sync for CacheCleanupStats
impl Unpin for CacheCleanupStats
impl UnwindSafe for CacheCleanupStats
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