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