Struct webdriver::command::ActionSequence [] [src]

pub struct ActionSequence {
    pub id: Nullable<String>,
    pub actions: ActionsType,
}

Fields

Trait Implementations

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

impl ToJson for ActionSequence
[src]

Converts the value of self to an instance of JSON