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