pub struct MemoryOptimizationStats {
pub connection_pool: ConnectionPoolStats,
pub candidate_cache: CandidateCacheStats,
pub session_cleanup: SessionCleanupStats,
pub frame_batching: FrameBatchingStats,
}Expand description
Comprehensive memory optimization statistics
Fields§
§connection_pool: ConnectionPoolStats§candidate_cache: CandidateCacheStats§session_cleanup: SessionCleanupStats§frame_batching: FrameBatchingStatsTrait Implementations§
Source§impl Clone for MemoryOptimizationStats
impl Clone for MemoryOptimizationStats
Source§fn clone(&self) -> MemoryOptimizationStats
fn clone(&self) -> MemoryOptimizationStats
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 MemoryOptimizationStats
impl RefUnwindSafe for MemoryOptimizationStats
impl Send for MemoryOptimizationStats
impl Sync for MemoryOptimizationStats
impl Unpin for MemoryOptimizationStats
impl UnwindSafe for MemoryOptimizationStats
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