pub struct ClientBuilder { /* private fields */ }Expand description
A builder for constructing a Client with specific identity and transport settings.
Implementations§
Source§impl ClientBuilder
impl ClientBuilder
Sourcepub fn profile(self, profile: ChromeProfile) -> Self
pub fn profile(self, profile: ChromeProfile) -> Self
Sets the Chrome identity profile.
Provides a pre-existing synchronized cookie store.
Trait Implementations§
Source§impl Default for ClientBuilder
impl Default for ClientBuilder
Source§fn default() -> ClientBuilder
fn default() -> ClientBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ClientBuilder
impl RefUnwindSafe for ClientBuilder
impl Send for ClientBuilder
impl Sync for ClientBuilder
impl Unpin for ClientBuilder
impl UnsafeUnpin for ClientBuilder
impl UnwindSafe for ClientBuilder
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