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