Struct webdriver::command::PauseAction [] [src]

pub struct PauseAction {
    pub duration: u64,
}

Fields

Trait Implementations

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

impl ToJson for PauseAction
[src]

Converts the value of self to an instance of JSON