Struct cdp::input::SetIgnoreInputEventsCommand [] [src]

pub struct SetIgnoreInputEventsCommand {
    pub ignore: bool,
}

Ignores input events (useful while auditing page).

Command Input.setIgnoreInputEvents

Domain Module: cdp::input
Command Struct: cdp::input::SetIgnoreInputEventsCommand
Response Struct: cdp::input::SetIgnoreInputEventsResponse

Fields

Ignores input events processing when set to true.

Trait Implementations

impl Clone for SetIgnoreInputEventsCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SetIgnoreInputEventsCommand
[src]

[src]

Formats the value using the given formatter.

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

COMMAND_NAME: &'static str = "Input.setIgnoreInputEvents"

impl SerializeCdpCommand for SetIgnoreInputEventsCommand
[src]

[src]

[src]

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

[src]

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