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 representing the severity of the factor being explained.

Short phrase describing the type of factor.

Full text explanation of the factor.

The type of mixed content described by the explanation.

Page certificate.

Trait Implementations

impl<'a> Clone for SecurityStateExplanation<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for SecurityStateExplanation<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for SecurityStateExplanation<'a>
[src]

[src]

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

[src]

This method tests for !=.