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