#[repr(C)]pub struct SoupSessionAsync {
pub parent: SoupSession,
}
Fields§
§parent: SoupSession
Trait Implementations§
Source§impl Clone for SoupSessionAsync
impl Clone for SoupSessionAsync
Source§fn clone(&self) -> SoupSessionAsync
fn clone(&self) -> SoupSessionAsync
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 SoupSessionAsync
impl Debug for SoupSessionAsync
impl Copy for SoupSessionAsync
Auto Trait Implementations§
impl Freeze for SoupSessionAsync
impl RefUnwindSafe for SoupSessionAsync
impl !Send for SoupSessionAsync
impl !Sync for SoupSessionAsync
impl Unpin for SoupSessionAsync
impl UnwindSafe for SoupSessionAsync
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