Struct headless_chrome::protocol::cdp::Security::SecurityStateExplanation
source · pub struct SecurityStateExplanation {
pub security_state: SecurityState,
pub title: String,
pub summary: String,
pub description: String,
pub mixed_content_Type: MixedContentType,
pub certificate: Vec<String>,
pub recommendations: Option<Vec<String>>,
}Fields§
§security_state: SecurityState§title: String§summary: String§description: String§mixed_content_Type: MixedContentType§certificate: Vec<String>§recommendations: Option<Vec<String>>Trait Implementations§
source§impl Clone for SecurityStateExplanation
impl Clone for SecurityStateExplanation
source§fn clone(&self) -> SecurityStateExplanation
fn clone(&self) -> SecurityStateExplanation
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SecurityStateExplanation
impl Debug for SecurityStateExplanation
source§impl<'de> Deserialize<'de> for SecurityStateExplanation
impl<'de> Deserialize<'de> for SecurityStateExplanation
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more