pub struct DefaultHttpClient { /* private fields */ }
Trait Implementations§
Source§impl Default for DefaultHttpClient
impl Default for DefaultHttpClient
Auto Trait Implementations§
impl Freeze for DefaultHttpClient
impl !RefUnwindSafe for DefaultHttpClient
impl Send for DefaultHttpClient
impl Sync for DefaultHttpClient
impl Unpin for DefaultHttpClient
impl !UnwindSafe for DefaultHttpClient
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