pub struct HyperClient { /* private fields */ }Trait Implementations§
Source§impl HttpClient for HyperClient
impl HttpClient for HyperClient
fn request(&self, req: HttpRequest) -> ResponseFuture
Auto Trait Implementations§
impl !RefUnwindSafe for HyperClient
impl !UnwindSafe for HyperClient
impl Freeze for HyperClient
impl Send for HyperClient
impl Sync for HyperClient
impl Unpin for HyperClient
impl UnsafeUnpin for HyperClient
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