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