pub struct SetCookiesParamsBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> SetCookiesParamsBuilder<'a>
impl<'a> SetCookiesParamsBuilder<'a>
Sourcepub fn browser_context_id(
self,
browser_context_id: BrowserContextID<'a>,
) -> Self
pub fn browser_context_id( self, browser_context_id: BrowserContextID<'a>, ) -> Self
Browser context to use when called on the browser endpoint.
pub fn build(self) -> SetCookiesParams<'a>
Auto Trait Implementations§
impl<'a> Freeze for SetCookiesParamsBuilder<'a>
impl<'a> RefUnwindSafe for SetCookiesParamsBuilder<'a>
impl<'a> Send for SetCookiesParamsBuilder<'a>
impl<'a> Sync for SetCookiesParamsBuilder<'a>
impl<'a> Unpin for SetCookiesParamsBuilder<'a>
impl<'a> UnsafeUnpin for SetCookiesParamsBuilder<'a>
impl<'a> UnwindSafe for SetCookiesParamsBuilder<'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