pub enum PublisherRestrictionType {
NotAllowed,
RequireConsent,
RequireLegitimateInterest,
Undefined,
}Expand description
Contains restriction types as defined in Vendor Consent String Format V2 Core String
Variants
NotAllowed
Purpose Flatly Not Allowed by Publisher
RequireConsent
Specifies that vendors need to have consent
RequireLegitimateInterest
Specifies that vendors need to have “Legitimate Interest”
Undefined
Should not be used
Trait Implementations
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for PublisherRestrictionType
impl Send for PublisherRestrictionType
impl Sync for PublisherRestrictionType
impl Unpin for PublisherRestrictionType
impl UnwindSafe for PublisherRestrictionType
Blanket Implementations
Mutably borrows from an owned value. Read more