pub struct WebResourceResponseView { /* private fields */ }
Expand description
Wrapper for ICoreWebView2WebResourceResponseView
.
Implementations§
Source§impl WebResourceResponseView
impl WebResourceResponseView
pub fn into_inner(self) -> ComRc<dyn ICoreWebView2WebResourceResponseView>
pub fn as_inner(&self) -> &ComRc<dyn ICoreWebView2WebResourceResponseView>
Trait Implementations§
Source§impl Clone for WebResourceResponseView
impl Clone for WebResourceResponseView
Source§fn clone(&self) -> WebResourceResponseView
fn clone(&self) -> WebResourceResponseView
Returns a duplicate 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 Debug for WebResourceResponseView
impl Debug for WebResourceResponseView
Source§impl From<ComRc<dyn ICoreWebView2WebResourceResponseView>> for WebResourceResponseView
impl From<ComRc<dyn ICoreWebView2WebResourceResponseView>> for WebResourceResponseView
Source§fn from(inner: ComRc<dyn ICoreWebView2WebResourceResponseView>) -> Self
fn from(inner: ComRc<dyn ICoreWebView2WebResourceResponseView>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for WebResourceResponseView
impl !RefUnwindSafe for WebResourceResponseView
impl !Send for WebResourceResponseView
impl !Sync for WebResourceResponseView
impl !Unpin for WebResourceResponseView
impl !UnwindSafe for WebResourceResponseView
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