Struct soup_sys::SoupAuthManager[][src]

#[repr(C)]
pub struct SoupAuthManager { pub parent: GObject, pub priv_: *mut SoupAuthManagerPrivate, }

Fields

Trait Implementations

impl Copy for SoupAuthManager
[src]

impl Clone for SoupAuthManager
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SoupAuthManager
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations