pub struct ReqwestTransport { /* private fields */ }Expand description
A HTTP transport with [reqwest::Client].
Implementations§
Trait Implementations§
Source§impl Clone for ReqwestTransport
impl Clone for ReqwestTransport
Source§fn clone(&self) -> ReqwestTransport
fn clone(&self) -> ReqwestTransport
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 moreSource§impl Debug for ReqwestTransport
impl Debug for ReqwestTransport
Source§impl Default for ReqwestTransport
impl Default for ReqwestTransport
Source§impl From<Client> for ReqwestTransport
impl From<Client> for ReqwestTransport
Auto Trait Implementations§
impl Freeze for ReqwestTransport
impl !RefUnwindSafe for ReqwestTransport
impl Send for ReqwestTransport
impl Sync for ReqwestTransport
impl Unpin for ReqwestTransport
impl UnsafeUnpin for ReqwestTransport
impl !UnwindSafe for ReqwestTransport
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