pub struct SlotDebugSnapshot {Show 13 fields
pub active_groups: Vec<SlotDebugGroup>,
pub anchors: Vec<SlotDebugAnchor>,
pub scopes: Vec<SlotDebugScope>,
pub active_payload_count: usize,
pub active_node_count: usize,
pub active_scope_count: usize,
pub scope_index_count: usize,
pub runtime_scope_registry_count: Option<usize>,
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,
}Fields§
§active_groups: Vec<SlotDebugGroup>§anchors: Vec<SlotDebugAnchor>§scopes: Vec<SlotDebugScope>§active_payload_count: usize§active_node_count: usize§active_scope_count: usize§scope_index_count: usize§runtime_scope_registry_count: Option<usize>§retained_subtree_count: usize§retained_group_count: usize§retained_payload_count: usize§retained_node_count: usize§retained_scope_count: usizeTrait Implementations§
Source§impl Clone for SlotDebugSnapshot
impl Clone for SlotDebugSnapshot
Source§fn clone(&self) -> SlotDebugSnapshot
fn clone(&self) -> SlotDebugSnapshot
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 SlotDebugSnapshot
impl Debug for SlotDebugSnapshot
Source§impl Default for SlotDebugSnapshot
impl Default for SlotDebugSnapshot
Source§fn default() -> SlotDebugSnapshot
fn default() -> SlotDebugSnapshot
Returns the “default value” for a type. Read more
Source§impl PartialEq for SlotDebugSnapshot
impl PartialEq for SlotDebugSnapshot
impl Eq for SlotDebugSnapshot
impl StructuralPartialEq for SlotDebugSnapshot
Auto Trait Implementations§
impl Freeze for SlotDebugSnapshot
impl RefUnwindSafe for SlotDebugSnapshot
impl Send for SlotDebugSnapshot
impl Sync for SlotDebugSnapshot
impl Unpin for SlotDebugSnapshot
impl UnsafeUnpin for SlotDebugSnapshot
impl UnwindSafe for SlotDebugSnapshot
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