pub struct OverallCacheStats {
pub transaction_stats: CacheStats,
pub utxo_stats: CacheStats,
pub block_header_stats: CacheStats,
}Expand description
Overall cache statistics
Fields§
§transaction_stats: CacheStats§utxo_stats: CacheStats§block_header_stats: CacheStatsTrait Implementations§
Source§impl Clone for OverallCacheStats
impl Clone for OverallCacheStats
Source§fn clone(&self) -> OverallCacheStats
fn clone(&self) -> OverallCacheStats
Returns a duplicate of the value. Read more
1.0.0 · 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 OverallCacheStats
impl RefUnwindSafe for OverallCacheStats
impl Send for OverallCacheStats
impl Sync for OverallCacheStats
impl Unpin for OverallCacheStats
impl UnwindSafe for OverallCacheStats
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