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