pub struct ReqwestBlocking { /* private fields */ }
Trait Implementations§
Source§impl RequestImpl for ReqwestBlocking
impl RequestImpl for ReqwestBlocking
type Error = ReqwestError
Auto 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