pub struct ICoreWebView2HttpHeadersCollectionIterator(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for ICoreWebView2HttpHeadersCollectionIterator
impl Clone for ICoreWebView2HttpHeadersCollectionIterator
Source§fn clone(&self) -> ICoreWebView2HttpHeadersCollectionIterator
fn clone(&self) -> ICoreWebView2HttpHeadersCollectionIterator
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 Interface for ICoreWebView2HttpHeadersCollectionIterator
impl Interface for ICoreWebView2HttpHeadersCollectionIterator
Source§impl PartialEq for ICoreWebView2HttpHeadersCollectionIterator
impl PartialEq for ICoreWebView2HttpHeadersCollectionIterator
Source§fn eq(&self, other: &ICoreWebView2HttpHeadersCollectionIterator) -> bool
fn eq(&self, other: &ICoreWebView2HttpHeadersCollectionIterator) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for ICoreWebView2HttpHeadersCollectionIterator
impl StructuralPartialEq for ICoreWebView2HttpHeadersCollectionIterator
Auto Trait Implementations§
impl Freeze for ICoreWebView2HttpHeadersCollectionIterator
impl RefUnwindSafe for ICoreWebView2HttpHeadersCollectionIterator
impl !Send for ICoreWebView2HttpHeadersCollectionIterator
impl !Sync for ICoreWebView2HttpHeadersCollectionIterator
impl Unpin for ICoreWebView2HttpHeadersCollectionIterator
impl UnwindSafe for ICoreWebView2HttpHeadersCollectionIterator
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