pub struct SnapshotStateObserverDebugStats {
pub scopes_len: usize,
pub scopes_cap: usize,
pub fast_scopes_len: usize,
pub fast_scopes_cap: usize,
pub stateless_scope_count: usize,
pub observed_state_count: usize,
pub observed_state_capacity: usize,
}Fields§
§scopes_len: usize§scopes_cap: usize§fast_scopes_len: usize§fast_scopes_cap: usize§stateless_scope_count: usize§observed_state_count: usize§observed_state_capacity: usizeTrait Implementations§
impl Copy for SnapshotStateObserverDebugStats
impl Eq for SnapshotStateObserverDebugStats
impl StructuralPartialEq for SnapshotStateObserverDebugStats
Auto Trait Implementations§
impl Freeze for SnapshotStateObserverDebugStats
impl RefUnwindSafe for SnapshotStateObserverDebugStats
impl Send for SnapshotStateObserverDebugStats
impl Sync for SnapshotStateObserverDebugStats
impl Unpin for SnapshotStateObserverDebugStats
impl UnsafeUnpin for SnapshotStateObserverDebugStats
impl UnwindSafe for SnapshotStateObserverDebugStats
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