pub(crate) struct HyperExecutor {
task_group: Arc<TaskGroup>,
}Fields§
§task_group: Arc<TaskGroup>Implementations§
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 · 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 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