pub struct Cookie { /* private fields */ }
Expand description
Wrapper for ICoreWebView2Cookie
.
Implementations§
Source§impl Cookie
impl Cookie
pub fn into_inner(self) -> ComRc<dyn ICoreWebView2Cookie>
pub fn as_inner(&self) -> &ComRc<dyn ICoreWebView2Cookie>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Cookie
impl !RefUnwindSafe for Cookie
impl !Send for Cookie
impl !Sync for Cookie
impl !Unpin for Cookie
impl !UnwindSafe for Cookie
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