Struct webdriver::command::SendAlertTextParameters [] [src]

pub struct SendAlertTextParameters {
    // some fields omitted
}

Trait Implementations

impl PartialEq for SendAlertTextParameters
[src]

fn eq(&self, __arg_0: &SendAlertTextParameters) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, __arg_0: &SendAlertTextParameters) -> bool

This method tests for !=.

impl Parameters for SendAlertTextParameters
[src]

impl ToJson for SendAlertTextParameters
[src]

fn to_json(&self) -> Json

Converts the value of self to an instance of JSON