Struct cdp::network::SetCacheDisabledCommand [] [src]

pub struct SetCacheDisabledCommand {
    pub cache_disabled: bool,
}

Toggles ignoring cache for each request. If true, cache will not be used.

Command Network.setCacheDisabled

Domain Module: cdp::network
Command Struct: cdp::network::SetCacheDisabledCommand
Response Struct: cdp::network::SetCacheDisabledResponse

Fields

Cache disabled state.

Trait Implementations

impl Clone for SetCacheDisabledCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SetCacheDisabledCommand
[src]

[src]

Formats the value using the given formatter.

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

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

impl SerializeCdpCommand for SetCacheDisabledCommand
[src]

[src]

[src]

impl<'de> DeserializeCdpCommand<'de> for SetCacheDisabledCommand
[src]

[src]

impl<'b> HasCdpResponse<'b> for SetCacheDisabledCommand
[src]