pub struct RecomposeScopeRegistryDebugStats {
pub len: usize,
pub capacity: usize,
}Fields§
§len: usize§capacity: usizeTrait Implementations§
Source§impl Clone for RecomposeScopeRegistryDebugStats
impl Clone for RecomposeScopeRegistryDebugStats
Source§fn clone(&self) -> RecomposeScopeRegistryDebugStats
fn clone(&self) -> RecomposeScopeRegistryDebugStats
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 RecomposeScopeRegistryDebugStats
impl Default for RecomposeScopeRegistryDebugStats
Source§fn default() -> RecomposeScopeRegistryDebugStats
fn default() -> RecomposeScopeRegistryDebugStats
Returns the “default value” for a type. Read more
Source§impl PartialEq for RecomposeScopeRegistryDebugStats
impl PartialEq for RecomposeScopeRegistryDebugStats
Source§fn eq(&self, other: &RecomposeScopeRegistryDebugStats) -> bool
fn eq(&self, other: &RecomposeScopeRegistryDebugStats) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RecomposeScopeRegistryDebugStats
impl Eq for RecomposeScopeRegistryDebugStats
impl StructuralPartialEq for RecomposeScopeRegistryDebugStats
Auto Trait Implementations§
impl Freeze for RecomposeScopeRegistryDebugStats
impl RefUnwindSafe for RecomposeScopeRegistryDebugStats
impl Send for RecomposeScopeRegistryDebugStats
impl Sync for RecomposeScopeRegistryDebugStats
impl Unpin for RecomposeScopeRegistryDebugStats
impl UnsafeUnpin for RecomposeScopeRegistryDebugStats
impl UnwindSafe for RecomposeScopeRegistryDebugStats
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