pub struct SlotDebugGroup {
pub index: usize,
pub anchor: AnchorId,
pub parent_anchor: AnchorId,
pub static_key: Key,
pub explicit_key: Option<Key>,
pub ordinal: u32,
pub scope_id: Option<usize>,
pub depth: u32,
pub subtree_len: u32,
pub payload_len: usize,
pub node_len: usize,
pub subtree_node_count: u32,
}Fields§
§index: usize§anchor: AnchorId§parent_anchor: AnchorId§static_key: Key§explicit_key: Option<Key>§ordinal: u32§scope_id: Option<usize>§depth: u32§subtree_len: u32§payload_len: usize§node_len: usize§subtree_node_count: u32Trait Implementations§
Source§impl Clone for SlotDebugGroup
impl Clone for SlotDebugGroup
Source§fn clone(&self) -> SlotDebugGroup
fn clone(&self) -> SlotDebugGroup
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 SlotDebugGroup
impl Debug for SlotDebugGroup
Source§impl PartialEq for SlotDebugGroup
impl PartialEq for SlotDebugGroup
impl Copy for SlotDebugGroup
impl Eq for SlotDebugGroup
impl StructuralPartialEq for SlotDebugGroup
Auto Trait Implementations§
impl Freeze for SlotDebugGroup
impl RefUnwindSafe for SlotDebugGroup
impl Send for SlotDebugGroup
impl Sync for SlotDebugGroup
impl Unpin for SlotDebugGroup
impl UnsafeUnpin for SlotDebugGroup
impl UnwindSafe for SlotDebugGroup
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