Struct webdriver::response::CookiesResponse[][src]

pub struct CookiesResponse(pub Vec<Cookie>);

Trait Implementations

impl Debug for CookiesResponse
[src]

Formats the value using the given formatter. Read more

impl PartialEq for CookiesResponse
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations