pub struct IsahcClient { /* private fields */ }
Available on crate feature
curl_client
only.Expand description
Curl-based HTTP Client.
Implementations§
Source§impl IsahcClient
impl IsahcClient
Sourcepub fn from_client(client: HttpClient) -> Self
pub fn from_client(client: HttpClient) -> Self
Create from externally initialized and configured client.
Trait Implementations§
Source§impl Debug for IsahcClient
impl Debug for IsahcClient
Source§impl Default for IsahcClient
impl Default for IsahcClient
Source§impl HttpClient for IsahcClient
impl HttpClient for IsahcClient
Auto Trait Implementations§
impl Freeze for IsahcClient
impl !RefUnwindSafe for IsahcClient
impl Send for IsahcClient
impl Sync for IsahcClient
impl Unpin for IsahcClient
impl !UnwindSafe for IsahcClient
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