pub struct HttpProxy { /* private fields */ }Available on crate features
client and http1 only.Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for HttpProxy
impl RefUnwindSafe for HttpProxy
impl Send for HttpProxy
impl Sync for HttpProxy
impl Unpin for HttpProxy
impl UnwindSafe for HttpProxy
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