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