Struct soup_sys::SoupCookie [−][src]
#[repr(C)]pub struct SoupCookie { pub name: *mut c_char, pub value: *mut c_char, pub domain: *mut c_char, pub path: *mut c_char, pub expires: *mut SoupDate, pub secure: gboolean, pub http_only: gboolean, }
Fields
name: *mut c_char
value: *mut c_char
domain: *mut c_char
path: *mut c_char
expires: *mut SoupDate
secure: gboolean
http_only: gboolean
Trait Implementations
impl Copy for SoupCookie[src]
impl Copy for SoupCookieimpl Clone for SoupCookie[src]
impl Clone for SoupCookiefn clone(&self) -> SoupCookie[src]
fn clone(&self) -> SoupCookieReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for SoupCookie[src]
impl Debug for SoupCookieAuto Trait Implementations
impl !Send for SoupCookie
impl !Send for SoupCookieimpl !Sync for SoupCookie
impl !Sync for SoupCookie