Struct cdp::security::HandleCertificateErrorCommand [] [src]

pub struct HandleCertificateErrorCommand {
    pub event_id: i32,
    pub action: CertificateErrorAction,
}

[Experimental] Handles a certificate error that fired a certificateError event.

Command Security.handleCertificateError

Domain Module: cdp::security
Command Struct: cdp::security::HandleCertificateErrorCommand
Response Struct: cdp::security::HandleCertificateErrorResponse

Fields

The ID of the event.

The action to take on the certificate error.

Trait Implementations

impl Clone for HandleCertificateErrorCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for HandleCertificateErrorCommand
[src]

[src]

Formats the value using the given formatter.

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

COMMAND_NAME: &'static str = "Security.handleCertificateError"

impl SerializeCdpCommand for HandleCertificateErrorCommand
[src]

[src]

[src]

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

[src]

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