pub struct GetCookiesBuilder { /* private fields */ }Expand description
Builder for GetCookies.
Implementations§
Source§impl GetCookiesBuilder
impl GetCookiesBuilder
Sourcepub fn browser_context_id<VALUE: Into<BrowserContextId>>(
&mut self,
value: VALUE,
) -> &mut Self
pub fn browser_context_id<VALUE: Into<BrowserContextId>>( &mut self, value: VALUE, ) -> &mut Self
Browser context to use when called on the browser endpoint.
Sourcepub fn build(&self) -> Result<GetCookies, GetCookiesBuilderError>
pub fn build(&self) -> Result<GetCookies, GetCookiesBuilderError>
Trait Implementations§
Source§impl Clone for GetCookiesBuilder
impl Clone for GetCookiesBuilder
Source§fn clone(&self) -> GetCookiesBuilder
fn clone(&self) -> GetCookiesBuilder
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 GetCookiesBuilder
impl RefUnwindSafe for GetCookiesBuilder
impl Send for GetCookiesBuilder
impl Sync for GetCookiesBuilder
impl Unpin for GetCookiesBuilder
impl UnsafeUnpin for GetCookiesBuilder
impl UnwindSafe for GetCookiesBuilder
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