Struct webdriver::response::NewSessionResponse [] [src]

pub struct NewSessionResponse {
    pub sessionId: String,
    pub value: Json,
}

Fields

Methods

impl NewSessionResponse
[src]

Trait Implementations

impl Encodable for NewSessionResponse
[src]

Serialize a value using an Encoder.

impl Debug for NewSessionResponse
[src]

Formats the value using the given formatter.