pub struct BasicAuthenticationRequestedEventHandler(_);
Expand description
Implementation of ICoreWebView2BasicAuthenticationRequestedEventHandler
.
Implementations§
Trait Implementations§
source§impl AsImpl<BasicAuthenticationRequestedEventHandler> for ICoreWebView2BasicAuthenticationRequestedEventHandler
impl AsImpl<BasicAuthenticationRequestedEventHandler> for ICoreWebView2BasicAuthenticationRequestedEventHandler
fn as_impl(&self) -> &BasicAuthenticationRequestedEventHandler
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 !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