pub struct ClientCertificateRequestedEventHandler(/* private fields */);
Expand description
Implementation of ICoreWebView2ClientCertificateRequestedEventHandler_Impl
.
Implementations§
Trait Implementations§
source§impl AsImpl<ClientCertificateRequestedEventHandler> for ICoreWebView2ClientCertificateRequestedEventHandler
impl AsImpl<ClientCertificateRequestedEventHandler> for ICoreWebView2ClientCertificateRequestedEventHandler
source§impl ComObjectInner for ClientCertificateRequestedEventHandler
impl ComObjectInner for ClientCertificateRequestedEventHandler
§type Outer = ClientCertificateRequestedEventHandler_Impl
type Outer = ClientCertificateRequestedEventHandler_Impl
The generated
<foo>_Impl
type (aka the “boxed” type or “outer” type).source§fn into_object(self) -> ComObject<Self>
fn into_object(self) -> ComObject<Self>
Moves an instance of this type into a new ComObject box and returns it. Read more
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 !Freeze for ClientCertificateRequestedEventHandler
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