pub struct SlotRetentionDebugStats {
pub retained_subtree_count: usize,
pub retained_group_count: usize,
pub retained_payload_count: usize,
pub retained_node_count: usize,
pub retained_scope_count: usize,
pub retained_anchor_count: usize,
pub retained_heap_bytes: usize,
pub retained_evictions_total: usize,
}Fields§
§retained_subtree_count: usize§retained_group_count: usize§retained_payload_count: usize§retained_node_count: usize§retained_scope_count: usize§retained_anchor_count: usize§retained_heap_bytes: usize§retained_evictions_total: usizeTrait Implementations§
Source§impl Clone for SlotRetentionDebugStats
impl Clone for SlotRetentionDebugStats
Source§fn clone(&self) -> SlotRetentionDebugStats
fn clone(&self) -> SlotRetentionDebugStats
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 moreSource§impl Debug for SlotRetentionDebugStats
impl Debug for SlotRetentionDebugStats
Source§impl Default for SlotRetentionDebugStats
impl Default for SlotRetentionDebugStats
Source§fn default() -> SlotRetentionDebugStats
fn default() -> SlotRetentionDebugStats
Returns the “default value” for a type. Read more
Source§impl PartialEq for SlotRetentionDebugStats
impl PartialEq for SlotRetentionDebugStats
impl Copy for SlotRetentionDebugStats
impl Eq for SlotRetentionDebugStats
impl StructuralPartialEq for SlotRetentionDebugStats
Auto Trait Implementations§
impl Freeze for SlotRetentionDebugStats
impl RefUnwindSafe for SlotRetentionDebugStats
impl Send for SlotRetentionDebugStats
impl Sync for SlotRetentionDebugStats
impl Unpin for SlotRetentionDebugStats
impl UnsafeUnpin for SlotRetentionDebugStats
impl UnwindSafe for SlotRetentionDebugStats
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