Struct webdriver::command::LocatorParameters [] [src]

pub struct LocatorParameters {
    pub using: LocatorStrategy,
    pub value: String,
}

Fields

using: LocatorStrategy value: String

Trait Implementations

impl PartialEq for LocatorParameters
[src]

fn eq(&self, __arg_0: &LocatorParameters) -> bool

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

fn ne(&self, __arg_0: &LocatorParameters) -> bool

This method tests for !=.

impl Parameters for LocatorParameters
[src]

impl ToJson for LocatorParameters
[src]

fn to_json(&self) -> Json

Converts the value of self to an instance of JSON