pub struct HttpConnector { /* private fields */ }
Expand description
A simple HTTP connector
NOTE: this provides less functionality than hyper’s HttpConnector
.
Implementations§
Source§impl HttpConnector
impl HttpConnector
Trait Implementations§
Source§impl Clone for HttpConnector
impl Clone for HttpConnector
Source§fn clone(&self) -> HttpConnector
fn clone(&self) -> HttpConnector
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 HttpConnector
impl RefUnwindSafe for HttpConnector
impl Send for HttpConnector
impl Sync for HttpConnector
impl Unpin for HttpConnector
impl UnwindSafe for HttpConnector
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