Struct webdriver::common::WebElement
source · pub struct WebElement(pub String);
Tuple Fields§
§0: String
Trait Implementations§
source§impl Clone for WebElement
impl Clone for WebElement
source§fn clone(&self) -> WebElement
fn clone(&self) -> WebElement
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 WebElement
impl Debug for WebElement
source§impl<'de> Deserialize<'de> for WebElement
impl<'de> Deserialize<'de> for WebElement
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 Display for WebElement
impl Display for WebElement
source§impl PartialEq for WebElement
impl PartialEq for WebElement
source§fn eq(&self, other: &WebElement) -> bool
fn eq(&self, other: &WebElement) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for WebElement
impl Serialize for WebElement
impl StructuralPartialEq for WebElement
Auto Trait Implementations§
impl Freeze for WebElement
impl RefUnwindSafe for WebElement
impl Send for WebElement
impl Sync for WebElement
impl Unpin for WebElement
impl UnwindSafe for WebElement
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