pub struct SetCookieControlsParams {
pub enableThirdPartyCookieRestriction: bool,
}Expand description
Sets Controls for third-party cookie access Page reload is required before the new cookie behavior will be observed
Fields§
§enableThirdPartyCookieRestriction: boolWhether 3pc restriction is enabled.
Trait Implementations§
Source§impl Clone for SetCookieControlsParams
impl Clone for SetCookieControlsParams
Source§fn clone(&self) -> SetCookieControlsParams
fn clone(&self) -> SetCookieControlsParams
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 SetCookieControlsParams
impl Debug for SetCookieControlsParams
Source§impl Default for SetCookieControlsParams
impl Default for SetCookieControlsParams
Source§fn default() -> SetCookieControlsParams
fn default() -> SetCookieControlsParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetCookieControlsParams
impl<'de> Deserialize<'de> for SetCookieControlsParams
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
Auto Trait Implementations§
impl Freeze for SetCookieControlsParams
impl RefUnwindSafe for SetCookieControlsParams
impl Send for SetCookieControlsParams
impl Sync for SetCookieControlsParams
impl Unpin for SetCookieControlsParams
impl UnsafeUnpin for SetCookieControlsParams
impl UnwindSafe for SetCookieControlsParams
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