pub struct SetCookieControlsBuilder { /* private fields */ }Expand description
Builder for SetCookieControls.
Implementations§
Source§impl SetCookieControlsBuilder
impl SetCookieControlsBuilder
Whether 3pc restriction is enabled.
Whether 3pc grace period exception should be enabled; false by default.
Whether 3pc heuristics exceptions should be enabled; false by default.
Sourcepub fn build(&self) -> Result<SetCookieControls, SetCookieControlsBuilderError>
pub fn build(&self) -> Result<SetCookieControls, SetCookieControlsBuilderError>
Trait Implementations§
Source§impl Clone for SetCookieControlsBuilder
impl Clone for SetCookieControlsBuilder
Source§fn clone(&self) -> SetCookieControlsBuilder
fn clone(&self) -> SetCookieControlsBuilder
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 moreAuto Trait Implementations§
impl Freeze for SetCookieControlsBuilder
impl RefUnwindSafe for SetCookieControlsBuilder
impl Send for SetCookieControlsBuilder
impl Sync for SetCookieControlsBuilder
impl Unpin for SetCookieControlsBuilder
impl UnsafeUnpin for SetCookieControlsBuilder
impl UnwindSafe for SetCookieControlsBuilder
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