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

Trait Implementations

impl Debug for SoupCookie
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for SoupCookie

impl !Sync for SoupCookie