Struct webdriver::command::PointerActionParameters [] [src]

pub struct PointerActionParameters {
    pub pointer_type: PointerType,
}

Fields

Trait Implementations

impl Default for PointerActionParameters
[src]

Returns the "default value" for a type. Read more

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

impl ToJson for PointerActionParameters
[src]

Converts the value of self to an instance of JSON