Enum webdriver::command::PointerType [] [src]

pub enum PointerType {
    Mouse,
    Pen,
    Touch,
}

Variants

Trait Implementations

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

impl ToJson for PointerType
[src]

Converts the value of self to an instance of JSON

impl Default for PointerType
[src]

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