Struct cdp::emulation::SetScriptExecutionDisabledCommand [] [src]

pub struct SetScriptExecutionDisabledCommand {
    pub value: bool,
}

[Experimental] Switches script execution in the page.

Command Emulation.setScriptExecutionDisabled

Domain Module: cdp::emulation
Command Struct: cdp::emulation::SetScriptExecutionDisabledCommand
Response Struct: cdp::emulation::SetScriptExecutionDisabledResponse

Fields

Whether script execution should be disabled in the page.

Trait Implementations

impl Clone for SetScriptExecutionDisabledCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SetScriptExecutionDisabledCommand
[src]

[src]

Formats the value using the given formatter.

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

COMMAND_NAME: &'static str = "Emulation.setScriptExecutionDisabled"

impl SerializeCdpCommand for SetScriptExecutionDisabledCommand
[src]

[src]

[src]

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

[src]

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