Enum webdriver::command::KeyActionItem [] [src]

pub enum KeyActionItem {
    General(GeneralAction),
    Key(KeyAction),
}

Variants

Trait Implementations

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

impl ToJson for KeyActionItem
[src]

Converts the value of self to an instance of JSON