[][src]Struct soup_sys::SoupRequestClass

#[repr(C)]
pub struct SoupRequestClass { pub parent: GObjectClass, pub schemes: *mut *const c_char, pub check_uri: Option<unsafe extern "C" fn(_: *mut SoupRequest, _: *mut SoupURI, _: *mut *mut GError) -> gboolean>, pub send: Option<unsafe extern "C" fn(_: *mut SoupRequest, _: *mut GCancellable, _: *mut *mut GError) -> *mut GInputStream>, pub send_async: Option<unsafe extern "C" fn(_: *mut SoupRequest, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>, pub send_finish: Option<unsafe extern "C" fn(_: *mut SoupRequest, _: *mut GAsyncResult, _: *mut *mut GError) -> *mut GInputStream>, pub get_content_length: Option<unsafe extern "C" fn(_: *mut SoupRequest) -> i64>, pub get_content_type: Option<unsafe extern "C" fn(_: *mut SoupRequest) -> *const c_char>, }

Fields

parent: GObjectClassschemes: *mut *const c_charcheck_uri: Option<unsafe extern "C" fn(_: *mut SoupRequest, _: *mut SoupURI, _: *mut *mut GError) -> gboolean>send: Option<unsafe extern "C" fn(_: *mut SoupRequest, _: *mut GCancellable, _: *mut *mut GError) -> *mut GInputStream>send_async: Option<unsafe extern "C" fn(_: *mut SoupRequest, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>send_finish: Option<unsafe extern "C" fn(_: *mut SoupRequest, _: *mut GAsyncResult, _: *mut *mut GError) -> *mut GInputStream>get_content_length: Option<unsafe extern "C" fn(_: *mut SoupRequest) -> i64>get_content_type: Option<unsafe extern "C" fn(_: *mut SoupRequest) -> *const c_char>

Trait Implementations

impl Copy for SoupRequestClass[src]

impl Clone for SoupRequestClass[src]

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

Performs copy-assignment from source. Read more

impl Debug for SoupRequestClass[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.