pub struct HyperClient { /* private fields */ }
Available on crate feature
hyper_client
only.Expand description
Hyper-based HTTP Client.
Implementations§
Trait Implementations§
Source§impl Debug for HyperClient
impl Debug for HyperClient
Source§impl Default for HyperClient
impl Default for HyperClient
Source§impl HttpClient for HyperClient
impl HttpClient for HyperClient
Auto Trait Implementations§
impl Freeze for HyperClient
impl !RefUnwindSafe for HyperClient
impl Send for HyperClient
impl Sync for HyperClient
impl Unpin for HyperClient
impl !UnwindSafe 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