pub struct SetOverrideCertificateErrorsReturnObject(pub Option<Value>);๐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.
Tuple Fieldsยง
ยง0: Option<Value>๐Deprecated
Trait Implementationsยง
Sourceยงimpl Clone for SetOverrideCertificateErrorsReturnObject
impl Clone for SetOverrideCertificateErrorsReturnObject
Sourceยงfn clone(&self) -> SetOverrideCertificateErrorsReturnObject
fn clone(&self) -> SetOverrideCertificateErrorsReturnObject
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 SetOverrideCertificateErrorsReturnObject
impl<'de> Deserialize<'de> for SetOverrideCertificateErrorsReturnObject
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 PartialEq for SetOverrideCertificateErrorsReturnObject
impl PartialEq for SetOverrideCertificateErrorsReturnObject
Sourceยงfn eq(&self, other: &SetOverrideCertificateErrorsReturnObject) -> bool
fn eq(&self, other: &SetOverrideCertificateErrorsReturnObject) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SetOverrideCertificateErrorsReturnObject
Auto Trait Implementationsยง
impl Freeze for SetOverrideCertificateErrorsReturnObject
impl RefUnwindSafe for SetOverrideCertificateErrorsReturnObject
impl Send for SetOverrideCertificateErrorsReturnObject
impl Sync for SetOverrideCertificateErrorsReturnObject
impl Unpin for SetOverrideCertificateErrorsReturnObject
impl UnsafeUnpin for SetOverrideCertificateErrorsReturnObject
impl UnwindSafe for SetOverrideCertificateErrorsReturnObject
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