pub struct SetOverrideCertificateErrors {
pub override: bool,
}Fields§
§override: boolTrait 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 Debug for SetOverrideCertificateErrors
impl Debug for SetOverrideCertificateErrors
Source§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 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