Struct gdpr_consent::vendor_list::Feature[][src]

pub struct Feature {
    pub id: u8,
    pub name: String,
    pub description: String,
}

Fields

Trait Implementations

impl Debug for Feature
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Feature

impl Sync for Feature