Struct webdriver::response::ElementRectResponse [] [src]

pub struct ElementRectResponse {
    pub x: f64,
    pub y: f64,
    pub width: f64,
    pub height: f64,
}

Fields

Methods

impl ElementRectResponse
[src]

Trait Implementations

impl Encodable for ElementRectResponse
[src]

Serialize a value using an Encoder.

impl Debug for ElementRectResponse
[src]

Formats the value using the given formatter.