Struct cdp::page::SetAdBlockingEnabledCommand [] [src]

pub struct SetAdBlockingEnabledCommand {
    pub enabled: bool,
}

[Experimental] Enable Chrome's experimental ad filter on all sites.

Command Page.setAdBlockingEnabled

Domain Module: cdp::page
Command Struct: cdp::page::SetAdBlockingEnabledCommand
Response Struct: cdp::page::SetAdBlockingEnabledResponse

Fields

Whether to block ads.

Trait Implementations

impl Clone for SetAdBlockingEnabledCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SetAdBlockingEnabledCommand
[src]

[src]

Formats the value using the given formatter.

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

COMMAND_NAME: &'static str = "Page.setAdBlockingEnabled"

impl SerializeCdpCommand for SetAdBlockingEnabledCommand
[src]

[src]

[src]

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

[src]

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