Struct gdpr_consent::vendor_list::Purpose[][src]

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

Fields

Trait Implementations

impl Debug for Purpose
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Purpose

impl Sync for Purpose