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.