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 !=.

impl Parameters for SendKeysParameters
[src]

impl ToJson for SendKeysParameters
[src]

fn to_json(&self) -> Json

Converts the value of self to an instance of JSON