pub struct LaunchedBrowser {
pub browser: BrowserType,
pub exec_path: PathBuf,
pub user_data_dir: PathBuf,
pub debug_port: u16,
pub child: Child,
/* private fields */
}Fields§
§browser: BrowserType§exec_path: PathBuf§user_data_dir: PathBuf§debug_port: u16§child: ChildTrait Implementations§
Auto Trait Implementations§
impl Freeze for LaunchedBrowser
impl RefUnwindSafe for LaunchedBrowser
impl Send for LaunchedBrowser
impl Sync for LaunchedBrowser
impl Unpin for LaunchedBrowser
impl UnwindSafe for LaunchedBrowser
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