Struct webdriver::common::WebElement [] [src]

pub struct WebElement {
    pub id: String,
}

Fields

Methods

impl WebElement
[src]

Trait Implementations

impl Clone for WebElement
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for WebElement
[src]

Formats the value using the given formatter.

impl PartialEq for WebElement
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl ToJson for WebElement
[src]

Converts the value of self to an instance of JSON

impl<T> From<T> for WebElement where T: Into<String>
[src]

Performs the conversion.