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

True if browser cache can be cleared.

Trait Implementations

impl Clone for CanClearBrowserCacheResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CanClearBrowserCacheResponse
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for CanClearBrowserCacheResponse
[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 CanClearBrowserCacheResponse
[src]

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

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