pub struct DefaultRuntimeHttpTransport {}Trait Implementations§
Source§impl Clone for ReqwestHttpTransport
impl Clone for ReqwestHttpTransport
Source§fn clone(&self) -> ReqwestHttpTransport
fn clone(&self) -> ReqwestHttpTransport
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 moreAuto Trait Implementations§
impl Freeze for ReqwestHttpTransport
impl RefUnwindSafe for ReqwestHttpTransport
impl Send for ReqwestHttpTransport
impl Sync for ReqwestHttpTransport
impl Unpin for ReqwestHttpTransport
impl UnsafeUnpin for ReqwestHttpTransport
impl UnwindSafe for ReqwestHttpTransport
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