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