[][src]Struct soup_sys::SoupAuthClass

#[repr(C)]
pub struct SoupAuthClass { pub parent_class: GObjectClass, pub scheme_name: *const c_char, pub strength: c_uint, pub update: Option<unsafe extern "C" fn(_: *mut SoupAuth, _: *mut SoupMessage, _: *mut GHashTable) -> gboolean>, pub get_protection_space: Option<unsafe extern "C" fn(_: *mut SoupAuth, _: *mut SoupURI) -> *mut GSList>, pub authenticate: Option<unsafe extern "C" fn(_: *mut SoupAuth, _: *const c_char, _: *const c_char)>, pub is_authenticated: Option<unsafe extern "C" fn(_: *mut SoupAuth) -> gboolean>, pub get_authorization: Option<unsafe extern "C" fn(_: *mut SoupAuth, _: *mut SoupMessage) -> *mut c_char>, pub is_ready: Option<unsafe extern "C" fn(_: *mut SoupAuth, _: *mut SoupMessage) -> gboolean>, pub can_authenticate: Option<unsafe extern "C" fn(_: *mut SoupAuth) -> gboolean>, pub _libsoup_reserved3: Option<unsafe extern "C" fn()>, pub _libsoup_reserved4: Option<unsafe extern "C" fn()>, }

Fields

parent_class: GObjectClassscheme_name: *const c_charstrength: c_uintupdate: Option<unsafe extern "C" fn(_: *mut SoupAuth, _: *mut SoupMessage, _: *mut GHashTable) -> gboolean>get_protection_space: Option<unsafe extern "C" fn(_: *mut SoupAuth, _: *mut SoupURI) -> *mut GSList>authenticate: Option<unsafe extern "C" fn(_: *mut SoupAuth, _: *const c_char, _: *const c_char)>is_authenticated: Option<unsafe extern "C" fn(_: *mut SoupAuth) -> gboolean>get_authorization: Option<unsafe extern "C" fn(_: *mut SoupAuth, _: *mut SoupMessage) -> *mut c_char>is_ready: Option<unsafe extern "C" fn(_: *mut SoupAuth, _: *mut SoupMessage) -> gboolean>can_authenticate: Option<unsafe extern "C" fn(_: *mut SoupAuth) -> gboolean>_libsoup_reserved3: Option<unsafe extern "C" fn()>_libsoup_reserved4: Option<unsafe extern "C" fn()>

Trait Implementations

impl Copy for SoupAuthClass[src]

impl Clone for SoupAuthClass[src]

default fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SoupAuthClass[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.