pub struct WebResourceResponseReceivedEventHandler(_);
Expand description
Implementation of ICoreWebView2WebResourceResponseReceivedEventHandler
.
Implementations
Trait Implementations
sourceimpl AsImpl<WebResourceResponseReceivedEventHandler> for ICoreWebView2WebResourceResponseReceivedEventHandler
impl AsImpl<WebResourceResponseReceivedEventHandler> for ICoreWebView2WebResourceResponseReceivedEventHandler
fn as_impl(&self) -> &WebResourceResponseReceivedEventHandler
sourceimpl From<WebResourceResponseReceivedEventHandler> for ICoreWebView2WebResourceResponseReceivedEventHandler
impl From<WebResourceResponseReceivedEventHandler> for ICoreWebView2WebResourceResponseReceivedEventHandler
sourcefn from(this: WebResourceResponseReceivedEventHandler) -> Self
fn from(this: WebResourceResponseReceivedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<WebResourceResponseReceivedEventHandler> for IInspectable
impl From<WebResourceResponseReceivedEventHandler> for IInspectable
sourcefn from(this: WebResourceResponseReceivedEventHandler) -> Self
fn from(this: WebResourceResponseReceivedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<WebResourceResponseReceivedEventHandler> for IUnknown
impl From<WebResourceResponseReceivedEventHandler> for IUnknown
sourcefn from(this: WebResourceResponseReceivedEventHandler) -> Self
fn from(this: WebResourceResponseReceivedEventHandler) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl !RefUnwindSafe for WebResourceResponseReceivedEventHandler
impl !Send for WebResourceResponseReceivedEventHandler
impl !Sync for WebResourceResponseReceivedEventHandler
impl Unpin for WebResourceResponseReceivedEventHandler
impl !UnwindSafe for WebResourceResponseReceivedEventHandler
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