Struct webdriver::response::CookieResponse [] [src]

pub struct CookieResponse {
    pub value: Cookie,
}

Fields

Trait Implementations

impl Encodable for CookieResponse
[src]

Serialize a value using an Encoder.

impl Debug for CookieResponse
[src]

Formats the value using the given formatter.