pub struct HttpExecutor { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for HttpExecutor
impl !UnwindSafe for HttpExecutor
impl Freeze for HttpExecutor
impl Send for HttpExecutor
impl Sync for HttpExecutor
impl Unpin for HttpExecutor
impl UnsafeUnpin for HttpExecutor
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