pub struct ControllerSplitCacheMetrics {
pub version: u32,
pub lookups: usize,
pub hits: usize,
pub misses: usize,
pub entries: usize,
}Fields§
§version: u32§lookups: usize§hits: usize§misses: usize§entries: usizeTrait Implementations§
Source§impl Clone for ControllerSplitCacheMetrics
impl Clone for ControllerSplitCacheMetrics
Source§fn clone(&self) -> ControllerSplitCacheMetrics
fn clone(&self) -> ControllerSplitCacheMetrics
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 moreSource§impl Debug for ControllerSplitCacheMetrics
impl Debug for ControllerSplitCacheMetrics
impl Eq for ControllerSplitCacheMetrics
impl StructuralPartialEq for ControllerSplitCacheMetrics
Auto Trait Implementations§
impl Freeze for ControllerSplitCacheMetrics
impl RefUnwindSafe for ControllerSplitCacheMetrics
impl Send for ControllerSplitCacheMetrics
impl Sync for ControllerSplitCacheMetrics
impl Unpin for ControllerSplitCacheMetrics
impl UnsafeUnpin for ControllerSplitCacheMetrics
impl UnwindSafe for ControllerSplitCacheMetrics
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