pub struct GetBrowserCommandLineCommand {}
Available on crate features
Browser
and experimental
only.Expand description
Returns the command line switches for the browser process if, and only if –enable-automation is on the commandline.
Implementations§
Trait Implementations§
Source§impl Clone for GetBrowserCommandLineCommand
impl Clone for GetBrowserCommandLineCommand
Source§fn clone(&self) -> GetBrowserCommandLineCommand
fn clone(&self) -> GetBrowserCommandLineCommand
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 GetBrowserCommandLineCommand
impl Debug for GetBrowserCommandLineCommand
Source§impl Default for GetBrowserCommandLineCommand
impl Default for GetBrowserCommandLineCommand
Source§fn default() -> GetBrowserCommandLineCommand
fn default() -> GetBrowserCommandLineCommand
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetBrowserCommandLineCommand
impl<'de> Deserialize<'de> for GetBrowserCommandLineCommand
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 GetBrowserCommandLineCommand
impl RefUnwindSafe for GetBrowserCommandLineCommand
impl Send for GetBrowserCommandLineCommand
impl Sync for GetBrowserCommandLineCommand
impl Unpin for GetBrowserCommandLineCommand
impl UnwindSafe for GetBrowserCommandLineCommand
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