Enum webdriver::command::PointerType
[−]
[src]
pub enum PointerType {
Mouse,
Pen,
Touch,
}Variants
MousePenTouchTrait Implementations
impl PartialEq for PointerType[src]
fn eq(&self, __arg_0: &PointerType) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Parameters for PointerType[src]
fn from_json(body: &Json) -> WebDriverResult<PointerType>
impl ToJson for PointerType[src]
impl Default for PointerType[src]
fn default() -> PointerType
Returns the "default value" for a type. Read more