pub struct SlotTableMutationDebugStats {Show 21 fields
pub subtree_move_count: usize,
pub moved_group_count: usize,
pub moved_group_max_span: usize,
pub moved_payload_count: usize,
pub moved_payload_max_span: usize,
pub moved_node_count: usize,
pub moved_node_max_span: usize,
pub payload_location_range_refresh_count: usize,
pub payload_location_range_refresh_group_count: usize,
pub payload_location_range_refresh_group_max_span: usize,
pub payload_location_range_refresh_payload_count: usize,
pub payload_location_range_refresh_payload_max_span: usize,
pub payload_location_refresh_count: usize,
pub payload_location_refresh_payload_count: usize,
pub payload_location_refresh_max_span: usize,
pub group_index_refresh_count: usize,
pub group_index_refresh_group_count: usize,
pub group_index_refresh_max_span: usize,
pub segment_range_update_count: usize,
pub segment_range_update_group_count: usize,
pub segment_range_update_max_span: usize,
}Fields§
§subtree_move_count: usize§moved_group_count: usize§moved_group_max_span: usize§moved_payload_count: usize§moved_payload_max_span: usize§moved_node_count: usize§moved_node_max_span: usize§payload_location_range_refresh_count: usize§payload_location_range_refresh_group_count: usize§payload_location_range_refresh_group_max_span: usize§payload_location_range_refresh_payload_count: usize§payload_location_range_refresh_payload_max_span: usize§payload_location_refresh_count: usize§payload_location_refresh_payload_count: usize§payload_location_refresh_max_span: usize§group_index_refresh_count: usize§group_index_refresh_group_count: usize§group_index_refresh_max_span: usize§segment_range_update_count: usize§segment_range_update_group_count: usize§segment_range_update_max_span: usizeTrait Implementations§
Source§impl Clone for SlotTableMutationDebugStats
impl Clone for SlotTableMutationDebugStats
Source§fn clone(&self) -> SlotTableMutationDebugStats
fn clone(&self) -> SlotTableMutationDebugStats
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 SlotTableMutationDebugStats
impl Debug for SlotTableMutationDebugStats
Source§impl Default for SlotTableMutationDebugStats
impl Default for SlotTableMutationDebugStats
Source§fn default() -> SlotTableMutationDebugStats
fn default() -> SlotTableMutationDebugStats
Returns the “default value” for a type. Read more
impl Copy for SlotTableMutationDebugStats
impl Eq for SlotTableMutationDebugStats
impl StructuralPartialEq for SlotTableMutationDebugStats
Auto Trait Implementations§
impl Freeze for SlotTableMutationDebugStats
impl RefUnwindSafe for SlotTableMutationDebugStats
impl Send for SlotTableMutationDebugStats
impl Sync for SlotTableMutationDebugStats
impl Unpin for SlotTableMutationDebugStats
impl UnsafeUnpin for SlotTableMutationDebugStats
impl UnwindSafe for SlotTableMutationDebugStats
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