Struct cdp::network::CanClearBrowserCookiesResponse [] [src]

pub struct CanClearBrowserCookiesResponse {
    pub result: bool,
}

Tells whether clearing browser cookies is supported.

Command Network.canClearBrowserCookies

Domain Module: cdp::network
Command Struct: cdp::network::CanClearBrowserCookiesCommand
Response Struct: cdp::network::CanClearBrowserCookiesResponse

Fields

True if browser cookies can be cleared.

Trait Implementations

impl Clone for CanClearBrowserCookiesResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CanClearBrowserCookiesResponse
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for CanClearBrowserCookiesResponse
[src]

[src]

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

[src]

This method tests for !=.

impl CdpCommand for CanClearBrowserCookiesResponse
[src]

COMMAND_NAME: &'static str = "Network.canClearBrowserCookies"

impl<'a> HasCdpCommand<'a> for CanClearBrowserCookiesResponse
[src]