pub struct BrightDataConfig {
pub endpoint: String,
pub token: String,
}Fields§
§endpoint: String§token: StringImplementations§
Trait Implementations§
Source§impl Clone for BrightDataConfig
impl Clone for BrightDataConfig
Source§fn clone(&self) -> BrightDataConfig
fn clone(&self) -> BrightDataConfig
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 BrightDataConfig
impl RefUnwindSafe for BrightDataConfig
impl Send for BrightDataConfig
impl Sync for BrightDataConfig
impl Unpin for BrightDataConfig
impl UnwindSafe for BrightDataConfig
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