pub struct DeleteCookiesBuilder { /* private fields */ }Implementations§
Source§impl DeleteCookiesBuilder
impl DeleteCookiesBuilder
pub fn name(self, name: impl Into<String>) -> Self
pub fn url(self, url: impl Into<String>) -> Self
pub fn domain(self, domain: impl Into<String>) -> Self
pub fn path(self, path: impl Into<String>) -> Self
pub fn partition_key(self, partition_key: impl Into<CookiePartitionKey>) -> Self
pub fn build(self) -> Result<DeleteCookies, String>
Trait Implementations§
Source§impl Clone for DeleteCookiesBuilder
impl Clone for DeleteCookiesBuilder
Source§fn clone(&self) -> DeleteCookiesBuilder
fn clone(&self) -> DeleteCookiesBuilder
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 Default for DeleteCookiesBuilder
impl Default for DeleteCookiesBuilder
Source§fn default() -> DeleteCookiesBuilder
fn default() -> DeleteCookiesBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeleteCookiesBuilder
impl RefUnwindSafe for DeleteCookiesBuilder
impl Send for DeleteCookiesBuilder
impl Sync for DeleteCookiesBuilder
impl Unpin for DeleteCookiesBuilder
impl UnsafeUnpin for DeleteCookiesBuilder
impl UnwindSafe for DeleteCookiesBuilder
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