Struct appium_client::find::LocatorParameters
source · pub struct LocatorParameters {
pub using: String,
pub value: String,
}
Fields§
§using: String
§value: String
Trait Implementations§
source§impl Clone for LocatorParameters
impl Clone for LocatorParameters
source§fn clone(&self) -> LocatorParameters
fn clone(&self) -> LocatorParameters
Returns a copy 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 LocatorParameters
impl Debug for LocatorParameters
source§impl From<By> for LocatorParameters
impl From<By> for LocatorParameters
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 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