pub struct BasicAuthenticationRequestedEventHandler(_);
Expand description
Implementation of ICoreWebView2BasicAuthenticationRequestedEventHandler
.
Implementations
Trait Implementations
sourceimpl AsImpl<BasicAuthenticationRequestedEventHandler> for ICoreWebView2BasicAuthenticationRequestedEventHandler
impl AsImpl<BasicAuthenticationRequestedEventHandler> for ICoreWebView2BasicAuthenticationRequestedEventHandler
fn as_impl(&self) -> &BasicAuthenticationRequestedEventHandler
sourceimpl From<BasicAuthenticationRequestedEventHandler> for ICoreWebView2BasicAuthenticationRequestedEventHandler
impl From<BasicAuthenticationRequestedEventHandler> for ICoreWebView2BasicAuthenticationRequestedEventHandler
sourcefn from(this: BasicAuthenticationRequestedEventHandler) -> Self
fn from(this: BasicAuthenticationRequestedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<BasicAuthenticationRequestedEventHandler> for IInspectable
impl From<BasicAuthenticationRequestedEventHandler> for IInspectable
sourcefn from(this: BasicAuthenticationRequestedEventHandler) -> Self
fn from(this: BasicAuthenticationRequestedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<BasicAuthenticationRequestedEventHandler> for IUnknown
impl From<BasicAuthenticationRequestedEventHandler> for IUnknown
sourcefn 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
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