pub struct OxideLaunch {
pub browser: Browser,
pub handler: Handler,
pub executable: Option<PathBuf>,
pub ws_url: String,
pub temp_user_data_dir: Option<PathBuf>,
}Expand description
Launch result before the CDP client takes ownership of the handler task.
Fields§
§browser: Browser§handler: Handler§executable: Option<PathBuf>§ws_url: String§temp_user_data_dir: Option<PathBuf>Temp user-data-dir created for this one-shot (cleanup after FINALIZE).
Auto Trait Implementations§
impl !Freeze for OxideLaunch
impl !RefUnwindSafe for OxideLaunch
impl !Sync for OxideLaunch
impl !UnwindSafe for OxideLaunch
impl Send for OxideLaunch
impl Unpin for OxideLaunch
impl UnsafeUnpin for OxideLaunch
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