pub struct ReqwestClient { /* private fields */ }Implementations§
Source§impl ReqwestClient
impl ReqwestClient
pub fn new(cfg: ClientConfig) -> HttpxResult<Self>
pub fn update_tls(&self, opts: UpdateTlsOptions) -> HttpxResult<()>
Trait Implementations§
Source§impl Client for ReqwestClient
impl Client for ReqwestClient
Source§impl Debug for ReqwestClient
impl Debug for ReqwestClient
Auto Trait Implementations§
impl !Freeze for ReqwestClient
impl !RefUnwindSafe for ReqwestClient
impl Send for ReqwestClient
impl Sync for ReqwestClient
impl Unpin for ReqwestClient
impl UnsafeUnpin for ReqwestClient
impl !UnwindSafe for ReqwestClient
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