pub struct BrightDataUrls;Implementations§
Source§impl BrightDataUrls
impl BrightDataUrls
pub const REQUEST_API: &'static str = "https://api.brightdata.com/request"
Auto Trait Implementations§
impl Freeze for BrightDataUrls
impl RefUnwindSafe for BrightDataUrls
impl Send for BrightDataUrls
impl Sync for BrightDataUrls
impl Unpin for BrightDataUrls
impl UnwindSafe for BrightDataUrls
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