Struct cdp::security::SetOverrideCertificateErrorsResponse [] [src]

pub struct SetOverrideCertificateErrorsResponse;

[Experimental] Enable/disable overriding certificate errors. If enabled, all certificate error events need to be handled by the DevTools client and should be answered with handleCertificateError commands.

Command Security.setOverrideCertificateErrors

Domain Module: cdp::security
Command Struct: cdp::security::SetOverrideCertificateErrorsCommand
Response Struct: cdp::security::SetOverrideCertificateErrorsResponse

Trait Implementations

impl Clone for SetOverrideCertificateErrorsResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SetOverrideCertificateErrorsResponse
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SetOverrideCertificateErrorsResponse
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Serialize for SetOverrideCertificateErrorsResponse
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for SetOverrideCertificateErrorsResponse
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl CdpCommand for SetOverrideCertificateErrorsResponse
[src]

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

impl<'a> HasCdpCommand<'a> for SetOverrideCertificateErrorsResponse
[src]