Struct gdpr_consent::vendor_list::VendorList[][src]

pub struct VendorList {
    pub version: u16,
    pub last_updated: DateTime<Utc>,
    pub purposes: HashMap<u8, Purpose>,
    pub features: HashMap<u8, Feature>,
    pub vendors: HashMap<u16, Vendor>,
}

Fields

Methods

impl VendorList
[src]

Trait Implementations

impl Debug for VendorList
[src]

Formats the value using the given formatter. Read more

impl FromStr for VendorList
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

Auto Trait Implementations

impl Send for VendorList

impl Sync for VendorList