pub struct MemoryWebViewRecords { /* private fields */ }Expand description
Shared, cloneable recorder. Both the backend and the test hold a clone, so the test can read the op log after driving the tree.
Implementations§
Source§impl MemoryWebViewRecords
impl MemoryWebViewRecords
Sourcepub fn visibility_log(&self, id: WebViewId) -> Vec<bool>
pub fn visibility_log(&self, id: WebViewId) -> Vec<bool>
The ordered set_visible booleans for a web view — the headline
dormancy assertion ([false, true] across a tab-away / tab-back).
Trait Implementations§
Source§impl Clone for MemoryWebViewRecords
impl Clone for MemoryWebViewRecords
Auto Trait Implementations§
impl !RefUnwindSafe for MemoryWebViewRecords
impl !Send for MemoryWebViewRecords
impl !Sync for MemoryWebViewRecords
impl !UnwindSafe for MemoryWebViewRecords
impl Freeze for MemoryWebViewRecords
impl Unpin for MemoryWebViewRecords
impl UnsafeUnpin for MemoryWebViewRecords
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