Struct webdriver::command::GetNamedCookieParameters [] [src]

pub struct GetNamedCookieParameters {
    pub name: Nullable<String>,
}

Fields

Trait Implementations

impl PartialEq for GetNamedCookieParameters
[src]

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

This method tests for !=.

impl Parameters for GetNamedCookieParameters
[src]

impl ToJson for GetNamedCookieParameters
[src]

Converts the value of self to an instance of JSON