Struct soup_sys::SoupAuthDomainBasic[][src]

#[repr(C)]
pub struct SoupAuthDomainBasic { pub parent: SoupAuthDomain, }

Fields

Trait Implementations

impl Copy for SoupAuthDomainBasic
[src]

impl Clone for SoupAuthDomainBasic
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SoupAuthDomainBasic
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations