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
event_id: i32
The ID of the event.
action: CertificateErrorAction
The action to take on the certificate error.
Trait Implementations
impl Clone for HandleCertificateErrorCommand[src]
fn clone(&self) -> HandleCertificateErrorCommand[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for HandleCertificateErrorCommand[src]
impl PartialEq for HandleCertificateErrorCommand[src]
fn eq(&self, __arg_0: &HandleCertificateErrorCommand) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &HandleCertificateErrorCommand) -> bool[src]
This method tests for !=.
impl CdpCommand for HandleCertificateErrorCommand[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "Security.handleCertificateError"
impl SerializeCdpCommand for HandleCertificateErrorCommand[src]
fn command_name(&self) -> &str[src]
fn serialize_command_params<S>(&self, serializer: S) -> Result<S::Ok, S::Error> where
S: Serializer, [src]
S: Serializer,
impl<'de> DeserializeCdpCommand<'de> for HandleCertificateErrorCommand[src]
fn deserialize_command<D>(
name: &str,
params: D
) -> Result<Result<Self, D::Error>, D> where
D: Deserializer<'de>, [src]
name: &str,
params: D
) -> Result<Result<Self, D::Error>, D> where
D: Deserializer<'de>,