pub struct CertificateErrorEventParams {
pub event_id: JsUInt,
pub error_type: String,
pub request_url: String,
}Fields§
§event_id: JsUInt§error_type: String§request_url: StringTrait Implementations§
Source§impl Clone for CertificateErrorEventParams
impl Clone for CertificateErrorEventParams
Source§fn clone(&self) -> CertificateErrorEventParams
fn clone(&self) -> CertificateErrorEventParams
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 CertificateErrorEventParams
impl Debug for CertificateErrorEventParams
Source§impl<'de> Deserialize<'de> for CertificateErrorEventParams
impl<'de> Deserialize<'de> for CertificateErrorEventParams
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
impl StructuralPartialEq for CertificateErrorEventParams
Auto Trait Implementations§
impl Freeze for CertificateErrorEventParams
impl RefUnwindSafe for CertificateErrorEventParams
impl Send for CertificateErrorEventParams
impl Sync for CertificateErrorEventParams
impl Unpin for CertificateErrorEventParams
impl UnwindSafe for CertificateErrorEventParams
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