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§
Source§impl Clone for SnapshotStateObserverDebugStats
impl Clone for SnapshotStateObserverDebugStats
Source§fn clone(&self) -> SnapshotStateObserverDebugStats
fn clone(&self) -> SnapshotStateObserverDebugStats
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 Default for SnapshotStateObserverDebugStats
impl Default for SnapshotStateObserverDebugStats
Source§fn default() -> SnapshotStateObserverDebugStats
fn default() -> SnapshotStateObserverDebugStats
Returns the “default value” for a type. Read more
Source§impl PartialEq for SnapshotStateObserverDebugStats
impl PartialEq for SnapshotStateObserverDebugStats
Source§fn eq(&self, other: &SnapshotStateObserverDebugStats) -> bool
fn eq(&self, other: &SnapshotStateObserverDebugStats) -> bool
Tests for
self and other values to be equal, and is used by ==.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