pub struct BrowserServerOptions {
pub executable_path: Option<String>,
pub user_data_root: Option<String>,
pub allow_no_sandbox: bool,
pub headless_default: bool,
}Fields§
§executable_path: Option<String>§user_data_root: Option<String>§allow_no_sandbox: bool§headless_default: boolTrait Implementations§
Source§impl Clone for BrowserServerOptions
impl Clone for BrowserServerOptions
Source§fn clone(&self) -> BrowserServerOptions
fn clone(&self) -> BrowserServerOptions
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 moreSource§impl Debug for BrowserServerOptions
impl Debug for BrowserServerOptions
Auto Trait Implementations§
impl Freeze for BrowserServerOptions
impl RefUnwindSafe for BrowserServerOptions
impl Send for BrowserServerOptions
impl Sync for BrowserServerOptions
impl Unpin for BrowserServerOptions
impl UnsafeUnpin for BrowserServerOptions
impl UnwindSafe for BrowserServerOptions
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