Struct cdp::log::StartViolationsReportCommand [] [src]

pub struct StartViolationsReportCommand {
    pub config: Vec<ViolationSetting>,
}

[Experimental] start violation reporting.

Command Log.startViolationsReport

Domain Module: cdp::log
Command Struct: cdp::log::StartViolationsReportCommand
Response Struct: cdp::log::StartViolationsReportResponse

Fields

Configuration for violations.

Trait Implementations

impl Clone for StartViolationsReportCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for StartViolationsReportCommand
[src]

[src]

Formats the value using the given formatter.

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

COMMAND_NAME: &'static str = "Log.startViolationsReport"

impl SerializeCdpCommand for StartViolationsReportCommand
[src]

[src]

[src]

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

[src]

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