pub struct RecomposeScopeRegistryDebugStats {
pub len: usize,
pub capacity: usize,
}Fields§
§len: usize§capacity: usizeTrait Implementations§
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