pub struct Client(/* private fields */);๐Deprecated:
use Issue trait instead
Expand description
An HTTP client for native usage.
Implementationsยง
Trait Implementationsยง
Sourceยงimpl From<Client<HttpsConnector<HttpConnector>>> for Client
impl From<Client<HttpsConnector<HttpConnector>>> for Client
Sourceยงfn from(client: HyperClient<HttpsConnector<HttpConnector>, Body>) -> Self
fn from(client: HyperClient<HttpsConnector<HttpConnector>, Body>) -> Self
Create a Client from a hyper::Client.
Auto Trait Implementationsยง
impl !RefUnwindSafe for Client
impl !UnwindSafe for Client
impl Freeze for Client
impl Send for Client
impl Sync for Client
impl Unpin for Client
impl UnsafeUnpin for Client
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