pub struct CacheStats {
pub total_entries: i32,
pub rawg_entries: i32,
pub steam_entries: i32,
pub expired_entries: i32,
}Expand description
Estrutura de estatísticas do cache
Fields§
§total_entries: i32§rawg_entries: i32§steam_entries: i32§expired_entries: i32Trait Implementations§
Source§impl Debug for CacheStats
impl Debug for CacheStats
Auto Trait Implementations§
impl Freeze for CacheStats
impl RefUnwindSafe for CacheStats
impl Send for CacheStats
impl Sync for CacheStats
impl Unpin for CacheStats
impl UnwindSafe for CacheStats
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