pub struct GetBrowserCommandLineResult {
pub arguments: Vec<String>,
}Fields§
§arguments: Vec<String>Commandline parameters
Trait Implementations§
Source§impl Clone for GetBrowserCommandLineResult
impl Clone for GetBrowserCommandLineResult
Source§fn clone(&self) -> GetBrowserCommandLineResult
fn clone(&self) -> GetBrowserCommandLineResult
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 GetBrowserCommandLineResult
impl Debug for GetBrowserCommandLineResult
Source§impl<'de> Deserialize<'de> for GetBrowserCommandLineResult
impl<'de> Deserialize<'de> for GetBrowserCommandLineResult
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
Source§impl TryFrom<Value> for GetBrowserCommandLineResult
impl TryFrom<Value> for GetBrowserCommandLineResult
impl StructuralPartialEq for GetBrowserCommandLineResult
Auto Trait Implementations§
impl Freeze for GetBrowserCommandLineResult
impl RefUnwindSafe for GetBrowserCommandLineResult
impl Send for GetBrowserCommandLineResult
impl Sync for GetBrowserCommandLineResult
impl Unpin for GetBrowserCommandLineResult
impl UnsafeUnpin for GetBrowserCommandLineResult
impl UnwindSafe for GetBrowserCommandLineResult
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