pub struct BasicAuthenticationRequestedEventHandler(/* private fields */);
Expand description
Implementation of ICoreWebView2BasicAuthenticationRequestedEventHandler_Impl
.
Implementations§
Trait Implementations§
source§impl AsImpl<BasicAuthenticationRequestedEventHandler> for ICoreWebView2BasicAuthenticationRequestedEventHandler
impl AsImpl<BasicAuthenticationRequestedEventHandler> for ICoreWebView2BasicAuthenticationRequestedEventHandler
source§impl ComObjectInner for BasicAuthenticationRequestedEventHandler
impl ComObjectInner for BasicAuthenticationRequestedEventHandler
§type Outer = BasicAuthenticationRequestedEventHandler_Impl
type Outer = BasicAuthenticationRequestedEventHandler_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<BasicAuthenticationRequestedEventHandler> for ICoreWebView2BasicAuthenticationRequestedEventHandler
impl From<BasicAuthenticationRequestedEventHandler> for ICoreWebView2BasicAuthenticationRequestedEventHandler
source§fn from(this: BasicAuthenticationRequestedEventHandler) -> Self
fn from(this: BasicAuthenticationRequestedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<BasicAuthenticationRequestedEventHandler> for IInspectable
impl From<BasicAuthenticationRequestedEventHandler> for IInspectable
source§fn from(this: BasicAuthenticationRequestedEventHandler) -> Self
fn from(this: BasicAuthenticationRequestedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<BasicAuthenticationRequestedEventHandler> for IUnknown
impl From<BasicAuthenticationRequestedEventHandler> for IUnknown
source§fn from(this: BasicAuthenticationRequestedEventHandler) -> Self
fn from(this: BasicAuthenticationRequestedEventHandler) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !Freeze for BasicAuthenticationRequestedEventHandler
impl !RefUnwindSafe for BasicAuthenticationRequestedEventHandler
impl !Send for BasicAuthenticationRequestedEventHandler
impl !Sync for BasicAuthenticationRequestedEventHandler
impl Unpin for BasicAuthenticationRequestedEventHandler
impl !UnwindSafe for BasicAuthenticationRequestedEventHandler
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