#[repr(C)]pub struct SoupSession {
pub parent: GObject,
}
Fields§
§parent: GObject
Trait 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 Freeze for SoupSession
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