pub struct ReqwestExecutor { /* private fields */ }
Trait Implementations§
Source§impl Debug for ReqwestExecutor
impl Debug for ReqwestExecutor
Source§impl Default for ReqwestExecutor
impl Default for ReqwestExecutor
Source§fn default() -> ReqwestExecutor
fn default() -> ReqwestExecutor
Returns the “default value” for a type. Read more
Source§impl Executor for ReqwestExecutor
impl Executor for ReqwestExecutor
Auto Trait Implementations§
impl Freeze for ReqwestExecutor
impl !RefUnwindSafe for ReqwestExecutor
impl Send for ReqwestExecutor
impl Sync for ReqwestExecutor
impl Unpin for ReqwestExecutor
impl !UnwindSafe for ReqwestExecutor
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