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
result: bool
True if browser cookies can be cleared.
Trait Implementations
impl Clone for CanClearBrowserCookiesResponse
[src]
fn clone(&self) -> CanClearBrowserCookiesResponse
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for CanClearBrowserCookiesResponse
[src]
impl PartialEq for CanClearBrowserCookiesResponse
[src]
fn eq(&self, __arg_0: &CanClearBrowserCookiesResponse) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &CanClearBrowserCookiesResponse) -> bool
[src]
This method tests for !=
.
impl CdpCommand for CanClearBrowserCookiesResponse
[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "Network.canClearBrowserCookies"