Struct browser_window::prelude::cbw_CookieJar [−]
#[repr(C)]pub struct cbw_CookieJar {
pub impl_: cbw_CookieJarImpl,
}Fields
impl_: cbw_CookieJarImplTrait Implementations
impl Clone for cbw_CookieJar
impl Clone for cbw_CookieJar
pub fn clone(&self) -> cbw_CookieJar
pub fn clone(&self) -> cbw_CookieJar
Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Debug for cbw_CookieJar
impl Debug for cbw_CookieJar
impl Copy for cbw_CookieJar
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