Struct soup3_sys::SoupSession
source · [−]#[repr(C)]pub struct SoupSession {
pub parent_instance: GObject,
}
Fields
parent_instance: GObject
Trait Implementations
sourceimpl Clone for SoupSession
impl Clone for SoupSession
sourcefn clone(&self) -> SoupSession
fn clone(&self) -> SoupSession
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SoupSession
impl Debug for SoupSession
impl Copy for SoupSession
Auto Trait Implementations
impl RefUnwindSafe for SoupSession
impl !Send for SoupSession
impl !Sync for SoupSession
impl Unpin for SoupSession
impl UnwindSafe for SoupSession
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more