pub struct SetOverrideCertificateErrors {
pub override: bool,
}๐Deprecated
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.
Fieldsยง
ยงoverride: bool๐Deprecated
If true, certificate errors will be overridden.
Trait Implementationsยง
Sourceยงimpl Clone for SetOverrideCertificateErrors
impl Clone for SetOverrideCertificateErrors
Sourceยงfn clone(&self) -> SetOverrideCertificateErrors
fn clone(&self) -> SetOverrideCertificateErrors
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<'de> Deserialize<'de> for SetOverrideCertificateErrors
impl<'de> Deserialize<'de> for SetOverrideCertificateErrors
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
Sourceยงimpl Method for SetOverrideCertificateErrors
impl Method for SetOverrideCertificateErrors
const NAME: &'static str = "Security.setOverrideCertificateErrors"
type ReturnObject = SetOverrideCertificateErrorsReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Sourceยงimpl PartialEq for SetOverrideCertificateErrors
impl PartialEq for SetOverrideCertificateErrors
Sourceยงfn eq(&self, other: &SetOverrideCertificateErrors) -> bool
fn eq(&self, other: &SetOverrideCertificateErrors) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SetOverrideCertificateErrors
Auto Trait Implementationsยง
impl Freeze for SetOverrideCertificateErrors
impl RefUnwindSafe for SetOverrideCertificateErrors
impl Send for SetOverrideCertificateErrors
impl Sync for SetOverrideCertificateErrors
impl Unpin for SetOverrideCertificateErrors
impl UnsafeUnpin for SetOverrideCertificateErrors
impl UnwindSafe for SetOverrideCertificateErrors
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