pub struct ComponentTreeStats<T: RuntimeStatsSource + Debug> { /* private fields */ }
Expand description
Provides stats for all components running in the system.
Implementations§
Source§impl<T: 'static + RuntimeStatsSource + Debug + Send + Sync> ComponentTreeStats<T>
impl<T: 'static + RuntimeStatsSource + Debug + Send + Sync> ComponentTreeStats<T>
Trait Implementations§
Auto Trait Implementations§
impl<T> !Freeze for ComponentTreeStats<T>
impl<T> !RefUnwindSafe for ComponentTreeStats<T>
impl<T> Send for ComponentTreeStats<T>where
T: Send,
impl<T> Sync for ComponentTreeStats<T>where
T: Send,
impl<T> Unpin for ComponentTreeStats<T>
impl<T> !UnwindSafe for ComponentTreeStats<T>
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