pub struct ExtendedCacheStats {
pub base_stats: CacheStats,
pub focus_prediction_count: usize,
pub priority_score_count: usize,
pub complexity_cache_count: usize,
}Expand description
扩展缓存统计
Fields§
§base_stats: CacheStats§focus_prediction_count: usize§priority_score_count: usize§complexity_cache_count: usizeTrait Implementations§
Source§impl Clone for ExtendedCacheStats
impl Clone for ExtendedCacheStats
Source§fn clone(&self) -> ExtendedCacheStats
fn clone(&self) -> ExtendedCacheStats
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ExtendedCacheStats
impl RefUnwindSafe for ExtendedCacheStats
impl Send for ExtendedCacheStats
impl Sync for ExtendedCacheStats
impl Unpin for ExtendedCacheStats
impl UnsafeUnpin for ExtendedCacheStats
impl UnwindSafe for ExtendedCacheStats
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