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

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

Fields

sessionId: String value: Json

Methods

impl NewSessionResponse
[src]

fn new(session_id: String, value: Json) -> NewSessionResponse

Trait Implementations

impl Debug for NewSessionResponse
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Encodable for NewSessionResponse
[src]

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>