pub enum CookieExemptionReason {
None,
UserSetting,
TpcdMetadata,
TpcdDeprecationTrial,
TopLevelTpcdDeprecationTrial,
TpcdHeuristics,
EnterprisePolicy,
StorageAccess,
TopLevelStorageAccess,
Scheme,
SameSiteNoneCookiesInSandbox,
}Variants§
None
UserSetting
TpcdMetadata
TpcdDeprecationTrial
TopLevelTpcdDeprecationTrial
TpcdHeuristics
EnterprisePolicy
StorageAccess
TopLevelStorageAccess
Scheme
SameSiteNoneCookiesInSandbox
Trait Implementations§
Source§impl Clone for CookieExemptionReason
impl Clone for CookieExemptionReason
Source§fn clone(&self) -> CookieExemptionReason
fn clone(&self) -> CookieExemptionReason
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CookieExemptionReason
impl Debug for CookieExemptionReason
Source§impl<'de> Deserialize<'de> for CookieExemptionReason
impl<'de> Deserialize<'de> for CookieExemptionReason
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CookieExemptionReason
impl PartialEq for CookieExemptionReason
Source§impl Serialize for CookieExemptionReason
impl Serialize for CookieExemptionReason
impl StructuralPartialEq for CookieExemptionReason
Auto Trait Implementations§
impl Freeze for CookieExemptionReason
impl RefUnwindSafe for CookieExemptionReason
impl Send for CookieExemptionReason
impl Sync for CookieExemptionReason
impl Unpin for CookieExemptionReason
impl UnwindSafe for CookieExemptionReason
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more