pub struct ICoreWebView2CookieList(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ICoreWebView2CookieList
impl Clone for ICoreWebView2CookieList
Source§fn clone(&self) -> ICoreWebView2CookieList
fn clone(&self) -> ICoreWebView2CookieList
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 Debug for ICoreWebView2CookieList
impl Debug for ICoreWebView2CookieList
Source§impl Interface for ICoreWebView2CookieList
impl Interface for ICoreWebView2CookieList
Source§impl PartialEq for ICoreWebView2CookieList
impl PartialEq for ICoreWebView2CookieList
impl Eq for ICoreWebView2CookieList
impl StructuralPartialEq for ICoreWebView2CookieList
Auto Trait Implementations§
impl Freeze for ICoreWebView2CookieList
impl RefUnwindSafe for ICoreWebView2CookieList
impl !Send for ICoreWebView2CookieList
impl !Sync for ICoreWebView2CookieList
impl Unpin for ICoreWebView2CookieList
impl UnwindSafe for ICoreWebView2CookieList
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