pub struct HttpExecutor;
Trait Implementations§
Source§impl Clone for HttpExecutor
impl Clone for HttpExecutor
Source§fn clone(&self) -> HttpExecutor
fn clone(&self) -> HttpExecutor
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 HttpExecutor
impl RefUnwindSafe for HttpExecutor
impl Send for HttpExecutor
impl Sync for HttpExecutor
impl Unpin for HttpExecutor
impl UnwindSafe 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