pub struct ProxyClient { /* private fields */ }
Expand description
HTTP client for making proxy requests
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProxyClient
impl !RefUnwindSafe for ProxyClient
impl Send for ProxyClient
impl Sync for ProxyClient
impl Unpin for ProxyClient
impl !UnwindSafe for ProxyClient
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