pub struct LaunchResult {
pub browser: Browser,
}Expand description
Result of a browser launch.
Fields§
§browser: BrowserThe browser instance.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LaunchResult
impl RefUnwindSafe for LaunchResult
impl Send for LaunchResult
impl Sync for LaunchResult
impl Unpin for LaunchResult
impl UnwindSafe for LaunchResult
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