pub struct StubBrowser { /* private fields */ }Expand description
Stub browser for testing (returns static HTML)
Implementations§
Trait Implementations§
Source§impl BrowserBackend for StubBrowser
impl BrowserBackend for StubBrowser
Auto Trait Implementations§
impl Freeze for StubBrowser
impl RefUnwindSafe for StubBrowser
impl Send for StubBrowser
impl Sync for StubBrowser
impl Unpin for StubBrowser
impl UnwindSafe for StubBrowser
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