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