Struct soup3_sys::SoupSession
source · #[repr(C)]pub struct SoupSession {
pub parent_instance: GObject,
}Fields§
§parent_instance: GObjectTrait Implementations§
source§impl Clone for SoupSession
impl Clone for SoupSession
source§fn clone(&self) -> SoupSession
fn clone(&self) -> SoupSession
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more