pub struct ClearCookiesBuilder { /* private fields */ }Implementations§
Source§impl ClearCookiesBuilder
impl ClearCookiesBuilder
pub fn browser_context_id( self, browser_context_id: impl Into<BrowserContextId>, ) -> Self
pub fn build(self) -> ClearCookies
Trait Implementations§
Source§impl Clone for ClearCookiesBuilder
impl Clone for ClearCookiesBuilder
Source§fn clone(&self) -> ClearCookiesBuilder
fn clone(&self) -> ClearCookiesBuilder
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 ClearCookiesBuilder
impl Default for ClearCookiesBuilder
Source§fn default() -> ClearCookiesBuilder
fn default() -> ClearCookiesBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ClearCookiesBuilder
impl RefUnwindSafe for ClearCookiesBuilder
impl Send for ClearCookiesBuilder
impl Sync for ClearCookiesBuilder
impl Unpin for ClearCookiesBuilder
impl UnsafeUnpin for ClearCookiesBuilder
impl UnwindSafe for ClearCookiesBuilder
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