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