Struct webdriver::common::WebElement
source · pub struct WebElement {
pub id: String,
}
Fields
id: String
Implementations
sourceimpl WebElement
impl WebElement
pub fn new(id: String) -> WebElement
Trait Implementations
sourceimpl Clone for WebElement
impl Clone for WebElement
sourcefn clone(&self) -> WebElement
fn clone(&self) -> WebElement
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for WebElement
impl Debug for WebElement
sourceimpl<'de> Deserialize<'de> for WebElement
impl<'de> Deserialize<'de> for WebElement
sourcefn 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
sourceimpl PartialEq<WebElement> for WebElement
impl PartialEq<WebElement> for WebElement
sourcefn eq(&self, other: &WebElement) -> bool
fn eq(&self, other: &WebElement) -> bool
sourceimpl Serialize for WebElement
impl Serialize for WebElement
impl StructuralPartialEq for WebElement
Auto Trait Implementations
impl RefUnwindSafe for WebElement
impl Send for WebElement
impl Sync for WebElement
impl Unpin for WebElement
impl UnwindSafe for WebElement
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more