pub struct ICoreWebView2WebResourceResponseViewGetContentCompletedHandler(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for ICoreWebView2WebResourceResponseViewGetContentCompletedHandler
impl Clone for ICoreWebView2WebResourceResponseViewGetContentCompletedHandler
Source§fn clone(
&self,
) -> ICoreWebView2WebResourceResponseViewGetContentCompletedHandler
fn clone( &self, ) -> ICoreWebView2WebResourceResponseViewGetContentCompletedHandler
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl From<&mut WebResourceResponseViewGetContentCompletedHandler> for ICoreWebView2WebResourceResponseViewGetContentCompletedHandler
impl From<&mut WebResourceResponseViewGetContentCompletedHandler> for ICoreWebView2WebResourceResponseViewGetContentCompletedHandler
Source§fn from(
implementation: &mut WebResourceResponseViewGetContentCompletedHandler,
) -> Self
fn from( implementation: &mut WebResourceResponseViewGetContentCompletedHandler, ) -> Self
Converts to this type from the input type.
Source§impl From<WebResourceResponseViewGetContentCompletedHandler> for ICoreWebView2WebResourceResponseViewGetContentCompletedHandler
impl From<WebResourceResponseViewGetContentCompletedHandler> for ICoreWebView2WebResourceResponseViewGetContentCompletedHandler
Source§fn from(
implementation: WebResourceResponseViewGetContentCompletedHandler,
) -> Self
fn from( implementation: WebResourceResponseViewGetContentCompletedHandler, ) -> Self
Converts to this type from the input type.
Source§impl Interface for ICoreWebView2WebResourceResponseViewGetContentCompletedHandler
impl Interface for ICoreWebView2WebResourceResponseViewGetContentCompletedHandler
Source§impl PartialEq for ICoreWebView2WebResourceResponseViewGetContentCompletedHandler
impl PartialEq for ICoreWebView2WebResourceResponseViewGetContentCompletedHandler
Source§fn eq(
&self,
other: &ICoreWebView2WebResourceResponseViewGetContentCompletedHandler,
) -> bool
fn eq( &self, other: &ICoreWebView2WebResourceResponseViewGetContentCompletedHandler, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl ToImpl<ICoreWebView2WebResourceResponseViewGetContentCompletedHandler> for WebResourceResponseViewGetContentCompletedHandler
impl ToImpl<ICoreWebView2WebResourceResponseViewGetContentCompletedHandler> for WebResourceResponseViewGetContentCompletedHandler
Source§unsafe fn to_impl(
interface: &ICoreWebView2WebResourceResponseViewGetContentCompletedHandler,
) -> &mut Self
unsafe fn to_impl( interface: &ICoreWebView2WebResourceResponseViewGetContentCompletedHandler, ) -> &mut Self
Safety Read more
impl Eq for ICoreWebView2WebResourceResponseViewGetContentCompletedHandler
impl StructuralPartialEq for ICoreWebView2WebResourceResponseViewGetContentCompletedHandler
Auto Trait Implementations§
impl Freeze for ICoreWebView2WebResourceResponseViewGetContentCompletedHandler
impl RefUnwindSafe for ICoreWebView2WebResourceResponseViewGetContentCompletedHandler
impl !Send for ICoreWebView2WebResourceResponseViewGetContentCompletedHandler
impl !Sync for ICoreWebView2WebResourceResponseViewGetContentCompletedHandler
impl Unpin for ICoreWebView2WebResourceResponseViewGetContentCompletedHandler
impl UnwindSafe for ICoreWebView2WebResourceResponseViewGetContentCompletedHandler
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