pub struct InsecureContentStatusBuilder { /* private fields */ }๐Deprecated
Available on crate feature
Security only.Implementationsยง
Sourceยงimpl InsecureContentStatusBuilder
impl InsecureContentStatusBuilder
Sourcepub fn ran_mixed_content(&mut self, v: bool) -> &mut Self
๐Deprecated
pub fn ran_mixed_content(&mut self, v: bool) -> &mut Self
Always false.
Sourcepub fn displayed_mixed_content(&mut self, v: bool) -> &mut Self
๐Deprecated
pub fn displayed_mixed_content(&mut self, v: bool) -> &mut Self
Always false.
Sourcepub fn contained_mixed_form(&mut self, v: bool) -> &mut Self
๐Deprecated
pub fn contained_mixed_form(&mut self, v: bool) -> &mut Self
Always false.
Sourcepub fn ran_content_with_cert_errors(&mut self, v: bool) -> &mut Self
๐Deprecated
pub fn ran_content_with_cert_errors(&mut self, v: bool) -> &mut Self
Always false.
Sourcepub fn displayed_content_with_cert_errors(&mut self, v: bool) -> &mut Self
๐Deprecated
pub fn displayed_content_with_cert_errors(&mut self, v: bool) -> &mut Self
Always false.
Sourcepub fn ran_insecure_content_style(&mut self, v: SecurityState) -> &mut Self
๐Deprecated
pub fn ran_insecure_content_style(&mut self, v: SecurityState) -> &mut Self
Always set to unknown.
Sourcepub fn displayed_insecure_content_style(
&mut self,
v: SecurityState,
) -> &mut Self
๐Deprecated
pub fn displayed_insecure_content_style( &mut self, v: SecurityState, ) -> &mut Self
Always set to unknown.
pub fn build(&mut self) -> Result<InsecureContentStatus, &'static str>
๐Deprecated
Trait Implementationsยง
Sourceยงimpl Clone for InsecureContentStatusBuilder
impl Clone for InsecureContentStatusBuilder
Sourceยงfn clone(&self) -> InsecureContentStatusBuilder
fn clone(&self) -> InsecureContentStatusBuilder
Returns a duplicate 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 moreAuto Trait Implementationsยง
impl Freeze for InsecureContentStatusBuilder
impl RefUnwindSafe for InsecureContentStatusBuilder
impl Send for InsecureContentStatusBuilder
impl Sync for InsecureContentStatusBuilder
impl Unpin for InsecureContentStatusBuilder
impl UnwindSafe for InsecureContentStatusBuilder
Blanket Implementationsยง
Sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more