pub struct BrowserDoctorOptions {
pub enabled: bool,
pub headless_default: bool,
pub allow_no_sandbox: bool,
pub executable_path: Option<String>,
pub user_data_root: Option<String>,
}Fields§
§enabled: bool§headless_default: bool§allow_no_sandbox: bool§executable_path: Option<String>§user_data_root: Option<String>Trait Implementations§
Source§impl Clone for BrowserDoctorOptions
impl Clone for BrowserDoctorOptions
Source§fn clone(&self) -> BrowserDoctorOptions
fn clone(&self) -> BrowserDoctorOptions
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 BrowserDoctorOptions
impl Debug for BrowserDoctorOptions
Source§impl Default for BrowserDoctorOptions
impl Default for BrowserDoctorOptions
Source§fn default() -> BrowserDoctorOptions
fn default() -> BrowserDoctorOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BrowserDoctorOptions
impl<'de> Deserialize<'de> for BrowserDoctorOptions
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for BrowserDoctorOptions
impl RefUnwindSafe for BrowserDoctorOptions
impl Send for BrowserDoctorOptions
impl Sync for BrowserDoctorOptions
impl Unpin for BrowserDoctorOptions
impl UnsafeUnpin for BrowserDoctorOptions
impl UnwindSafe for BrowserDoctorOptions
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