Struct webdriver::command::GetParameters [] [src]

pub struct GetParameters {
    pub url: String,
}

Fields

url: String

Trait Implementations

impl PartialEq for GetParameters
[src]

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

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

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

This method tests for !=.

impl Parameters for GetParameters
[src]

impl ToJson for GetParameters
[src]

fn to_json(&self) -> Json

Converts the value of self to an instance of JSON