Struct browser_window::browser::CertificateErrorEvent
source · pub struct CertificateErrorEvent { /* private fields */ }
Auto Trait Implementations§
impl Freeze for CertificateErrorEvent
impl RefUnwindSafe for CertificateErrorEvent
impl !Send for CertificateErrorEvent
impl !Sync for CertificateErrorEvent
impl Unpin for CertificateErrorEvent
impl UnwindSafe for CertificateErrorEvent
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