Struct soup_sys::SoupAuthManager [−][src]
#[repr(C)]pub struct SoupAuthManager {
pub parent: GObject,
pub priv_: *mut SoupAuthManagerPrivate,
}Fields
parent: GObjectpriv_: *mut SoupAuthManagerPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SoupAuthManager
impl !Send for SoupAuthManager
impl !Sync for SoupAuthManager
impl Unpin for SoupAuthManager
impl UnwindSafe for SoupAuthManager
Blanket Implementations
Mutably borrows from an owned value. Read more