pub struct ExactStateCacheStats {
pub entries: usize,
pub logical_bytes: u64,
pub physical_bytes: u64,
pub block_count: usize,
pub max_entries: usize,
pub max_bytes: u64,
}Fields§
§entries: usize§logical_bytes: u64§physical_bytes: u64§block_count: usize§max_entries: usize§max_bytes: u64Trait Implementations§
Source§impl Clone for ExactStateCacheStats
impl Clone for ExactStateCacheStats
Source§fn clone(&self) -> ExactStateCacheStats
fn clone(&self) -> ExactStateCacheStats
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 moreimpl Copy for ExactStateCacheStats
Source§impl Debug for ExactStateCacheStats
impl Debug for ExactStateCacheStats
Source§impl Default for ExactStateCacheStats
impl Default for ExactStateCacheStats
Source§fn default() -> ExactStateCacheStats
fn default() -> ExactStateCacheStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ExactStateCacheStats
impl RefUnwindSafe for ExactStateCacheStats
impl Send for ExactStateCacheStats
impl Sync for ExactStateCacheStats
impl Unpin for ExactStateCacheStats
impl UnsafeUnpin for ExactStateCacheStats
impl UnwindSafe for ExactStateCacheStats
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