pub struct BrightdataProxyBuilder { /* private fields */ }Implementations§
Source§impl BrightdataProxyBuilder
impl BrightdataProxyBuilder
Sourcepub fn builder() -> BrightdataProxyBuilderBuilder<((), (), ())>
pub fn builder() -> BrightdataProxyBuilderBuilder<((), (), ())>
Create a builder for building BrightdataProxyBuilder.
On the builder, call .username(...), .password(...), .zone(...)(optional) to set the values of the fields.
Finally, call .build() to create the instance of BrightdataProxyBuilder.
Auto Trait Implementations§
impl Freeze for BrightdataProxyBuilder
impl RefUnwindSafe for BrightdataProxyBuilder
impl Send for BrightdataProxyBuilder
impl Sync for BrightdataProxyBuilder
impl Unpin for BrightdataProxyBuilder
impl UnwindSafe for BrightdataProxyBuilder
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more