pub struct StartChromiumOptions {
pub process: ChromiumProcessOptions,
pub backend: ChromiumBackendOptions,
}Expand description
Combined options for launching Chromium and connecting the backend.
Fields§
§process: ChromiumProcessOptionsOptions for the Chromium child process.
backend: ChromiumBackendOptionsOptions for backend IPC connection behavior.
Trait Implementations§
Source§impl Clone for StartChromiumOptions
impl Clone for StartChromiumOptions
Source§fn clone(&self) -> StartChromiumOptions
fn clone(&self) -> StartChromiumOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for StartChromiumOptions
impl RefUnwindSafe for StartChromiumOptions
impl Send for StartChromiumOptions
impl Sync for StartChromiumOptions
impl Unpin for StartChromiumOptions
impl UnsafeUnpin for StartChromiumOptions
impl UnwindSafe for StartChromiumOptions
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