Struct webdriver::command::JavascriptCommandParameters
source · pub struct JavascriptCommandParameters {
pub script: String,
pub args: Option<Vec<Value>>,
}
Fields§
§script: String
§args: Option<Vec<Value>>
Trait Implementations§
source§impl Debug for JavascriptCommandParameters
impl Debug for JavascriptCommandParameters
source§impl<'de> Deserialize<'de> for JavascriptCommandParameters
impl<'de> Deserialize<'de> for JavascriptCommandParameters
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 PartialEq for JavascriptCommandParameters
impl PartialEq for JavascriptCommandParameters
source§fn eq(&self, other: &JavascriptCommandParameters) -> bool
fn eq(&self, other: &JavascriptCommandParameters) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for JavascriptCommandParameters
Auto Trait Implementations§
impl Freeze for JavascriptCommandParameters
impl RefUnwindSafe for JavascriptCommandParameters
impl Send for JavascriptCommandParameters
impl Sync for JavascriptCommandParameters
impl Unpin for JavascriptCommandParameters
impl UnwindSafe for JavascriptCommandParameters
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