Struct webdriver::command::TimeoutsParameters [] [src]

pub struct TimeoutsParameters {
    pub type_: String,
    pub ms: f64,
}

Fields

Trait Implementations

impl PartialEq for TimeoutsParameters
[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 TimeoutsParameters
[src]

impl ToJson for TimeoutsParameters
[src]

Converts the value of self to an instance of JSON