Enum webdriver::common::LocatorStrategy
source · pub enum LocatorStrategy {
CSSSelector,
LinkText,
PartialLinkText,
TagName,
XPath,
}
Variants§
Trait Implementations§
source§impl Clone for LocatorStrategy
impl Clone for LocatorStrategy
source§fn clone(&self) -> LocatorStrategy
fn clone(&self) -> LocatorStrategy
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 LocatorStrategy
impl Debug for LocatorStrategy
source§impl<'de> Deserialize<'de> for LocatorStrategy
impl<'de> Deserialize<'de> for LocatorStrategy
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 LocatorStrategy
impl PartialEq for LocatorStrategy
source§fn eq(&self, other: &LocatorStrategy) -> bool
fn eq(&self, other: &LocatorStrategy) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for LocatorStrategy
impl Serialize for LocatorStrategy
impl Copy for LocatorStrategy
impl StructuralPartialEq for LocatorStrategy
Auto Trait Implementations§
impl Freeze for LocatorStrategy
impl RefUnwindSafe for LocatorStrategy
impl Send for LocatorStrategy
impl Sync for LocatorStrategy
impl Unpin for LocatorStrategy
impl UnwindSafe for LocatorStrategy
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