Struct webdriver::command::KeyUpAction [] [src]

pub struct KeyUpAction {
    pub value: char,
}

Fields

Trait Implementations

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

impl ToJson for KeyUpAction
[src]

Converts the value of self to an instance of JSON