pub struct ReqwestBlocking { /* private fields */ }
Implementationsยง
Trait Implementationsยง
Sourceยงimpl BlockingTransport for ReqwestBlocking
impl BlockingTransport for ReqwestBlocking
Sourceยงimpl Clone for ReqwestBlocking
impl Clone for ReqwestBlocking
Sourceยงfn clone(&self) -> ReqwestBlocking
fn clone(&self) -> ReqwestBlocking
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 ReqwestBlocking
impl !RefUnwindSafe for ReqwestBlocking
impl Send for ReqwestBlocking
impl Sync for ReqwestBlocking
impl Unpin for ReqwestBlocking
impl !UnwindSafe for ReqwestBlocking
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