Struct soup_sys::SoupAuthManager [−][src]
#[repr(C)]pub struct SoupAuthManager { pub parent: GObject, pub priv_: *mut SoupAuthManagerPrivate, }
Fields
parent: GObject
priv_: *mut SoupAuthManagerPrivate
Trait Implementations
impl Copy for SoupAuthManager[src]
impl Copy for SoupAuthManagerimpl Clone for SoupAuthManager[src]
impl Clone for SoupAuthManagerfn clone(&self) -> SoupAuthManager[src]
fn clone(&self) -> SoupAuthManagerReturns 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 SoupAuthManager[src]
impl Debug for SoupAuthManagerAuto Trait Implementations
impl !Send for SoupAuthManager
impl !Send for SoupAuthManagerimpl !Sync for SoupAuthManager
impl !Sync for SoupAuthManager