pub struct RunnerWindowLifecycleDiagnosticsStore { /* private fields */ }Implementations§
Source§impl RunnerWindowLifecycleDiagnosticsStore
impl RunnerWindowLifecycleDiagnosticsStore
pub fn snapshot(&self) -> RunnerWindowLifecycleSnapshot
pub fn record_window_open(&mut self, window: AppWindowId)
pub fn record_window_close(&mut self, window: AppWindowId)
Trait Implementations§
Source§impl Default for RunnerWindowLifecycleDiagnosticsStore
impl Default for RunnerWindowLifecycleDiagnosticsStore
Source§fn default() -> RunnerWindowLifecycleDiagnosticsStore
fn default() -> RunnerWindowLifecycleDiagnosticsStore
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RunnerWindowLifecycleDiagnosticsStore
impl RefUnwindSafe for RunnerWindowLifecycleDiagnosticsStore
impl Send for RunnerWindowLifecycleDiagnosticsStore
impl Sync for RunnerWindowLifecycleDiagnosticsStore
impl Unpin for RunnerWindowLifecycleDiagnosticsStore
impl UnsafeUnpin for RunnerWindowLifecycleDiagnosticsStore
impl UnwindSafe for RunnerWindowLifecycleDiagnosticsStore
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