pub struct StaticLayerMemoryCachePrefixStats {
pub entry_count: usize,
pub bytes: usize,
}Fields§
§entry_count: usize§bytes: usizeTrait Implementations§
Source§impl Clone for StaticLayerMemoryCachePrefixStats
impl Clone for StaticLayerMemoryCachePrefixStats
Source§fn clone(&self) -> StaticLayerMemoryCachePrefixStats
fn clone(&self) -> StaticLayerMemoryCachePrefixStats
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 Default for StaticLayerMemoryCachePrefixStats
impl Default for StaticLayerMemoryCachePrefixStats
Source§fn default() -> StaticLayerMemoryCachePrefixStats
fn default() -> StaticLayerMemoryCachePrefixStats
Returns the “default value” for a type. Read more
impl Eq for StaticLayerMemoryCachePrefixStats
impl StructuralPartialEq for StaticLayerMemoryCachePrefixStats
Auto Trait Implementations§
impl Freeze for StaticLayerMemoryCachePrefixStats
impl RefUnwindSafe for StaticLayerMemoryCachePrefixStats
impl Send for StaticLayerMemoryCachePrefixStats
impl Sync for StaticLayerMemoryCachePrefixStats
impl Unpin for StaticLayerMemoryCachePrefixStats
impl UnsafeUnpin for StaticLayerMemoryCachePrefixStats
impl UnwindSafe for StaticLayerMemoryCachePrefixStats
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