pub struct ComponentLifecycleTimeStats { /* private fields */ }
Expand description
Tracks start and stop timestamps of components.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for ComponentLifecycleTimeStats
impl !RefUnwindSafe for ComponentLifecycleTimeStats
impl Send for ComponentLifecycleTimeStats
impl Sync for ComponentLifecycleTimeStats
impl Unpin for ComponentLifecycleTimeStats
impl !UnwindSafe for ComponentLifecycleTimeStats
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