Struct webdriver::command::NewSessionParameters [] [src]

pub struct NewSessionParameters {
    pub desired: BTreeMap<String, Json>,
    pub required: BTreeMap<String, Json>,
}

Fields

Methods

impl NewSessionParameters
[src]

Trait Implementations

impl PartialEq for NewSessionParameters
[src]

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

This method tests for !=.

impl Parameters for NewSessionParameters
[src]

impl ToJson for NewSessionParameters
[src]

Converts the value of self to an instance of JSON