pub struct ReqwestAsync { /* private fields */ }
Implementationsยง
Trait Implementationsยง
Sourceยงimpl AsyncTransport for ReqwestAsync
impl AsyncTransport for ReqwestAsync
fn send<'life0, 'async_trait>(
&'life0 self,
method: Method,
url: Url,
headers: HashMap<String, String>,
body: Option<String>,
timeout: Duration,
) -> Pin<Box<dyn Future<Output = Result<(StatusCode, String), TencentCloudError>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Sourceยงimpl Clone for ReqwestAsync
impl Clone for ReqwestAsync
Sourceยงfn clone(&self) -> ReqwestAsync
fn clone(&self) -> ReqwestAsync
Returns a duplicate of the value. Read more
1.0.0 ยท Sourceยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementationsยง
impl Freeze for ReqwestAsync
impl !RefUnwindSafe for ReqwestAsync
impl Send for ReqwestAsync
impl Sync for ReqwestAsync
impl Unpin for ReqwestAsync
impl !UnwindSafe for ReqwestAsync
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