Struct webdriver::command::TimeoutsParameters
[−]
[src]
pub struct TimeoutsParameters {
pub type_: String,
pub ms: f64,
}Fields
type_: String
ms: f64
Trait Implementations
impl PartialEq for TimeoutsParameters[src]
fn eq(&self, __arg_0: &TimeoutsParameters) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &TimeoutsParameters) -> bool
This method tests for !=.