pub struct ReqwestService(/* private fields */);Expand description
Default HttpService that delegates directly to reqwest::Client::execute.
Implementations§
Trait Implementations§
Source§impl Clone for ReqwestService
impl Clone for ReqwestService
Source§fn clone(&self) -> ReqwestService
fn clone(&self) -> ReqwestService
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ReqwestService
impl Debug for ReqwestService
Auto Trait Implementations§
impl !RefUnwindSafe for ReqwestService
impl !UnwindSafe for ReqwestService
impl Freeze for ReqwestService
impl Send for ReqwestService
impl Sync for ReqwestService
impl Unpin for ReqwestService
impl UnsafeUnpin for ReqwestService
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