pub struct SetOverrideCertificateErrorsReturn {}๐Deprecated
Available on crate feature
Security only.Expand description
Enable/disable overriding certificate errors. If enabled, all certificate error events need to
be handled by the DevTools client and should be answered with handleCertificateError commands.
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for SetOverrideCertificateErrorsReturn
impl Clone for SetOverrideCertificateErrorsReturn
Sourceยงfn clone(&self) -> SetOverrideCertificateErrorsReturn
fn clone(&self) -> SetOverrideCertificateErrorsReturn
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 moreSourceยงimpl Default for SetOverrideCertificateErrorsReturn
impl Default for SetOverrideCertificateErrorsReturn
Sourceยงfn default() -> SetOverrideCertificateErrorsReturn
fn default() -> SetOverrideCertificateErrorsReturn
Returns the โdefault valueโ for a type. Read more
Sourceยงimpl<'de> Deserialize<'de> for SetOverrideCertificateErrorsReturn
impl<'de> Deserialize<'de> for SetOverrideCertificateErrorsReturn
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
Auto Trait Implementationsยง
impl Freeze for SetOverrideCertificateErrorsReturn
impl RefUnwindSafe for SetOverrideCertificateErrorsReturn
impl Send for SetOverrideCertificateErrorsReturn
impl Sync for SetOverrideCertificateErrorsReturn
impl Unpin for SetOverrideCertificateErrorsReturn
impl UnwindSafe for SetOverrideCertificateErrorsReturn
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