Struct soup_sys::SoupSessionSync[][src]

#[repr(C)]
pub struct SoupSessionSync { pub parent: SoupSession, }

Fields

Trait Implementations

impl Copy for SoupSessionSync
[src]

impl Clone for SoupSessionSync
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SoupSessionSync
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations