pub struct UreqHttpClient;Trait Implementations§
Source§impl HttpClient for UreqHttpClient
impl HttpClient for UreqHttpClient
Auto Trait Implementations§
impl Freeze for UreqHttpClient
impl RefUnwindSafe for UreqHttpClient
impl Send for UreqHttpClient
impl Sync for UreqHttpClient
impl Unpin for UreqHttpClient
impl UnwindSafe for UreqHttpClient
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