pub struct BrightDataClient { /* private fields */ }Implementations§
Source§impl BrightDataClient
impl BrightDataClient
pub fn new(config: BrightDataConfig) -> Self
Auto Trait Implementations§
impl Freeze for BrightDataClient
impl !RefUnwindSafe for BrightDataClient
impl Send for BrightDataClient
impl Sync for BrightDataClient
impl Unpin for BrightDataClient
impl !UnwindSafe for BrightDataClient
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