Struct webdriver::response::CloseWindowResponse [] [src]

pub struct CloseWindowResponse {
    pub window_handles: Vec<String>,
}

Fields

Methods

impl CloseWindowResponse
[src]

Trait Implementations

impl Encodable for CloseWindowResponse
[src]

Serialize a value using an Encoder.

impl Debug for CloseWindowResponse
[src]

Formats the value using the given formatter.