pub struct DeviceBoundSessionCookieCravingBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> DeviceBoundSessionCookieCravingBuilder<'a>
impl<'a> DeviceBoundSessionCookieCravingBuilder<'a>
Sourcepub fn same_site(self, same_site: impl Into<CookieSameSite>) -> Self
pub fn same_site(self, same_site: impl Into<CookieSameSite>) -> Self
The ‘SameSite’ attribute of the craving attributes.
pub fn build(self) -> DeviceBoundSessionCookieCraving<'a>
Auto Trait Implementations§
impl<'a> Freeze for DeviceBoundSessionCookieCravingBuilder<'a>
impl<'a> RefUnwindSafe for DeviceBoundSessionCookieCravingBuilder<'a>
impl<'a> Send for DeviceBoundSessionCookieCravingBuilder<'a>
impl<'a> Sync for DeviceBoundSessionCookieCravingBuilder<'a>
impl<'a> Unpin for DeviceBoundSessionCookieCravingBuilder<'a>
impl<'a> UnsafeUnpin for DeviceBoundSessionCookieCravingBuilder<'a>
impl<'a> UnwindSafe for DeviceBoundSessionCookieCravingBuilder<'a>
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