pub struct ClientCertificateRequestedEventHandler(_);
Expand description
Implementation of ICoreWebView2ClientCertificateRequestedEventHandler
.
Implementations§
Trait Implementations§
source§impl AsImpl<ClientCertificateRequestedEventHandler> for ICoreWebView2ClientCertificateRequestedEventHandler
impl AsImpl<ClientCertificateRequestedEventHandler> for ICoreWebView2ClientCertificateRequestedEventHandler
fn as_impl(&self) -> &ClientCertificateRequestedEventHandler
source§impl From<ClientCertificateRequestedEventHandler> for ICoreWebView2ClientCertificateRequestedEventHandler
impl From<ClientCertificateRequestedEventHandler> for ICoreWebView2ClientCertificateRequestedEventHandler
source§fn from(this: ClientCertificateRequestedEventHandler) -> Self
fn from(this: ClientCertificateRequestedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<ClientCertificateRequestedEventHandler> for IInspectable
impl From<ClientCertificateRequestedEventHandler> for IInspectable
source§fn from(this: ClientCertificateRequestedEventHandler) -> Self
fn from(this: ClientCertificateRequestedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<ClientCertificateRequestedEventHandler> for IUnknown
impl From<ClientCertificateRequestedEventHandler> for IUnknown
source§fn from(this: ClientCertificateRequestedEventHandler) -> Self
fn from(this: ClientCertificateRequestedEventHandler) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for ClientCertificateRequestedEventHandler
impl !Send for ClientCertificateRequestedEventHandler
impl !Sync for ClientCertificateRequestedEventHandler
impl Unpin for ClientCertificateRequestedEventHandler
impl !UnwindSafe for ClientCertificateRequestedEventHandler
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