Struct chrome_remote_interface_model::security::InsecureContentStatus[][src]

pub struct InsecureContentStatus { /* fields omitted */ }
👎 Deprecated

Information about insecure content on the page.

Implementations

impl InsecureContentStatus[src]

pub fn builder() -> InsecureContentStatusBuilder[src]

👎 Deprecated

pub fn ran_mixed_content(&self) -> bool[src]

👎 Deprecated

Always false.

pub fn displayed_mixed_content(&self) -> bool[src]

👎 Deprecated

Always false.

pub fn contained_mixed_form(&self) -> bool[src]

👎 Deprecated

Always false.

pub fn ran_content_with_cert_errors(&self) -> bool[src]

👎 Deprecated

Always false.

pub fn displayed_content_with_cert_errors(&self) -> bool[src]

👎 Deprecated

Always false.

pub fn ran_insecure_content_style(&self) -> &SecurityState[src]

👎 Deprecated

Always set to unknown.

pub fn displayed_insecure_content_style(&self) -> &SecurityState[src]

👎 Deprecated

Always set to unknown.

Trait Implementations

impl Clone for InsecureContentStatus[src]

impl Debug for InsecureContentStatus[src]

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

impl Serialize for InsecureContentStatus[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.