Struct browser_window_core::prelude::cbw_CookieJar [−][src]
#[repr(C)]pub struct cbw_CookieJar {
pub impl_: cbw_CookieJarImpl,
}
Fields
impl_: cbw_CookieJarImpl
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for cbw_CookieJar
impl !Send for cbw_CookieJar
impl !Sync for cbw_CookieJar
impl Unpin for cbw_CookieJar
impl UnwindSafe for cbw_CookieJar
Blanket Implementations
Mutably borrows from an owned value. Read more