pub enum LocatorStrategy {
CSS(&'static str),
LINKTEXT(&'static str),
PARTLINKTEXT(&'static str),
TAGNAME(&'static str),
XPATH(&'static str),
}
Variants§
CSS(&'static str)
LINKTEXT(&'static str)
PARTLINKTEXT(&'static str)
TAGNAME(&'static str)
XPATH(&'static str)
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