Struct soup_sys::SoupSessionSync [−][src]
#[repr(C)]pub struct SoupSessionSync {
pub parent: SoupSession,
}Fields
parent: SoupSessionTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SoupSessionSync
impl !Send for SoupSessionSync
impl !Sync for SoupSessionSync
impl Unpin for SoupSessionSync
impl UnwindSafe for SoupSessionSync
Blanket Implementations
Mutably borrows from an owned value. Read more