pub struct SnapshotV2DebugStats {
pub apply_observers_len: usize,
pub apply_observers_cap: usize,
pub last_writes_len: usize,
pub last_writes_cap: usize,
pub extra_state_objects_len: usize,
pub extra_state_objects_cap: usize,
pub last_unused_record_cleanup: SnapshotId,
}Fields§
§apply_observers_len: usize§apply_observers_cap: usize§last_writes_len: usize§last_writes_cap: usize§extra_state_objects_len: usize§extra_state_objects_cap: usize§last_unused_record_cleanup: SnapshotIdTrait Implementations§
Source§impl Clone for SnapshotV2DebugStats
impl Clone for SnapshotV2DebugStats
Source§fn clone(&self) -> SnapshotV2DebugStats
fn clone(&self) -> SnapshotV2DebugStats
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 SnapshotV2DebugStats
impl Debug for SnapshotV2DebugStats
Source§impl Default for SnapshotV2DebugStats
impl Default for SnapshotV2DebugStats
Source§fn default() -> SnapshotV2DebugStats
fn default() -> SnapshotV2DebugStats
Returns the “default value” for a type. Read more
Source§impl PartialEq for SnapshotV2DebugStats
impl PartialEq for SnapshotV2DebugStats
impl Copy for SnapshotV2DebugStats
impl Eq for SnapshotV2DebugStats
impl StructuralPartialEq for SnapshotV2DebugStats
Auto Trait Implementations§
impl Freeze for SnapshotV2DebugStats
impl RefUnwindSafe for SnapshotV2DebugStats
impl Send for SnapshotV2DebugStats
impl Sync for SnapshotV2DebugStats
impl Unpin for SnapshotV2DebugStats
impl UnsafeUnpin for SnapshotV2DebugStats
impl UnwindSafe for SnapshotV2DebugStats
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