pub struct ClientCertificateRequestedEventHandler(_);
Expand description
Implementation of ICoreWebView2ClientCertificateRequestedEventHandler
.
Implementations
Trait Implementations
sourceimpl AsImpl<ClientCertificateRequestedEventHandler> for ICoreWebView2ClientCertificateRequestedEventHandler
impl AsImpl<ClientCertificateRequestedEventHandler> for ICoreWebView2ClientCertificateRequestedEventHandler
fn as_impl(&self) -> &ClientCertificateRequestedEventHandler
sourceimpl From<ClientCertificateRequestedEventHandler> for ICoreWebView2ClientCertificateRequestedEventHandler
impl From<ClientCertificateRequestedEventHandler> for ICoreWebView2ClientCertificateRequestedEventHandler
sourcefn from(this: ClientCertificateRequestedEventHandler) -> Self
fn from(this: ClientCertificateRequestedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<ClientCertificateRequestedEventHandler> for IInspectable
impl From<ClientCertificateRequestedEventHandler> for IInspectable
sourcefn from(this: ClientCertificateRequestedEventHandler) -> Self
fn from(this: ClientCertificateRequestedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<ClientCertificateRequestedEventHandler> for IUnknown
impl From<ClientCertificateRequestedEventHandler> for IUnknown
sourcefn 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more