Struct cdp::network::CanClearBrowserCacheResponse
[−]
[src]
pub struct CanClearBrowserCacheResponse { pub result: bool, }
Tells whether clearing browser cache is supported.
Command Network.canClearBrowserCache
Domain Module: cdp::network
Command Struct: cdp::network::CanClearBrowserCacheCommand
Response Struct: cdp::network::CanClearBrowserCacheResponse
Fields
result: bool
True if browser cache can be cleared.
Trait Implementations
impl Clone for CanClearBrowserCacheResponse
[src]
fn clone(&self) -> CanClearBrowserCacheResponse
[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 CanClearBrowserCacheResponse
[src]
impl PartialEq for CanClearBrowserCacheResponse
[src]
fn eq(&self, __arg_0: &CanClearBrowserCacheResponse) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &CanClearBrowserCacheResponse) -> bool
[src]
This method tests for !=
.
impl CdpCommand for CanClearBrowserCacheResponse
[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "Network.canClearBrowserCache"