Struct webdriver::response::RectResponse [] [src]

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

Fields

Methods

impl RectResponse
[src]

Trait Implementations

impl Encodable for RectResponse
[src]

Serialize a value using an Encoder.

impl Debug for RectResponse
[src]

Formats the value using the given formatter.