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