Struct browser_window::prelude::CookieJarImpl
source · pub struct CookieJarImpl(/* private fields */);
Trait Implementations§
source§impl CookieJarExt for CookieJarImpl
impl CookieJarExt for CookieJarImpl
fn delete( &mut self, url: &str, name: &str, complete_cb: CookieDeleteCallbackFn, cb_data: *mut () )
fn free(&mut self)
fn global() -> Option<CookieJarImpl>
fn iterator<'a>( &'a self, url: &str, include_http_only: bool ) -> CookieIteratorImpl
fn iterator_all<'a>(&'a self) -> CookieIteratorImpl
fn store( &mut self, url: &str, cookie: &CookieImpl, complete_cb: Option<CookieStorageCallbackFn>, cb_data: *mut () )
Auto Trait Implementations§
impl Freeze for CookieJarImpl
impl RefUnwindSafe for CookieJarImpl
impl !Send for CookieJarImpl
impl !Sync for CookieJarImpl
impl Unpin for CookieJarImpl
impl UnwindSafe for CookieJarImpl
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