Struct soup_sys::SoupAuthDomainDigest[][src]

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

Fields

Trait Implementations

impl Copy for SoupAuthDomainDigest
[src]

impl Clone for SoupAuthDomainDigest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SoupAuthDomainDigest
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations