pub struct HyperExecutor;Expand description
A hyper executor that executes futures with sidevm::spawn.
Trait Implementations§
Source§impl Clone for HyperExecutor
impl Clone for HyperExecutor
Source§fn clone(&self) -> HyperExecutor
fn clone(&self) -> HyperExecutor
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HyperExecutor
impl Debug for HyperExecutor
Source§impl<F> Executor<F> for HyperExecutorwhere
F: Future + 'static,
Available on crate feature hyper only.
impl<F> Executor<F> for HyperExecutorwhere
F: Future + 'static,
Available on crate feature
hyper only.impl Copy for HyperExecutor
Auto Trait Implementations§
impl Freeze for HyperExecutor
impl RefUnwindSafe for HyperExecutor
impl Send for HyperExecutor
impl Sync for HyperExecutor
impl Unpin for HyperExecutor
impl UnsafeUnpin for HyperExecutor
impl UnwindSafe for HyperExecutor
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