pub struct StartRequest {
pub headless: bool,
pub executable_path: Option<String>,
pub user_data_dir: Option<String>,
pub ws_url: Option<String>,
}Fields§
§headless: bool§executable_path: Option<String>§user_data_dir: Option<String>§ws_url: Option<String>Trait Implementations§
Source§impl Clone for StartRequest
impl Clone for StartRequest
Source§fn clone(&self) -> StartRequest
fn clone(&self) -> StartRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StartRequest
impl Debug for StartRequest
Auto Trait Implementations§
impl Freeze for StartRequest
impl RefUnwindSafe for StartRequest
impl Send for StartRequest
impl Sync for StartRequest
impl Unpin for StartRequest
impl UnsafeUnpin for StartRequest
impl UnwindSafe for StartRequest
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