Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2BasicAuthenticationRequestedEventHandler
source · [−]#[repr(transparent)]pub struct ICoreWebView2BasicAuthenticationRequestedEventHandler(_);
Implementations
Trait Implementations
sourceimpl AsImpl<BasicAuthenticationRequestedEventHandler> for ICoreWebView2BasicAuthenticationRequestedEventHandler
impl AsImpl<BasicAuthenticationRequestedEventHandler> for ICoreWebView2BasicAuthenticationRequestedEventHandler
fn as_impl(&self) -> &BasicAuthenticationRequestedEventHandler
sourceimpl Clone for ICoreWebView2BasicAuthenticationRequestedEventHandler
impl Clone for ICoreWebView2BasicAuthenticationRequestedEventHandler
sourcefn clone(&self) -> ICoreWebView2BasicAuthenticationRequestedEventHandler
fn clone(&self) -> ICoreWebView2BasicAuthenticationRequestedEventHandler
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
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 Interface for ICoreWebView2BasicAuthenticationRequestedEventHandler
impl Interface for ICoreWebView2BasicAuthenticationRequestedEventHandler
sourceconst IID: GUID = ::windows::core::GUID::from_u128(117911032877211854592878422233779774072)
const IID: GUID = ::windows::core::GUID::from_u128(117911032877211854592878422233779774072)
A unique identifier representing this interface.
sourceimpl PartialEq<ICoreWebView2BasicAuthenticationRequestedEventHandler> for ICoreWebView2BasicAuthenticationRequestedEventHandler
impl PartialEq<ICoreWebView2BasicAuthenticationRequestedEventHandler> for ICoreWebView2BasicAuthenticationRequestedEventHandler
sourcefn eq(
&self,
other: &ICoreWebView2BasicAuthenticationRequestedEventHandler
) -> bool
fn eq(
&self,
other: &ICoreWebView2BasicAuthenticationRequestedEventHandler
) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Eq for ICoreWebView2BasicAuthenticationRequestedEventHandler
Auto Trait Implementations
impl RefUnwindSafe for ICoreWebView2BasicAuthenticationRequestedEventHandler
impl !Send for ICoreWebView2BasicAuthenticationRequestedEventHandler
impl !Sync for ICoreWebView2BasicAuthenticationRequestedEventHandler
impl Unpin for ICoreWebView2BasicAuthenticationRequestedEventHandler
impl UnwindSafe for ICoreWebView2BasicAuthenticationRequestedEventHandler
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