pub enum BrowserProcess {
Lightpanda(LightpandaProcess),
}Expand description
Child process for engines we spawn ourselves (Lightpanda only).
Chrome one-shot is owned by chromiumoxide (owns_oxide_browser).
Variants§
Lightpanda(LightpandaProcess)
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for BrowserProcess
impl !UnwindSafe for BrowserProcess
impl Freeze for BrowserProcess
impl Send for BrowserProcess
impl Sync for BrowserProcess
impl Unpin for BrowserProcess
impl UnsafeUnpin for BrowserProcess
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