Struct cdp::security::SecurityStateExplanation
[−]
[src]
pub struct SecurityStateExplanation<'a> {
pub security_state: SecurityState,
pub summary: Cow<'a, str>,
pub description: Cow<'a, str>,
pub mixed_content_type: MixedContentType,
pub certificate: Vec<Cow<'a, str>>,
}[Experimental] An explanation of an factor contributing to the security state.
Fields
security_state: SecurityState
Security state representing the severity of the factor being explained.
summary: Cow<'a, str>
Short phrase describing the type of factor.
description: Cow<'a, str>
Full text explanation of the factor.
mixed_content_type: MixedContentType
The type of mixed content described by the explanation.
certificate: Vec<Cow<'a, str>>
Page certificate.
Trait Implementations
impl<'a> Clone for SecurityStateExplanation<'a>[src]
fn clone(&self) -> SecurityStateExplanation<'a>[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<'a> Debug for SecurityStateExplanation<'a>[src]
impl<'a> PartialEq for SecurityStateExplanation<'a>[src]
fn eq(&self, __arg_0: &SecurityStateExplanation<'a>) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &SecurityStateExplanation<'a>) -> bool[src]
This method tests for !=.